/*----
-- COLORS
------*/
.radius-left {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.color-instagram-bg {
  background: #bc2a8d; }

.color-instagram-ft {
  color: #bc2a8d; }

.color-twitter-bg {
  background: #00aced; }

.color-twitter-ft {
  color: #00aced; }

.color-facebook-bg {
  background: #3b5998; }

.color-facebook-ft {
  color: #3b5998; }

.color-youtube-bg {
  background: #bb0000; }

.color-youtube-ft {
  color: #bb0000; }

.color-post-bg {
  background: #32506d; }

.color-post-ft {
  color: #32506d; }

.color-main-bg {
  background: #9c2e9b; }

.color-main-ft {
  color: #9c2e9b; }

.color-main-circle {
  background: #9c2e9b;
  padding: 20px;
  border-radius: 100px;
  padding: 14px 20px;
  margin-top: -16px;
  margin-right: 10px;
  float: left; }

.color-main-diagonal {
  background: #9c2e9b; }
  .color-main-diagonal:before {
    border-color: transparent #9c2e9b #9c2e9b transparent; }
  .color-main-diagonal:after {
    border-color: transparent #9c2e9b transparent; }

.color-main-btop {
  border-top: 1px solid #9c2e9b; }
  .color-main-btop-thick {
    border-top: 4px solid #9c2e9b !important; }

.color-main-bbottom {
  border-bottom: 1px solid #9c2e9b; }
  .color-main-bbottom-thick {
    border-bottom: 3px solid #9c2e9b; }

.color-main-bright {
  border-right: 1px solid #9c2e9b; }
  .color-main-bright-thick {
    border-right: 4px solid #9c2e9b !important; }

.color-main-bleft {
  border-left: 1px solid #9c2e9b; }
  .color-main-bleft-thick {
    border-left: 4px solid #9c2e9b !important; }

.color-main-border {
  border: 1px solid #9c2e9b; }
  .color-main-border-thick {
    border: 3px solid #9c2e9b; }
  .color-main-border-dashed {
    border: 2px dashed #9c2e9b; }
  .color-main-border.radius {
    border-radius: 5px; }

.color-third-bg {
  background: #4A90E2; }

.color-third-ft {
  color: #4A90E2; }

.color-third-circle {
  background: #4A90E2;
  padding: 20px;
  border-radius: 100px;
  padding: 14px 20px;
  margin-top: -16px;
  margin-right: 10px;
  float: left; }

.color-third-diagonal {
  background: #4A90E2; }
  .color-third-diagonal:before {
    border-color: transparent #4A90E2 #4A90E2 transparent; }
  .color-third-diagonal:after {
    border-color: transparent #4A90E2 transparent; }

.color-third-btop {
  border-top: 1px solid #4A90E2; }
  .color-third-btop-thick {
    border-top: 4px solid #4A90E2 !important; }

.color-third-bbottom {
  border-bottom: 1px solid #4A90E2; }
  .color-third-bbottom-thick {
    border-bottom: 3px solid #4A90E2; }

.color-third-bright {
  border-right: 1px solid #4A90E2; }
  .color-third-bright-thick {
    border-right: 4px solid #4A90E2 !important; }

.color-third-bleft {
  border-left: 1px solid #4A90E2; }
  .color-third-bleft-thick {
    border-left: 4px solid #4A90E2 !important; }

.color-third-border {
  border: 1px solid #4A90E2; }
  .color-third-border-thick {
    border: 3px solid #4A90E2; }
  .color-third-border-dashed {
    border: 2px dashed #4A90E2; }
  .color-third-border.radius {
    border-radius: 5px; }

.color-green-bg {
  background: #00a478; }

.color-green-ft {
  color: #00a478; }

.color-green-circle {
  background: #00a478;
  padding: 20px;
  border-radius: 100px;
  padding: 14px 20px;
  margin-top: -16px;
  margin-right: 10px;
  float: left; }

.color-green-diagonal {
  background: #00a478; }
  .color-green-diagonal:before {
    border-color: transparent #00a478 #00a478 transparent; }
  .color-green-diagonal:after {
    border-color: transparent #00a478 transparent; }

.color-green-btop {
  border-top: 1px solid #00a478; }
  .color-green-btop-thick {
    border-top: 4px solid #00a478 !important; }

.color-green-bbottom {
  border-bottom: 1px solid #00a478; }
  .color-green-bbottom-thick {
    border-bottom: 3px solid #00a478; }

.color-green-bright {
  border-right: 1px solid #00a478; }
  .color-green-bright-thick {
    border-right: 4px solid #00a478 !important; }

.color-green-bleft {
  border-left: 1px solid #00a478; }
  .color-green-bleft-thick {
    border-left: 4px solid #00a478 !important; }

.color-green-border {
  border: 1px solid #00a478; }
  .color-green-border-thick {
    border: 3px solid #00a478; }
  .color-green-border-dashed {
    border: 2px dashed #00a478; }
  .color-green-border.radius {
    border-radius: 5px; }

.color-lgreen-bg {
  background: #ABE02F; }

.color-lgreen-ft {
  color: #ABE02F; }

.color-lgreen-circle {
  background: #ABE02F;
  padding: 20px;
  border-radius: 100px;
  padding: 14px 20px;
  margin-top: -16px;
  margin-right: 10px;
  float: left; }

.color-lgreen-diagonal {
  background: #ABE02F; }
  .color-lgreen-diagonal:before {
    border-color: transparent #ABE02F #ABE02F transparent; }
  .color-lgreen-diagonal:after {
    border-color: transparent #ABE02F transparent; }

.color-lgreen-btop {
  border-top: 1px solid #ABE02F; }
  .color-lgreen-btop-thick {
    border-top: 4px solid #ABE02F !important; }

.color-lgreen-bbottom {
  border-bottom: 1px solid #ABE02F; }
  .color-lgreen-bbottom-thick {
    border-bottom: 3px solid #ABE02F; }

.color-lgreen-bright {
  border-right: 1px solid #ABE02F; }
  .color-lgreen-bright-thick {
    border-right: 4px solid #ABE02F !important; }

.color-lgreen-bleft {
  border-left: 1px solid #ABE02F; }
  .color-lgreen-bleft-thick {
    border-left: 4px solid #ABE02F !important; }

.color-lgreen-border {
  border: 1px solid #ABE02F; }
  .color-lgreen-border-thick {
    border: 3px solid #ABE02F; }
  .color-lgreen-border-dashed {
    border: 2px dashed #ABE02F; }
  .color-lgreen-border.radius {
    border-radius: 5px; }

.color-main-light-bg {
  background: #ec6072 !important; }

.color-main-light-ft {
  color: #ec6072; }

.color-main-light-diagonal {
  background: #ec6072; }
  .color-main-light-diagonal:before {
    border-color: transparent #ec6072 #ec6072 transparent; }
  .color-main-light-diagonal:after {
    border-color: transparent #ec6072 transparent; }

.color-main-light-btop {
  border-top: 1px solid #ec6072; }

.color-main-light-bbottom {
  border-bottom: 1px solid #ec6072; }
  .color-main-light-bbottom-thick {
    border-bottom: 3px solid #ec6072; }

.color-main-light-bright {
  border-right: 1px solid #ec6072; }

.color-main-light-bleft {
  border-left: 1px solid #ec6072; }

.color-main-light-border {
  border: 1px solid #ec6072; }
  .color-main-light-border-thick {
    border: 3px solid #ec6072; }
  .color-main-light-border.radius {
    border-radius: 5px; }

.color-red-bg {
  background: #DB0000; }

.color-red-ft {
  color: #DB0000; }

.color-red-btop {
  border-top: 1px solid #DB0000; }

.color-red-bbottom {
  border-bottom: 1px solid #DB0000; }
  .color-red-bbottom-thick {
    border-bottom: 3px solid #DB0000; }

.color-red-bright {
  border-right: 1px solid #DB0000; }

.color-red-bleft {
  border-left: 1px solid #DB0000; }

.color-red-border {
  border: 1px solid #DB0000; }
  .color-red-border-thick {
    border: 3px solid #DB0000; }
  .color-red-border.radius {
    border-radius: 5px; }

.color-blue-bg {
  background: #4099ff; }

.color-blue-ft {
  color: #4099ff; }

.color-blue-btop {
  border-top: 1px solid #4099ff; }

.color-blue-bbottom {
  border-bottom: 1px solid #4099ff; }
  .color-blue-bbottom-thick {
    border-bottom: 3px solid #4099ff; }

.color-blue-bright {
  border-right: 1px solid #4099ff; }

.color-blue-bleft {
  border-left: 1px solid #4099ff; }

.color-blue-border {
  border: 1px solid #4099ff; }
  .color-blue-border-thick {
    border: 3px solid #4099ff; }
  .color-blue-border.radius {
    border-radius: 5px; }

.color-sec-bg {
  background: #2b2c2f; }

.color-sec-ft {
  color: #2b2c2f !important; }

.color-sec-diagonal {
  background: #2b2c2f; }
  .color-sec-diagonal:before {
    border-color: transparent #2b2c2f #2b2c2f transparent; }
  .color-sec-diagonal:after {
    border-color: transparent #2b2c2f transparent; }

.color-sec-btop {
  border-top: 1px solid #2b2c2f; }

.color-sec-bbottom {
  border-bottom: 1px solid #2b2c2f; }

.color-sec-bright {
  border-right: 1px solid #2b2c2f; }

.color-sec-bleft {
  border-left: 1px solid #2b2c2f; }

.color-sec-border {
  border: 1px solid #2b2c2f !important; }

.color-xlgrey-bg {
  background: #f7f7f7; }

.color-xlgrey-ft {
  color: #f7f7f7; }

.color-xlgrey-diagonal {
  background: #f7f7f7; }
  .color-xlgrey-diagonal:before {
    border-color: transparent #f7f7f7 #f7f7f7 transparent; }
  .color-xlgrey-diagonal:after {
    border-color: transparent #f7f7f7 transparent; }

.color-xlgrey-btop {
  border-top: 1px solid #f7f7f7; }

.color-xlgrey-bbottom {
  border-bottom: 1px solid #f7f7f7; }
  .color-xlgrey-bbottom-thick {
    border-bottom: 3px solid #f7f7f7; }

.color-xlgrey-bright {
  border-right: 1px solid #f7f7f7; }

.color-xlgrey-bleft {
  border-left: 1px solid #f7f7f7; }

.color-xlgrey-border {
  border: 1px solid #f7f7f7; }

.color-overlay-bg {
  background: #74bae7; }

.color-overlay-ft {
  color: #74bae7; }

.color-overlay-diagonal {
  background: #74bae7; }
  .color-overlay-diagonal:before {
    border-color: transparent #74bae7 #74bae7 transparent; }
  .color-overlay-diagonal:after {
    border-color: transparent #74bae7 transparent; }

.color-overlay-btop {
  border-top: 1px solid #74bae7; }

.color-overlay-bbottom {
  border-bottom: 1px solid #74bae7; }

.color-overlay-bright {
  border-right: 1px solid #74bae7; }

.color-overlay-bleft {
  border-left: 1px solid #74bae7; }

.color-overlay-border {
  border: 1px solid #74bae7; }

.color-lgrey-bg {
  background: #ebebeb; }
  .color-lgrey-bg-gradient {
    background: #ebebeb;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #ebebeb) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #ebebeb) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #ebebeb) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #ebebeb) !important;
    /* Standard syntax */ }

.color-lgrey-ft {
  color: #ebebeb; }

.color-lgrey-diagonal {
  background: #ebebeb; }
  .color-lgrey-diagonal:before {
    border-color: transparent #ebebeb #ebebeb transparent; }
  .color-lgrey-diagonal:after {
    border-color: transparent #ebebeb transparent; }

.color-lgrey-btop {
  border-top: 1px solid #ebebeb; }

.color-lgrey-bbottom {
  border-bottom: 1px solid #ebebeb; }
  .color-lgrey-bbottom-thick {
    border-bottom: 3px solid #ebebeb; }

.color-lgrey-bright {
  border-right: 1px solid #ebebeb; }

.color-lgrey-bleft {
  border-left: 1px solid #ebebeb; }

.color-lgrey-border {
  border: 1px solid #ebebeb; }

.color-lgrey2-bg {
  background: #676767; }

.color-lgrey2-ft {
  color: #676767; }

.color-lgrey2-diagonal {
  background: #676767; }
  .color-lgrey2-diagonal:before {
    border-color: transparent #676767 #676767 transparent; }
  .color-lgrey2-diagonal:after {
    border-color: transparent #676767 transparent; }

.color-lgrey2-btop {
  border-top: 1px solid #676767; }

.color-lgrey2-bbottom {
  border-bottom: 1px solid #676767; }
  .color-lgrey2-bbottom-thick {
    border-bottom: 3px solid #676767; }

.color-lgrey2-bright {
  border-right: 1px solid #676767; }

.color-lgrey2-bleft {
  border-left: 1px solid #676767; }

.color-lgrey2-border {
  border: 1px solid #676767; }

.color-lgrey3-bg {
  background: #c9c9c9; }

.color-lgrey3-ft {
  color: #c9c9c9; }

.color-lgrey3-diagonal {
  background: #c9c9c9; }
  .color-lgrey3-diagonal:before {
    border-color: transparent #c9c9c9 #c9c9c9 transparent; }
  .color-lgrey3-diagonal:after {
    border-color: transparent #c9c9c9 transparent; }

.color-lgrey3-btop {
  border-top: 1px solid #c9c9c9; }

.color-lgrey3-bbottom {
  border-bottom: 1px solid #c9c9c9; }
  .color-lgrey3-bbottom-thick {
    border-bottom: 3px solid #c9c9c9; }

.color-lgrey3-bright {
  border-right: 1px solid #c9c9c9; }

.color-lgrey3-bleft {
  border-left: 1px solid #c9c9c9; }

.color-lgrey3-border {
  border: 1px solid #c9c9c9; }

.color-lgrey4-bg {
  background: #999; }

.color-lgrey4-ft {
  color: #999; }

.color-lgrey4-diagonal {
  background: #999; }
  .color-lgrey4-diagonal:before {
    border-color: transparent #999 #999 transparent; }
  .color-lgrey4-diagonal:after {
    border-color: transparent #999 transparent; }

.color-lgrey4-btop {
  border-top: 1px solid #999; }

.color-lgrey4-bbottom {
  border-bottom: 1px solid #999; }
  .color-lgrey4-bbottom-thick {
    border-bottom: 3px solid #999; }

.color-lgrey4-bright {
  border-right: 1px solid #999; }

.color-lgrey4-bleft {
  border-left: 1px solid #999; }

.color-lgrey4-border {
  border: 1px solid #999; }

.color-lgrey5-bg {
  background: #979797; }

.color-lgrey5-ft {
  color: #979797; }

.color-lgrey5-diagonal {
  background: #979797; }
  .color-lgrey5-diagonal:before {
    border-color: transparent #979797 #979797 transparent; }
  .color-lgrey5-diagonal:after {
    border-color: transparent #979797 transparent; }

.color-lgrey5-btop {
  border-top: 1px solid #979797; }

.color-lgrey5-bbottom {
  border-bottom: 1px solid #979797; }
  .color-lgrey5-bbottom-thick {
    border-bottom: 3px solid #979797; }

.color-lgrey5-bright {
  border-right: 1px solid #979797; }

.color-lgrey5-bleft {
  border-left: 1px solid #979797; }

.color-lgrey5-border {
  border: 1px solid #979797; }

.color-grey-bg {
  background: #404040; }

.color-grey-ft {
  color: #404040; }

.color-grey-diagonal {
  background: #404040; }
  .color-grey-diagonal:before {
    border-color: transparent #404040 #404040 transparent; }
  .color-grey-diagonal:after {
    border-color: transparent #404040 transparent; }

.color-grey-btop {
  border-top: 1px solid #404040; }

.color-grey-bbottom {
  border-bottom: 1px solid #404040; }

.color-grey-bright {
  border-right: 1px solid #404040; }

.color-grey-bleft {
  border-left: 1px solid #404040; }

.color-grey-border {
  border: 1px solid #404040; }

.color-dgrey-bg {
  background: #23282d; }

.color-dgrey-ft {
  color: #23282d; }

.color-dgrey-diagonal {
  background: #23282d; }
  .color-dgrey-diagonal:before {
    border-color: transparent #23282d #23282d transparent; }
  .color-dgrey-diagonal:after {
    border-color: transparent #23282d transparent; }

.color-dgrey-btop {
  border-top: 1px solid #23282d; }

.color-dgrey-bbottom {
  border-bottom: 1px solid #23282d; }

.color-dgrey-bright {
  border-right: 1px solid #23282d; }

.color-dgrey-bleft {
  border-left: 1px solid #23282d; }

.color-dgrey-border {
  border: 1px solid #23282d; }

.color-xdgrey-bg {
  background: #1e1717; }

.color-xdgrey-ft {
  color: #1e1717; }

.color-xdgrey-diagonal {
  background: #1e1717; }
  .color-xdgrey-diagonal:before {
    border-color: transparent #1e1717 #1e1717 transparent; }
  .color-xdgrey-diagonal:after {
    border-color: transparent #1e1717 transparent; }

.color-xdgrey-btop {
  border-top: 1px solid #1e1717; }

.color-xdgrey-bbottom {
  border-bottom: 1px solid #1e1717; }

.color-xdgrey-bright {
  border-right: 1px solid #1e1717; }

.color-xdgrey-bleft {
  border-left: 1px solid #1e1717; }

.color-xdgrey-border {
  border: 1px solid #1e1717; }

.color-white-bg {
  background: #fff; }

.color-white-ft {
  color: #fff; }

.color-white-circle {
  background: #fff;
  color: #9c2e9b;
  border-radius: 100px;
  padding: 2px 6px;
  font-size: 20px !important;
  margin-left: 35px;
  margin-right: -25px;
  float: left; }

.color-white-diagonal {
  background: #fff; }
  .color-white-diagonal:before {
    border-color: transparent #fff #fff transparent; }
  .color-white-diagonal:after {
    border-color: transparent #fff transparent; }

.color-white-btop {
  border-top: 1px solid #fff; }

.color-white-bbottom {
  border-bottom: 1px solid #fff; }

.color-white-bright {
  border-right: 1px solid #fff; }

.color-white-bleft {
  border-left: 1px solid #fff; }

.color-white-border {
  border: 1px solid #fff; }

.color-black-bg {
  background: #000; }

.color-black-ft {
  color: #000; }
  .color-black-ft-important {
    color: #000 !important; }

.color-black-diagonal {
  background: #000; }
  .color-black-diagonal:before {
    border-color: transparent #000 #000 transparent; }
  .color-black-diagonal:after {
    border-color: transparent #000 transparent; }

.color-black-btop {
  border-top: 1px solid #000; }

.color-black-bbottom {
  border-bottom: 1px solid #000; }

.color-black-bright {
  border-right: 1px solid #000; }

.color-black-bleft {
  border-left: 1px solid #000; }

.color-black-border {
  border: 1px solid #000; }

[class*='columno-'] {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .bosoncerts-hover-overlay .text {
    font-size: 16px !important;
    padding: 1em 4em !important; } }

.woocommerce {
  color: #54595F;
  font-family: "Montserrat", Montserrat, Sans-serif; }
  .woocommerce a {
    color: #54595F;
    font-weight: bold; }
  .woocommerce input[type=text], .woocommerce input[type=email], .woocommerce input[type=tel] {
    padding: 10px;
    border: 1px solid #ccc; }
  .woocommerce select {
    height: 30px; }
  .woocommerce h3 {
    margin: 10px 0; }
  .woocommerce .button {
    background-color: #0d293f !important;
    border-radius: 30px !important;
    padding: 5px 10px;
    color: white;
    transition: 1s all;
    cursor: default; }
    .woocommerce .button:hover {
      background: #ccc; }

.woocommerce-info {
  display: none; }

.woocommerce-table {
  border-radius: 0 !important;
  border: 0 !important; }
  .woocommerce-table th {
    background: #d9d8d8;
    padding: 0; }
  .woocommerce-table td {
    background: #d9d8d8;
    border-top: 0 !important;
    padding: 0; }

.woocommerce-button {
  color: white !important;
  font-weight: 200 !important; }

.woocommerce-MyAccount-navigation {
  display: none; }

.woocommerce-MyAccount-content {
  width: 100% !important; }

address {
  line-height: 28px; }

.woocommerce-notice {
  margin: 20px 0; }

ul.order_details {
  padding: 20px;
  text-align: center;
  display: flex;
  background: #ddd !important; }
  ul.order_details li {
    flex: 1; }

.no-gutter .columno-1 {
  width: 100% !important;
  margin: 0 !important; }

.columno-1 {
  width: 99% !important;
  margin: 0.25% 0.5%; }

.no-gutter .columno-2 {
  width: 50% !important;
  margin: 0 !important; }

.columno-2 {
  width: 49% !important;
  margin: 0.25% 0.5%; }

.no-gutter .columno-3 {
  width: 33.33333% !important;
  margin: 0 !important; }

.columno-3 {
  width: 32.33333% !important;
  margin: 0.25% 0.5%; }

.no-gutter .columno-4 {
  width: 25% !important;
  margin: 0 !important; }

.columno-4 {
  width: 24% !important;
  margin: 0.25% 0.5%; }

.no-gutter .columno-5 {
  width: 20% !important;
  margin: 0 !important; }

.columno-5 {
  width: 19% !important;
  margin: 0.25% 0.5%; }

.no-gutter .columno-6 {
  width: 16.66667% !important;
  margin: 0 !important; }

.columno-6 {
  width: 15.66667% !important;
  margin: 0.25% 0.5%; }

.no-gutter .columno-7 {
  width: 14.28571% !important;
  margin: 0 !important; }
  .no-gutter .columno-7 .likes {
    font-size: 15px !important; }
    .no-gutter .columno-7 .likes:before {
      font-size: 15px !important; }
  .no-gutter .columno-7 .comments {
    font-size: 15px !important; }
    .no-gutter .columno-7 .comments:before {
      font-size: 15px !important; }
  .no-gutter .columno-7 .text {
    display: none; }

.columno-7 {
  width: 13.28571% !important;
  margin: 0.25% 0.5%; }
  .columno-7 .likes {
    font-size: 15px !important; }
    .columno-7 .likes:before {
      font-size: 15px !important; }
  .columno-7 .comments {
    font-size: 15px !important; }
    .columno-7 .comments:before {
      font-size: 15px !important; }
  .columno-7 .text {
    display: none; }

.no-gutter .columno-8 {
  width: 12.5% !important;
  margin: 0 !important; }
  .no-gutter .columno-8 .likes {
    font-size: 15px !important; }
    .no-gutter .columno-8 .likes:before {
      font-size: 15px !important; }
  .no-gutter .columno-8 .comments {
    font-size: 15px !important; }
    .no-gutter .columno-8 .comments:before {
      font-size: 15px !important; }
  .no-gutter .columno-8 .text {
    display: none; }

.columno-8 {
  width: 11.5% !important;
  margin: 0.25% 0.5%; }
  .columno-8 .likes {
    font-size: 15px !important; }
    .columno-8 .likes:before {
      font-size: 15px !important; }
  .columno-8 .comments {
    font-size: 15px !important; }
    .columno-8 .comments:before {
      font-size: 15px !important; }
  .columno-8 .text {
    display: none; }

.no-gutter .columno-9 {
  width: 11.11111% !important;
  margin: 0 !important; }
  .no-gutter .columno-9 .likes {
    font-size: 15px !important; }
    .no-gutter .columno-9 .likes:before {
      font-size: 15px !important; }
  .no-gutter .columno-9 .comments {
    font-size: 15px !important; }
    .no-gutter .columno-9 .comments:before {
      font-size: 15px !important; }
  .no-gutter .columno-9 .text {
    display: none; }
  .no-gutter .columno-9 .likes {
    font-size: 12px !important; }
    .no-gutter .columno-9 .likes:before {
      font-size: 12px !important; }
  .no-gutter .columno-9 .comments {
    font-size: 12px !important; }
    .no-gutter .columno-9 .comments:before {
      font-size: 12px !important; }
  .no-gutter .columno-9 .text {
    display: none; }

.columno-9 {
  width: 10.11111% !important;
  margin: 0.25% 0.5%; }
  .columno-9 .likes {
    font-size: 15px !important; }
    .columno-9 .likes:before {
      font-size: 15px !important; }
  .columno-9 .comments {
    font-size: 15px !important; }
    .columno-9 .comments:before {
      font-size: 15px !important; }
  .columno-9 .text {
    display: none; }
  .columno-9 .likes {
    font-size: 12px !important; }
    .columno-9 .likes:before {
      font-size: 12px !important; }
  .columno-9 .comments {
    font-size: 12px !important; }
    .columno-9 .comments:before {
      font-size: 12px !important; }
  .columno-9 .text {
    display: none; }

.no-gutter .columno-10 {
  width: 10% !important;
  margin: 0 !important; }
  .no-gutter .columno-10 .likes {
    font-size: 15px !important; }
    .no-gutter .columno-10 .likes:before {
      font-size: 15px !important; }
  .no-gutter .columno-10 .comments {
    font-size: 15px !important; }
    .no-gutter .columno-10 .comments:before {
      font-size: 15px !important; }
  .no-gutter .columno-10 .text {
    display: none; }
  .no-gutter .columno-10 .likes {
    font-size: 12px !important; }
    .no-gutter .columno-10 .likes:before {
      font-size: 12px !important; }
  .no-gutter .columno-10 .comments {
    font-size: 12px !important; }
    .no-gutter .columno-10 .comments:before {
      font-size: 12px !important; }
  .no-gutter .columno-10 .text {
    display: none; }

.columno-10 {
  width: 9% !important;
  margin: 0.25% 0.5%; }
  .columno-10 .likes {
    font-size: 15px !important; }
    .columno-10 .likes:before {
      font-size: 15px !important; }
  .columno-10 .comments {
    font-size: 15px !important; }
    .columno-10 .comments:before {
      font-size: 15px !important; }
  .columno-10 .text {
    display: none; }
  .columno-10 .likes {
    font-size: 12px !important; }
    .columno-10 .likes:before {
      font-size: 12px !important; }
  .columno-10 .comments {
    font-size: 12px !important; }
    .columno-10 .comments:before {
      font-size: 12px !important; }
  .columno-10 .text {
    display: none; }

/* ---- Carousel -- */
.bosoncerts-carousel {
  padding: 30px 0;
  /*----- SLICK */ }
  .bosoncerts-carousel.slide-single {
    width: 320px;
    margin: 0 auto; }
  .bosoncerts-carousel.no-gutter .bosoncerts.slick-slide {
    margin: 0 0em !important; }
  .bosoncerts-carousel.no-gutter .slick-prev {
    margin-left: 0px !important;
    left: 0px !important; }
  .bosoncerts-carousel.no-gutter .slick-next {
    margin-right: 0px !important; }
  .bosoncerts-carousel .bosoncerts {
    position: relative; }
    .bosoncerts-carousel .bosoncerts.slick-slide {
      margin: 0 0.3em; }
    .bosoncerts-carousel .bosoncerts-image-wrap {
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .bosoncerts-carousel .bosoncerts-image-wrap img {
        margin-bottom: -6px;
        width: 100%;
        transition: 0.5s all; }
      .bosoncerts-carousel .bosoncerts-image-wrap.active img {
        transform: scale(1.3); }
    .bosoncerts-carousel .bosoncerts-content-wrap {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }
    .bosoncerts-carousel .bosoncerts-flex {
      flex-wrap: nowrap;
      display: flex; }
    .bosoncerts-carousel .bosoncerts-likes {
      color: white;
      flex: 1;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      .bosoncerts-carousel .bosoncerts-likes.small {
        font-size: 14px; }
    .bosoncerts-carousel .bosoncerts-text {
      padding: 1em;
      flex: 0;
      text-align: center;
      color: #fff;
      font-size: 14px;
      line-height: 19px;
      font-weight: 400; }
      .bosoncerts-carousel .bosoncerts-text.small {
        font-size: 12px; }
    .bosoncerts-carousel .bosoncerts-comments {
      color: white;
      flex: 1;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      .bosoncerts-carousel .bosoncerts-comments.small {
        font-size: 14px; }
    .bosoncerts-carousel .bosoncerts-hover-overlay {
      position: absolute;
      z-index: 999;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      opacity: 0;
      pointer-events: none;
      transition: 0.5s all;
      text-align: center;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .bosoncerts-carousel .bosoncerts-hover-overlay .bosoncerts-content-wrap {
        margin-top: 30px;
        transition: 0.5s all;
        opacity: 0; }
      .bosoncerts-carousel .bosoncerts-hover-overlay.active {
        opacity: 0.8; }
        .bosoncerts-carousel .bosoncerts-hover-overlay.active .bosoncerts-content-wrap {
          margin-top: 0px;
          opacity: 1; }
  .bosoncerts-carousel .slick-center {
    transition: 1s all;
    transform: scale(1.5); }
    .bosoncerts-carousel .slick-center .bosoncerts-hover-overlay {
      transform: scale(0.7); }
  .bosoncerts-carousel .social-detailed {
    border: 1px solid #ebebeb; }
    .bosoncerts-carousel .social-detailed .slick-slide {
      margin: 0.1em 0.25em 0;
      padding: 0 0.25em;
      border: 1px solid #f7f7f7; }
    .bosoncerts-carousel .social-detailed .row {
      margin: 10px 0 10px 0;
      padding-bottom: 8px; }
      .bosoncerts-carousel .social-detailed .row div:before {
        font-size: 16px !important; }
    .bosoncerts-carousel .social-detailed img {
      border: none;
      max-width: 100%;
      max-height: 100%;
      box-shadow: none !important; }
    .bosoncerts-carousel .social-detailed-avatar {
      max-width: 80px;
      float: left;
      padding-left: 5px; }
      .bosoncerts-carousel .social-detailed-avatar img {
        width: 28px;
        height: auto;
        margin-top: 3px;
        border-radius: 100px;
        padding: 3px 4px 3px 3px;
        border: 1px solid #bc2a8d; }
    .bosoncerts-carousel .social-detailed-username {
      max-width: 200px;
      float: left;
      padding: 0px 0 0 10px;
      text-align: left;
      font-size: 14px; }
      .bosoncerts-carousel .social-detailed-username div {
        font-size: 11px;
        margin-top: -3px; }
    .bosoncerts-carousel .social-detailed-icon {
      max-width: 30px;
      font-size: 25px;
      float: right;
      padding: 0px 10px 5px 0px; }
    .bosoncerts-carousel .social-detailed-likes {
      font-size: 15px !important;
      width: auto;
      float: left;
      margin: 0 5px 0 10px;
      flex: 1;
      text-align: center; }
      .bosoncerts-carousel .social-detailed-likes i {
        float: left;
        padding-top: 1px;
        padding-right: 5px; }
    .bosoncerts-carousel .social-detailed-share {
      font-size: 15px !important;
      width: auto;
      float: right;
      margin: 0 5px 0 10px;
      flex: 1;
      text-align: right; }
      .bosoncerts-carousel .social-detailed-share i {
        float: right;
        padding-right: 5px; }
    .bosoncerts-carousel .social-detailed-text {
      font-weight: 200;
      padding: 1em;
      flex: 0;
      text-align: left;
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      min-height: 150px;
      max-height: 150px; }
    .bosoncerts-carousel .social-detailed-comments {
      width: auto;
      float: left;
      margin: 0 5px;
      flex: 1;
      font-size: 15px !important;
      text-align: center; }
      .bosoncerts-carousel .social-detailed-comments i {
        padding-top: 1px;
        float: left;
        padding-right: 5px; }
    .bosoncerts-carousel .social-detailed-flex {
      flex-wrap: nowrap;
      display: flex; }
  .bosoncerts-carousel .bosoncerts a {
    color: #23282d; }
  .bosoncerts-carousel .bosoncerts-tooltip {
    background: #23282d;
    text-align: left !important;
    width: auto;
    max-width: 200px;
    padding: 15px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    margin-top: 32px;
    transition: 0.3s all;
    opacity: 0;
    z-index: 9999999;
    border-radius: 4px; }
    .bosoncerts-carousel .bosoncerts-tooltip i {
      float: none; }
    .bosoncerts-carousel .bosoncerts-tooltip.active {
      opacity: 1;
      margin-top: 22px; }
    .bosoncerts-carousel .bosoncerts-tooltip:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      margin-top: -25px;
      right: 5px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #23282d; }
    .bosoncerts-carousel .bosoncerts-tooltip ul {
      padding-bottom: 0px !important;
      margin-bottom: 0px !important; }
      .bosoncerts-carousel .bosoncerts-tooltip ul li {
        list-style: none;
        color: #f7f7f7;
        font-size: 11px;
        padding: 5px 0; }
        .bosoncerts-carousel .bosoncerts-tooltip ul li:first-child {
          border-bottom: 1px solid #404040; }
        .bosoncerts-carousel .bosoncerts-tooltip ul li:last-child {
          border-top: 1px solid #404040; }
        .bosoncerts-carousel .bosoncerts-tooltip ul li a {
          color: #f7f7f7 !important;
          text-decoration: none;
          transition: 1s all; }
          .bosoncerts-carousel .bosoncerts-tooltip ul li a:hover {
            color: #fff !important; }
  .bosoncerts-carousel .bosoncerts-hover-overlay {
    position: absolute;
    z-index: 999;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
    .bosoncerts-carousel .bosoncerts-hover-overlay .bosoncerts-content-wrap {
      margin-top: 30px;
      transition: 0.5s all;
      opacity: 0; }
    .bosoncerts-carousel .bosoncerts-hover-overlay.active {
      opacity: 0.8; }
      .bosoncerts-carousel .bosoncerts-hover-overlay.active .bosoncerts-content-wrap {
        margin-top: 0px;
        opacity: 1; }
  .bosoncerts-carousel .slick-next:before, .bosoncerts-carousel .slick-prev:before {
    font-size: 30px;
    color: #23282d; }
  .bosoncerts-carousel .bosoncerts-carousel.no-gutter .bosoncerts {
    margin: 0px !important; }
  .bosoncerts-carousel .no-gutter .slick-slide {
    margin: 0px !important; }
  .bosoncerts-carousel .no-gutter .slick-slide {
    margin: 0px !important; }
  .bosoncerts-carousel .no-gutter .bosoncerts {
    margin: 0px 0px !important; }
  .bosoncerts-carousel .no-gutter .social-detailed {
    margin: 0em !important;
    padding: 0em !important; }
  .bosoncerts-carousel .no-gutter a {
    margin: 0 0px !important; }
  .bosoncerts-carousel .slick-arrow.type-one {
    height: 30px;
    width: 30px;
    padding: 10px;
    opacity: 1;
    color: #fff; }
    .bosoncerts-carousel .slick-arrow.type-one.slick-prev {
      height: 38px;
      left: 5px;
      z-index: 999;
      padding-right: 3px; }
      .bosoncerts-carousel .slick-arrow.type-one.slick-prev:before {
        color: #fff;
        content: '<' !important;
        font-family: 'fontawesome' !important;
        font-weight: 400;
        margin-left: -10px;
        opacity: 1;
        font-size: 16px; }
    .bosoncerts-carousel .slick-arrow.type-one.slick-next {
      right: 0px;
      height: 38px;
      margin-right: 2px;
      z-index: 9999999;
      padding-left: 3px; }
      .bosoncerts-carousel .slick-arrow.type-one.slick-next:before {
        color: #fff;
        content: '>' !important;
        font-family: 'fontawesome' !important;
        margin-right: -10px;
        opacity: 1;
        font-size: 16px; }
  .bosoncerts-carousel .slick-arrow.type-two {
    height: 30px;
    width: 30px;
    padding: 10px;
    opacity: 1;
    color: #fff; }
    .bosoncerts-carousel .slick-arrow.type-two.slick-prev {
      height: 38px;
      left: 5px;
      z-index: 999;
      padding-right: 3px;
      -webkit-border-top-right-radius: 100px;
      -webkit-border-bottom-right-radius: 100px;
      -moz-border-radius-topright: 100px;
      -moz-border-radius-bottomright: 100px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px; }
      .bosoncerts-carousel .slick-arrow.type-two.slick-prev:before {
        color: #fff;
        content: '\f053' !important;
        font-family: 'fontawesome' !important;
        font-weight: 200;
        margin-left: -10px;
        opacity: 1;
        font-size: 16px; }
    .bosoncerts-carousel .slick-arrow.type-two.slick-next {
      right: 0px;
      height: 38px;
      margin-right: 2px;
      z-index: 9999999;
      padding-left: 3px;
      -webkit-border-top-left-radius: 100px;
      -webkit-border-bottom-left-radius: 100px;
      -moz-border-radius-topleft: 100px;
      -moz-border-radius-bottomleft: 100px;
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px; }
      .bosoncerts-carousel .slick-arrow.type-two.slick-next:before {
        color: #fff;
        content: '\f054' !important;
        font-family: 'fontawesome' !important;
        font-weight: 200;
        margin-right: -10px;
        opacity: 1;
        font-size: 16px; }
  .bosoncerts-carousel .slick-arrow.type-three {
    width: 30px;
    opacity: 0.5;
    color: #fff; }
    .bosoncerts-carousel .slick-arrow.type-three.slick-prev {
      margin-left: 25px;
      z-index: 999;
      padding-right: 3px; }
      .bosoncerts-carousel .slick-arrow.type-three.slick-prev:before {
        color: #fff;
        content: '\f053' !important;
        font-family: 'fontawesome' !important;
        font-weight: 200; }
    .bosoncerts-carousel .slick-arrow.type-three.slick-next {
      right: 0px;
      z-index: 9999999;
      padding-left: 3px; }
      .bosoncerts-carousel .slick-arrow.type-three.slick-next:before {
        color: #fff;
        content: '\f054' !important;
        font-family: 'fontawesome' !important;
        font-weight: 200; }

.preload-options {
  background: #23282d;
  display: flex; }

body, * {
  margin: 0; }

#customer_details {
  float: left;
  width: 50% !important; }
  #customer_details .col-1 {
    width: 100%; }
  #customer_details .col-2 {
    width: 100%; }

a:visited i {
  color: inherit !important; }

.button {
  color: white !important;
  font-family: 'Montserrat', sans-serif; }
  .button-primary {
    color: #0d293f !important; }
  .button-large {
    color: white !important; }

#order_review_heading {
  width: 46%;
  float: right; }

.woocommerce-checkout-review-order {
  width: 46% !important;
  float: right; }

.woocommerce-order p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px; }

.wc-item-meta {
  text-align: left;
  font-size: 13px; }
  .wc-item-meta p {
    text-align: left !important;
    font-size: 13px; }

.woocommerce-customer-details p {
  text-align: left !important;
  font-size: 16px; }

.avatar {
  width: 120px;
  height: 120px;
  border: 6px solid #eaeaea;
  background-color: #fff !important;
  margin: 25px auto 0 auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  background-position: center center !important; }

.elementor-element-166e73e7, .elementor-element-a98fffb {
  display: none; }

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #ccc;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  color: #444 !important;
  transition: 1s all;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; }

.page-numbers.current,
a.page-numbers:hover {
  background: #ccc;
  color: white; }

.order-again {
  display: none; }

.woocommerce-message {
  border-top: 0px !important; }
  .woocommerce-message a {
    display: none !important;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: white;
    transition: 1s all; }
    .woocommerce-message a:hover {
      background: #ccc;
      color: white; }

#login-nav {
  height: 100%;
  width: 22% !important;
  position: fixed;
  top: 0; }
  @media screen and (max-width: 767px) {
    #login-nav {
      width: 100% !important; } }

#login-content {
  width: 78% !important;
  float: right;
  margin-left: 25%;
  top: 0; }
  @media screen and (max-width: 767px) {
    #login-content {
      width: 100% !important; } }

.coupon {
  display: none; }

button.act-btn {
  padding: 2px 10px;
  border: 0;
  outline: 0;
  transition: 1s all; }
  button.act-btn:hover {
    background: #444; }

#cart-custom img {
  display: none; }

#cart-custom .elementor-menu-cart__footer-buttons {
  display: block; }

#cart-custom .elementor-button--view-cart {
  display: none; }

#cart-custom .elementor-button--view-checkout {
  width: 100%; }

#cart-custom .elementor-button {
  font-size: 13px; }

#cart-custom {
  font-family: "Montserrat", Sans-Serif;
  font-weight: 300; }

#cart-custom .woocommerce-Price-amount:before {
  content: '\f07a';
  font-family: "fontawesome";
  font-size: 11px;
  display: inline-block;
  margin-right: 10px; }

#cart-custom .elementor-button-icon {
  margin-top: -20px; }

#cart-custom button {
  padding: 5px !important; }

#field_ucfirst input[type=text] {
  text-transform: capitalize; }

.button {
  color: white;
  font-weight: 300;
  font-size: 14px; }

textarea {
  background: rgba(0, 0, 0, 0.1);
  color: #444;
  padding: 10px;
  border: 0;
  width: 100%;
  margin: 10px 0;
  outline: none; }

#bottom {
  position: absolute;
  bottom: 0; }

.mepr-product-access-url {
  display: none; }

.modal-close {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px; }

.elementor-button {
  background: transparent; }

.button_group_upload {
  cursor: pointer;
  transition: 1s all;
  border-radius: 30px; }
  .button_group_upload.uploaded {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #444;
    padding: 10px;
    font-weight: 500;
    cursor: default; }

.uploaded {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #444;
  padding: 10px;
  font-weight: 500;
  cursor: default; }

.username {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 14px; }

.notify {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto; }
  .notify i {
    font-size: 90px;
    color: white; }
  .notify.red {
    border: 10px solid #cf5151;
    background: #d60505; }
  .notify.green {
    border: 10px solid #48a14c;
    background: #05d60f; }
  .notify.grey {
    border: 10px solid #eaeaea;
    background: #ddd; }
  .notify.yellow {
    background: #ffad33;
    color: #444; }

.act-btn {
  border-radius: 30px;
  padding: 5px 10px;
  color: white;
  transition: 1s all;
  cursor: default; }
  .act-btn i, .act-btn .dashicons {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 100px;
    margin-left: -10px; }
  .act-btn.white {
    background: transparent;
    color: #444; }
  .act-btn.blue {
    color: white;
    background: #0d293f; }
  .act-btn.green {
    color: white;
    background: #05d60f; }
  .act-btn.red {
    color: white;
    background: #d60505; }
  .act-btn.grey {
    background: #ddd;
    color: #444; }
  .act-btn.yellow {
    background: #ffad33;
    color: #444; }
  .act-btn.form-uploads {
    cursor: pointer; }
    .act-btn.form-uploads:hover {
      background: #444;
      color: white; }

.delete_doc {
  color: white;
  background: #d60505;
  border-radius: 100%;
  padding: 3px 5px;
  float: left;
  margin-right: 15px;
  cursor: pointer; }
  .delete_doc_disabled {
    background: #ccc;
    color: white;
    border-radius: 100%;
    padding: 3px 5px;
    float: left;
    margin-right: 15px;
    cursor: none; }

.toggle_docs {
  background: #ffad33;
  color: #444;
  border-radius: 100%;
  padding: 5px;
  float: left;
  margin-right: 15px;
  transition: 1s all; }
  .toggle_docs.open {
    display: block; }
  .toggle_docs.rotate {
    transform: rotate(45deg); }

.view_docs {
  display: none; }
  .view_docs td {
    background: #dfe9f1 !important;
    border-bottom: 1px solid #c3d7e8; }

.nextdue {
  font-family: 'Montserrat';
  color: #444;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin: 20px auto; }

p.info {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

.acf-form input[type="submit"] {
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important; }

.button_upload {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 30px; }

.modal {
  display: none;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  font-family: 'Montserrat'; }
  .modal input[type="file"] {
    background: #f7f7f7;
    margin: 20px 0;
    padding: 15px; }
  .modal.open {
    display: block; }

.notifytext {
  font-family: 'Montserrat';
  color: #444;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin: 20px auto;
  text-align: center; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none; }

/*-- TABLES */
table.boson-table {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin-bottom: 20px; }
  table.boson-table th {
    font-size: 14px;
    background: #eaeaea;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left; }
    table.boson-table th:last-child {
      text-align: right; }
  table.boson-table td {
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 5px;
    font-size: 12px;
    vertical-align: middle; }
    table.boson-table td:last-child {
      text-align: right; }
    table.boson-table td a {
      color: #0d293f; }

/*--FORMS */
.gform_wrapper {
  font-family: "Montserrat", sans-serif;
  color: #444;
  font-size: 14px;
  font-weight: 300; }
  .gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper select {
    width: 100%;
    padding: 10px;
    border: 0; }
  .gform_wrapper .medium {
    width: 100% !important;
    padding: 10px !important; }
  .gform_wrapper input[type=button] {
    background: #0d293f !important;
    color: white;
    border: 2px solid #0d293f;
    padding: 10px 20px;
    float: right; }
    .gform_wrapper input[type=button]:hover {
      background: #fff !important;
      color: #0d293f; }

/*-- LOGIN FORM */
#login-wrap {
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.mepr-form {
  font-family: "Montserrat", sans-serif;
  color: white; }
  .mepr-form input[type=text], .mepr-form input[type=password], .mepr-form input[type=email] {
    background: transparent;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    width: 80%;
    outline: none; }
  .mepr-form label {
    font-family: "Montserrat", sans-serif;
    color: white; }
  .mepr-form a {
    color: white !important; }
  .mepr-form .mepr_price {
    display: none; }
  .mepr-form input[type=submit] {
    background: transparent;
    border: 2px solid white;
    padding: 10px 20px;
    color: white !important;
    text-decoration: none;
    clear: both;
    display: inline-block;
    margin-top: 30px;
    transition: 1s all; }
    .mepr-form input[type=submit]:hover {
      background: white;
      color: #0d293f !important; }

.mp_login_form {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; }
  .mp_login_form .mepr-already-logged-in a {
    border: 2px solid white;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    clear: both;
    display: inline-block;
    margin-left: 20px;
    margin-top: 30px;
    transition: 1s all; }
    .mp_login_form .mepr-already-logged-in a:hover {
      background: white;
      color: #0d293f; }

.mepr-share-button {
  border: 2px solid white;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  clear: both;
  display: inline-block;
  margin-top: 30px;
  transition: 1s all;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  background: transparent; }
  .mepr-share-button:hover {
    background: white;
    color: #0d293f; }

.mepr-login-actions a {
  color: white !important; }

#mepr-account-nav, #mepr-account-welcome-message, .mepr_spacer, .mepr-account-form, .mepr-account-change-password {
  display: none; }

.added_to_cart {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  max-width: 300px;
  text-align: center;
  width: auto;
  border-radius: 30px;
  transition: 1s all;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  color: white;
  cursor: pointer;
  margin-left: 5px;
  background: #05d60f;
  color: white; }
  .added_to_cart:hover {
    background: #ccc !important; }

.btn {
  padding: 8px 15px;
  text-decoration: none;
  max-width: 300px;
  text-align: center;
  width: auto;
  border-radius: 30px;
  transition: 1s all;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  color: white;
  cursor: pointer;
  margin-left: 5px; }
  .btn a {
    text-decoration: none;
    color: inherit;
    background: inherit;
    font: inherit; }
  .btn i {
    margin-right: 10px; }
  .btn-white {
    margin: 0 auto !important;
    padding: 4px 7px;
    background: transparent !important;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    transition: 1s all; }
    .btn-white:hover {
      background: white !important;
      color: #0d293f; }
  .btn-blue {
    background: #0d293f !important;
    color: white; }
    .btn-blue:hover {
      background: #ccc !important; }
  .btn-blue-outline {
    border: 1px solid #0d293f !important;
    color: #0d293f; }
    .btn-blue-outline:hover {
      background: #ccc !important; }
  .btn-lightblue {
    background: #7db0b8 !important;
    color: white; }
    .btn-lightblue:hover {
      background: #ccc !important; }
  .btn-red {
    background: #b42f39 !important;
    color: white; }
    .btn-red:hover {
      background: #ccc !important; }
  .btn-green {
    background: #05d60f;
    color: white; }
    .btn-green:hover {
      background: #ccc !important; }
  .btn.bottom {
    position: fixed;
    bottom: 0;
    right: 10px; }

.color-green {
  color: #05d60f; }

.color.small {
  font-size: 15px; }

.group_title {
  color: #0d293f;
  font-size: 15px;
  text-align: left !important;
  font-weight: bold !important; }

.submit_assessment_pass {
  padding: 6px 15px;
  text-decoration: none;
  width: auto;
  float: right;
  border-radius: 30px;
  transition: 1s all;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  color: white;
  cursor: pointer;
  margin-left: 5px;
  background: #0d293f !important;
  border: 2px solid #0d293f; }
  .submit_assessment_pass i {
    margin-right: 10px; }
  .submit_assessment_pass:hover {
    background: #0d293f !important;
    border: 2px solid #0d293f; }

.submit_assessment_fail {
  padding: 6px 15px;
  text-decoration: none;
  width: auto;
  float: right;
  border-radius: 30px;
  transition: 1s all;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  background: #b42f39 !important;
  border: 2px solid #b42f39;
  color: white;
  cursor: pointer;
  margin-left: 5px; }
  .submit_assessment_fail i {
    margin-right: 10px; }
  .submit_assessment_fail:hover {
    background: #b42f39 !important;
    border: 2px solid #b42f39; }

.titlepage {
  color: #54595F;
  font-family: "Montserrat", Montserrat, Sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px; }

.float-right {
  float: right; }

.float-left {
  float: left; }

/*-- ACF FORM */
.acf-form {
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }
  .acf-form h3 {
    font-size: 18px !important;
    color: #0d293f !important; }
  .acf-form label {
    font-size: 15px !important; }
  .acf-form .field {
    border-top: 0; }
  .acf-form input[type=text], .acf-form input[type=password], .acf-form input[type=email], .acf-form input[type=date], .acf-form input[type=number] textarea {
    background-color: #ddd;
    border: 0;
    color: #444;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    padding: 10px !important;
    border-radius: 4px; }
  .acf-form select {
    height: 40px !important;
    background: #ddd;
    padding: 10px !important;
    border: 0px;
    border-radius: 4px !important; }
  .acf-form .postbox {
    border: 0;
    box-shadow: 0; }
  .acf-form input[type="submit"] {
    padding: 6px 15px;
    text-decoration: none;
    width: auto;
    border-radius: 30px;
    transition: 1s all;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    color: white;
    cursor: pointer;
    margin-left: 5px;
    float: right;
    margin-top: 10px;
    border: 1px solid #0d293f;
    background: #0d293f; }
    .acf-form input[type="submit"]:hover {
      background: #ccc; }
  .acf-form input[type="submit"].btn {
    padding: 6px 15px;
    text-decoration: none;
    width: auto;
    border-radius: 30px;
    transition: 1s all;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    color: white;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #05d60f;
    background: #05d60f !important; }
    .acf-form input[type="submit"].btn:hover {
      background: #ccc; }

.acf-form-submit {
  background: #999999;
  background: linear-gradient(180deg, #d5d5d5 0%, rgba(221, 221, 221, 0) 100%);
  display: block;
  height: 50px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px; }

.acf-button {
  padding: 6px 15px;
  text-decoration: none;
  width: auto;
  border-radius: 30px;
  transition: 1s all;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  color: #0d293f;
  cursor: pointer;
  margin-left: 5px;
  border: 1px solid #0d293f;
  background: transparent; }
  .acf-button:hover {
    background: #ccc; }

h3.step {
  position: absolute;
  z-index: 999;
  right: 10px;
  margin-top: -45px;
  font-family: "Montserrat", Montserrat, Sans-serif;
  font-weight: 300; }

.select2-selection--single {
  height: 30px;
  font-size: 14px; }

.select2-selection__arrow {
  margin-top: 10px; }

.select2-container.-acf .select2-selection {
  border-color: transparent;
  background-color: #ddd;
  border: 0px;
  border-radius: 4px;
  padding: 10px !important; }

.select2-container .select2-selection--single {
  height: 40px !important; }

.select2-container {
  width: 100%;
  height: 40px;
  background: #ddd;
  border-radius: 4px;
  font-family: "Montserrat", Montserrat, Sans-serif; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  height: 40px;
  line-height: 22px; }

.mepr_error {
  background-color: transparent !important;
  border: 1px solid gba(255, 255, 255, 0.2) !important;
  color: white;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  width: 80%; }
  .mepr_error li {
    margin-bottom: 10px; }

#acf-multiforms-example .acf-form-fields {
  min-height: 200px; }

.submit-message {
  text-align: center;
  margin-top: -100px;
  padding: 0 100px; }
  .submit-message h3 {
    margin-bottom: 10px; }
  .submit-message p {
    margin-bottom: 10px; }

.acf-field-5e8dc65370a5e {
  border: 1px solid #ccc !important;
  margin-top: 30px !important;
  padding: 50px 0; }
  .acf-field-5e8dc65370a5e .acf-label {
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase; }
  .acf-field-5e8dc65370a5e .description {
    text-transform: none;
    font-size: 12px;
    margin: 10px; }

.page:not(.page-id-942) .elementor-top-column.elementor-element.animated.fadeInLeft:not(.elementor-motion-effects-element-type-background){
  background-color: #0D293F;
}


/*-- NOTIFICATIONS */
#message.updated {
  padding: 10px 10px 8px 10px;
  color: #047419;
  font-family: "Montserrat";
  background: #9ce7aa;
  position: fixed;
  top: 41px;
  right: 32%;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 200px;
  opacity: 0;
  animation: fadeOut ease 8s;
  -webkit-animation: fadeOut ease 4s;
  -moz-animation: fadeOut ease 4s;
  -o-animation: fadeOut ease 4s;
  -ms-animation: fadeOut ease 4s; }
  #message.updated:before {
    content: '\f00c';
    font-family: "fontawesome";
    padding: 10px;
    background: #047419;
    display: inline-block;
    margin-right: 15px;
    float: left;
    color: white;
    margin-left: -9px;
    margin-top: -10px;
    margin-bottom: -11px;
    /* -webkit-border-bottom-right-radius: 20px; */
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    /* border-bottom-right-radius: 20px; */
    border-bottom-left-radius: 20px; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*-- TITLE */
/*h2:after{
    content:'';
    height:4px;
    width:50px;
    background:rgba(255,255,255,0.6);
    display:block;
    margin-top:20px;
}*/
h2 {
  font-weight: 200;
  margin-bottom: 20px;
  font-size: 16px; }
