/*
Theme Name: WP Bootstrap Starter
Author: Afterimage Designs
Description:The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.11
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	box-sizing: border-box
}

*,*::after,*::before {
	box-sizing: inherit
}

body {  
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
/*
@font-face {
	font-family: 'Montserrat',sans-serif;
	font-display: auto;
	src: local('Montserrat'), url(https://fonts.googleapis.com/css?family=Montserrat) format('woff2');
}
*/
.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
	width:100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #432274;
	text-decoration: none;
}

a:active,a:hover {
	outline: 0
}

b,strong {
font-weight: bold
}
body {
font-family: "Montserrat",sans-serif;
font-size: 16px;
line-height: 24px;
color: #625e5f;
}
.navbar-dark .navbar-brand {
width:auto;
/*max-width:255px;*/
}
.navbar-dark .site-info {
color:#625e5f !important;
}
.gform_wrapper .gsection {
border-bottom: 1px solid #CCC;
margin-bottom: 5px !important;
margin-top: 5px !important;
}
body:not(.theme-preset-active) footer#colophon {
color:white !important;
background-color: #432274 !important;
max-width: 100%;
margin: 0 auto;
}
.trustpilot-widget {
position:static !important;
}
.m-0 {
max-width: 1400px;
margin: 0 auto !important;
background-color: white !important;
background: white !important;
}
.navbar-expand-xl .navbar-collapse {
display:none !important;
}
h3.widget-title {
font-size: 2em !important;
color: #432274;
font-weight: 700;
margin: 15px 0;
}
/*
.col-lg-8 {
max-width:100% !important;
flex: 100% !important;
}
*/
body:not(.theme-preset-active) #page-sub-header h1 {
color: #6a529f !important;
}
.bg-light {
background-color:white !important;
}
.nav-link {
padding: 0 !important;
}
a:active,
a:hover {
outline: 0;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
blockquote {
font-size: 18px;
margin: 0.25em 0;
line-height: 1.45;
position: relative;
color: #616161;
display: block;
padding: 30px 5px 0px 30px !important;
margin: 0 0 20px;
text-align:center;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: 20px !important;
top: -13px !important;
color: #6C4596;
}
blockquote:after {
display: block;
content: "\201D";
font-size: 80px;
position: absolute;
right: 0px;
top: 25px;
color: #6C4596;
}
blockquote cite:after {
content: "\2019 \2009";
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
pre {
overflow: auto
}
figure {
margin: 1em 2.5rem;
}
.stickybuttons {
display:none !important;
}
code,kbd,pre,samp {
font-size: 1em
}
hr {
box-sizing: content-box;
height: 0;
margin-top: 30px;
margin-bottom: 30px;
border: 0;
border-top: 1px solid #e8eaeb
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default
}
button,select {
text-transform: none
}
html input[type="button"] {
padding: 9px !important;
background: #01b67a;
color: white;
border-radius: 7px;
font-weight: bold;
border: 2px outset #01b67a;
}
.ginput_right {
margin-top:3px !important;
width:auto !important;
}
.gform_wrapper li.gfield.field_description_below+li.gsection {
margin-top:0 !important;
}
.minheightfix {
min-height:20px !important;
display:block;
}
button[disabled],
html input[disabled] {
cursor: default;
}
.gform_button.button {
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
height: auto
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
padding: 0
}
input[type="search"] {
padding:4% 2% 3% 6% !important;
}
section {
position: relative;
overflow: hidden;
display: block;
clear: both
}
section::after {
clear: both;
content: "";
display: block
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
html,body {
height: 100%;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent
}
img,picture {
margin: 0;
height: auto;
max-width: 100%;
vertical-align: middle
}
a:hover,a:focus {
color: #48396b;
text-decoration: underline
}
input,button,select,textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
line-height: 1.2;
margin: 5px 0px 5px 0px;
font-weight: bold;
}
h2 {
font-size:1.75em;
}
.site-header article.cta {
float: right;
width: 100%;
text-align: right;
color: #432274;
font-size: 1.5em;
font-weight: 700;
}
.nf-loading-spinner {
display:none;
}
.titlestyle {
font-size: 1.75em;
font-family: inherit;
line-height: 1.2;
color: #432274;
margin: 30px 0;
font-weight: normal;
text-align: center;
}
#content.site-content {
padding-top:0px !important;
}
.page-content, .entry-content, .entry-summary {
margin: 0;
}
div#n2-ss-2 .nextend-bullet-bar > div.n2-active {
background-color: #260742;
width: 10px;
height: 10px;
}
div#n2-ss-2 .nextend-bullet-bar > div.n2-hover {
background-color: #6a549d;
width: 10px;
height: 10px;
}
div#n2-ss-2 .nextend-bullet-bar > div
.navbar-dark .navbar-brand {
background-color: white !important;
}
.entry-content {
max-width:1180px !important;
margin: 0 auto;
}
header#masthead {
padding-bottom:7px !important;
}
.navbar-brand {
padding-top: 2px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
display: inline-block;
width: 100%;
min-height:100px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
background-color: #01b67a !important;
color: white !important;
width: auto !important;
margin:0 auto !important;
display:block !important;
}
.gform_wrapper form {
width:100%;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
clear: both;
color: #432274;
margin-top: 1%;
margin-bottom: 1%;
}
h1 {
font-size: 2em;
}
h2 {
padding-bottom: 0.3em;
line-height: 1.25;
}
h3 {
line-height: 25px;
}
h4 {
line-height: 20px;
}
h5 {
line-height: 17.5px;
}
p {
margin: 0 0 20px;
/*margin-bottom: 1.5em;*/
font-family: "Montserrat",sans-serif !important;
}
h1.entry-title {
font-size: 2.5em !important;
font-family: inherit;
line-height: 1.2;
color: #432274;
margin: 30px 0;
font-weight: bold;
text-align: center;
}
h2.entry-title {
font-size:1.4em;
}
h3.widget-title {
font-size: 1.2rem;
}
.close-modal {
margin-top:-10px !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}
table {
margin: 0 0 1.5em;
width: 100%;
}
.block-container article .btn {
width: auto !important;
}
div#n2-ss-35 .n2-ss-slider-1 {
height:500px !important;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
margin-bottom: 0;
background-color: #563d7c ;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
padding: .74rem 1rem;
/*margin-bottom:5px;*/
}
.navbar-brand > a {
color: rgba(0, 0, 0, 0.9);
font-size: 1.1rem;
outline: medium none;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
text-decoration: none;
}
#page-sub-header {
position: relative;
padding-top: 5rem;
padding-bottom: 0;
text-align: center;
font-size: 1.25rem;
background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
line-height: 1.6;
font-size: 4rem;
color: #563e7c;
margin: 0 0 1rem;
border: 0;
padding: 0;
}
#page-sub-header p {
margin-bottom: 0;
line-height: 1.4;
font-size: 1.25rem;
font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
color: #333;
font-size: 2.6rem;
display: inline-block;
margin-top: 2rem;
}
.gform_wrapper ul.gform_fields li.gfield {
padding-right: 0 !important;
}
.gform_wrapper ul.gfield_radio li {
width: 50%;
float: left;
text-align: center;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
width:25px !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
width:100% !important;
border: 2px inset #797979;
height: 40px;
padding: 10px;
border-radius:7px;
}
.owl-carousel .owl-item img {
display:block !important;
}


.social {
float: left;
display: block;
margin-right: 0%;
width: 100%;
margin-top: 20px
}

.social:last-child {
margin-right: 0
}

