/*
	Theme Name: Master Study Child
	Theme URI: http://stylemix.net
	Description: MasterStudy Child Theme
	Author: StylemixThemes
	Author URI: http://stylemix.net
	Template: masterstudy
	Version: 3.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: masterstudy-child
*/

.onsale {
    display: none;
}
.entry-header .entry-title .sub_title, .entry-header .entry-title h1 {
    color: #fff;
    text-shadow: 2px 2px black;
}
/* UPD SEPT */
@media (max-width: 400px) {
    .course-title-holder {
        padding-right: 5px;
    }
}

@media(max-width: 480px){
    .woocommerce-MyAccount-navigation ul {
        padding-left: 0;
    }
    .woocommerce-MyAccount-navigation ul li {
        display: block;
    }
	.woocommerce ul.stm-courses li.product {
    padding: 40px 10px !important;
}
}

@media (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 655px) {
    .course_table tr td.number.number-visible.title, .course_table tr td.title {
        padding-left: 20px;
        display: block;
        width: 100%;
    }
    .course_table tr td.stm_badge {
        display: block;
        width: 100%;
        text-align: left;
    }
    .course_table tr td .meta {
        padding-left: 12px;
    }
    .course_table tr td.stm_badge .badge_unit {
        margin-left: 15px;
    }
    .woocommerce-message {
        padding-right: 26px;
    }
    .woocommerce-message .button {
        position: static;
        float: none;
        display: block;
    }
    .woocommerce-message .button:after {
        display: none;
    }
    .shop_table > tbody > tr td.actions {
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce .shop_table.cart .coupon .button {
        display: block;
        margin-top: 15px;
    }
    .woocommerce .shop_table.cart .coupon {
        float: none;
        margin-bottom: 30px;
    }
    .woocommerce .shop_table.cart .button.update-cart {
        float: none;
        margin-bottom: 15px;
    }
}

.tp-caption .icon_in_btn {
    text-align: center !important;
}

@media (max-width: 991px){
    .overflowed_content .wpb_column .vc_column-inner{
        margin-top: 0 !important;
    }
}

body .vc_row[data-vc-full-width] {
    overflow: visible;
}
body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}
.woocommerce-product-gallery figure {
    margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}
.woocommerce-product-gallery img {
    display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99
}
ol.flex-control-nav.flex-control-thumbs {
    padding-left: 0px;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20%;
}
.woocommerce-product-gallery__trigger {
    right: inherit;
    left: .5em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}


