/*
Theme Name: Champagne Kisses by Feelin Alive Designs
URI: https://feelinalive.net
Description: A preamde Wordpress theme by Deanna @ Feelin Alive Designs
Author: Deanna
Author URI: http://feelinalive.net
*/
/** BODY & CONTAINERS **/
body, html {
    margin: 0;
    padding: 0;
}

body {
    background: #eddcc4;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

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

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

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

#mobileheader {
    display: none;
}

#siteinfocon {
    padding-top: 20px;
    display: block;
    min-height: 30px;
    overflow: hidden;
}

#sitename {
    max-width: 500px;
    width: 100%;
    float: left;
    text-align: center;
}

span.websitename {
    font-family: 'Staatliches', cursive;
    font-size: 32pt;
    color: #c8818a;
    line-height: 26pt;
}

span.websitename:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005\00a0";
    font-weight: 900;
    font-size: 30pt;
    margin: 0px 0px 0px 0px;
}

.websitesubtitle {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 2px;
}

.websitesubtitle:before {
    display: inline-block;
    margin: auto;
    width: 30px;
    height: 25px;
    background: linear-gradient(to left, white, transparent 90%);
    content: "";
}

.websitesubtitle:after {
    display: inline-block;
    margin: auto;
    width: 30px;
    height: 25px;
    background: linear-gradient(to right, white, transparent 90%);
    content: "";
}

.wsub {
    display: inline-block;
    background: #ffffff;
    height: 20px;
    vertical-align: top;
    padding-top: 5px;
}

/** NAVIGATION **/
#navigation {
    width: 100%;
    max-width: 700px;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    float: right;
    padding-top: 15px;
}

a:link.nav, a:visited.nav, a:active.nav, .navigation a:link, .navigation a:visited, .navigation a:active {
    background: transparent;
    padding: 5px;
    font-size: 13pt;
    font-family: 'Roboto', sans-serif;
    color: #1d1b1b;
    text-transform: uppercase;
    font-weight: 300;
    -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;
    position: relative;
}

a:hover.nav, .navigation a:hover {
    color: #ffffff;
}

a:link.nav::before, .navigation a:link::before {
    content: '';
    background-color: #de7c7e;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    z-index: -1;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a:hover.nav::before, .navigation a:hover::before {
    bottom: 0;
    height: 100%;
}

ul.menu {
    list-style-type: none;
}

li.menu-item {
    display: inline-block;
}

/** LATEST NEWS & IMAGES **/
#latestposts {
    max-width: 600px;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0px;
    margin: 0 auto;
    float: left;
    text-align: center;
}

#latestposts li {
    background: white;
    list-style: none;
    padding: 4px;
    margin: 5px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    -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;
}

#latestposts li a:link, #latestposts li a:visited, #latestposts li 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;
}

#latestposts li:hover {
    background: #de7c7e;
    -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;
}

#latestposts li a:hover {
    color: #ffffff;
    text-decoration: 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;
}

#latestimages {
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    float: right;
    text-align: center;
}

.headtitle, .lptitle {
    position: relative;
    text-transform:
        uppercase;
    letter-spacing: 1px;
    padding: 6px 5px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 14pt;
    text-decoration: underline solid #de7c7e 2px;
    line-height: 16pt;
    text-underline-offset: 2px;
}

.liwrap {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#latestimages img {
    max-width: 75px;
    width: 100%;
    max-height: 75px;
    height: 100%;
    margin: 7px 2px 0px 0px;
    opacity: 0.7;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

#latestimages img:hover {
    max-width: 75px;
    width: 100%;
    max-height: 75px;
    height: 100%;
    margin: 7px 2px 0px 0px;
    opacity: 1;
    filter: grayscale(0%);
    -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;
}

/** SIDEBAR **/
#sidebar {
    max-width: 430px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0px;
    min-height: 100%;
}