.social ul li {
display: inline-block;
margin-right: 7.5px
}

.social ul li a {
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
background-color: #432274;
display: block;
color: #fefefe;
font-size: 1.5em
}

.social ul li a:hover {
text-decoration: none;
opacity: 0.8
}

.social ul li a i {
font-size:1.3em !important;
color:white !important;
line-height:48px;
}

.btn:after,a.btn:after {
font-family: 'pensionworks' !important;
}

.social ul li.facebook a {
background-color: #29487d
}

.social ul li.twitter a {
background-color: #1da1f2
}

.social ul li.linkedin a {
background-color: #0077b5
}

.social ul li.youtube a {
background-color: #cc181e
}

.social span.align-top {
vertical-align: top;
margin-right: 15px
}

.social .iso9001 {
max-width: 76px
}


/************************************************ START RESPONSIVE QUERIES **********************************************************/
@media screen and (min-width: 768px) {
body:not(.theme-preset-active) #page-sub-header h1 {
font-size: 3.750rem;
}
body:not(.theme-preset-active) #page-sub-header {
font-size: 1.25rem;
}
.col-md-4 {
max-width:25% !important;
}
input[type="search"] {
width:90% !important;
}
.border {
padding:20px 0px 0px 0px !important;
text-align:center !important;
}
.twitter {
margin-left:5px !important;
}
}
@media screen and (min-width: 992px) {
#page-sub-header p {
max-width: 43rem;
margin: 0 auto;
}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
padding-left: 0;
padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
color: #cdbfe3;
padding: 0.5rem;
font-weight: 500;
font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
color: #fff;
font-weight: 600;
/*background: #f9f9f9;*/
}
.navbar-brand {
height: auto;
}
.navbar-toggle .icon-bar {
background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.dropdown-item {
line-height: 1.2;
padding-bottom: 0.313rem;
padding-top: 0.313rem;
}
.dropdown-menu {
min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
display: block;
left: 12.250em;
top: 0;
}
.dropdown-menu .dropdown-item {
white-space: normal;
background: transparent;
line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
background: transparent;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
}
@media screen and (min-width: 769px) {
.dropdown-menu li > .dropdown-menu {
right: -9.875rem;
top: 1.375rem;
}
}
@media screen and (max-width: 991px) {
.navbar-nav .dropdown-menu {
border: medium none;
margin-left: 1.250rem;
padding: 0;
}
.dropdown-menu li a {
padding: 0;
}
#masthead .navbar-nav > li > a {
padding-bottom: 0.625rem;
padding-top: 0.313rem;
}
.navbar-light .navbar-toggler {
border: medium none;
outline: none;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
text-align:right;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
width: 50%;
text-align: left;
}
.comment-content.card-block {
padding: 20px;
}
.navigation.post-navigation {
padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
border-radius: 0.938rem;
display: inline-block;
padding: 0.313rem 0.875rem;
text-decoration: none;
background: #432274;
color:white !important;
font-weight:bold;
}
.nav-next a:hover {
background: #432274 !important;
color:#00B67A !important;
font-weight:bold;
}
.nav-previous a:hover {
background: #432274 !important;
color:#00B67A !important;
font-weight:bold;
}
.post-navigation .nav-next a::after {
content: " \2192";
}
#wpsm_accordion_264 .wpsm_panel {
text-align:center;
}
.post-navigation .nav-previous a::before {
content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 0.313rem;
line-height: normal;
padding: 0.938rem 1.438rem 0.875rem;
text-decoration: none;
top: 0.313rem;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
a img.alignright {
float: right;
margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
float: left;
margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
font-size: 0.875rem;
/* Make sure select elements fit in widgets. */
}
.widget select {
max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
background-color: #eee;
text-decoration: none;
}
.half-rule {
width: 6rem;
margin: 2.5rem 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
padding-top: 4.125rem;
border-bottom: 5px solid #432274 !important;
}
.sticky .entry-title::before {
content: '\f08d';
font-family: fontawesome;
font-size: 1.563rem;
left: -2.5rem;
position: absolute;
top: 0.375rem;
}
.sticky .entry-title {
position: relative;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
margin-top: 0;
}
.post.hentry {
margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
color: #9a9a9a;
}
.entry-title > a {
font-size: 1.5em;
font-family: inherit;
line-height: 1.2;
color: #432274 !important;
margin: 30px 0;
font-weight: bold;
text-align: center;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-body .pull-left {
padding-right: 0.625rem;
}
.comment-list .comment {
display: block;
}
.comment-list {
padding-left: 0;
}
.comments-title {
font-size: 1.125rem;
}
.comment-list .pingback {
border-top: 1px solid rgba(0, 0, 0, 0.125);
padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
background: #f1f1f1 none repeat scroll 0 0;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 0.313rem 0.313rem 0;
text-align: center;
}
.wp-caption img[class*="wp-image-"] {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 0.688rem;
line-height: 1.063rem;
margin: 0;
padding: 0.625rem;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item .gallery-columns-2 {
max-width: 50%;
}
.gallery-item .gallery-columns-3 {
max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
max-width: 25%;
}
.gallery-item .gallery-columns-5 {
max-width: 20%;
}
.gallery-item .gallery-columns-6 {
max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
max-width: 11.11111%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
width: 8.313rem !important;
}
.variations_form .variations .value > select {
margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
padding-bottom: 0;
padding-top: 0;
}
.elementor-page .entry-content {
margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
display: none;
}
.vc_desktop #content.site-content {
padding-bottom: 0;
padding-top: 0;
}
.vc_desktop .entry-content {
margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
color: #99979c;
background-color: #f7f7f7;
text-align:center;
}
.navbar-dark .site-info {
color: #fff !important;
}
.copyright {
font-size: 0.875rem;
margin-bottom: 0;
text-align: center;
}
.copyright a, footer#colophon a {
color: inherit;
}
header#masthead {
background-color:#fff !important;
}
ul {
list-style: none;
}
ul li.tick:before {
content: '✓';
padding: 0px 12px 0px 20px;
color: #6a549d;
font-weight: 800;
}
ul li.cross:before {
content: '✕';
padding: 0px 12px 0px 20px;
color: #6a549d;
font-weight: 800;
}
@media screen and (max-width: 767px) {
#masthead .navbar-nav > li > a {
padding-bottom: 0.938rem;
padding-top: 0.938rem;
}
.list-radio-wrap .nf-field-element li {
width:100% !important;
}
.full {
width:100%;
float:left !important;
}
.n2-padding {
margin-top:-81px !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 8000px) {
.logofix {
max-width:310px;
}
.forty {
width:40%;
}
.site-header {
position:relative !important;
}
.loaform {
max-width:1000px !important;
}
.gform_wrapper .form_saved_message {
width:50%;
}
.deskhalfleft {
width:45%;
float:left;
}
.deskhalfright {
width:55%;
float:right;
}
.nf-form-content {
width:100%;
margin:0 auto;
}
.social {
width:100% !important;
}
.container {
padding-right: 0;
}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
line-height:37px !important;
}
}
@media screen and (max-width: 1560px) {
.navbar-dark .dropdown-item {
color: #fff;
}
.navbar-nav .dropdown-menu {
background: transparent;
box-shadow: none;
border: none;
}
}
@media only screen and (min-width: 1201px) and (max-width: 8000px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
height: 64px;
padding: 25px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
width:220px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
padding:10px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
color: #625e5f !important;
background: white !important;
padding: 20px;
top: 28px;
-webkit-transform: translateY(-2em);
-ms-transform: translateY(-2em);
transform: translateY(-2em);
-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
width: 220px;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
line-height:20px;
}
.forty {
width:40%;
}
}
@media only screen and (min-width: 768px) and (max-width: 4096px) {
.halfdesk {
width:50% !important;
}
.hidedesktab {
display: none;
}
.center {
margin: 0 auto !important;
}
#mega-menu-wrap-primary {
width:auto !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
width:100px !important;
margin: 0 auto;
}
.showondesktop {
display:block;
}
.hideondesktop {
display:none !important;
}
.post.hentry {
margin: 0 auto;
width: 65%;
float: left;
/*padding-left:2%;
padding-right:2%;*/
}
section#primary {
}
.deskeight {
width:80%;
margin:0 auto;
padding:2%;
}
.deskhalf {
width:50% !important;
}
.push {
margin-top:5%;
}
.formstyle{
line-height: 2em;
font-size: 1.1em;
}
.post-thumbnail {
margin-top:50px;
}
}
@media only screen and (min-width: 1px) and (max-width: 1560px) {
.fullmobile {
width:100%;
}
section#primary {
width:100%;
}
.post.hentry {
margin: 0 auto;
width: 100%;
float: left;
margin-left: 4%;
margin-top: 80px;
}
.cp_cff_11 #fbuilder input[type="text"] {
margin:0 auto !important;
display:block;
width:100% !important;
font-family: 'montserrat',sans-serif !important;
font-size: 1em;
color: #432274;
}
.showmobile{
display:block;
}
#mega-menu-wrap-primary {
width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
width:100% !important;
box-shadow:2px 2px 5px 0px rgba(0,0,0,0.4);
padding-top:5px !important;
padding-top: 15px !important;
padding-bottom: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
background-color:white !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
color:white !important;
}
.post-thumbnail {
margin-top:15px;
}
.entry-contentt {
padding-right:30px;
}
span.cat-links {
padding-right:20px;
}
h2.entry-title {
padding-right:20px;
}
aside#secondary {
width:100% !important;
}
}
@media only screen and (min-width: 768px) and (max-width:1200px) {
.showontablet {
display:block !important;
}
.hideontablet {
display:none !important;
}
input.ctabutton2 {
font-size:1em !important;
}
.mobheader {
float:none !important;
margin: 0 auto;
display: block;
padding-top: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
aside#secondary {
}
}
@media only screen and (min-width: 768px) and (max-width:1229px) {
ul li ul .menu-item {
position:relative !important;
z-index: none;
}
}
@media only screen and (min-width: 768px) and (max-width:9999px) {
.container {
max-width: 1920px !important;
padding-left:0 !important;
}
.gform_wrapper form {
width:100%;
}
.stickybuttons {
display:none !important;
}
li.menu-item {
list-style:none;
display: inline-block;
max-width: 100%;
float:left;
padding: 15px 5px;
}
li.menu-item:hover {
text-decoration: none;
color: #fefefe !important;
background-color: #6a549d;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding: 15px 5px;
}
li.menu-item a {
display: block;
font-size: 15px;
color: #625e5f;
padding: 0px 12px;
position: relative;
font-weight:400;
font-size: 0.875rem;
}
li.menu-item a:hover {
color:white;
text-decoration:none;
}
.menu-item ul li:hover ul {
visibility: visible;
opacity: 1;
overflow: visible;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition-delay: 0s, 0s, 0.3s;
transition-delay: 0s, 0s, 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
background-color:white;
line-height:15px;
}
#mega-menu-wrap-primary #mega-menu-primary {
background-color:white;
margin-top: -5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
background-color: #6a549d;
color:white !important;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition-delay: 0s, 0s, 0.3s;
transition-delay: 0s, 0s, 0.3s;
}
header#masthead {
padding: 0px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
display: inline-block;
width: 100%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
margin: 0 auto !important;
display: block;
}
aside#secondary {
width:34% !important;
}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
.mobilepad {
padding-top: 170px;
}
label[for=input_97_19] {
background: none !important;
border: 0 !important;
color: #432274 !important;
text-align: center;
}
.ninety label {
background: none !important;
border: 0 !important;
color: #432274 !important;
text-align: center;		
}
.mobhalf {
width:50% !important;
float:left;
}
.smallerheading {
font-size:1.5em;
}
.mobheaderlarge {
font-size:1.9em !important;
}
.mobheadermedium {
font-size:1.4em !important;
}
.mobheadersmall {
font-size:1.2em !important;
}
ul li.cross:before {
padding: 0px 10px 0px 0px !important;
}
ul li.tick:before {
padding: 0px 10px 0px 0px !important;
}
.tick {
margin-left:0 !important;
text-indent: -1.5em;
padding-left: 7px;
}
.cross {
margin-left:0 !important;
text-indent: -1.5em;
padding-left: 7px;
}
.flip-card {
margin-bottom:35px;
}
.flip-card-front {
margin:0 !important;
}
.marfix {
margin-left:0 !important;
}
.iconfix {
height:50px !important;
line-height:1.8em !important;
float:right;
width: 13% !important;
font-size: 1.8em !important;
}
.hideonmob {
display:none !important;
}
.fontfix {
float: left;
padding-left: 12px;
}
.boxed {
min-height:auto;
width:100%;
margin-bottom:10px;
}
.mobtop {
margin-top:110px;
}
.flip-card {
width:48% !important;
margin-bottom:10px;
}
.smalltextmob {
font-size:1.0em !important;
}
.flip-card-back h2 {
font-size:0.9em !important;
padding: 1% 5% !important;
}
.flip-card-front h2 {
font-size:1.2em !important;
padding: 1% 5% !important;		
}
.flip-card-front {
padding:10%;
}
.flip-card-back p {
font-size:0.7em;
}
.flip-card {
border:none !important;
}
.mobheader {
display:block;
margin: 0 auto;
text-align:center;
}
.mobheader {
float:none !important;
margin:0 auto;
display:block;
padding: 10px 0px;
}
.logofix {
max-width:260px;
}
.roundit {
border-radius: 5px !important;
}
article.blogstyle {
width:100% !important;
}
.navbar-dark .navbar-brand {
width:100%;
}
.container {
max-width:100% !important;
padding:0 !important;
}
.entry-content {
margin-top:0px !important;
}
.hideonmobile {
display:none !important;
}
.mlsmobile {
font-size: 0.9em;
line-height: 1.2em;
font-weight: bold;
color: #432274;
}
aside#secondary {
/*margin-left: 4% !important;*/
text-align:left !important;
padding:0 !important;
}
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
background: #432274;
color: #fefefe;
position: relative;
}
.responsive-tabs .responsive-tabs__list__item {
font-size:16px;
}
.responsive-tabs .responsive-tabs__list__item {
background: #fefefe;
text-transform: inherit;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.responsive-tabs .responsive-tabs__list__item {
display: inline;
cursor: pointer;
float: left;
display: block;
margin-right: 0%;
width: 25%;
padding: 30px;
border-left: 3px solid #e8eaeb;
position: relative;
text-align: center;
}
.light-gray-bg {
background-color: #e8eaeb;
}
.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
display: block;
}
.responsive-tabs .responsive-tabs__panel {
clear: both;
padding: 30px;
padding-top: 50px;
background-color: #d0d2d4;
}
.navbar-dark .navbar-brand {
margin-top: 5px;
margin: 0 auto;
}
.entry-content {
max-width:1920px !important;
margin-top:0px;
}
.col-sm-12 {
padding-left:0px;
padding-right:0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
color: #625e5f !important;
}
i {
font-family: 'pensionworks';
src: url("/fonts/pensionworks.eot"); /* IE */
src: url("/fonts/pensionworks.ttf"); /* SAFARI */
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: middle;
font-size: 2em;
color: #432274 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
color:white !important;
}
.responsive-tabs .responsive-tabs__list__item .icon {
background:white !important;
}
.mls {
font-size: 2.2em;
line-height:1.2em;
font-weight: bold;
color: #432274;
}
#mega-menu-wrap-primary {
margin: 0 auto;
width:82%;
background-color:white;
display:inline-block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
background-color:#6C54A7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
background:#6C54A7;
}
#tab_container_63 .wpsm_nav-tabs > li.active {
width: 300px;
height: 267px;
color:white;
}
#tab_container_63 .wpsm_nav-tabs > li.active > a {
height:300px;
color:white !important;
background-color: #432274 !important;
}
select.form-control:not([size]):not([multiple]) {
height: auto !important;
}
.light-gray-bg {
background-color: #e8eaeb
}
.hide {
display:none;
}
.r-tabs-accordion-title {
display:none;
}
li.r-tabs-state-active {
background-color:#432274 !important;
}
a.boxtitle {
text-decoration: none !important;
}
a.boxtitle:active {
color:white !important;
}
ul {
margin-bottom: 0 !important;
}
span.tab-title-active {
color:white;
}
#clients-carousel .item img {
top:35% !important;
}
li.menu-item {
padding:0;
}
footer {
}
.p-md-5 {
padding-top:0 !important;
}
li.menu-item a:hover {
text-decoration:underline;
}
.btn-primary, a.btn-primary {
color: white !important;
}
li.menu-item:hover {
background:transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
background-color:transparent !important;
color: #00B67A !important;
font-weight:bold;
text-decoration:none;
}
.entry-title a:hover {
	text-decoration:none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:hover {
color:white !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
background-color: #6c54a7 !important;
color:white !important;
}
.responsive-tabs .responsive-tabs__list__item .tab-title {
color:#949494;
}
a.boxtitle {
color:white !important;
}
r-tabs-state-default {
color: #452773 !important;
}
section#primary {
display: inline-block;
}
aside#secondary {
width:100% !important;
float:right;
}
.post img {
max-width:500px;
}
h2.entry-title {
-webkit-animation: come-in 1s ease forwards;
animation: come-in 1s ease forwards;
}
.navigation.post-navigation {
/*margin-top:80px;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
background:none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
background:#6A559C !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:active {
color:white !important;
}
.m-btn {
display: block;
position: relative;
width: 100%;
padding: 20px 15px;
margin-bottom: 10px;
text-decoration: none;
border: 3px solid rgba(106,83,159,0.5);
border-radius: 6px;
background-color: #fefefe;
-webkit-transition: background-color 300ms ease, color 300ms ease, opacity 500ms, -webkit-transform 500ms;
transition: background-color 300ms ease, color 300ms ease, opacity 500ms, -webkit-transform 500ms;
transition: background-color 300ms ease, color 300ms ease, opacity 500ms, transform 500ms;
transition: background-color 300ms ease, color 300ms ease, opacity 500ms, transform 500ms, -webkit-transform 500ms;
cursor: pointer;
text-align: center;
font-family: "Montserrat",sans-serif;
font-weight: 500;
font-size: .8rem;
color: #fefefe !important;
background-color: #6a539f;
border-color: #6a539f;
position: relative;
max-width: 300px;
font-size: 1.1em;
margin:0 auto;
}
/*
.button {
vertical-align: middle;
border: 1px solid transparent;
background-image: none;
padding: 15px;
background-color: #fff !important;
color: #6a549d !important;
border-radius: 7px;
font-weight: bold;
font-size: 14px !important;
text-transform: uppercase;
width: 100% !important;
text-align: center !important;
}*/
.gform_wrapper .gfield_required {
color:white !important;
}
input.medium {
display: block;
width: 100%;
padding: 15px 20px;
font-family: "Montserrat",sans-serif;
font-size: 16px;
line-height: 24px;
background-image: none;
border: 1px solid #e8eaeb;
border-radius: 0;
-webkit-transition: border-color;
transition: border-color;
background-color: #fefefe;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
width:100% !important;
}
.gform_wrapper .top_label input.medium {
width:100% !important;
height:56px;
}
.social {
width:100%;
}
.social ul li {
float:left;
}
footer {
padding: 0 !important;
}
header {
display: block !important;
}
.site-header article.cta {
display: block !important;
}
.middle {
-webkit-transform: matrix !important;
transform: matrix !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
background: rgb(108, 85, 166) !important;
}
.gform_wrapper .gfield_error .gfield_label {
color:#ff4545 !important;
}
.gform_wrapper .validation_message {
color:#ff4545 !important;
text-align:left !important;
}
div#n2-ss-2 .nextend-bullet-bar > div {
background:white;
}
i.icon-plus {
color:white !important;
}
/* ACCORDION START */
svg:not(:root).svg-inline--fa {
float:right !important;
}
#wpsm_accordion_264 .ac_title_class {
font-family: "Montserrat",sans-serif;
}
#wpsm_accordion_264 .wpsm_panel-body {
font-family:"Montserrat",sans-serif !important;
}
#wpsm_accordion_264 .wpsm_panel {
border-top: 1px solid #a2a3a4 !important;
border-bottom: 1px solid #a2a3a4 !important;
}
#wpsm_accordion_2260 .ac_title_class {
font-family: "Montserrat",sans-serif !important;
}
#wpsm_accordion_2260 .wpsm_panel-body {
font-family:"Montserrat",sans-serif !important;
}
#wpsm_accordion_2260 .wpsm_panel {
border-top: 1px solid #a2a3a4 !important;
border-bottom: 1px solid #a2a3a4 !important;
}
#wpsm_accordion_2260 .wpsm_panel {
text-align:center;
}
#wpsm_accordion_2268 .ac_title_class {
font-family: "Montserrat",sans-serif !important;
}
#wpsm_accordion_2268 .wpsm_panel-body {
font-family:"Montserrat",sans-serif !important;
}
#wpsm_accordion_22608 .wpsm_panel {
border-top: 1px solid #a2a3a4 !important;
border-bottom: 1px solid #a2a3a4 !important;
}
#wpsm_accordion_2268 .wpsm_panel {
text-align:center;
}
.gform_wrapper .field_description_below .gfield_description {
padding-top:0 !important;
}
.gform_wrapper .gfield_description {
}
.wide {
width: 100% !important;
}
.list-checkbox-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
visibility:hidden;
}
.list-radio-wrap .nf-field-element li {
border: 2px solid #6a539f;
border-radius: 10px;
width: 283px;
height: 170px;
-webkit-transition: -webkit-box-shadow 300ms;
transition: -webkit-box-shadow 300ms;
transition: box-shadow 300ms;
transition: box-shadow 300ms, -webkit-box-shadow 300ms;
margin: 0 auto !important;
}
.nf-field-label label {
}
.list-radio-wrap .nf-field-element li label {
font-size: 13px;
margin-left: 0 !important;
background-color: #6950a1;
color: white;
display: block;
text-align: center;
border-radius: 5px;
margin: 0;
padding-top:60px;
}
.list-radio-wrap .nf-field-element li:hover {
-webkit-box-shadow: 0 15px 20px 0 rgba(106,83,159,0.35);
box-shadow: 0 15px 20px 0 rgba(106,83,159,0.35);
}
.m-btn {
text-decoration:none !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
display: block;
/*padding: 15px 20px;*/
/*font-family: "Montserrat",sans-serif;*/
font-size: 1em;
line-height: 24px;
background-image: none;
background-color: #fff;
padding:5px;
}
.gform_wrapper textarea.medium {
display: block;
width: 100%;
padding: 15px 20px;
font-family: "Montserrat",sans-serif;
font-size: 16px;
line-height: 24px;
background-image: none;
border: 1px solid #e8eaeb;
border-radius: 0;
-webkit-transition: border-color;
transition: border-color;
background-color: #fefefe;
}
.gravitypdf-download-link {
background-color: #6950A1;
color: white !important;
border-radius: 5px;
padding: 20px;
display: block;
width: 200px;
text-align: center;
margin: 0 auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
background:white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover {
background: #6C54A7 !important;
}
.page-header {
height: 0 !important;
min-height: 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 5px;
border-radius: 0px 0px 7px 7px;
outline: none;
margin: 1% 0%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-bottom:0 !important;
margin-top:0 !important;
}
.gform_wrapper .top_label .gfield_label {
margin-bottom:0 !important;
border-width: 2px 2px 0px 2px;
border-style: solid;
border-color: #6c4596;
padding: 5px;
background-color: #6c4596;
color: white;
border-radius: 7px 7px 0px 0px;
width: 100%;
max-width:500px;
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
margin-top:-19px !important;
}
.gform_wrapper .ginput_complex .ginput_left {
padding-right:0 !important;
}
.gform_wrapper textarea.medium {
background-color: #fefefe;
letter-spacing: normal;
font-family: "Montserrat",sans-serif;
font-weight: 500;
font-size: .8rem;
padding: 20px;
border: 2px solid #6a539f;
border-radius: 10px;
outline: none;
width: 100%;
-webkit-transition: border-color 300ms;
transition: border-color 300ms;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
border: 2px inset#790000 !important;
}
.list-checkbox-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
margin: 0 auto !important;
}
.tooltipbutton {
padding-top: 2px;
text-decoration: none;
width: 25px;
height: 25px;
border-radius: 100%;
color: #ffffff !important;
background-color: #6a539f !important;
cursor: pointer;
padding-left: 8px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
letter-spacing: normal;
font-family: "Montserrat",sans-serif;
border: 2px inset #797979;
border-radius: 0px 0px 7px 7px;
outline: none;
height:40px;
margin-left:0px;
}
.nf-checked-label {
-webkit-box-shadow: 0 15px 20px 0 rgba(106,83,159,0.35);
box-shadow: 0 15px 20px 0 rgba(106,83,159,0.35);
}
.nf-field-element input {
font-family: "Montserrat",sans-serif;
font-weight: 500;
font-size: .8rem;
padding: 20px;
border: 2px solid #6a539f;
border-radius: 10px;
outline: none;
width: 100%;
-webkit-transition: border-color 300ms;
transition: border-color 300ms;
}
.field-wrap input[type=button] {
width: 50%;
background: none;
float: right;
}
#wpsm_accordion_632 .ac_title_class {
font-family:'montserrat';
}
#wpsm_accordion_632 .wpsm_panel-body {
font-family:'montserrat' !important;
}
.owl-theme .owl-nav [class*='owl-'] {
top:15% !important;
background:transparent;
border:none;
margin-right: -40px;
margin-left: -40px;
padding: 4px 15px !important;
}
.owl-theme .owl-dots .owl-dot {
display:none !important;
}
.block-container article i {
color: #fff !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border:2px solid #6a539f;
}
.gform_wrapper ul.gform_fields li.gfield {
margin: auto;
}
.background {
background:url('/wp-content/uploads/2018/03/banner1.jpg')
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
width:190px;
}
.form-field select {
min-width: 180px;
}
.form-field {
padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error {
background-color: transparent !important;
margin-bottom: 4px!important;
border-top: none !important;
border-bottom: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
text-align:right;
margin-top:-3px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
text-align:left;
}
.gform_wrapper {
margin:0 !important;
}
body .gform_wrapper ul li.gfield {
margin:0;
}
@media only screen and (min-width: 1025px) and (max-width: 1559px) {
aside#secondary {
text-align:left !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.mobheader {
float:right !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 8000px) {
.hideondesk {
display:none !important;
}
.widget {
/*text-align:right !important;*/
}
.widget .nav > li > a:focus, .nav > li > a:hover {
font-weight:normal !important;
}
#nav_menu-3 {
text-align:center !important;
}
#nav_menu-2 {
text-align:center !important;
}
.cp_cff_11 #fbuilder .fields:not(.cff-container-field) {
float:left;
}
.paddesk {
padding-top:65px;
}
#field_1-26 {
width:100% !important;
}
.fontfix {
font-size:1.4rem;
}
#slider_3276_slide01 {
padding:2% !important;
}
#slider_3276_slide02 {
padding:2% !important;
}
#slider_3276_slide03 {
padding:2% !important;
}
.providersbackground {
padding-top:1%;
padding-bottom:0.5%;
}
label[for=fieldname12_2] {
font-weight: bold;
color: #eabf19;
}
label[for=input_61_10] {
max-width:900px !important;
}
.hideondesktop {
display:none !important;
}
.su-button-style-default span {
font-size:1em !important;
}
.gform_wrapper .gform_footer input.button {
font-size:1em !important;
}
#field_2-0 {
width:70% !important;
}
#field_2-1 {
width:30% !important;
}
.flip-card-back h2 {
font-size:1.1em !important;
padding: 5% !important;
}
.icosize {
font-size:5.5em;
}
.quotesize {
font-size:2.5em;
}
.heightfix {
margin-top:75px;
}
.navbar-dark .navbar-brand {
margin-right:50px !important;
}
header#masthead {
position:fixed !important;
background:white !important;
z-index:99;
}
main {
margin-top:-20px;
}
.edfm-2926 .edfm-toggle {
width: 105px !important;
left: 50px !important;
top: 10px !important;
background-color: #432274 !important;
}
.navbar-brand {
width:100%;
float:right;
}
.desktwenty {
width:20%;
}
.deskeighty {
width:80%;
}
.fifty {
width:50% !important;
float:left;
}
.su-tabs-nav span {
margin: 0 auto;
width: 24.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
color:white !important;
background: #6C54A7 !important;
}
.textsquish {
width:80%;
margin: 0 auto;
}
.gform_wrapper select.medium {
width: 100% !important;
padding:16.5px;
border-radius:5px !important;
}
.gform_wrapper .form_saved_message {
background-color:rgba(105, 80, 161, 0.09);
}
.cp_cff_11 #fbuilder .ui-slider-handle {
height: 1.8em !important;
width: 2.8em !important;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.7em !important;
margin-left: -.6em !important;
}
.hidden{
display:none;
}
.deskthird {
width:30%;
padding: 0% 1.5%;
float:left;
}
.deskthirty {
width:33%;
padding: 0% 1.5%;
float:left;
}
.twentysix {
width:26%;
padding: 0% 1.5%;
float:left;
}
.fifty {
width:50%;
padding: 0% 1.5%;
float: left;
}
.seventy {
width: 70%;
float: left;
}
.fortythree {
width:43%;
padding: 0% 1.5%;
float:left;
}
.twentythree {
width:23%;
padding: 0% 1.5%;
float:left;
}
.halfleft {
width:50% !important;
float:left;
}
.thirdleft {
width:33% !important;
float:left;
}
.thirdpad {
width:33% !important;
float:left;
padding-left:1%;
}
.halfright {
width:50% !important;
float:left;
padding-left:1%;
}
#fieldname12_1 {
border: none !important;
background-color: transparent !important;
font-size: 2.5em !important;
color: #6950A1 !important;
font-weight: bold !important;
}
.cp_cff_11 #fbuilder .medium {
width:100% !important;
}
.cp_cff_11 #fbuilder .fields:not(.cff-container-field) {
width:50%;
margin:0 auto;
}
.cp_cff_11 #fbuilder input[type="text"] {
margin:0 auto !important;
display:block;
width:100% !important;
font-family: 'montserrat',sans-serif !important;
}
.cp_cff_11 #fbuilder * {
text-align:center;
}
.circlecontainer {
width:25%;
float:left;
}	
.cp_cff_11 #fbuilder .fields:not(.cff-container-field) {
float:left;
}
#field_1-26 {
width:100% !important;
}
.deskhalf {
width:50%;
}
#field_2-26 {
width:100% !important;
}
#field_2-28 {
width:100% !important;
}
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
.edfm-2926 .edfm-toggle {
background:white !important;
width:90%;
}
.edfm-toggle img {
position:relative !important;
left:5% !important;
}
.edfm-2926 .edfm-toggle > div {
background:#432274 !important;
}
header#masthead {
box-shadow:none !important;
margin-top: 26px !important;
}
.edfm-toggle {
border-bottom: 3px solid #432274;
height:45px !important;
}

  .mobicobutton {
    float: right;
    height: 45px;
    margin-top: -26px;
    border-bottom: 3px solid #432274;
    width: 10%;
    position: fixed;
    right: 0;
    background: white;
    display: inline-block;
    z-index: 99999;
  }

  .edfm-fly-menu-wrapper-inner {
    z-index:2 !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .edfm-toggle {
    border-radius:0px !important;
  }

  .fontfix {
    font-size:1.4rem;
  }
.halfit {
float:left;
width:100%;
}
.su-button-style-default span {
font-size:1em !important;
padding:0 !important;
margin:0 !important;
padding:10px !important;
}
.su-button i {
margin:0 !important;
padding:5px;
}
.icosize {
font-size:4.5em;
}
.quotesize {
font-size:1.5em;
}
header#masthead {
margin-top:30px;
}
.mobfull {
width:100% !important;
}
.mobsquish {
margin-top:-75px;
margin-bottom:-75px;
}
.mobspace {
margin-top:20px !important;
}
.mobpad {
padding-left:13% !important;
}
.sticky-buttons {
display:none !important;
}
.hideonmobile {
display:none;
}
.showmobile {
display:block;
}
.gform_wrapper .form_saved_message {
background-color:rgba(105, 80, 161, 0.09)
}
.gform_wrapper select.medium {
width: 100% !important;
padding:16.5px;
border-radius:5px !important;
}
.cp_cff_11 #fbuilder .ui-slider-handle {
height: 1.8em !important;
width: 2.8em !important;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.7em !important;
margin-left: -.6em !important;
}
.hidden{
display:none;
}
.ctcbutton {
float: left;
margin: 0 auto;
background: #432274;
border-radius: 5px;
padding: 5px 10px;
border: 4px outset #6c4596;
width: 48%;
margin-left: 0;
text-align: center;
height:63px;
}
a.ctclink {
background: #432274;
border-radius: 5px;
padding: 5px;
}
span.ctcspan {
text-align: center;
color: white;
width: 100%;
}
#fieldname12_1 {
border: none !important;
background-color: transparent !important;
font-size: 2.5em !important;
color: #6950A1 !important;
font-weight: bold !important;
}
.cp_cff_11 #fbuilder * {
text-align:center;
}
.circlecontainer {
width:100%;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
.removemar {
margin:0 !important;
}
}
@media only screen and (min-width:1500px) and (max-width: 9000px) {
.seventy{
margin-top: -76px;
}
}
@media only screen and (min-width:769px) and (max-width: 1024px) {
.hideonmob {
display:none !important;
}
}
@media only screen and (min-width:769px) and (max-width: 1475px) {
.flipcardtextfix {
font-size:16px !important;
}
.flip-card {
width:48% !important;
}	
}
@media only screen and (min-width:1px) and (max-width: 9999px) {
.circle{
border-radius: 50px;
border: 1px solid #6950A1;
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 2%;
background-color: #6950A1;
}
.cli-plugin-button {
text-decoration:none !important;		
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
margin: 0px 5px;
}
.flick {
transform: scale(1);
transition-duration: 0.2s;
}
.flick:hover {
transform: scale(1.1);
transition-duration: 0.2s;
}
.smush {
transform: scale(1);
transition-duration: 0.2s;
}
.smush:hover {
transform: scale(0.9);
transition-duration: 0.2s;
}
.center {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
/*padding-left: 15px;*/
/*padding-right: 15px;*/
margin-top:50px !important;
}
aside#secondary {
display: inline-block;
float: initial;
margin-top:50px;
}
.ui-helper-hidden-accessible {
display:none !important;
}
#field_2-34 {
width:100% !important;
}
#field_2-36 {
width:100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-top:0 !important;
}
a.ctabutton1 {
background-color: #6950a1;
padding: 20px;
color: white !important;
width: 100%;
font-weight: bold;
text-decoration: none !important;
display: block;
text-align: center;
font-size: 1.4em;
border-radius: 5px 0px 0px 5px;
box-shadow:1px 7px 11px #31254a;
}
input.ctabutton2 {
background-color: #6950a1 !important;
padding: 20px;
color: white !important;
width: 100%;
font-weight: bold;
text-decoration: none !important;
display: block;
text-align: center;
font-size: 1.4em;
border-radius: 5px 0px 0px 5px !important;
box-shadow:1px 7px 11px #31254a;
border:3px solid #6950a1 !important;
}
.formdiv {
width:auto;
height:auto;
background-color:#6950a1; 
}
.cp_cff_11 #fbuilder .slider {
background:white !important;
}
.target {
-moz-transition: -moz-transform .5s;
-o-transition: -o-transform .5s;
-webkit-transition: -webkit-transform .5s;
 -moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
-webkit-transform-origin: top;
transform-origin: top;
transition: transform .5s;
margin-top: -20px;
box-shadow: 1px 7px 11px #31254a;
border-radius: 0px 0px 0px 5px;
color:white !important;
padding:10px;
}
.updown {
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
-webkit-transform: scaleY(0);
transform: scaleY(0);
height:1px;
}
#input_59_41_resetbutton {
float:left !important;
}
#input_56_41_resetbutton {
float:left !important;
}
.purple-bg {
background-color:#6c4596 !important;
}
.purplegrad {
background: #432274;
color:white !important;
border-radius:0px 0px 0px 5px;
}
.circletext {
font-size:2.5em;
text-align:center;
color:white;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
background:#432274 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
border-color: #260742 !important;
}
.icon-circle i {
font-size:1em;
}
.m-cta__icon i {
font-size:2em !important;
}
.nav-links {
padding:3% 0%;
margin: 0 auto;
}
.nav-links a.page-numbers {
border-radius: 10px;
margin: 5px;
text-decoration:none;
}	

