@charset "UTF-8";
/*
Theme Name:         Visia Base Theme
Author:             Visia Marketing - Kevin Hejduk
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
/*.flexible-content.flexible-content-home {
  margin-top: 110px;
}*/
#menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu-btn {
    display: block;
    position: absolute;
    top: 130px;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("assets/images/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 9999;
  }
  #menu-btn.active {
    background: url("assets/images/002-cancel.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
    position: fixed;
    top: 35px;
    right: 20px;
    left: auto;
    margin: auto;
    height: 50px;
    width: 20px;
  }
}

#main-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  #main-menu {
    display: none;
    background: #fff;
    margin-top: 0;
    position: fixed;
    height: 100%;
    text-align: center !important;
    z-index: 9999;
    padding: 20px 0;
    left: 0;
    width: 100%;
    top: 0;
    padding-top: 100px !important;
  }
  #main-menu ul {
    padding-left: 20px;
    /*    padding-top: 100px;
        top: 0;*/
    width: 100%;
  }
  #main-menu ul li {
    display: block;
    text-align: left;
  }
  #main-menu ul li a {
    display: block;
  }
  #main-menu.active {
    display: block;
  }
}

#new-header {
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#new-header .row {
  display: flex;
  align-items: center;
}
#new-header .logo img {
  max-width: 168px;
}
#new-header #main-menu {
  align-self: center;
  padding: 15px 45px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #new-header #main-menu #menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#new-header #main-menu #menu-main-menu li.active {
  background: transparent;
}
#new-header #main-menu #menu-main-menu li.active a {
  border-bottom: 1px solid #c8cace;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #new-header #main-menu #menu-main-menu li.active a {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #new-header #main-menu #menu-main-menu li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#new-header #main-menu #menu-main-menu li a {
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #323e48;
  margin: 0.2em 0.45em;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  text-transform: uppercase;
}
#new-header .header-icons {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #new-header .header-icons {
    display: none;
  }
}
#new-header .header-icons li {
  display: inline-block;
}
#new-header .header-icons li img {
  width: 19px;
  height: auto;
  position: relative;
  top: -2px;
}
#new-header .header-icons li:not(:last-of-type) {
  margin-right: 10px;
}

.video-review-section {
  padding: 50px 0;
}
.video-review-section .medium-6:last-of-type p {
  position: relative;
  font-size: 1em;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.875;
  padding: 15px 70px 0;
}
@media screen and (max-width: 767px) {
  .video-review-section .medium-6:last-of-type p {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .video-review-section .medium-6:last-of-type p {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .video-review-section .medium-6:last-of-type p {
    padding: 0 30px;
  }
}
.video-review-section .medium-6:last-of-type p strong {
  font-size: 130%;
  line-height: 130%;
  font-family: inherit;
  font-weight: 700;
}
.video-review-section .medium-6:last-of-type p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.video-review-section .medium-6:last-of-type p:not(:last-of-type):before {
  content: "“";
  left: 25px;
  top: 34px;
  position: absolute;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 60px;
  line-height: 0;
  color: #E4DB8A;
}
@media screen and (max-width: 767px) {
  .video-review-section .medium-6:last-of-type p:not(:last-of-type):before {
    left: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .video-review-section .medium-6:last-of-type p:not(:last-of-type):before {
    left: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .video-review-section .medium-6:last-of-type p:not(:last-of-type):before {
    left: 0;
  }
}
.video-review-section iframe {
  width: 100%;
}
.video-review-section:nth-of-type(even) {
  background-color: #323e48;
}
.video-review-section:nth-of-type(even) .medium-6:first-of-type {
  float: right;
}
.video-review-section:nth-of-type(even) .medium-6:last-of-type {
  float: left;
}
.video-review-section:nth-of-type(even) .medium-6:last-of-type p {
  color: white;
}

.blog-section {
  padding: 50px 0;
  background: #f9f9f9;
}
.blog-section .medium-4 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .blog-section .medium-4:nth-of-type(2), .blog-section .medium-4:nth-of-type(3) {
    margin-top: 30px;
  }
}
.blog-section .medium-4:first-of-type, .blog-section .medium-4:nth-of-type(2), .blog-section .medium-4:nth-of-type(3) {
  margin-top: 0;
}
.blog-section .medium-4:nth-of-type(4) {
  clear: both;
}
.blog-section img {
  width: 375px;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .blog-section img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-section img {
    width: 230px;
    height: 150px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .blog-section img {
    width: 316px;
    height: 180px;
  }
}
.blog-section .content {
  border: 1px solid lightgray;
  padding: 10px;
}
.blog-section .content > a {
  background: #606a72;
  color: white;
  padding: 12px;
  border-radius: 10px;
  display: inline-block;
}
.blog-section h2 {
  color: #9f9439;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 68px;
}
.blog-section .pagination a {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .newsletter .button {
    padding: 0.75rem 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .newsletter .button {
    padding: 0.75rem 10px;
  }
}
.blog-single-template {
  padding: 50px 0;
}
.blog-single-template img {
  margin-bottom: 30px;
}
.blog-single-template h2 {
  color: #9f9439;
}

.which-temperament-template {
  padding: 50px 0;
}
.which-temperament-template .gform_title {
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: normal !important;
  margin: 10px 0 25px 0;
  color: #323e48;
}
.which-temperament-template legend.gfield_label {
  font-weight: 700 !important;
  font-size: inherit !important;
  display: inline-block !important;
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
}
.which-temperament-template .gchoice {
  margin-bottom: 15px;
}
.which-temperament-template .gchoice input {
  margin-bottom: 0;
}

.medium-12.columns {
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
}
.medium-12.columns h1 {
  color: #aa9d2e;
  font-size: 2.5em;
  line-height: 1.04;
}
.medium-12.columns p {
  font-size: 1em;
  line-height: 1.875;
  margin-bottom: 1.2em;
}
.medium-12.columns a {
  color: #aa9d2e;
  cursor: pointer;
}

.parise-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 250px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parise-banner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .parise-banner {
    padding: 110px 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .parise-banner {
    padding: 150px 0;
  }
}
.parise-banner h1 {
  margin-bottom: 0;
  color: #fff;
}

.become-div {
  background: #aa9d2e;
  /*  position: absolute;
    left: 0;
    bottom: 0;*/
  padding: 25px 0;
  position: relative;
}
.become-div img {
  margin-top: -60px;
}
.become-div * {
  color: #fff;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
}
.become-div h2 {
  font-size: 21px;
  line-height: 31px;
  font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: bold;
}
.become-div ul {
  margin-bottom: 0;
}
.become-div .gform_title {
  display: none;
}
.become-div #gform_1 input {
  height: 45px;
}
.become-div #gform_1 li {
  padding-right: 0;
}
.become-div .gform_footer {
  padding-top: 0 !important;
}
.become-div .gform_footer #gform_submit_button_1 {
  height: 55px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #323e48;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  border: none;
  padding: 0 1em;
  box-shadow: none;
  display: block;
}
.become-div .form-p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

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