
h1.post-title, h1.post-title > a,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content p,
.content h1 > a, .content h2 > a, .content h3 > a, .content h4 > a, .content h5 > a, .content h6 > a, .content p > a {
    font-family: 'Raleway', serif;
    color: #323232;
    padding: 0;
    margin-bottom: 25px;
}

.content h1, h1.post-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.content h2, h2.post-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.content h3, h3.post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.content h4, h4.post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.content h5, h5.post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.content h6, h6.post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.content p, .content ul {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}

.content ul {
    margin-left: 30px;
}


/********************/
/** General Styles **/
/********************/
.relative {
    position: relative;
}

.clearboth {
    clear: both;
}

/*******************************/
/** Background Color Lighting **/
/*******************************/
.light-color {
    position: relative;
    z-index: 1;
}

.light-color:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

/** Background Color Lighting (Left = 50%) **/
.light-color-50 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.light-color-50:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}

/************************************/
/** Horizontal & Vertical Offset's **/
/************************************/
/* Vertical Offset Group */
.voffset15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.voffset20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.voffset30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.voffset45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

/* Vertical Padding Group */
.vpadding15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vpadding20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.vpadding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vpadding45,
.section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

/******************/
/** Radius Group **/
/******************/
.radius150 {
    -webkit-border-radius: 150px 150px;
    -moz-border-radius: 150px 150px;
    border-radius: 150px 150px;
}

.radius150top {
    -webkit-border-top-left-radius: 150px;
    -webkit-border-top-right-radius: 150px;
    -moz-border-radius-topleft: 150px;
    -moz-border-radius-topright: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

/************************/
/** Vertical Align Div **/
/************************/
.vertical-align-div {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vertical-align-div:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*****************/
/** Fade Effect **/
/*****************/
.hover-fade,
.hover-fade a,
.hover-fade:before,
.hover-fade:after,
.hover-fade > *,
a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}

/***********************/
/** Hover Image Scale **/
/***********************/
.hover-image-scale {
    overflow: hidden;
}

.hover-image-scale img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-image-scale:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/***********************/
/** Index Title Group **/
/***********************/
.index-title-group {
    font-family: 'Raleway', serif;
    text-align: center;
    margin-bottom: 30px;
}

.index-title-group:after {
    content: '';
    width: 170px;
    height: 5px;
    background-color: #e6007e;
    display: block;
    margin: 25px auto auto auto;
}

.index-title-group > h3 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.index-title-group > .subtitle {
    color: #444;
    font: 600 14px/30px 'Raleway', serif;
}

/* Title Group White Color */
.index-title-group.white:after {
    background-color: #fff;
}

.index-title-group.white > h3 {
    color: #fff;
}

.index-title-group.white > .subtitle {
    color: #fff;
}

/* Pace Loader */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    background-color: #e6007e;
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    bottom: 0;
    right: 0;
    text-align: center;
    content: attr(data-progress-text);
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    font-size: 120px;
    /*color: rgba(0, 0, 0, 0.19999999999999996);*/
}