.nav-links .page-numbers.current {
  font-weight: bold;
  }	
.nav-links a.page-numbers:hover {
  color: #260742;
}
label {
margin-right:5%;
}
.entry-meta {
padding:1% 0%;
}
.gform_wrapper ul li.gfield {
clear:none !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
display:none;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select {
padding:5px !important;
width:100% !important;
height: 40px;
margin-top: 0;
border-radius: 7px;
font-size:1em;
margin-top:19px;
}
.gform_wrapper .gform_footer a.gform_save_link {
padding: 17px;
background: #6950A1;
color: white !important;
border-radius: 10px;
width: 50%;
margin: 0 auto;
display: block !important;
text-decoration: none;
margin-top: 2%;
margin-left: auto !important;
margin-right: auto !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
height:40px;
margin-top:0;
}
body .gform_wrapper .top_label div.ginput_container {
margin-top:0 !important;
}
.gform_wrapper select {
margin-left: 1px;
letter-spacing: normal;
font-family: "Montserrat",sans-serif;
font-weight: 500;
font-size: .8rem;
padding: 20px;
border: 2px solid #6a539f;
border-radius: 10px;
outline: none;
width: 100%;
-webkit-transition: border-color 300ms;
transition: border-color 300ms;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
left:100% !important;
}
.searchtitle {
padding-left:2%;
}
.searchmeta {
padding-left:2%;
}
.searchsummary {
padding-left:2%;
}
.searchfooter {
padding-left:2% !important;
margin-bottom:2%;
}
article#searchresult {
width:100% !important;
}
article.blogstyle {
margin: 0 auto;
width: 65%;
float: left;
padding: 0% 2% 2% 2%;
margin-top: -1px;
}
.navigation.post-navigation {
margin-top:0px !important;
}
input[type="search"] {
border: 3px solid #432274;
}
.su-carousel-slide {
margin:0 auto;
height:125px;
}
.su-carousel-responsive-yes .su-carousel-slide > a > img {
margin:0 auto;
width:125px;
border:none;
}
.su-tabs-pane {
text-align:center;
}
.su-tabs-nav span.su-tabs-current {
color: #6c4596 !important;
}
.su-tabs {
background:#6c4596 !important;
}
.su-tabs-nav span {
color:white !important;
}
.su-tabs-nav span:hover {
background: #fff !important;
color: #260742 !important;
}
.widget {
margin: 0 auto;
display: block;
text-align:center;
width:90%;
}
.social ul li {
margin: 0px 2% 0px 2% !important;
margin-bottom: 12px !important;
}
.more-link {
background: #432274;
border-radius: 10px;
color: white !important;
padding: 15px;
margin-top:10px;
display:block;
max-width:200px;
}
.more-link:hover {
text-decoration:none;
background:#260742;
}
.cp_cff_11 #fbuilder input[type="text"] {
background:transparent;
border:none;
color:#432274;
border: 3px inset #5e4880;
border-radius: 7px !important;
font-weight:bold;
}
#fieldname12_1 {
color:white !important;
}
#field_1-28 {
width:100% !important;
}
#wpsm_accordion_2260 .wpsm_panel {
border-radius:7px !important;
margin-bottom:7px;
}
#wpsm_accordion_264 .wpsm_panel {
border-radius:7px !important;
margin-bottom:7px;		
}
#wpsm_accordion_2268 .wpsm_panel {
border-radius:7px !important;
margin-bottom:7px;			
}
::placeholder {
}
.left {
float: left;
margin-top: 10px;
}
.right {
float: right;
margin-top: 10px;
margin-right: 3%;
}
.trustpilotbackground {
background-color: white;
padding: 4% 0% 0% 0%;
border-radius: 20px;
border: 3px inset #5e4880 !important;
}
.callbackform {
padding: 0 8%;
}
.mustard {
color: #eabf19 !important;
}
.mustard:hover {
color: #eabf19 !important;
}
#edfm-menu-item-3661 .edfm-title {
color: #eabf19 !important;
font-weight: bold;
-webkit-font-smoothing: subpixel-antialiased;
}
#edfm-menu-item-3661 .edfm-title:hover {
color: #eabf19 !important;
text-decoration:none !important
}
.edfm_skewed_menu.edfm_position_left.edfm_skew_menu_animation_1.edfm-menu-open .edfm-fly-menu-wrapper-inner {
transition-delay: 0.1s;
}
.owl-stage {
transition-timing-function: linear !important;
}
label[for=fieldname12_2] {
font-weight: bold;
color: #eabf19;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
font-weight: normal;
font-size: 1em !important;
text-transform: none;	
}
.cp_cff_11 #fbuilder * {
font-size:14px;
}
/********************************************************************************************* NEW NAVIGATION */
.entry-content {
margin-top:81px;
}
.edfm-toggle {
background-color: #432274 !important;
}
.pushright {
margin-left:16%;
}
.menu-desktop-container {
display:none;
}
.edfm_skewed_menu .edfm-fly-menu-wrapper-inner:before {
border-radius: 0% 0px 20% 0%;
width:600%;
}
.mCustomScrollBox {
left:75%;
top: 30%;
}
.edfm_skewed_menu .edfm-fly-menu-wrapper-inner:before {
border-radius: 100%;
width: 2065px;
height: 2065px;
top: -500px;
}
.edfm_skewed_menu.edfm_position_left .edfm-fly-menu-wrapper-inner:before {
left: -1328px;
top: -950px;
}
.edfm_skewed_menu.edfm_skew_menu_template_2 .edfm-fly-menu-wrapper-inner:before, .edfm_skewed_menu.edfm_skew_menu_template_1.edfm_position_left .edfm-fly-menu-wrapper-inner:before {
-webkit-transform: scale(0, 0) !important;
transform:scale(0, 0) !important; 
-moz-transform:scale(0, 0) !important;
}
.edfm_position_left li.edfm_skew_menu_item_animation_1 a:hover span.edfm-title, .edfm_position_left li.edfm_skew_menu_item_animation_1.current-menu-item a span.edfm-title, .edfm_position_left li.edfm_skew_menu_item_animation_1.current_page_item a span.edfm-title {
margin-left:0 !important;
}
.edfm_skewed_menu.edfm_skew_menu_animation_1.edfm-menu-open .edfm-fly-menu-wrapper-inner:before, .edfm_skewed_menu.edfm_skew_menu_animation_2.edfm-menu-open .edfm-fly-menu-wrapper-inner:before {
-webkit-transform: scale(1, 1) !important;
transform:scale(1, 1) !important; 
-moz-transform:scale(1, 1) !important;
-webkit-transition: transform 0.5s ease-in-out;
-moz-transition:transform 0.5s ease-in-out;
-ms-transition:transform 0.5s ease-in-out;
border:6px solid white;
}
.edfm-toggle-wrapper {
top: 20px;
left: 50px;
}
.edfm-toggle {
border-radius:15px;
}
.mCustomScrollBox {
position: initial !important;
}
.edfm-2392 .edfm-toggle-icon {
color:white !important;
}
.edfm-list-wrap {
float:none !important;
}
li.menu-item {
float:none;
display:block;
}
.edfm-toggle-icon, .edfm-toggle-icon.fa {
font-size: 21px;
}
.edfm-2392.edfm_parent_video_background .edfm-fly-menu-wrapper-inner:before, .edfm-2392.edfm_parent_image_background .edfm-fly-menu-wrapper-inner:before, .edfm-2392.edfm_skewed_menu .edfm-fly-menu-wrapper-inner:before {
background-color:#432274 !important;
}
.edfm-2392 .edfm-toggle {
background-color: #432274 !important;
}
.edfm-2392 .edfm-title-wrap span.edfm-title {
color:white;
}
.mejs-controls {
display: none !important;
visibility: hidden !important;
}
.mejs-overlay-button {
display:none !important
}
.wp-video .mejs-container .mejs-controls {
visibility: hidden;
}
.edfm-2392 .edfm-toggle {
width:100%;
padding-left:45px;
}
.edfm-toggle > div {
left: 10px;
top:11px;
}
.menutext {
text-align: right;
line-height: 42px;
color: white;
padding-right: 10px;
font-weight:bold;
}
.site-header {
width:100% !important;
}
#edfm-menu-item-3661 .edfm-title {
color: #eabf19 !important;
font-weight: bold;
-webkit-font-smoothing: subpixel-antialiased;
}
#edfm-menu-item-3661 .edfm-title:hover {
color: #eabf19 !important;
text-decoration:none !important
}
.edfm_skewed_menu.edfm_position_left.edfm_skew_menu_animation_1.edfm-menu-open .edfm-fly-menu-wrapper-inner {
transition-delay: 0.1s;
}
.edfm-2926 .edfm-toggle {
background-color: #432274;	
}
.edfm-fly-menu-body ul li a.edfm-menu-link .fa {
/*color: #eabf19 !important;*/
color: #01b67a !important;
transform: rotate(130deg);
-webkit-transform: rotate(130deg);
-moz-transform: rotate(130deg);
margin-top: -8.5px;
margin-left: 1px;
}
a#edfm-menu-item-3661 {
color: #eabf19 !important;
}
.edfm_position_left .edfm-fly-menu-body ul li a.edfm-menu-link.edfm-list-icon {
padding-left:45px;
}
.edfm-menu-link a {
text-decoration:none !important;		
}
.edfm-2926 .edfm-toggle-icon {
color:white !important;
}
#edfm-menu-item-2930 .edfm-title {
/*color: #eabf19 !important;*/
color: #01b67a !important;
font-weight: bold;
-webkit-font-smoothing: subpixel-antialiased;
}
#edfm-menu-item-2930 .edfm-title:hover {
text-decoration:none !important;
}
.edfm-2926 .edfm-title-wrap span.edfm-title {
color:white !important;
}
.edfm-title-wrap {
color:white !important;
}
.cp_cff_11 #fbuilder  input[type="text"],
.cp_cff_11 #fbuilder  input[type="file"],
.cp_cff_11 #fbuilder  input[type="password"],
.cp_cff_11 #fbuilder  input[type="date"],
.cp_cff_11 #fbuilder  input[type="datetime"],
.cp_cff_11 #fbuilder  input[type="email"],
.cp_cff_11 #fbuilder  input[type="number"],
.cp_cff_11 #fbuilder  input[type="search"],
.cp_cff_11 #fbuilder  input[type="time"],
.cp_cff_11 #fbuilder  input[type="url"],
.cp_cff_11 #fbuilder  textarea,
.cp_cff_11 #fbuilder  select {
color:white;
}
/********************************************************************************************* END NEW NAVIGATION */
	
