/*----------------------------------------------------------------------------*	ALERT SHORTCODE
\*----------------------------------------------------------------------------*/

.wpsvc-column-separator-wrapper {
	line-height: 0;
}

/**
 * Row Separator 
 *****************************************************************/
.wpsvc-separator {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  display: block;
  fill: transparent;
  z-index: 1;
}

.wpsvc-separator--top {
  top: 0;
}

.wpsvc-separator--bottom {
  bottom: 0;
}

/* SEPARATOR */

/**
 * Teeth Style
 ************************************************************/
.wpsvc-separator-style--teeth-left:before,
.wpsvc-separator-style--teeth-left:after,
.wpsvc-separator-style--teeth-left .wpsvc-separator-content,
.wpsvc-separator-style--teeth-center:before,
.wpsvc-separator-style--teeth-center:after,
.wpsvc-separator-style--teeth-center .wpsvc-separator-content,
.wpsvc-separator-style--teeth-right:before,
.wpsvc-separator-style--teeth-right:after,
.wpsvc-separator-style--teeth-right .wpsvc-separator-content {
  content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    width: 100px;
    height: 0;
    border: 50px solid transparent;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/*@media screen and (max-width: 992px) {
    .wpsvc-separator-style--teeth-left:before,
    .wpsvc-separator-style--teeth-left:after,
    .wpsvc-separator-style--teeth-left .wpsvc-separator-content,
    .wpsvc-separator-style--teeth-center:before,
    .wpsvc-separator-style--teeth-center:after,
    .wpsvc-separator-style--teeth-center .wpsvc-separator-content,
    .wpsvc-separator-style--teeth-right:before,
    .wpsvc-separator-style--teeth-right:after,
    .wpsvc-separator-style--teeth-right .wpsvc-separator-content {
      margin-left: -50px;
      border: 50px solid transparent;
    }
}*/

.wpsvc-separator-style--teeth-left:before,
.wpsvc-separator-style--teeth-center:before,
.wpsvc-separator-style--teeth-right:before {
  margin-left: -100px;
}

/*@media screen and (max-width: 992px) {
    .wpsvc-separator-style--teeth-left:before,
    .wpsvc-separator-style--teeth-center:before,
    .wpsvc-separator-style--teeth-right:before {
      margin-left: -100px;
    }
}*/

.wpsvc-separator-style--teeth-left:after,
.wpsvc-separator-style--teeth-center:after,
.wpsvc-separator-style--teeth-right:after {
   margin-left: 0;
}

.wpsvc-separator-style--teeth-left.wpsvc-separator--top:before,
.wpsvc-separator-style--teeth-left.wpsvc-separator--top:after,
.wpsvc-separator-style--teeth-left.wpsvc-separator--top .wpsvc-separator-content,
.wpsvc-separator-style--teeth-center.wpsvc-separator--top:before,
.wpsvc-separator-style--teeth-center.wpsvc-separator--top:after,
.wpsvc-separator-style--teeth-center.wpsvc-separator--top .wpsvc-separator-content,
.wpsvc-separator-style--teeth-right.wpsvc-separator--top:before,
.wpsvc-separator-style--teeth-right.wpsvc-separator--top:after,
.wpsvc-separator-style--teeth-right.wpsvc-separator--top .wpsvc-separator-content {
    border-top-color: inherit;
}

.wpsvc-separator-style--teeth-left.wpsvc-separator--bottom:before, 
.wpsvc-separator-style--teeth-left.wpsvc-separator--bottom:after,
.wpsvc-separator-style--teeth-left.wpsvc-separator--bottom .wpsvc-separator-content,
.wpsvc-separator-style--teeth-center.wpsvc-separator--bottom:before,
.wpsvc-separator-style--teeth-center.wpsvc-separator--bottom:after,
.wpsvc-separator-style--teeth-center.wpsvc-separator--bottom .wpsvc-separator-content,
.wpsvc-separator-style--teeth-right.wpsvc-separator--bottom:before,
.wpsvc-separator-style--teeth-right.wpsvc-separator--bottom:after,
.wpsvc-separator-style--teeth-right.wpsvc-separator--bottom .wpsvc-separator-content {
  	top: auto;
    bottom: 0;
    border-bottom-color: inherit;
}

.wpsvc-separator-style--teeth-left:before, 
.wpsvc-separator-style--teeth-left:after,
.wpsvc-separator-style--teeth-left .wpsvc-separator-content {
  	left: 25%;
}

.wpsvc-separator-style--teeth-right:before,
.wpsvc-separator-style--teeth-right:after,
.wpsvc-separator-style--teeth-right .wpsvc-separator-content {
  	left: 75%;
}

/**
 * Tip Style
 ******************************************************************************/
.wpsvc-separator-style--tip-left:before,
.wpsvc-separator-style--tip-left:after,
.wpsvc-separator-style--tip-center:before,
.wpsvc-separator-style--tip-center:after,
.wpsvc-separator-style--tip-right:before,
.wpsvc-separator-style--tip-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    width: 50.5%;
    height: 0;
    border: 70px solid transparent;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*@media screen and (max-width: 992px) {
    .wpsvc-separator-style--tip-left:before, 
    .wpsvc-separator-style--tip-left:after,
    .wpsvc-separator-style--tip-center:before,
    .wpsvc-separator-style--tip-center:after,
    .wpsvc-separator-style--tip-right:before,
    .wpsvc-separator-style--tip-right:after {
        border: 55px solid transparent;
    }
}*/

.wpsvc-separator-style--tip-left:before,
.wpsvc-separator-style--tip-center:before,
.wpsvc-separator-style--tip-right:before {
  left: 0;
}

.wpsvc-separator-style--tip-left:after,
.wpsvc-separator-style--tip-center:after,
.wpsvc-separator-style--tip-right:after {
  right: 0;
}

.wpsvc-separator-style--tip-left.wpsvc-separator--top:before,
.wpsvc-separator-style--tip-center.wpsvc-separator--top:before,
.wpsvc-separator-style--tip-right.wpsvc-separator--top:before {
    border-top-color: inherit;
    border-left-color: inherit;
    border-bottom-width: 0;
}
.wpsvc-separator-style--tip-left.wpsvc-separator--top:after,
.wpsvc-separator-style--tip-center.wpsvc-separator--top:after,
.wpsvc-separator-style--tip-right.wpsvc-separator--top:after {
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-width: 0;
}
.wpsvc-separator-style--tip-left.wpsvc-separator--bottom:before,
.wpsvc-separator-style--tip-left.wpsvc-separator--bottom:after,
.wpsvc-separator-style--tip-center.wpsvc-separator--bottom:before,
.wpsvc-separator-style--tip-center.wpsvc-separator--bottom:after,
.wpsvc-separator-style--tip-right.wpsvc-separator--bottom:before,
.wpsvc-separator-style--tip-right.wpsvc-separator--bottom:after {
    bottom: 0;
    top: auto;
}

.wpsvc-separator-style--tip-left.wpsvc-separator--bottom:before,
.wpsvc-separator-style--tip-center.wpsvc-separator--bottom:before,
.wpsvc-separator-style--tip-right.wpsvc-separator--bottom:before {
    border-bottom-color: inherit;
    border-left-color: inherit;
    border-top-width: 0;
}
.wpsvc-separator-style--tip-left.wpsvc-separator--bottom:after,
.wpsvc-separator-style--tip-center.wpsvc-separator--bottom:after,
.wpsvc-separator-style--tip-right.wpsvc-separator--bottom:after {
    border-bottom-color: inherit;
    border-right-color: inherit;
    border-top-width: 0;
}

.wpsvc-separator-style--tip-left:before {
    width: 25.5%;
}

.wpsvc-separator-style--tip-left:after {
    width: 75.5%;
}

.wpsvc-separator-style--tip-right:before {
    width: 75.5%;
}
.wpsvc-separator-style--tip-right:after {
    width: 25.5%;
}

/**
 * Circle Style
 **************************************************************************/
/*@media screen and (max-width: 992px) {
    .wpsvc-separator-style--circle-left,
    .wpsvc-separator-style--circle-center,
    .wpsvc-separator-style--circle-right {
      height: 50px;
    }
}*/

.wpsvc-separator-style--circle-left path {
    transform: translateX(-500px);
}

/*@media screen and (max-width: 768px) {
    .wpsvc-separator-style--circle-left path {
      transform: translateX(-400px);
    }
}
@media screen and (max-width: 480px) {
    .wpsvc-separator-style--circle-left path {
      transform: translateX(-250px);
    }
}*/

.wpsvc-separator-style--circle-right path {
    transform: translateX(500px);
}
/*@media screen and (max-width: 768px) {
    .wpsvc-separator-style--circle-right path {
      transform: translateX(400px);
    }
}
@media screen and (max-width: 480px) {
    .wpsvc-separator-style--circle-right path {
      transform: translateX(250px);
    }
}*/

/**
 * Split Style
 ****************************************************************************/
.wpsvc-separator-style--split-inner:before, 
.wpsvc-separator-style--split-inner:after,
.wpsvc-separator-style--split-outer:before,
.wpsvc-separator-style--split-outer:after {
    content: '';
    position: absolute;
    width: 50%;
    border: 70px solid;
    border-color: inherit;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/*@media screen and (max-width: 992px) {
    .wpsvc-separator-style--split-inner:before,
    .wpsvc-separator-style--split-inner:after,
    .wpsvc-separator-style--split-outer:before,
    .wpsvc-separator-style--split-outer:after {
      border: 55px solid;
      border-color: inherit;
    }
}*/

.wpsvc-separator-style--split-inner:before,
.wpsvc-separator-style--split-outer:before {
    left: 0;
}

.wpsvc-separator-style--split-inner:after,
.wpsvc-separator-style--split-outer:after {
    right: 0;
}

.wpsvc-separator-style--split-inner.wpsvc-separator--top:before,
.wpsvc-separator-style--split-inner.wpsvc-separator--top:after {
    border-top-width: 0;
    top: 0px;
}
.wpsvc-separator-style--split-inner.wpsvc-separator--top:before {
    border-bottom-right-radius: 100px;
}
.wpsvc-separator-style--split-inner.wpsvc-separator--top:after {
    border-bottom-left-radius: 100px;
}

.wpsvc-separator-style--split-inner.wpsvc-separator--bottom:before, 
.wpsvc-separator-style--split-inner.wpsvc-separator--bottom:after {
    border-bottom-width: 0;
    top: auto;
    bottom: 0;
}

.wpsvc-separator-style--split-inner.wpsvc-separator--bottom:before {
    border-top-right-radius: 100px;
}
.wpsvc-separator-style--split-inner.wpsvc-separator--bottom:after {
    border-top-left-radius: 100px;
}

.wpsvc-separator-style--split-outer.wpsvc-separator--top:before, 
.wpsvc-separator-style--split-outer.wpsvc-separator--top:after {
    border-top-width: 0;
    top: 0;
}
.wpsvc-separator-style--split-outer.wpsvc-separator--top:before {
    border-bottom-left-radius: 100px;
}
.wpsvc-separator-style--split-outer.wpsvc-separator--top:after {
    border-bottom-right-radius: 100px;
}
.wpsvc-separator-style--split-outer.wpsvc-separator--bottom:before, 
.wpsvc-separator-style--split-outer.wpsvc-separator--bottom:after {
    border-bottom-width: 0;
    bottom: 0;
    top: auto;
}
.wpsvc-separator-style--split-outer.wpsvc-separator--bottom:before {
    border-top-left-radius: 100px;
}
.wpsvc-separator-style--split-outer.wpsvc-separator--bottom:after {
    border-top-right-radius: 100px;
}