/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


/* Top Bar */
.topbar-right {
	float: right;
	margin-left: 20px;
}
.topbar-right a {
    font-size: 13px;
    font-weight: 400;
    color: #A188A6;
    text-transform: uppercase;
    border: 1px solid white;
	border-radius: 4px;
	padding: 4px 6px 4px 6px;
	background: #ffffff;
}
.topbar-right a:hover {
    font-size: 13px;
    color: #A188A6;
    text-transform: uppercase;
    border: 1px solid #d9c4de;
	border-radius: 4px;
	padding: 4px 6px 4px 6px;
	background: #d9c4de;
}
.header-social {
	float: right;
	padding-top: 4px;
}
.header-social a {
    font-size: 1.4em;
    line-height: 0;
    color: #ffffff;
    margin: 0 0 0 5px;
}
/* Logo Style */
@media only screen and (max-width: 500px) {
.x-brand img {
    max-width: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
.x-brand img {
    max-width: 280px;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
.x-brand img {
    max-width: 260px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
.x-brand img {
    max-width: 245px;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
.x-brand img {
    max-width: 215px;
    width: 100%;
  }
}
/* Nav Bar */
@media (max-width: 1320px){
    .x-nav-wrap.desktop {
        display: none;
    }
    .x-btn-navbar {
        display: block;
        float: right;
        margin: 22px 0 0 0;
    }
    .x-nav-wrap.mobile.x-collapsed {
        display: none;
    }
    .x-nav-wrap.mobile {
        display: block;
    }
}
.x-navbar .sub-menu {
    font-size: 16px;
}
.x-navbar .desktop .x-nav > li > a:hover > span,
.x-navbar .desktop .x-nav > li.x-active > a > span,
.x-navbar .desktop .x-nav > li.current-menu-item > a > span {
	box-shadow: none !important;
}
.x-navbar .sub-menu li > a {
    text-transform: uppercase;
    font-weight: 300;
}
.x-navbar .mobile .x-nav li > a {
    border: none !important;
}
.x-btn-navbar {
    box-shadow: none !important;
}
.x-navbar .x-nav-wrap .x-nav > li > a {
    font-size: 1em;
    padding: 2px 0 2pxx 0;
}
.x-navbar .mobile .x-nav li a {
    color: rgb(91,91,91);
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
/* Login Button */
.login-button {
	float: right;
	margin-left: 20px;
}
.login-button a {
    color: #ffffff;
    border-color: #ec6434;
    background-color: #ec6434;
    position: relative;
    top: -15px;
    margin: 15px 0 0 0;
}
.login-button a:hover {
    font-size: 13px;
    color: #A188A6;
    text-transform: uppercase;
    border: 1px solid #d9c4de;
	border-radius: 4px;
	padding: 4px 6px 4px 6px;
	background: #d9c4de;
}
/* Login Button */
.x-btn.my-btn-class {
	font-size: 14px;
    color: #ffffff;
    border-color: #A188A6;
    background-color: #A188A6;
    position: relative;
    top: -12px;
}
.x-btn.my-btn-class:hover {
	font-size: 14px;
    color: #ffffff;
    border-color: #d9c4de;
    background-color: #d9c4de;
}
/* Header Picture */
.tpic-h1 {
    color: #ffffff !important;
    font-weight: 300 !important;
    margin: 2.313em 0 3.313em 0;
    text-shadow: 2px 2px 20px #999999;
}
.tpic-h2 {
    font-weight: 300 !important;
    margin: 20px 0;
}
@media only screen and (max-width: 780px) {
.tpic-h1 {
    font-size: 1.8em;
    font-weight: 400 !important;
    margin: 2.313em 0 3.313em 0 !important;
    text-shadow: 2px 2px 20px #999999;
   }
}
/* Breadcrumb */
.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0px;
}
/* Background Light Purple */
.page-id-9828 #x-content-band-2, .page-id-9897 #x-content-band-2, .page-id-9901 #x-content-band-2, .page-id-10075 #x-content-band-2, .page-id-9906 #x-content-band-2, .page-id-189 #x-content-band-2, .page-id-8687 #x-content-band-1, .page-id-8687 #x-content-band-2, .page-id-333 #x-content-band-1, .page-id-333 #x-content-band-2, .page-id-333 #x-content-band-3 {
    background-color: #f2f0f3 !important;
}
/* Post feeds */
.single-post .x-sidebar {
  display: none !important;
}
.single-post .x-main {
  width: 100% !important;
}
/* News Box */
.news-box h3 {
    color: #ffffff !important;
}
.news-box {
    color: #ffffff !important;
}
/* News Feed */
.entry-featured {
    position: relative;
    margin-top: 25px;
    border: none;
    padding: 0;
}
/* News Recent Posts*/
.x-recent-posts a {
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.x-recent-posts-img {
    position: relative;
    padding-bottom: 56.25%;
    background: center center/cover no-repeat;
    background-image: none;
    height: 350px;
}
.x-recent-posts-img:before {
    content: none !important;
}
.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
	background-color: rgba(255, 255, 255, 0.40) !important;
}
.x-recent-posts .h-recent-posts {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.x-recent-posts .x-recent-posts-date {
    display: none;
}
/* Quota Icon */
.q-1 {
    color: #999999 !important;
}
/* Form */
@media only screen and (max-width: 479px) { .responsive .mc4wp-form .form_element{
	width:100%;clear:both;margin-right:0;margin-left:0;float:none;
  } 
}
#top .mc4wp-form input[type='text'],#top .mc4wp-form input[type='email'],#top .mc4wp-form select,#top .mc4wp-form textarea {
	width:100%;margin-bottom:0;display:inline;min-width:50px;padding:13px;border-radius:4px;margin:0 10px;background: #A188A6; 
}
.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #ffffff;
font-size: 16px;
font-weight: 300;
}

.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ffffff;
font-size: 16px;
font-weight: 300;
opacity: 1;
}

.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ffffff;
font-size: 16px;
font-weight: 300;
opacity: 1;
}

