/*
Theme Name: Feelin Alive Designs - Rose
URI: https://feelinalive.net
Description: A WP theme by Deanna @ FeelinAlive.net
Author: Deanna
Author URI: http://feelinalive.net
*/
body,html {
    margin: 0;
    padding: 0;
}

body {
    background: #e8c9af;
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    font-size: 8pt;
    line-height: 15pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
    background-image: url('images/bg.png');
    background-repeat: repeat-x;
    background-position: top;
}

#container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    background: transparent;
}

#header {
    width: 100%;
    max-width: 2000px;
    height: 600px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center;
}

#mobileheader {
    display: none;
}

#navigation {
    width: 100%;
    max-width: 1200px;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

a:link.nav, a:active.nav, a:visited.nav {
    font-size: 12pt;
    line-height: 28pt;
    color: #c6485d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    margin: 0px 10px;
    font-family: "Jost", sans-serif;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 800;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    position: relative;
    text-shadow: 1px 1px #ba875d;
}

a.nav::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 900;
    font-size: 20pt;
    color: #c6485d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

a.nav:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 900;
    font-size: 20pt;
    color: #c6485d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    opacity: 1;
}

a.nav:hover {
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

#latestimages {
    max-width: 1200px;
    padding: 10px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.headtitle {
    font-family: "Jost", sans-serif;
    color: #000000;
    line-height: 18pt;
    font-size: 16pt;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 800;
}

.headtitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004\00a0";
    font-weight: 900;
    font-size: 14pt;
    margin: 0px 0px 0px 0px;
    color: #c6485d;
}

#latestimages img {
    max-width: 100px;
    width: 100%;
    max-height: 125px;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    filter: grayscale(50%);
    mix-blend-mode: normal;
}

.cpgsc-latest-images-img {
    background: #e0b3b1;
    margin: 3px;
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cpgsc-latest-images-img:nth-child(even) {
    background: #f76c86;
}

#latestimages img:hover {
    max-width: 100px;
    width: 100%;
    max-height: 125px;
    height: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(100%);
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    mix-blend-mode: multiply;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contentwrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position: relative;
    overflow: auto;
}

#sidebar {
    max-width: 400px;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    padding: 0px;
    overflow: auto;
    min-height: 100%;
}

.sidebartitle {
    display: block;
    line-height: 22pt;
    font-family: "Jost", sans-serif;
    font-size: 14pt;
    color: #000000;
    text-align: center;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.sidebartitle:before, .sidebartitle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f004\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
    color: #f7d5cf;
}

.sidebarcontent:nth-child(even) .sidebartitle:before, .sidebarcontent:nth-child(even) .sidebartitle:after {
    color: #c6495d;
}

.sidebartitle:after {
    margin: 0px 0px 0px 5px;
}

