/*
Theme Name: Best4u Framework
Author: Best4u Group
Author URI: https://www.best4u.nl/
version: 1.0
Description: Gemaakt met liefde door Best4u
*/
/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Core
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Bring on the SUSY power!
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Functions & Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

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

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio],
input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

textarea {
  overflow: auto;
  font: inherit;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.clearfix {
  *zoom: 1;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #777;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

* {
  outline: 0;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

body {
  font-family: sans-serif;
  font-size: px-rem(15);
  line-height: px-rem(24);
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

.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%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.25rem;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after, .clearfix:after:after, .clearfix:before:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 3.125rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget:last-child {
  margin-bottom: 0;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.td {
  display: table-cell;
}

.table {
  display: table;
}

.white {
  color: #fff;
}
.white a {
  color: #fff;
}

.img {
  overflow: hidden;
  display: block;
}
.img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none;
}

.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;
}

/*--------------------------------------------------------------
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%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Responsive vars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.centerDiv {
  width: 76.875rem;
  margin: 0 auto;
  padding: 0 1.875rem;
  position: relative;
}

/**********************GRID STYLES************************/
.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.span-11 {
  width: 91.452991453%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-10 {
  width: 82.905982906%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-9 {
  width: 74.358974359%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-8 {
  width: 65.811965812%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-7 {
  width: 57.264957265%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-6 {
  width: 48.7179487179%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-5 {
  width: 40.1709401709%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-4 {
  width: 31.6239316239%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-3 {
  width: 23.0769230769%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-2 {
  width: 14.5299145299%;
  float: left;
  margin-right: 2.5641025641%;
}

.span-1 {
  width: 5.9829059829%;
  float: left;
  margin-right: 2.5641025641%;
}

.col-4 {
  width: 23.0769230769%;
  float: left;
  margin-right: 2.5641025641%;
}

/*--------------------------------------------------------------
Inputs, textareas & select
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 2.5rem;
  max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  color: #111;
  border-color: #282454 !important;
}
input[type=text] ::-webkit-input-placeholder,
input[type=email] ::-webkit-input-placeholder,
input[type=url] ::-webkit-input-placeholder,
input[type=password] ::-webkit-input-placeholder,
input[type=search] ::-webkit-input-placeholder,
input[type=tel] ::-webkit-input-placeholder,
input[type=number] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: #404040;
}
input[type=text] :-moz-placeholder,
input[type=email] :-moz-placeholder,
input[type=url] :-moz-placeholder,
input[type=password] :-moz-placeholder,
input[type=search] :-moz-placeholder,
input[type=tel] :-moz-placeholder,
input[type=number] :-moz-placeholder,
textarea :-moz-placeholder,
select :-moz-placeholder {
  color: #404040;
}
input[type=text] ::-moz-placeholder,
input[type=email] ::-moz-placeholder,
input[type=url] ::-moz-placeholder,
input[type=password] ::-moz-placeholder,
input[type=search] ::-moz-placeholder,
input[type=tel] ::-moz-placeholder,
input[type=number] ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
  color: #404040;
}
input[type=text] :-ms-input-placeholder,
input[type=email] :-ms-input-placeholder,
input[type=url] :-ms-input-placeholder,
input[type=password] :-ms-input-placeholder,
input[type=search] :-ms-input-placeholder,
input[type=tel] :-ms-input-placeholder,
input[type=number] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #404040;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number] {
  padding: 0 1.25rem;
}

textarea {
  padding: 0.625rem 1.25rem;
  width: 100%;
}

select {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  margin-bottom: 0.625rem;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 1rem;
  border: 0;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  color: #fff;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
  padding: 0 2.6875rem;
  font-family: "Open Sans", sans-serif;
  background-image: url(images/button-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
  opacity: 0.9;
}

.button-alt,
button.button-alt,
input[type=button].button-alt,
input[type=reset].button-alt,
input[type=submit].button-alt {
  font-size: 1rem;
  border: 0;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  color: #fff;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
  padding: 0 2.6875rem;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}
.button-alt:hover,
button.button-alt:hover,
input[type=button].button-alt:hover,
input[type=reset].button-alt:hover,
input[type=submit].button-alt:hover {
  color: #fff;
  opacity: 0.9;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
ul {
  margin: 0 0 1.25rem 1.25rem;
}
ul li {
  list-style: disc;
  font-size: 1rem;
  color: #071c2c;
  font-family: "Open Sans", sans-serif;
}

ol {
  margin: 0 0 1.25rem 1.25rem;
}
ol li {
  list-style: decimal;
  font-size: 1rem;
  color: #071c2c;
  font-family: "Open Sans", sans-serif;
}

p {
  padding-bottom: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #071c2c;
  font-family: "Open Sans", sans-serif;
}
p:last-child {
  padding-bottom: 0;
}

a {
  text-decoration: none;
  transition: background 0.3s;
  font-size: 1rem;
  color: #282454;
}
a:hover {
  color: #1c1840;
}

form, input, textarea, button, select {
  font-family: inherit;
}

/*--------------------------------------------------------------
HTML & BODY
--------------------------------------------------------------*/
html {
  font-size: 1rem;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #071c2c;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Dosis", sans-serif;
  color: #282454;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h1, .h1 {
  font-size: 2.75rem;
  line-height: 3.25rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

h5, .h5 {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*
PRELOADER
*/
.sk-three-bounce {
  margin: auto;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #282454;
  width: 100%;
  vertical-align: middle;
  z-index: 9999999;
  height: 100%;
  overflow: hidden;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  position: relative;
  top: 50%;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************HEADER*********************************/
.topHeader {
  box-shadow: 1px 5px 5px #f4f4f4;
  position: relative;
  z-index: 10;
}
.topHeader .positionTopHeader {
  position: relative;
}
.topHeader .lilaBar {
  background: #b8a9c9;
  height: 2.5rem;
}
.topHeader .mainNav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 5rem;
}
.topHeader .mainNav .navLeft, .topHeader .mainNav .navRight {
  flex: 1;
}
.topHeader .mainNav .navLeft ul:after, .topHeader .mainNav .navRight ul:after {
  content: "";
  display: table;
  clear: both;
}
.topHeader .mainNav .navLeft ul, .topHeader .mainNav .navRight ul {
  margin: 0;
  display: flex;
}
.topHeader .mainNav .navLeft ul li, .topHeader .mainNav .navRight ul li {
  list-style: none;
  padding: 0.625rem 1.25rem;
}
.topHeader .mainNav .navLeft ul li a, .topHeader .mainNav .navRight ul li a {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  color: #282454;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(#db1317, #db1317);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: center bottom 0px;
  transition: background-size 0.2s linear;
}
.topHeader .mainNav .navLeft ul li a:hover, .topHeader .mainNav .navRight ul li a:hover {
  background-size: 100% 2px;
}
.topHeader .mainNav .navLeft ul li:first-child, .topHeader .mainNav .navRight ul li:first-child {
  padding-left: 0;
}
.topHeader .mainNav .navLeft ul li:last-child, .topHeader .mainNav .navRight ul li:last-child {
  padding-right: 0;
}
.topHeader .mainNav .navLeft ul .current-menu-item > a, .topHeader .mainNav .navRight ul .current-menu-item > a {
  background-size: 100% 2px;
}
.topHeader .mainNav .navLeft ul {
  justify-content: flex-start;
}
.topHeader .mainNav .navRight ul {
  justify-content: flex-end;
}
.topHeader .mainNav .siteLogo {
  flex: 0 0 auto;
  margin: 0 1.875rem;
}
.topHeader .mainNav .siteLogo img {
  max-height: 10rem;
  width: auto;
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.mobileLink {
  display: none;
}
.mobileLink a {
  display: inline-block;
  text-decoration: none;
}

/*****************HERO IMAGE*****************************/
.heroImage {
  width: 100%;
  overflow: hidden;
  max-height: 37.5rem;
}
.heroImage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#menu-main-menu {
  font-weight: 400;
}

.displayNone {
  display: none;
}

.screen-reader-text {
  display: none;
}

/*****************CONTENT*********************************/
.positionMainContent:after {
  content: "";
  display: table;
  clear: both;
}
.positionMainContent .rightContent {
  margin-right: 0;
}
.positionMainContent .rightContent .widget {
  background-color: #f8f8f8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.positionMainContent .rightContent .widget p, .positionMainContent .rightContent .widget a, .positionMainContent .rightContent .widget li {
  font-size: 0.8125rem;
}
.positionMainContent .rightContent .widget a {
  color: #282454;
}
.positionMainContent .rightContent .widget a:hover {
  color: #1c1840;
}
.positionMainContent .rightContent .widget_black_studio_tinymce {
  padding: 1.875rem;
}
.positionMainContent .leftContent img {
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.mainContainer {
  position: relative;
}
.mainContainer .mainContent {
  padding: 3.75rem 0 12.5rem 0;
}

.easingslider-image {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/********************GRAVITY FORMS STYLES******************/
#gform_wrapper_2 .dk-selected {
  height: 3.75rem;
  line-height: 3.75rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  padding: 0 1.25rem;
}
#gform_wrapper_2 form .gform_body {
  position: relative;
}
#gform_wrapper_2 form .gform_footer {
  float: right;
  width: 48%;
  margin-top: -8.3125rem;
  position: relative;
  z-index: 99;
}
#gform_wrapper_2 form .gform_footer .button {
  width: 100%;
  display: block;
  height: 3.75rem;
}
#gform_wrapper_2 form .validation_error {
  color: #f00;
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
}
#gform_wrapper_2 form .gform_validation_container {
  display: none;
}
#gform_wrapper_2 form ul {
  margin: 0;
}
#gform_wrapper_2 form ul li {
  padding: 0;
  width: 48%;
  margin: 0 0 1.5625rem 0;
  position: relative;
}
#gform_wrapper_2 form ul li .validation_message {
  position: absolute;
  bottom: -1.5625rem;
  color: #f00;
}
#gform_wrapper_2 form ul li:before {
  display: none;
}
#gform_wrapper_2 form ul li label {
  display: none;
}
#gform_wrapper_2 form ul li ul li {
  width: auto;
}
#gform_wrapper_2 form ul li ul li label {
  display: inline-block;
}
#gform_wrapper_2 form ul li input[type=text],
#gform_wrapper_2 form ul li input[type=email],
#gform_wrapper_2 form ul li input[type=url],
#gform_wrapper_2 form ul li input[type=password],
#gform_wrapper_2 form ul li input[type=search],
#gform_wrapper_2 form ul li input[type=tel],
#gform_wrapper_2 form ul li input[type=number] {
  width: 100%;
  height: 3.75rem;
}
#gform_wrapper_2 form ul .textareaContactForm {
  position: absolute;
  top: 5.3125rem;
  right: 0;
}
#gform_wrapper_2 form ul .textareaContactForm textarea {
  height: 9.0625rem;
}
#gform_wrapper_2 form ul .dropDownContactForm {
  position: absolute;
  top: 0;
  right: 0;
}
#gform_wrapper_2 form ul .dropDownContactForm select {
  height: 3.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.dk-select-options li {
  margin: 0 !important;
  padding: 0 1.25rem !important;
}

