/*
Theme Name:     Story Child
Author:         Pexeto
Author URI:     http://pexetothemes.com
Template:       thestory
*/

@import url("../thestory/style.css");

.entire-slide-link { position: absolute; width: 100%; height: 100%; display: block; z-index: 100;  }

/* Selecton Color */
::selection {
  background: #ffffff;
  /* Safari */

  color: #555555;
}
::-moz-selection {
  background: ##ffffff;
  /* Firefox */

  color: #555555;
}
.highlight1 {
  background-color: ##ffffff;
}
.highlight2 {
  background-color: ##ffffff;
}
.subtext {
  font-size: 13px; color: #333333;
}

.ps-navigation { display: block !important; }


.services-boxed-photo .services-box {
    background: #fff;
}

.services-boxed-photo .services-box h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.services-boxed-photo .services-box h3::after
{
    background-color: #ee2c17;
    margin: 5px auto 0 auto;
}

.sc-wraper p {
    text-align: center;
}

.sc-wraper p:first-of-type {
    margin-top: 0;
}

/********************* after 1.9.5 update **************************/
body { background-color: #ccc; }
body,
.ps-title { color: #333333; }

.ie9 .pg-element-loading .icon-circle .pg-icon {
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: block;
  background: url('../images/ajax-loader-small2.gif');
  margin: auto;
  top: 50%;
  position: relative;
  margin-top: -15px;
}

/*---------- Retina Display ------------*/
/* Retina Display Logo */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .arrow-prev {
    background: url(images/arrow-small-p@2x.png);
    background-size: 12px  20px;
  }
  .arrow-next {
    background: url(images/arrow-small-n@2x.png);
    background-size: 12px  20px;
  }
}
/*******************************************************************/