.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff; 
    font-size: 16px;
    font-weight: 300;
}
.mc4wp-form-basic input[type="submit"] {
    color: #A188A6 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding: 11px 20px 13px 20px;
}
@media only screen and (max-width: 780px) {
#top .mc4wp-form input[type='text'],#top .mc4wp-form input[type='email'],#top .mc4wp-form select,#top .mc4wp-form textarea { /* WebKit browsers */
    margin: 0 0 10px 0 !important;
}
}
@media only screen and (max-width: 780px) {
.mc4wp-form-basic input[type="submit"] {
    width: 100% !important;
}
}
.mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success {
    color: #ffffff !important;
}
/* Contact form */
.wpcf7-response-output {
    display: none;
}
/* STP Front */
.stp-front {
    margin-bottom: 0px;
    margin-right: 5%;
    max-width: 180px;
}
@media only screen and (max-width: 780px) {
  .stp-front {
      margin-bottom: 0px;
      margin-right: 5%;
      max-width: 110px;
  }
}
/* Shop Front */
.x-content-band.bg_shop_right {
    background-position: top right;
    background-size: 50%;
    background-repeat: no-repeat;
}
/* ManaYoga App */
.app-mobile {
    margin-bottom: 0px;
    margin-right: 20%;
}
.x-content-band.bg_tree_left {
    background-position: top left;
    background-size: 50%;
    background-repeat: no-repeat;
}
.h-custom-headline.purple-h3 {
    color: #795a81;
    font-weight: 400;
    padding-bottom: 10px;
}
@media only screen and (max-width: 780px) {
  .h-custom-headline.purple-h3 {
      color: #795a81;
      font-weight: 400;
      padding-bottom: 10px;
      font-size: 1.6rem;
  }
}
/* Desktop space */
@media only screen and (min-width: 780px) {
  .w-space {
      display: none;
  }
}
/* Mobil space */
@media only screen and (max-width: 780px) {
  .m-space {
      display: none;
  }
}
/* Zoezi Icon */
.zoezi-icon {
    margin-right: 30px;
}
/* Schema Table */
#footable_parent_7421, .semantic_ui .ui.table {
    font-size: 0.8em;
}
@media only screen and (max-width: 600px) {
.table-m1, table-m2 {
    display: none !important;
    }
}
.table_title, .footable_title {
    margin: 0 0 0.65em;
    font-size: 140%;
    font-weight: 100;
	line-height: 1.1;
	color:#585858;
}
@media only screen and (max-width: 600px) {
	.table_title, .footable_title {
    text-align: center;
}
}
@media only screen and (max-width: 600px) {
.ninja_column_0, .ninja_column_3, .ninja_column_4, .ninja_column_5 {
    font-weight: 400;
}
}
@media only screen and (max-width: 600px) {
.ninja_column_1, .ninja_column_2 {
    font-weight: 600;
}
}
@media only screen and (max-width: 600px) {
.table_title, .footable_title {
    margin: 0 0 0.65em;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.1;
    color: #585858;
}
}
/* Envira Gallery Styling */
.envirabox-navigation span:before {
    font-size: 100px !important;
}
@media only screen and (max-width: 600px) {
  .envirabox-navigation span:before {
      font-size: 50px !important;
  }
}
/* List Style */
.b-round {
   border-radius: 100%;
}
.b-round-t {
   font-size: 80%;
   font-weight: 400;
}
/* The Grid */
.lome .tg-item-title, .lome .tg-item-title a {
    position: relative;
    display: block;
    font-size: 26px !important;
    line-height: 28px;
    font-weight: 300 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    margin: 30% 0 0 0 auto !important;
}
/* Content Stuff */
p {
    line-height: 1.7em;
}
p strong {
    font-weight: 400;
}
/*
@media only screen and (max-width: 600px) {
p {
    line-height: 1.7em;
    font-weight: 400;
}	
}
*/
@media only screen and (max-width: 600px) {
.h3 {
    font-size: 1.8em;
}	
}
.box h3 {
    margin-top: 0px;
}
.box-1 a.x-img > img {
    display: block;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 102%;
}
.x-hr {
    margin: 0 0 0 0 auto;
    width: 1200px;
    border: #ffffff !important; 
}
hr {
    border-top: 1px solid #e5e5e5;
}
/* Images Gallery */
.gallery-item {
    border: none;
}
/* News */
.vc_gitem-post-data h4 {
    margin-top: 0.5em;
}
.vc_btn3-container {
    display: none !important;
}
/* Popover Images */
.x-img-thumbnail {
    border: none !important;
}
/* Price */
.price {
    margin-top: 0px;
    margin-bottom: 0px;
}
.time {
    margin-top: 18px;
    margin-bottom: 0px;
}
/* Button Large */
.x-btn, .button, [type="submit"] {
    text-shadow: none !important;
}
.x-btn.x-btn-x-large {
    padding: 0.714em 1.286em 0.757em;
}
.line {
    margin: 2.5em 0;
    border-top: 1px solid #e5e5e5;
}
.button-1 {
    width: 100%;
}
/* Footer Stuff */
.x-colophon.top {
    padding: 3.5% 0 3.75%;
}
.h-widget {
    margin: 0 0 0.65em;
    font-size: 120%;
    font-weight: 100;
    line-height: 1.1;
    color: #646464;
}
.textwidget {
    color: #646464;
}
.widget p:last-child {
    font-size: 0.9em;
    line-height: 1.6;
    color: #646464;
}
.widget strong  {
    font-weight: 400;
    line-height: 1.6;
    color: #727272;
}
.widget_nav_menu ul > li {
    border-top: 0;
    border-bottom: none;
}
.widget ul li {
    border-bottom: none;
    line-height: 0.8;
}
.widget_nav_menu ul {
    border-top: 0;
    border-bottom: none;
}
.x-colophon.bottom {
    padding: 10px 0;
}
.footer-logo {
	margin-top: -6px;
    padding-bottom: 10px;
}
.footer-social {
    font-size: 2.2em;
    line-height: 0;
}
.footer-social a {
    color: #A188A6;
}
.footer-social a:hover {
    color: #d9c4de;
}
@media only screen and (max-width: 780px) {
#nav_menu-2 {
    display: none;
}
}
/*
@media only screen and (max-width: 780px) {
.footer1, #nav_menu-2 {
    display: none;
}
}
*/
/* Widget margin  */
.x-main .widget {
    margin-top: 0;
}
/* Zoezi Widget  */
.page-id-6 #zoeziwidget-2 .h-widget, .page-id-6 #zoeziwidget-3 .h-widget, .page-id-6 #zoeziwidget-4 .h-widget, .page-id-6 #zoeziwidget-5 .h-widget {
    margin: 0 0 0.65em;
    font-size: 140%;
    font-weight: 400;
    line-height: 1.1;
    color: #585858;
    text-align: center;

}
@media only screen and (max-width: 780px) {
.page-id-6 #zoeziwidget-2 .h-widget, .page-id-6 #zoeziwidget-3 .h-widget, .page-id-6 #zoeziwidget-4 .h-widget, .page-id-6 #zoeziwidget-5 .h-widget {
    margin: 0 0 0.65em;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.1;
    color: #585858;
    text-align: center;
  }
}
.page-id-6 .zoezi-gymsystem-widget {
    float: left;
}
#zoeziwidget-2 {
    margin: 0 0 0 0;
    float: left;
}
@media only screen and (max-width: 780px) {
	#zoeziwidget-2 {
    float: none;
}
}
#zoeziwidget-3 {
    margin: 0 0 0 0;
    float: right;
}
@media only screen and (max-width: 780px) {
	#zoeziwidget-3 {
    float: none;
}
}
#zoeziwidget-5 {
    margin: 0 0 0 0;
    float: right;
}
@media only screen and (max-width: 780px) {
	#zoeziwidget-5 {
    float: none;
}
}
/* Zoezi Widget Workout */
.workout-header-row {
    background: #e8e8e8;
}
.workout-header-date {
    font-size: 0.8em;
    color: #424242;
}
@media only screen and (max-width: 780px) {
	.workout-header-date {
    font-size: 1em;
    color: #424242;
}
}
.workout-row {
    font-size: 0.9em;
}
@media only screen and (max-width: 780px) {
.page-id-6	.workout-row {
    font-size: 1em;
    font-weight: 400 !important;
}
}
.workout-name {
    width: 40%;
}
.workout-instructor {
    width: 25%;
}
@media only screen and (max-width: 780px) {
.page-id-6	.workout-instructor {
    display: none !important;
}
}
.workout-time {
    width: 23%;
}
.workout-booking {
    width: 12%;
}
.workout-booking a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    border: 1px solid white;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #A188A6;
}
.workout-booking a:hover {
    font-size: 13px;
    color: #ffffff;
    text-transform: none;
    border: 1px solid #d9c4de;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #d9c4de;
}
.workout-read-more {
    text-align: center;
    margin: 0 0 0 0 auto;
    padding: 0 0 30px 0;
}
@media only screen and (max-width: 780px) {
.page-id-6	 .workout-read-more {
    text-align: center;
    margin: 0 0 0 0 auto;
    padding: 5px 0 35px 0;
}
}	
@media only screen and (max-width: 780px) {
.page-id-6	 .workout-read-more a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    border: 1px solid white;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #A188A6;
}
}
/* Card Style */
@media only screen and (max-width: 780px) {
.card {
    padding: 0 0 40px 0;
}	
}	
/* Zoezi Widget Course */
.course-row {
    font-size: 0.9em;
}
@media only screen and (max-width: 780px) {
.page-id-6	.course-row {
    font-size: 1em;
    font-weight: 400 !important;
}	
}	
.course-name {
    width: 50%;
}
.course-date {
    width: 24%;
}
@media only screen and (max-width: 780px) {
.page-id-6 .course-date {
    width: 30%;
}
}	
.course-price {
    width: 14%;
}
@media only screen and (max-width: 780px) {
.page-id-6 .course-price {
    display: none !important;
}
}
.course-booking {
    width: 12%;
    padding-right: 0px;
}
.course-booking a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    border: 1px solid white;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #A188A6;
}
.course-booking a:hover {
    font-size: 13px;
    color: #ffffff;
    text-transform: none;
    border: 1px solid #d9c4de;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #d9c4de;
}
.course-read-more {
    text-align: center;
    margin: 0 0 0 0 auto;
    padding: 0 0 30px 0;
}
@media only screen and (max-width: 780px) {
.page-id-6	 .course-read-more {
    text-align: center;
    margin: 0 0 0 0 auto;
    padding: 5px 0 35px 0;
}
}	
@media only screen and (max-width: 780px) {
.page-id-6	 .course-read-more a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    border: 1px solid white;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #A188A6;
}
}
.page-id-6 .course-read-more-1 {
    text-align: center;
    margin: 0 0 0 0 auto;
    padding: 0px 0 42px 0;
}
@media only screen and (max-width: 780px) {
.page-id-6	 .course-read-more-1 {
    text-align: center;
    margin: 0 0 0 0 auto;
    padding: 5px 0 35px 0;
}
}	
@media only screen and (max-width: 780px) {
.page-id-6	 .course-read-more-1 a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    border: 1px solid white;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
	background: #A188A6;
}
}
/* Exclude X Header */
.yoga_meditation-template-default .x-header-landmark {
    display: none;
}
.yoga_meditation-template-default .entry-thumb {
    display: none;
}
.workshops-template-default .x-header-landmark {
    display: none;
}
.workshops-template-default .entry-thumb {
    display: none;
}
.yogaretreats-template-default .x-header-landmark {
    display: none;
}
.yogaretreats-template-default .entry-thumb {
    display: none;
}
.behandlingar-template-default .x-header-landmark {
    display: none;
}
.behandlingar-template-default .entry-thumb {
    display: none;
}
.utbildningar-template-default .x-header-landmark {
    display: none;
}
.utbildningar-template-default .entry-thumb {
    display: none;
}
.larare_terapeuter-template-default .x-header-landmark {
    display: none;
}
.larare_terapeuter-template-default .entry-thumb {
    display: none;
}
.friskvard_foretag-template-default .x-header-landmark {
    display: none;
}
.friskvard_foretag-template-default .entry-thumb {
    display: none;
}
.yoga_online-template-default .x-header-landmark {
    display: none;
}
.yoga_online-template-default .entry-thumb {
    display: none;
}
.press-template-default .x-header-landmark {
    display: none;
}
.press-template-default .entry-thumb {
    display: none;
}
/* List Style Kurser */
.vc_gitem_row .vc_gitem-col {
    background-color: #ffffff;
}
.vc_custom_heading h3 {
    margin-top: 1.1rem;
}
.vc_custom_heading a {
    color: #ffffff;
}