.sidebartitle {
    display: block;
    line-height: 20pt;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    background: #c8818a;
    background: -moz-linear-gradient(270deg, #da5c65 0%, #c8818a 50%, #da5c65 100%);
    background: -webkit-linear-gradient(270deg, #da5c65 0%, #c8818a 50%, #da5c65 100%);
    background: linear-gradient(270deg, #da5c65 0%, #c8818a 50%, #da5c65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da5c65", endColorstr="#da5c65", GradientType=1);
    color: #ffffff;
    padding: 6px;
    height: auto;
    min-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebarcontent {
    width: 100%;
    padding: 5px;
    color: #000000;
    margin: 5px;
    float: left;
    background: #ffffff;
    text-align: justify;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebarcontent img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebarcontent a:link>img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 0.7;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.sidebarcontent a:hover>img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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;
}

img.projectimg {
    max-width: 100%;
    width: auto;
    border: 1px solid #d0d0d0;
    padding: 0px;
    margin: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.projectinfo {
    display: block;
    background: #ece8e8;
    max-width: 300px;
    margin-left: 140px;
    padding: 15px;
    margin-top: -130px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
}

span.projecttitle, span.projecttitle svg.svg-inline--fa {
    padding: 2px;
    margin: 0px;
    text-transform: uppercase;
    color: #c8818a;
    background: #000000;
    font-family: 'Staatliches', cursive;
    background: transparent !important;
    font-size: 14pt;
}

span.projectrole {
    color: #000000;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 18pt;
}

span.projectlink {
    background: transparent;
    padding: 3px;
    margin: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
}

span.projectlink a, span.projectlink a:hover {
    text-decoration: none;
    color: #000000;
}

.projectblurb {
    text-align: justify;
    margin: 5px 20px;
}

span.projectadditionalinfo {
    display: block;
    font-size: 10pt;
    text-transform: uppercase;
    width: 90%;
    text-decoration: underline 2px;
    text-decoration-style: solid;
    text-decoration-color: #de7c7e;
}

span.projectadditionalinfo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a\00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
}

.projectinfo>.fa, .fab, .fad, .fal, .far, .fas, svg.svg-inline--fa {
    background: #bea99e;
    color: #000000;
    font-size: 14pt;
    margin: 1px;
    padding: 10px;
    -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;
}

.projectinfo>.fa:hover, .fab:hover, .fad:hover, .fal:hover, .far:hover, .fas:hover, svg.svg-inline--fa:hover {
    background: #da5d66;
    -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;
}

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

.sidebarcontent li {
    list-style: none;
    margin: 5px;
    padding: 0px;
    padding-inline-start: 0px;
    color: #000000;
}

.sidebarcontent li a:link, .sidebarcontent li a:visited, .sidebarcontent li a:active, .sidebarcontent li li a {
    padding: 3px;
    margin: 0px;
    line-height: 12pt;
    background: transparent;
    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;
}

.sidebarcontent li a:hover {
    background: #ad7e86;
    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;
}

.sidebarcontent li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005\00a0";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    color: #ad7e86;
}

.afftextlinks {
    text-align: center;
    display: block;
    padding-top: 5px;
}

.afftextlinks li {
    font-size: 8pt;
    display: inline-block;
    vertical-align: center;
    width: 45%;
    overflow: hidden;
    text-align: center;
    padding: 10px 10px;
    margin: 0px 0px;
    background: #ece8e8;
    min-height: 25px;
    -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;
    align-content: space-around;
    align-items: center;
    justify-items: center;
}

.afftextlinks li:before {
    display: none;
}

.afftextlinks a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1 \00a0";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    color: #000000 !important;
}

.afftextlinks li a:hover {
    background: transparent !important;
    color: #000000 !important;
}

.afftextlinks li:hover {
    background: #bfa99d;
}

.sidebarcontent submit {
    width: 20%;
}

input#s {
    width: 80%;
}

form#searchform {
    padding: 10px 0px 0px 0px;
}

/** POST STYLING **/
#content {
    width: 100%;
    max-width: 750px;
    padding: 0px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    background: transparent;
    padding-bottom: 50px;
}

.postinfo {
    max-width: 100%;
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
    margin-bottom: 5px;
}

.postdate {
    width: 20%;
    float: left;
    display: block;
    text-align: center;
    font-size: 14pt;
    font-family: 'Staatliches', cursive;
    height: 100px;
    background: #c8818a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(218, 92, 101);
    background: -moz-linear-gradient(270deg, #da5c65 0%, #c8818a 50%, #da5c65 100%);
    background: -webkit-linear-gradient(270deg, #da5c65 0%, #c8818a 50%, #da5c65 100%);
    background: linear-gradient(270deg, #da5c65 0%, #c8818a 50%, #da5c65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da5c65", endColorstr="#da5c65", GradientType=1);
}

.postedon {
    color: #ffffff;
    padding-top: 32px;
}

span.postdate {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ptitle {
    width: 80%;
    max-width: 575px;
    float: right;
    margin-top: 0px;
    min-height: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 4px;
    background: #ece8e8;
}

.pinfo {
    font-family: 'Roboto', sans-serif;
    font-size: 8pt;
    text-transform: uppercase;
}

.pinfo svg.svg-inline--fa {
    font-size: 9pt;
    background: transparent !important;
    margin: 0px;
    padding: 0px 3px;
    color: #000000;
}

.pinfo a:link, .pinfo a:visited, .pinfo a:active {
    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;
}

.pinfo a:hover {
    color: #ad2a27;
    -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;
}

.postentry p a:link, .postentry p a:visited, .postentry p a:active, .postentry li a {
    padding: 3px;
    margin: 0px;
    line-height: 12pt;
    background: transparent;
    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;
}

.postentry p a:hover, .postentry li a:hover {
    background: #ad7e86;
    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;
}

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

.featimg {
    text-align: center;
}

.featimg img {
    max-width: 750px;
    max-height: 243px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: auto;
    height: auto;
}

#posttitle {
    color: #c8818a;
    display: block;
    float: left;
    font-family: 'Staatliches', cursive;
    font-size: 20pt;
    line-height: 22pt;
    font-weight: normal;
    max-width: 100%;
    width: 100%;
    padding: 10px 0px 0px 0px;
    text-align: left;
}

#posttitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ea\00a0";
    font-weight: 900;
    font-size: 18pt;
    margin: 0px 0px 0px 0px;
}

#posttitle a {
    text-decoration: none;
    color: #c8818a;
    -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;
}

#posttitle a:hover {
    color: #de7c7e;
    -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;
}