.sidebarcontent {
    background: #ffffff;
    margin: 5px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sidebarcontent img {
    max-width: 100%;
    width: auto;
    border: 8px solid #000000;
    padding: 0px;
    margin: 2px;
}

.sidebarcontent > .fa, .fab, .fad, .fal, .far, .fas {
    background: transparent;
    color: #000000;
    font-size: 14pt;
    margin: 2px;
}

.sidebarcontent > .fa:hover, .fab:hover, .fad:hover, .fal:hover, .far:hover, .fas:hover {
    color: #878480;
    font-size: 14pt;
    margin: 2px;
}

.sidebarcontent > i {
    color: #000000;
}

.sidebarcontent > b {
    color: #c7485d;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebarcontent blockquote {
    border-left: 0px;
    max-width: 90%;
    color: #000000;
    min-height: 80px;
}

ol.clientlist {
    margin: 0;
    padding: 0;
    list-style: none;
    /* remove default numbers */
    counter-reset: client-counter;
}

li.list-client {
    counter-increment: client-counter;
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
    position: relative;
}

li.list-client::before {
    font-family: "Font Awesome 5 Free";
    /* adjust if you're using v5/v4 */
    font-weight: 900;
    content: "\f004";
    /* solid heart */
    font-size: 3rem;
    color: #f76c86;
    /* heart color */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    /* reserve space for heart */
    position: relative;
}

li.list-client::after {
    content: counter(client-counter);
    position: absolute;
    left: 30px;
    /* centers number horizontally in the heart */
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    /* number color */
    pointer-events: none;
}

.client {
    flex: 1;
    /* take remaining width */
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    /* stack text and bar */
    justify-content: center;
}

.custom-order-status {
    text-align: center;
    text-transform: uppercase;
    background: #a87f86;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.custom-order-status b {
    color: #ffffff;
}

.progressbar {
    display: block;
    height: 50%;
    background: #f7d5cf;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.progressbar > span {
    display: block;
    height: 100%;
    background: #c7485d;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.currentwork ul {
    margin: 0 auto;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.currentwork li {
    list-style: none;
    background: #efefef;
    padding: 5px;
    margin: 8px 5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.currentwork li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
    color: #f7d5cf;
}

.currentwork li:nth-child(even):before {
    color: #c6495d;
}

.currentwork li a:link, .currentwork li a:visited, .currentwork li a:active, .currentwork li a {
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    font-weight: 600;
}

.currentwork li a:hover {
    color: #df6c8a;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.currentwork li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1\00a0";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 2px 0px 0px;
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.currentwork li a:hover:before {
    color: #df6c8a;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.affiliationally li, .affiliationally-li {
    background:#c7485d;
    display: inline-block;
    width: 30%;
    padding: 5px;
    text-align: center;
    margin: 5px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.affiliationally li a, .affiliationally-li a {
    background: transparent!important;
    color: #000000!important;
}

.affiliationally li:hover, .affiliationally-li:hover {
   background: #c4a1a2!important; 
}



.affiliationally li:before, .affiliationally-li::before, span.additionalinfo li::before {
    content: ""!important;
}

ul.affiliationally {
    padding: 0px;
}

.affiliationally a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1\00a0";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 2px 0px 0px;
}

.affiliationally li:hover {
    background: #a81519;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.affiliationally a:hover {
    color: #ffffff;
}

#content {
    width: 100%;
    max-width: 800px;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    overflow: hidden;
    background: transparent;
    padding-bottom: 0px;
    margin-top: 6px;
}

.postinfo {
    max-width: 100%;
    width: 95%;
    padding: 0px 0px;
    text-align: left;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: 10px;
}

.featimg {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    text-align: right; /* keep image aligned right */
    float: right;
}

.featimg img {
    width: 100%;
    max-width: 750px;
    border-radius: 10px;
    height: auto;
    display: block;
    float: right;
}

/* Position heart container */
.post-date {
    position: absolute;
    top: 50%;          /* halfway down */
    left: 0;           /* stick to left */
    transform: translate(-35%, -50%); /* nudge outside the image edge */
    text-align: center;
    color: #fff;
}

/* Font Awesome heart as background */
.post-date i {
    font-size: 100px;  /* adjust heart size */
    color: #f76c86;
    position: relative;
    z-index: -1;
}

/* Date stacked inside */
.date-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 10pt;
    font-weight: 900;
    text-align: center;
    line-height: 10pt;
    text-transform: uppercase;
}


.featimg-none {
    display: none;
}

span.postdate {
    background: #f7d5cf;
    padding: 3px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

span.postedby, span.postedon {
    color: #c7485d;
    font-weight: 700;
}

.postdata {
    max-width: 100%;
    width: 95%;
    padding: 0px 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 8pt;
}

span.postinfoA, span.postinfoB {
    padding: 8px;
    margin: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

span.postinfoA, span.postinfoB {
    background: #a81519;
    ;color: #ffffff;
}

span.postinfoA a, span.postinfoB a {
    letter-spacing: 2px;
    color: #dbc99d;
    font-weight: 500;
}

#posttitle {
    color: #000000;
    display: block;
    max-width: 100%;
    width: 100%;
   font-family: "Jost", sans-serif;
    color: #000000;
    line-height: 18pt;
    font-size: 16pt;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 800;
}

#posttitle a {
    text-decoration: none;
    color: #000000;
}

#posttitle a:hover {
    color: #ff5789;
}