/*********************END GRAVITY FORMS STYLES*************/
.gform_wrapper img {
  display: none;
}
.gform_wrapper form ul {
  margin: 0;
}
.gform_wrapper form ul li {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/arrowSelectr.png);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 95% 50%;
  text-indent: 0.01px;
  text-overflow: "";
  display: none;
}

select::-ms-expand {
  display: none;
}

.page-list li a {
  color: #282454 !important;
}

/*****************FOOTER*********************************/
.mainFooter .topFooter {
  background-color: #908cc3;
  padding: 3.75rem 0;
}
.mainFooter .topFooter .positionTopFooter:after {
  content: "";
  display: table;
  clear: both;
}
.mainFooter .topFooter .positionTopFooter .titleFooter {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #fff;
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}
.mainFooter .topFooter .positionTopFooter p, .mainFooter .topFooter .positionTopFooter a, .mainFooter .topFooter .positionTopFooter li {
  font-size: 0.8125rem;
  color: #fff;
}
.mainFooter .topFooter .positionTopFooter a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mainFooter .topFooter .positionTopFooter .contactFooter {
  width: 31.6239316239%;
  float: left;
  margin-right: 2.5641025641%;
}
.mainFooter .topFooter .positionTopFooter .navigationFooter {
  width: 31.6239316239%;
  float: left;
  margin-right: 2.5641025641%;
}
.mainFooter .topFooter .positionTopFooter .descriptionFooter {
  width: 31.6239316239%;
  float: right;
  margin-right: 0;
}
.mainFooter .bottomFooter {
  background-color: #282454;
  padding: 1rem 0;
}
.mainFooter .bottomFooter .positionBottomFooter:after {
  content: "";
  display: table;
  clear: both;
}
.mainFooter .bottomFooter .positionBottomFooter a, .mainFooter .bottomFooter .positionBottomFooter p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}
.mainFooter .bottomFooter .positionBottomFooter a:hover {
  color: #fff;
}
.mainFooter .bottomFooter .positionBottomFooter .copyrightFooter {
  float: left;
}
.mainFooter .bottomFooter .positionBottomFooter .best4uFooter {
  float: right;
}