#pagetitle {
    color: #c8818a;
    display: block;
    float: left;
    font-family: 'Staatliches', cursive;
    font-size: 20pt;
    line-height: 22pt;
    font-weight: normal;
    max-width: 100%;
    width: 100%;
    padding: 10px 0px 0px 0px;
    text-align: left;
}

#pagetitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c\00a0";
    font-weight: 900;
    font-size: 18pt;
    margin: 0px 0px 0px 0px;
}

.postcontent {
    min-width: 95%;
    padding: 0px;
    color: #000000;
    text-align: justify;
    margin: 5px 0px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}

.postcontent p {
    margin: 10px;
}

.postcontent a:link img {
    margin: 5px;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 0.7;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    background: transparent !important;
}

.postcontent a:hover img {
    opacity: 1;
    -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;
    background: transparent !important;
}

.postcontent blockquote {
    max-width: 650px;
    width: 100%;
    text-align: justify;
    color: #000000;
    background: #ece8e8;
    padding: 10px;
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

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

.gallerylinks {
    font-family: 'Roboto', sans-serif;
    background-image: url('images/gallerylinks.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 40px;
}

.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;
}

.gallerylinks a:link, .gallerylinks a:visited, .gallerylinks a:active {
    padding: 3px;
    margin: 0px;
    line-height: 18pt;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    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;
}

.gallerylinks a:hover {
    background: #d95e67;
    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;
}

.postentry iframe {
    margin: 0px 35px;
    width: 100%;
    max-width: 650px;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/** COMMENTS STYLING **/
#commentdata {
    display: inline-block;
    text-transform: uppercase;
}

#commentdata a:link, #commentdata a:active, #commentdata a:visited {
    text-decoration: none;
}

#commentdata a:hover {
    color: #da5d66;
}

#commentlist {
    background: #ece8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

textarea#comment {
    max-width: 700px;
}

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

#gravatar img {
    display: none;
}

/** MISC AND BASE STYLINGS **/
h1 {
    font-family: 'Staatliches', cursive;
    font-weight: normal;
    color: #da5d66;
    font-size: 12pt;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}

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

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #838383;
    font-size: 9pt;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
}

strong, b {
    color: #da5d66;
}

i, em {
    color: #bea99e;
}

s, strike {
    color: #000000;
}

u {
    text-decoration: underline 2px;
    text-decoration-style: normal;
    text-decoration-color: #de7c7e;
}

a:link, a:active, a:visited {
    color: #000000;
}

input, select, submit, textarea {
    color: #000000;
    background: #f4f3f3;
    text-decoration: none;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0px;
    padding: 10px;
}

/** WP PAGE NAVI
http://wordpress.org/extend/plugins/wp-pagenavi/
**/
#wppagenavi {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #de7c7e;
    color: #ffffff;
    margin: 5px;
    padding: 8px;
    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: #cb8a92;
    color: #ffffff;
}

/** SELECTION AND SCROLLBAR **/
::selection {
    background: #da5d66;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #da5d66;}

    /* Gecko Browsers */
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #de7c7e;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

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

    ::-webkit-scrollbar-track {
        background: #eddcc4;
        border-radius: 0px;
        box-shadow: inset 0px 0px 0px 0px #F0F0F0;
    }

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

    /** FOOTER **/
    #footer {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: #000000;
        background: transparent;
        overflow: hidden;
        margin-bottom: 0px;
        padding-top: 0px;
        position: relative;
        margin-top: 0px;
        height: auto;
        min-height: 100px;
        width: 100%;
        max-width: 1200px;
        clear: both;
    }

    .footercontainer {
        width: 100%;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        font-size: 8pt;
        max-width: 1150px;
        background: transparent;
        text-align: center;
        padding: 15px;
        margin: 5px 0px 5px 5px;
    }

    .footertext {
        width: 100%;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        font-size: 8pt;
        text-transform: none;
        margin: 0 auto;
        line-height: 10pt;
    }

    .themecredits {
        text-align: center;
        font-family: 'Staatliches', cursive;
        font-size: 12pt;
        padding: 10px;
    }

    .themecredits svg.svg-inline--fa {
        margin: 0px;
        padding: 0px 2px;
        background: transparent !important;
        color: #000000;
        font-size: 12pt;
    }

    .themecredits a:link, .themecredits a:visited, .themecredits a:active {
        text-decoration: none;
    }

    .themecredits a:hover {
        color: #c8818a;
    }

    .clearfix {
        clear: both;
    }