Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/assets/css/print.css
/* border box everything */
* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

ul,
ol {
  padding: 0 !important;
  margin: 0;
  margin-top: 10px;
  margin-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.wvc-printable-element {
  margin-top: 50px;
}

.wvc-display-print {
  display: block;
  height: auto;
  visibility: visible;
}

.wvc-workout-program {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.wvc-workout-program .wvc-workout-program-cell:last-of-type {
  border-bottom: none;
}

.wvc-workout-program-head {
  position: relative;
}

.wvc-workout-program-title {
  font-size: 1.6em;
}

.wvc-workout-program-cell {
  padding: 20px 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wvc-workout-program-head {
  padding: 33px;
}

.wvc-wpe-content {
  position: relative;
  padding-right: 8px;
  max-width: 600px;
}

.wvc-wpe-link-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wvc-wpe-numbers {
  margin-right: 8px;
}

.wvc-wpe-name {
  font-weight: 700;
}

.wvc-wpe-comment {
  font-style: italic;
  font-size: 0.9em;
  opacity: .80;
}

.wvc-workout-program-exercice {
  display: flex;
  align-items: center;
}

.wvc-wpe-media {
  text-align: right;
  flex: 1;
}

.wvc-wpe-thumbnail {
  width: 100px;
  height: auto;
}

.wvc-wpe-comment {
  margin-top: 10px;
}

.wvc-wpe-link {
  display: inline-block;
  position: relative;
  transition: opacity .2s ease;
  margin-left: 5px;
}
.wvc-wpe-link:hover {
  opacity: .88;
}
.wvc-wpe-link:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.wvc-wpe-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: FontAwesome;
  color: white;
}
.wvc-wpe-link.wvc-wpe-video-link:after {
  content: "\f04b";
}
.wvc-wpe-link.wvc-wpe-gallery-link:after {
  content: "\f03e";
}

.wvc-wpe-print-button {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.wvc-is-mobile .wvc-wpe-print-button {
  display: none;
}

.wvc-print-button-text:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f02f";
  margin-right: 5px;
}

.wvc-workout-program.wvc-el-500 .wvc-wpe-print-button, .wvc-workout-program.wvc-el-380 .wvc-wpe-print-button {
  display: none;
}
.wvc-workout-program.wvc-el-500 .wvc-wpe-media, .wvc-workout-program.wvc-el-380 .wvc-wpe-media {
  display: none;
}

.wvc-meal {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.wvc-meal .wvc-meal-cell:last-of-type {
  border-bottom: none;
}

.wvc-meal-head {
  position: relative;
}

.wvc-meal-title {
  font-size: 1.6em;
}

.wvc-meal-cell {
  padding: 20px 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wvc-meal-head {
  padding: 33px;
}

.wvc-mi-content {
  position: relative;
  padding-right: 8px;
  max-width: 600px;
}

.wvc-mi-link-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wvc-mi-name {
  font-weight: 700;
}

.wvc-meal-comment,
.wvc-mi-comment {
  font-style: italic;
  font-size: 0.9em;
  opacity: .80;
}

.wvc-mi-quantity {
  font-weight: 400;
  opacity: .8;
}

.wvc-meal-item {
  display: flex;
  align-items: center;
}

.wvc-mi-media {
  text-align: right;
  flex: 1;
}

.wvc-mi-thumbnail {
  width: 100px;
  height: auto;
}

.wvc-mi-comment {
  margin-top: 10px;
}

.wvc-mi-link {
  display: inline-block;
  position: relative;
  transition: opacity .2s ease;
  margin-left: 5px;
}
.wvc-mi-link:hover {
  opacity: .88;
}

.wvc-meal-print-button {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.wvc-is-mobile .wvc-mi-print-button {
  display: none;
}

.wvc-print-button-text:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f02f";
  margin-right: 5px;
}

.wvc-meal.wvc-el-500 .wvc-meal-print-button, .wvc-meal.wvc-el-380 .wvc-meal-print-button {
  display: none;
}
.wvc-meal.wvc-el-500 .wvc-mi-media, .wvc-meal.wvc-el-380 .wvc-mi-media {
  display: none;
}

.wvc-recipe {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 44px;
}
.wvc-recipe ul, .wvc-recipe ol {
  padding-left: 20px;
}
.wvc-recipe .wvc-recipe-title-container,
.wvc-recipe .wvc-recipe-subtitle-container {
  max-width: 650px;
}
.wvc-recipe .wvc-recipe-counter {
  position: relative;
}
.wvc-recipe .wvc-recipe-meta {
  position: relative;
}
.wvc-recipe .wvc-recipe-counter-circle {
  width: 80px;
  height: 80px;
  background: #333;
  color: white;
  border-radius: 999em;
  display: block;
  position: relative;
}
.wvc-recipe .wvc-counter-container {
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.wvc-recipe .wvc-counter {
  color: white !important;
  font-size: 16px !important;
}
.wvc-recipe .wvc-counter-text {
  font-size: 10px;
}

.wvc-recipe-head {
  position: relative;
  margin-bottom: 35px;
}

.wvc-recipe-title {
  font-size: 1.6em;
  margin-bottom: 0;
}

.wvc-recipe-details {
  margin-top: 35px;
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wvc-recipe-meta {
  display: block;
  margin-bottom: 20px;
}

.wvc-recipe-total-time-title,
.wvc-recipe-servings-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.wvc-recipe-print-button {
  position: absolute;
  right: 0;
  top: 0;
}

.wvc-recipe-description-container {
  margin-bottom: 35px;
  max-width: 800px;
  font-weight: 700;
  font-size: 1.1em;
}

.wvc-recipe-instructions ol {
  list-style-type: decimal;
}

.wvc-is-mobile .wvc-recipe-print-button {
  display: none;
}

.wvc-recipe-image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.wvc-recipe-image img {
  max-width: 800px;
  width: 100%;
}

.wvc-recipe.wvc-el-800 .wvc-recipe-print-button {
  display: none;
}
.wvc-recipe.wvc-el-500 .wvc-recipe-meta, .wvc-recipe.wvc-el-380 .wvc-recipe-meta {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  margin: 0 auto 20px;
}
.wvc-recipe.wvc-el-500 .wvc-recipe-counter-circle, .wvc-recipe.wvc-el-380 .wvc-recipe-counter-circle {
  margin: 0 auto;
}
.wvc-recipe.wvc-el-500 .wvc-recipe-details, .wvc-recipe.wvc-el-380 .wvc-recipe-details {
  display: block;
}
.wvc-recipe.wvc-el-500 .wvc-recipe-total-time, .wvc-recipe.wvc-el-500 .wvc-recipe-servings, .wvc-recipe.wvc-el-380 .wvc-recipe-total-time, .wvc-recipe.wvc-el-380 .wvc-recipe-servings {
  display: block;
}
Page not found – Hello World !