.postcontent {
    min-width: 97%;
    padding: 0px;
    color: #000000;
    text-align: justify;
    margin: 0px;
    margin-bottom: 10px;
    background: #ffffff;
    float: left;
    font-size: 9pt;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.postcontent p {
    margin: 10px;
}

.postcontent a img {
    max-width: 550px;
    height: auto;
    opacity: 1;
    margin: 5px;
    background: #000000;
    padding: 8px;
}

.postcontent a:link img {
    margin: 3px;
}

.postcontent a:hover img {
    background: #878480;
}

.postentry p a:link, .postentry p a:visited, .postentry p a:active, .postentry li a, a.download-link {
    padding: 3px;
    margin: 0px;
    line-height: 18pt;
    background: #c7485d;
    color: #ffffff!important;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.postentry p a:hover, .postentry li a:hover, a.download-link:hover {
    background: #c4a1a2!important;
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

span.cpg_album a, span.cpg_cat a {
    background: transparent!important;
}

.postentry img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.postcontent a:link img {
    margin: 5px;
    padding: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: opacity 0.6s ease-in-out;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.postcontent a:hover img {
    -webkit-transition: opacity 0.6s linear;
    opacity: 0.6;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.postcontent li {
    list-style: none;
    margin: 8px 10px;
    padding: 0px;
    padding-inline-start: 0px; color: #000000;
}

.postcontent li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004\00a0";
    font-weight: 900;
    font-size: 12pt;
    margin: 0px 0px 0px 0px;
    color: #f76c86;
}

.postcontent li:nth-child(even):before {
    color: #f7d5cf;
}

.gallerylinks {
    font-family: "Jost", sans-serif;
    padding-top: 20px;
}
.gallerylinks:before{
    content: "\f004\00a0 Recently Updated Portfolio Links";
    color: #000000;
    display: block;
    font-family: "Jost", sans-serif,  "Font Awesome 5 Free";
    font-size: 22pt;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -1px;
}


.gallerylinks a:link:before, .gallerylinks a:visited:before,.gallerylinks a:active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1 \00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    color: #000000;
    white-space: pre-wrap;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.gallerylinks a:link, .gallerylinks a:visited, .gallerylinks a:active {
    padding: 4px 6px;
    margin: 0px;
    line-height: 22pt;
    background: #f5d5cf;
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.gallerylinks a:hover {
    background: #a87f86;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.gallerylinks a:hover:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1 \00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    white-space: pre-wrap;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

iframe {
    margin: auto;
    width: 100%;
    max-width: 645px;
}

.service, .rule, .pagenav {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
}

span.servicetitle, span.ruletitle, span.pagenavtitle {
    /* float: left; */
    font-size: 16pt;
    text-transform: uppercase;
    padding: 0px;
    font-weight: 600;
}

span.price, span.pagenavlink {
    float: right;
    font-weight: 500;
    font-size: 14pt;
    background: #f76c86;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
        -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

span.pagenavlink a:link, span.pagenavlink a:visited, span.pagenavlink a:active {
    color: #ffffff;
}

span.pagenavlink:hover {

    background: #c7485d;
        -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;

}

span.pagenavlink a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a\00a0";
    font-weight: 900;
    font-size: 14pt;
    margin: 0px 0px 0px 5px;
}

.additionalinfo li {
    list-style: none;
    background: #f7d5cf;
    padding: 10px;
    margin: 20px 5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.additionalinfo b, .additionalinfo strong {
    color: #a81519;
}

.sh-link {
    background: #c7485d;
    display: inline-block;
    padding: 5px;
    margin: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.sh-link a:link, .sh-link a:visited, .sh-link a:active {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.sh-link a:hover {
    color: #000000;
}

.sh-link:hover {
    background: #eda2a1;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.sh-content p {
    text-transform: uppercase;
    width: 95%;
}

label {
    text-transform: uppercase;
    font-weight: 700;
}

input,select,submit,textarea {
    color: #000000;
        background: #ededed;
    border: none;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #c7485d;
    color: ffffff;
    padding: 10px 30px;
    margin: 0px 0px;
    text-transform: uppercase;
}

code {
    background: #f76c86;
    padding: 15px 12px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.backlink {
    text-align: right;
    text-transform: uppercase;
    padding: 10px;
}

.backlink a:link, .backlink a:visited, .backlink a:active {
    color: #000000;
    font-weight: 500;
}

.backlink a:hover {
    color: #a81519;
    font-weight: 500;
}

.backlink a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060\00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    color: #000000;
}

h1 {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 14pt;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
}
h1:before, h1:after {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 900;
    margin: 0px 5px 0px 0px;
    color: #f4687d;
}

h1:after {
    margin: 0px 0px 0px 5px;
    color: #f4687d;
}

h2 {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    color: #c7485d;
    font-size: 10pt;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
}

h3 {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    background: #c7485d;
    color: #ffffff;
    font-size: 10pt;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 4px;
    display: inline-block;
    font-weight: 300;
}

strong,b {
    color: #be305c;
}

i,em {
    color: #000000;
}

s, strike {
    color: #ffffff;
}

u {
    color: #000000;
    text-decoration: underline #e7346a 2px;
    text-underline-offset: 2px;
}

blockquote {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: justify;
    color: #000000;
    background: #efefef;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

a:hover {
    color: #878480;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

li.authorcomment {
    list-style-type: none;
}

#gravatar img {
    border: 3px solid #000000;
}
::selection {
    background: #ffc9cb;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #ffc9cb;
    /* Gecko Browsers */
}

/*
Styling for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
#wppagenavi {
    font-family: "Jost", sans-serif;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.wp-pagenavi {
    clear: both;
    padding-top: 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #ffffff;
    color: #000000;
    margin: 3px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px solid #BFBFBF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wp-pagenavi a:hover {
    background: #ac1c4a;
    color: #ffffff;
}

#footer {
    font-size: 12px;
    font-family: "Jost", sans-serif;
    color: #000000;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    min-height: 500px;
    width: 100%;
    clear: both;
}

.footercontainer {
    width: 100%;
    font-family: "Jost", sans-serif;
    font-size: 8pt;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 700px;
    background: #ffffff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 235px;
}

.footertext {
    width: 100%;
    color: #000000;
    font-family: "Jost", sans-serif;
    font-size: 8pt;
    text-transform: none;
    text-align: center;
    margin: 0 auto;
}

.footertext a:link, .footertext a:active, .footertext a:visited {
    font-family: "Jost", sans-serif;
    font-size: 10pt;
    text-align: center;
    background: #c55c6e;
    padding: 5px;
    margin: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    line-height: 24pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footertext strong, .footertext b {
    color: #ffffff;
    font-weight: 500;
    background: #c55c6e;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footertext i, .footertext em {
    color: #de6274;
}

.footertext s, .footertext strike {
    color: #000000;
}

.footertext u {
    color: #b34760;
}

.clearfix {
    clear: both;
}

::-webkit-scrollbar {
    width: 15px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c7485d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #e8c9af;
}

::-webkit-scrollbar-thumb:hover {
    background: #f76c86;
}

::-webkit-scrollbar-track {
    background: #e8c9af;
    border-radius: 0px;
}

div#qTip {
    padding: 5px 5px;
    display: none;
    background: #ffffff;
    color: #000000;
    font-family: 'Jost', sans-serif;
    font-size: 8pt;
    line-height: 8pt;
    position: absolute;
    z-index: 1000;
    letter-spacing: 0px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
