/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
    
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
a.custom_image_upload {
    display: block;
    clear: both;
    margin: -20px 0 35px 0;
    background: #DD7542;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    max-width: 380px;
    min-height: 40px;
    padding: 9px;
    width: 100%;
}
.postid-60414 table.variations ,
.postid-60818 table.variations {
    margin-top: 25px!important;
    display: block;
}
.attribute_pa_frame-finish_picker_label.swatch-label,
.fpd-mainbar.fpd-clearfix,
.fpd-actions-wrapper.fpd-pos-right,
.fpd-actions-wrapper.fpd-pos-left,
.fpd-actions-wrapper.fpd-pos-bottom {
    display: none!important;
}
.attribute_pa_frame-finish_picker_label.swatch-label.active {
    display: block;
}
.postid-60414 .span_5.col.single-product-main-image,
.postid-60818 .span_5.col.single-product-main-image{
    width: 55%;
}
.postid-60414 .span_7.col.col_last.single-product-summary ,
.postid-60818 .span_7.col.col_last.single-product-summary {
    width: 43%;
}
.postid-60414 h1.product_title.entry-title,
.postid-60818 h1.product_title.entry-title {
    font-size: 34px;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0px!important;
}
.postid-60414 div#single-meta,
.postid-60818 div#single-meta {
    margin-top: 0px!important;
}
.postid-60414 .li.meta-share-count span.share-count-total, .postid-60414 .li.meta-share-count .plural,
.postid-60818 .li.meta-share-count span.share-count-total, .postid-60818 .li.meta-share-count .plural {
    display: none;
}
.ui.five.column.grid>.column, .ui.five.column.grid>.row>.column, .ui.grid>.five.column.row>.column {
    width: 13%;
    text-align: center;
    margin: auto;
}
.postid-60414 .mspc-wrapper.mspc-clearfix.mspc-module-accordion,
.postid-60818 .mspc-wrapper.mspc-clearfix.mspc-module-accordion {
    margin-top: 20px;
    margin-bottom: 0px;
}
.mspc-variation.mspc-vertical.column {
    min-width: 85px;
    padding-bottom: 0px;
    margin-bottom: 14px!important; 
}
.postid-60414 .minimal-form-input.has-text,
.postid-60818 .minimal-form-input.has-text {
    padding-top: 0px!important;
}
.mspc-variation.mspc-vertical.column img {
    margin: auto;
}

.ImgPopupCrop {
    position: fixed;
    top: 15vh;
    left: 32vw;
    width: 34%;
    height: 50%;
    z-index: 99999999999999;
    background: rgb(0,0,0);
    display: none;
    padding: 10px;
}
.ImgPopupCrop.show {
   display:block;
}
.ImgPopupCrop.show img {
    height: 100%;
    width: auto;
    max-height: 70vh;
}
.rcrop-outer-wrapper div {
    background: rgb(0,0,0)!important;
}
a.CropImg {
    background: #FFF;
    padding: 10px;
    display: block;
    clear: both;
    text-align: center;
    margin: auto;
}
.postid-60818.woocommerce div.product div.images img {
       width: auto;
    margin: auto;
    max-height: 100%;
    max-width: unset;
} 
.postid-60818.woocommerce div.product div.images .woocommerce-product-gallery img {
        margin-top: 40px;
    margin-bottom: 40px;
    border: none!important;
    box-shadow: -6px 6px 10px -1px #666!important;
}
.postid-60818.woocommerce div.product div.images .woocommerce-product-gallery img.add-border
{
	    background-size: 82.3% 86%!important;
}
.postid-60818.woocommerce .woocommerce-product-details__short-description
{
	display:none;
}
.postid-60818.woocommerce p.CustomImageDesc span {
    display: block;
    clear: both;
}
.postid-60818.woocommerce p.CustomImageDesc {
    margin-top: 20px;
    margin-bottom: -10px;
}
.postid-60818.woocommerce div.product .price {
    padding-bottom: 0px;
}
.frm-border .border input:checked+label {
    border-color: #666;
}

.frm-border .border input:checked+label {
    border-color: #58595b;
}
.frm-border .border {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.frm-border .border label {
    position: relative;
    text-align: left;
    color: inherit;
    cursor: pointer;
    left: 4px;
    top: -4px;
    margin-right: 16px;
    font-size: 13px;
}

td.frm-border {
    position: relative;
    left: -5px;
}
a.custom_upload_btn {
    background: #dd7542;
    color: #FFF;
    padding: 8px 10px;
    font-size: 13px;
    display: block;
    text-align: center;
    max-width: 129px;
	margin-bottom: -25px;
}
#dock p.dock-uploader, #dock .minimal-form-input, #dock span.dock-limit
{
	display:none!important;
}
div#dock {
    padding: 0px!important;
    border: none!important;
}
.postid-60818 .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: none!important;
}














/* Modal only css */
 [role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal { 
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
[role="button"] {
  cursor: pointer;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
div#ImageCropModal {
    z-index: 99999999999999999999;
	background:rgb(0,0,0,0.8);
}

div#ImageCropModal .modal-dialog {
    width: 700px;
}
div#ImageCropModal .modal-body img {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    min-height: 300px;
}
div#ImageCropModal .modal-dialog {
    position: fixed;
	    width: 50%;
    left: 25%;
	top: 30%;
}
div#ImageCropModal .modal-header .close {
    margin-top: -20px;
}
.rcrop-wrapper {
    margin: auto;
    display: block;
    clear: both;
}
div#ImageCropModal .modal-body img {
    max-height: 500px;
    width: auto;
    margin: auto;
    display: block;
}

body[data-form-style="minimal"] .minimal-form-input {
    margin-top: 30px!important;
    padding-top: 3px!important;
}
div#custom-preview-wrapper, div#cropped-resized {
    display: none;
}
button#CropImg[disabled="disabled"] {
    opacity: 0.2;
}
button#CropImg.img_loading {
        background-color: #f5f5f5;
    color: grey;
    border: none;
    opacity: 0.8;
}
button#CropImg.img_loading:after {
    content: "";
    background-image: url(https://createdforlife.com.au/wp-content/plugins/wpali-wc-drag-drop-uploader/includes/img/spinner.gif);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    margin-left: 6px;
    position: relative;
    top: 4px;
}
a#lnkResetImage,#lnkReplaceImage {
        background: #dd7542;
    color: #FFF;
    padding: 2px 10px;
    margin: auto;
    display: inline-block;
    max-width: 138px;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 8px;
}
.imgResetOptions {
    margin: auto;
    display: block;
    max-width: 260px;
}
a#lnkReplaceImage {
    background: #000;
}
.woocommerce-page table.cart img.custom_frame_width {
    width: auto!important;
    height: auto!important;
    max-width: 330px;
}
#wpali-wc-dragdrop-container .dock_hover:before {
position: fixed;
    width: 100%;
    background: rgb(0,0,0,0.5);
    z-index: 9999999999999;
    background-image: url(https://createdforlife.com.au/wp-content/uploads/2021/10/loading.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media only screen and (max-width:767px)
{
	.postid-60414 .span_5.col.single-product-main-image, .postid-60818 .span_5.col.single-product-main-image, 
	.postid-60414 .span_7.col.col_last.single-product-summary, .postid-60818 .span_7.col.col_last.single-product-summary {
		width: 100%!important;
	}
	div#ImageCropModal .modal-dialog {
		position: fixed;
		width: 94%;
		left: 1%;
		top: 20%;
	}
	div#ImageCropModal .modal-body img {
		width: 100%!important;
		margin: auto;
		display: block;
		height: auto!important;
		min-height: unset;
	}
}
/* Modal only css */