/**********************PAGINATION STYLES*******************/
.paging-navigation {
  border-top: 0.3125rem solid #000;
  margin: 3rem 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.paging-navigation .loop-pagination {
  margin-top: -0.3125rem;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 0.3125rem solid transparent;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 0.0625rem;
  padding: 0.4375rem 1rem;
  text-transform: uppercase;
}

.paging-navigation .page-numbers.current {
  border-top: 0.3125rem solid #e6e6e6;
}

#main .content .paging-navigation a {
  color: #2B2B2B;
}

.paging-navigation a:hover {
  border-top: 0.3125rem solid #e6e6e6;
  color: #2B2B2B;
}

/********************ACF GOOGLE MAP***********************************/
.page-template-tpl-contact .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.page-template-tpl-contact .acf-map img {
  max-width: inherit !important;
}

/********************RESPONSIVE***********************************/
@media all and (max-width: 77.9375rem) {
  .centerDiv {
    width: 100%;
  }
}
@media all and (max-width: 65.625rem) {
  /****************************HTML-BODY STYLES*****************/
  .centerDiv {
    padding: 0 3.125rem;
  }
  .topHeader .mainNav .navLeft, .topHeader .mainNav .navRight {
    display: none;
  }
  .topHeader .mainNav .siteLogo {
    margin: 0;
    flex: 1;
    text-align: center;
  }
  .topHeader .mainNav .siteLogo img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mobileLink {
    display: flex;
    align-items: center;
  }
  .mobileLink a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
  }
  .mobileLink a span {
    display: block;
    width: 1.5rem;
    height: 2px;
    background: #282454;
    margin: 2px 0;
    transition: all 0.2s linear;
  }
  .mainContainer .mainContent {
    padding: 3.25rem 0 3.125rem 0;
  }
  .leftContent {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .leftContent .centerDiv {
    padding: 0;
  }
  .leftContent .centerDiv h1, .leftContent .centerDiv p {
    padding: 0 1.25rem;
  }
  .positionMainContent .rightContent {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.125rem;
  }
  .positionMainContent .rightContent:after {
    content: "";
    display: table;
    clear: both;
  }
  .positionMainContent .rightContent .widget {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .positionMainContent .rightContent .widget:nth-child(2n) {
    margin-right: 0;
  }
  .mainFooter .topFooter .positionTopFooter .contactFooter {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .mainFooter .topFooter .positionTopFooter .navigationFooter {
    width: 48.7179487179%;
    float: right;
    margin-right: 0;
  }
  .mainFooter .topFooter .positionTopFooter .descriptionFooter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .topHeader .lilaBar {
    height: 1.25rem;
  }
  .topHeader .mainNav {
    height: 3.75rem;
    padding: 0 0.9375rem;
  }
  .mobileLink a {
    width: 2.25rem;
    height: 2.25rem;
  }
  .search-field {
    width: 100%;
    display: block;
    margin-bottom: 1.5625rem;
  }
  .search-submit {
    display: block;
    width: 100%;
  }
  .centerDiv {
    padding: 0 1.875rem;
  }
  .positionMainContent .rightContent .widget {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .mainFooter .topFooter .positionTopFooter .contactFooter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.125rem;
  }
  .mainFooter .topFooter .positionTopFooter .navigationFooter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .mainFooter .bottomFooter .positionBottomFooter .copyrightFooter {
    float: none;
    text-align: left;
  }
  .mainFooter .bottomFooter .positionBottomFooter .best4uFooter {
    float: none;
    text-align: left;
  }
  #gform_wrapper_2 form .gform_footer {
    margin-top: 0;
    width: 100%;
    float: none;
  }
  #gform_wrapper_2 form ul li {
    width: 100%;
  }
  #gform_wrapper_2 form ul .dropDownContactForm {
    position: relative;
    top: inherit;
    right: inherit;
  }
  #gform_wrapper_2 form ul .textareaContactForm {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .mainContainer .mainContent .centerDiv {
    padding: 0;
  }
  .leftContent, .rightContent {
    padding: 0 1.875rem;
  }
  input,
  textarea,
  select {
    font-size: 1rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