/**************************************************** NEW THEME */
.edfm-toggle {
height: 40px;
background: #ddd;
border-radius: 15px;
overflow: hidden;
cursor: pointer;
text-align: center;
display: inline-block;
vertical-align: middle;
position: fixed;
left: 0;
width: 100%;
top: 0;
}
.pull-left {
}
.cp_cff_11 #fbuilder input[type="number"] {
background: transparent;
color: #432274;
border: 3px inset #5e4880 !important;
border-radius: 7px !important;
font-weight: bold;
width: 100% !important;
}
.flip-card {
background-color: transparent;
width: 23%;
margin-left:2%;
height: 250px;
perspective: 1000px;
float:left;
border: 3px inset #5e4880;
border-radius: 18px;
transform: translateZ(0);
}
.owl-stage {
transition-timing-function: linear !important;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
margin-top:-20px;
z-index:0;
transform: translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;
-ms-transform:translate(0) scale(1.0, 1.0);
}
.flip-card:hover .flip-card-inner {
transform: rotateX(180deg);
-webkit-font-smoothing: subpixel-antialiased;
-ms-transform:translate(0) scale(1.0, 1.0);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
/*backface-visibility: hidden;*/
-webkit-filter: blur(0);
-ms-transform:translate(0) scale(1.0, 1.0);
}
.flip-card-front {
background-color: #fff;
color: black;
border-radius:15px;
transform: translateZ(1px);
-webkit-filter: blur(0);
}
/* Style the back side */
.flip-card-back {
color: white;
transform: rotateX(180deg);
border-radius:15px;
z-index:1;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-filter: blur(0);
-ms-transform:translate(0) scale(1.0, 1.0);
}
#flipit {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.owl-carousel .owl-stage {
position:initial !important;
}
.sa_owl_theme .owl-nav {
display:none !important;
}
#slider_3319 .owl-dots {
display:none !important;
}
.cp_cff_11 #fbuilder input[type="text"] {
background:transparent;
border:none;
color:#432274;
border: 3px inset #5e4880;
border-radius: 7px !important;
font-weight:bold;
}
#fieldname12_1 {
color:white !important;
}
#field_1-28 {
width:100% !important;
}
.yellow {
font-weight: bold;
color: #eabf19 !important;
}
footer {	
/*border-top: 5px solid #432274 !important;*/
border-top: none !important;
}
.ui-datepicker-title select {
color:#432274;
}	
.ui-datepicker th {
color:white !important;
text-shadow:none !important;
}
.entry-contentt {
max-width:900px;
}
.entry-header {
max-width:900px;
}
.post-thumbnail {
border: 3px solid #432274;
border-radius:3px;
max-width:900px;
}
.greenlink:hover {
text-decoration:none !important;
font-weight:bold;
color: #00B67A !important;
}
.greenlink {
font-weight:bold;
}
.purplelink {
font-weight:bold;
color: #00B67A !important;
}
.purplelink:hover {
color:#eabf19 !important;
text-decoration:none;
}
.pagination {
margin-bottom:20px !important;
}
.row {

}
*, *::after, *::before {
box-sizing:inherit;
}
#footer-widget {
margin:0 auto;
margin-bottom:20px;
}
h3.aw-widget-title {
font-size: 2em !important;
color: #2e76b8 !important;
font-weight: 700;
margin: 15px 0;
text-align:center !important;
}
.menu-aw-footer-1-container {
text-align:center;
}
.menu-aw-footer-2-container {
text-align:center;
}
.gform_wrapper textarea.medium {
max-width:400px;
margin: 0 auto;
display:block;
max-height:100px;
padding:5px !important;
font-size:0.9rem !important;
border:3px inset #5e4880 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([typepu=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
font-size:0.9rem;
font-weight:normal;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
font-size:0.9rem;
font-weight:normal;
}
.gform_wrapper div.charleft {
color:white !important;
text-align:center;
width:100% !important;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
/************************************************** END NEW THEME */
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
/* IE10+ specific styles go here */
.mCustomScrollBox {
margin-top:-100px;
margin-left:-200px;
}
}

.edfm-toggle  {
	display: block !important;
	opacity: 1 !important;
	height: 45px !important;
}

#input_107_33 {
    max-width: 100%;
}

.new-container {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width:1400px;
}

.hero-content:before {
	display: block;
    content: "\20";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
}


.hero-content h1 {
	color: #fff;
}
/*

.fil-hero-homepage {
    position: relative;
}

.fil-hero-homepage .fil-hero-homepage__bg-image {
    position: absolute;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
} */

#gform_wrapper_120 ul.gform_fields li.gfield {
  padding-left: 15px !important;
  padding-right: 15px !important;
}


#content.site-content.bump {
  padding-top: 4.125rem !important;
}

.hero-content .button {
  width: fit-content !important;
}

.trust-bar i {
  color: #01b67a !important;
}

    .val_failed{border-color:red!important;}