.vc_gitem-post-data-source-post_excerpt #flexy {
    display: none;
}

.list-rm h4 a {
 	color: rgb(88,88,88) !important;
 	font-weight: 200;
}
.list-rm {
 	color: rgb(42,42,42) !important;
}
.list-rm a {
 	color: rgb(92,56,105) !important;
 	font-weight: 200;
}
.list-rm a:hover {
 	color: rgb(162,139,166) !important;
 	font-weight: 200;
}
.single h1.entry-title {
    padding: 0 0 10px 0;
}
.entry-header-ui {
    margin: 0 0 40px 0;
}
/* ? */
.f-0 {
    float: none;
}
.f-l {
    box-sizing: border-box;
    float: left;
    display: block;
}
.f-r {
    float: right;
}
/* WooCommerce Product Gallery */
.single-product .flex-control-nav.flex-control-thumbs {
    float: none;
    position: relative;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.single-product .flex-control-nav.flex-control-thumbs img {
    min-height: 80px;
}
.flex-control-nav.flex-control-thumbs li {
	margin: 0;
	background-color: #fff;
    box-shadow: none;
}
.woocommerce-product-gallery__trigger img {
    visibility: hidden;
}
.woocommerce-product-gallery__trigger:before {
    font-family: "FontAwesome";
    content: "\f065";
    color: white;
}
/* WooCommerce Categorie Landmark' */
.archive  .x-header-landmark {
    display: none;
}
.archive .h-landmark {
	display: none !important;
}
.p-landmark-sub {
    display: none !important;
}
.h-landmark, .entry-title.h-landmark {
    letter-spacing: 0em;
}
/* WooCommerce Content Styling' */
.woocommerce div.product .woocommerce-tabs h2 {
    display: none;
}
.x-nav-tabs > .active > a {
    font-size: 120%;
}
.x-nav-tabs, .x-tab-content {
    border: none;
}
.x-header-landmark {
    border: none;
}
/* WooCommerce Alert */
.x-alert-info, .buddypress #message.info, .bbp-template-notice.info {
    background-color: #b8a0ba;
    border-color: #a28aa4;
    color: #443548;
}
.woocommerce-message, .woocommerce-info {
    background-color: #f9f9f9;
    border-color: #d9c4de;
    color: #a188a6;
    padding: 1.824em 1.15em 2em;
}
.woocommerce-message .button, .woocommerce-Message .button {
  margin: -5px 0 0 40px;
  font-size: 1.2rem;
}
/* WooCommerce Checkout */
abbr[title] {
    text-decoration: none;
}
/* Woocommerce Mobile 2 Column */
@media (max-width: 978.98px)
{
    [class*=woocommerce] ul.products.columns-3 li.product, 
    [class*=woocommerce] ul.products.columns-4 li.product 
    {
        width: 48% !important;
    }
}
/* Utbildningar */
@media only screen and (max-width: 780px) {
.hide-bg {
    background-image: none !important;
    }
}
@media only screen and (max-width: 780px) {
.ed-m {
    background-position: top left 32%; 
    }
}
@media only screen and (max-width: 780px) {
.clear-m {
    margin: 1em 0 0 0;
    }
}
@media only screen and (max-width: 780px) {
.gap-m {
    display: none !important;
    }
}
@media only screen and (max-width: 780px) {
.sigill-m {
    width: 28%;
    margin: 12px 0 0 0;
    }
}
.purple-title-top {
    color: #5e3a6a;
    font-size: 38px;
    line-height: 1.4em;
    text-shadow: 4px 4px 20px #ffffff;
}
@media only screen and (max-width: 780px) {
.purple-title-top {
    color: #5e3a6a;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 4px 4px 20px #ffffff;
    line-height: 1.2em;
    margin: 12px 0 2px 5%;
    }
}
.purple-title-small {
    color: #5e3a6a;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4em;
    text-shadow: 4px 4px 20px #ffffff;
}
@media only screen and (max-width: 780px) {
.purple-title-small {
    color: #5e3a6a;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 4px 4px 20px #ffffff;
    line-height: 1.2em;
    margin: 12px 0 2px 5%;
    }
}
.purple-title-main {
    color: #5e3a6a;
    font-size: 32px;
    text-shadow: 4px 4px 20px #ffffff;
}
@media only screen and (max-width: 780px) {
.purple-title-main {
    color: #5e3a6a;
    font-size: 20px;
    text-shadow: 2px 2px 20px #ffffff;
    margin: 0 0;
    }
}
.purple-title-text {
    color: #5e3a6a;
    text-shadow: 4px 4px 20px #ffffff;
}
@media only screen and (max-width: 780px) {
.purple-title-text {
    color: #5e3a6a;
    font-size: 18px;
    text-shadow: 4px 4px 20px #ffffff;
    }
}
.purple-title {
    color: #5e3a6a;
}
.purple-price {
    color: #765780;
}
.purple-bull {
    color: #5e3a6a;
}
@media only screen and (max-width: 780px) {
.list-t {
    font-size: 14px;
    }
}
/* Utbildningar P Line Heigt */
.lh-strong {
  line-height: 1.2;
  font-weight: 500;
}
/* Utbildningar Bullet List */
ul.dark-list,
ul.light-list {
    list-style: none;
}
.dark-list li {
    margin: 10px 0;
    line-height: 1.4;
}
.dark-list li:before {
   content: "\2022";
   color: #5e3a6a;
   font-weight: bold;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}
.light-list li {
    margin: 10px 0;
    line-height: 1.4;
}
.light-list li:before {
   content:"\f00c";
   color: rgb(161,136,166);
   font-family:FontAwesome;
   width: 1em;
   margin-right: 10px;
   margin-left: -32px;
}
/* Shop Categori */
.shop-cat h4 {
    margin: -20px 0 0px 0!important;
}
.shop-cat img {
    margin: -20px 0 0px 0!important;
}