/* Woo My Account Tabs*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: table;
    float: none;
    width: 100%; }
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul {
    display: table !important;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
.woocommerce-MyAccount-navigation  ul > li {
    display: table-cell; }
.woocommerce-MyAccount-navigation  ul > li > a {
    display: block;
    padding: 12px 20px;
    background-color: #457992;
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;}
.woocommerce-MyAccount-navigation  ul > li.is-active a,
.woocommerce-MyAccount-navigation  ul > li a:hover,
.woocommerce-MyAccount-navigation  ul > li a:focus {
    background-color: #f0f2f5;
    color: #457992; }
.woocommerce div.product form.cart .variations td.label {
    display: none;
}
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}
.woocommerce-product-gallery figure {
    margin: 0
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    z-index: 9 !important;
}
.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_price .price h5 {
    font-weight: normal;
}
.widget_stm_recent_posts span.h6 {
    display: inline !important;
}
.widget_stm_recent_posts .cats_w {
    margin-left: 83px;
}
.related.products {
	display:none!important;
}
.top_bar_info li:first-child {
    display: none !important;
}
.msj-visado {
	text-transform: uppercase;
}
.ms-cf7-visado,
.ms-cf7-visado * {
  box-sizing: border-box;
}

.ms-cf7-visado {
  --ms-red: #ff0000;
  --ms-red-dark: #c90000;
  --ms-ink: #151515;
  --ms-muted: #666;
  --ms-line: #e8e0d6;
  --ms-cream: #fbf7f0;
  --ms-paper: #fffdf8;

  max-width: 980px;
  margin: 0 auto;
  color: var(--ms-ink);
  font-family: var(--e-global-typography-primary-font-family, "Roboto"), Arial, sans-serif;
}

.ms-cf7-intro {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,0,0,.10), transparent 38%),
    var(--ms-paper);
  border: 1px solid var(--ms-line);
  margin-bottom: 22px;
  box-shadow: 0 18px 55px rgba(20,20,20,.07);
}

.ms-cf7-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ms-line);
  color: var(--ms-red-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ms-cf7-intro h3,
.ms-cf7-block h4 {
  font-family: var(--e-global-typography-secondary-font-family, "Roboto Slab"), var(--e-global-typography-primary-font-family, "Roboto"), Arial, sans-serif;
}

.ms-cf7-intro h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 900;
  color: var(--ms-ink);
}

.ms-cf7-intro p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ms-cf7-block {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--ms-line);
  margin-bottom: 18px;
  box-shadow: 0 14px 40px rgba(20,20,20,.045);
}

.ms-cf7-highlight {
  background:
    radial-gradient(circle at 0% 0%, rgba(255,0,0,.07), transparent 34%),
    var(--ms-cream);
  border-color: rgba(255,0,0,.22);
}

.ms-cf7-block h4 {
  margin: 0 0 20px;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.16;
  letter-spacing: -.025em;
  color: var(--ms-ink);
  font-weight: 900;
}

.ms-cf7-block p {
  margin: 0 0 18px;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ms-cf7-visado label {
  display: block;
  margin-bottom: 18px;
  color: var(--ms-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.ms-cf7-visado label span {
  color: var(--ms-muted);
  font-size: 12px;
  font-weight: 700;
}

.ms-cf7-visado input[type="text"],
.ms-cf7-visado input[type="email"],
.ms-cf7-visado input[type="url"],
.ms-cf7-visado select,
.ms-cf7-visado textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--ms-line);
  background: #fffdf8;
  color: var(--ms-ink);
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ms-cf7-visado textarea {
  min-height: 150px;
  resize: vertical;
}

.ms-cf7-visado input:focus,
.ms-cf7-visado select:focus,
.ms-cf7-visado textarea:focus {
  border-color: var(--ms-red);
  box-shadow: 0 0 0 4px rgba(255,0,0,.09);
  background: #fff;
}

.ms-cf7-acceptance,
.ms-cf7-checkbox {
  padding: 15px 16px;
  border-radius: 18px;
  background: var(--ms-cream);
  border: 1px solid var(--ms-line);
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ms-cf7-acceptance label,
.ms-cf7-checkbox label {
  margin: 0;
  font-weight: 800;
}

.ms-cf7-visado input[type="checkbox"] {
  accent-color: var(--ms-red);
  margin-right: 8px;
}

.ms-cf7-submit {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,0,0,.16), transparent 36%),
    var(--ms-ink);
  color: #fff;
  text-align: center;
}

.ms-cf7-submit input[type="submit"] {
  width: auto;
  min-height: 52px;
  padding: 15px 26px;
  border-radius: 999px;
  border: 0;
  background: var(--ms-red);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.ms-cf7-submit input[type="submit"]:hover {
  background: var(--ms-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255,0,0,.24);
}

.ms-cf7-submit p {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
}

.ms-cf7-visado .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--ms-red);
  font-size: 12px;
  font-weight: 800;
}

.ms-cf7-visado .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 16px !important;
  border-color: var(--ms-line) !important;
  color: var(--ms-ink);
  background: #fff;
}

@media (max-width: 767px) {
  .ms-cf7-intro,
  .ms-cf7-block,
  .ms-cf7-submit {
    border-radius: 20px;
  }

  .ms-cf7-submit input[type="submit"] {
    width: 100%;
  }
}