/*
Theme Name: Good Graces - Premade by Feelin Alive Designs
URI: https://feelinalive.net
Description: a premade Wordpress theme by Deanna @ Feelin Alive Designs
Author: Deanna
Author URI: https://feelinalive.net
*/
body, html {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 9pt;
    line-height: 13pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
    overflow-x: hidden;
}

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

#header {
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #5297ad;
}

#header-img {
    max-width: 1200px;
    width: 100%;
    max-height: 400px;
    height: 100%;
    margin: 0 auto;
}



#sitename {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    margin-top: -120px;
}

span.websitename {
    font-size: 40pt;
    line-height: 35pt;
    color: #ffffff;
    font-family: "DM Serif Display", serif;
    background: #00000030;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.websiteurl {
    margin-top: 20px;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}



#mobileheader {
    display: none;
}

#header-img-mobile {
    background: #5297ad;
}

#navigation {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    padding: 12px;
}

.navigation li {
    display: inline-block;
    text-align: center;
}

.navigation ul {
    margin: 0 auto;
}


a:link.nav, .navigation a {
    font-size: 14pt;
    line-height: 28pt;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 20px;
    margin: 5px;
    font-family: "DM Serif Display", serif;
    text-align: center;
    background: #000000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -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.nav:hover, .navigation a:hover {
    color: #ffffff;
    background: #a52019;
    -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;
}

.navigation li:nth-child(even) a:hover , .navigation a:nth-child(even):hover {
    background: #244d99;
}

.below-header-widgets {
    text-align: justify;
}

/* Default box styling */
.post-header-box {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    max-width: 100%; /* fallback, overridden below */
    box-sizing: border-box;
}

/* Column layout handling */
.columns-1 .post-header-box {
    width: 100%;
    max-width: 100%;
}

.columns-2 .post-header-box {
    width: 47%;
    max-width: 49%;
    margin: 5px;
}

.columns-3 .post-header-box {
    width: 32%;
    max-width: 32%;
    margin: 5px;
}

.post-header-box ul {
    padding: 0px;
    margin: 0px;
}

.post-header-box-title {
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 17pt;
    padding: 15px 0px;
}

span.post-header-box-title-span {
    background: #000000;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
}

.post-header-box img {
    max-width: 50px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    border: 1px solid #000000;
    border-radius: 10px;
    filter: grayscale(100);
    transition: all 0.8s ease-in;
}

.post-header-box img:hover {
    filter: grayscale(0);
    transition: all 0.8s ease-out;
}

.post-header-box li {
    list-style: none;
    padding: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #00000030;
}


.post-header-box li a, .post-header-box a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    -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;
}

.post-header-box li a:hover, .post-header-box a:hover {
    color: #a52019;
    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;
}


#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: left;
    margin-bottom: 50px;
    padding-top: 10px;
    overflow: hidden;
    min-height: 100%;
}

.sidebartitle {
    display: block;
    line-height: 22pt;
    font-family: "DM Serif Display", serif;
    font-size: 18pt;
    text-align: center;
    padding: 6px;
}

span.sbtitle {
    background: #000000;
    color: #ffffff;
    padding: 5px 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.sidebarcontent {
    width: 95%;
    padding: 5px;
    color: #000000;
    margin: 5px;
    float: left;
    background: transparent;
    text-align: justify;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 15px;
}

.sidebarcontent img {
    max-width: 100%;
    width: auto;
    border: 1px solid #000000;
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

img.projectimg {
    display: block;
    border: 0px!important;
    margin: 0 auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

span.projecttitle {
    padding: 3px 10px;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.projectinfo {
    text-align: center;
    margin-top: -15px;
}

.projectinfocontainer {
    text-align: center;
    color: #ffffff;
    margin: 5px;
}

span.projecttype, span.projectrole, span.projectrelease {
    background: #000000;
    line-height: 19pt;
    padding: 3px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

span.projectrelease:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

span.projectrole:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

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

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

.sidebarcontent .svg-inline--fa {
    background: transparent;
    color: #000000;
    font-size: 18pt;
    margin: 2px;
    -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;
}

.sidebarcontent .svg-inline--fa:hover {
    color: #a52019;
    -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.projectadditionalinfo {
    display: block;
    text-align: center;
    font-weight: 700;
}

u {
    color: #244d99;
}

.afftextlinks li {
    list-style: none;
    padding: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #00000030;
    display: inline-block;
    width: 48%;
}

.afftextlinks li a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    -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;
}

.afftextlinks li a:hover {
    color: #a52019;
    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;
}

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

.sidebarcontent blockquote {
    max-width: 75%;
    color: #000000;
}

#content {
    width: 100%;
    max-width: 795px;
    padding: 0px;
    margin-bottom: 0px;
    float: right;
    overflow: hidden;
    background: transparent;
    padding-bottom: 30px;
}


.postdate {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

span.postdate {
    background: #000000;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

span.postdate:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

#posttitle {
    color: #000000;
    display: block;
    font-family: "DM Serif Display", serif;
    font-size: 22pt;
    line-height: 22pt;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
}


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

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

.postinfo {
    max-width: 750px;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    background: #000000;
    color: #ffffff;
    padding: 5px;
    margin: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

span.postedby:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

span.postcomments:before {
    font-family: "Font Awesome 5 Free";
    content: "\f086\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}
span.postedby, span.postcomments {
    color: #ffffff;
    padding: 3px;
}

span.postcomments a {
    color: #ffffff;
    text-decoration: none;
}

.postcats {
    max-width: 750px;
    width: 100%;
    font-size: 9pt;
    padding: 5px;
    margin: 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.postcats a {
    letter-spacing: 0px;
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    padding: 4px 8px;
    margin: 1px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -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;
    font-weight: 400 !important;
}
.postcats a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07b\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

.postcats a:hover {
    background: #244d99;
    -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;
}

.postcats a:nth-child(even):hover {
    background: #a52019;
    -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;
}


.postcontent {
    min-width: 95%;
    width: 100%;
    color: #000000;
    text-align: justify;
    margin: 0px;
    background: transparent;
    float: left;
    font-size: 9pt;
    padding: 10px;
        border-bottom: 1px solid #00000030;
    margin-bottom: 15px;
}

.featimg {
    margin: 10px auto;
    text-align: center;
}
.featimg img {
    margin: 0 auto;
    background: transparent;
    padding: 0px !important;
    -webkit-border-radius: 150px !important;
    -moz-border-radius: 150px !important;
    border-radius: 150px !important;
    filter: grayscale(0.3);
    -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;
    border: none !important;
}

.featimg img:hover {
    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;
}
}

.postcontent p {
    margin: 10px;
}

.postcontent img {
    max-width: 750px;
    height: auto;
    border: 1px solid #000000;
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.postcontent a:link img {
    margin: 3px;
    filter: grayscale(0.3);
    -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;
}
.postcontent a:hover img {
    background: #62a3b9;
    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;
}

.postcontent a, .sidebarcontent a {
    text-decoration: none;
    font-weight: 700;
    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;
}

.postcontent a:hover, .sidebarcontent a:hover {
        color: #a52018;
    -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;
}

.postcontent li, .sidebarcontent li {
    list-style: none;
    padding: 2px;
}

.postcontent li a:before , .sidebarcontent li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1\00a0";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

.postcontent li:not(:has(> a)):before, .sidebarcontent li:not(:has(> a)):before {
    content: "\279C";
    font-weight: 900;
    margin: 0px 2px 0px 0px;
}

.gallerylinks li:before {
    display: none;
}

.cpgsc-breadcrumb {
    margin: 0px;
}

.gallerylinks:before{
    content: "\f302\00a0 Gallery Links";
    color: #000000;
    display: block;
    font-family: "DM Serif Display", serif,"Font Awesome 5 Free";
    font-size: 22pt;
}

.gallerylinks a {
    padding: 4px;
    background: #000000;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.gallerylinks a:hover {
    background:#62a3b9;
    color: #ffffff;
}

.gallerylinks li {
    margin: 4px 0px;
}

iframe {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    height: auto 100%;
}


h1 {
    font-family: "DM Serif Display", serif;
    color: #244d99;
    text-align: center;
    font-size: 18pt;
}

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

h3 {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    color: #62a3b9;
    font-size: 10pt;
    text-align: left;
    padding: 0;
}

strong, b {
    color: #a52019;
}

i, em {
    color: #c65833;
}

s, strike {
    color: #62a3b9;
}

blockquote {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: justify;
    color: #000000;
    background: #0000000a;
    border: 1px solid #00000030;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


input, select, submit, textarea {
    color: #000000;
    background: transparent;
    text-decoration: none;
    text-align: left;
    border: 1px solid #e3e3e3;
}

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

div#commentlist {
    margin: 0 auto;
    padding: 10px 30px;
    text-align: justify;
    color: #000000;
    background: #0000000a;
    border: 1px solid #00000030;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

div#commentlists2 li {
    list-style: none;
}

div#commentdata {
    text-align: right;
    text-transform: uppercase;
    padding: 5px;
}

span.commentauthorlink a {text-decoration: none;color: #c65833;font-weight: 800;}

span.commentdate {
    color: #62a3b9;
    letter-spacing: 2px;
    font-weight: 400;
}

#commentform input, #commentform textarea {
    padding: 8px;
    5px: 0;
    margin: 5px;
    max-width: 95%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


/*
Styling for WP-PageNavi plugin

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

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


/** QTIPS **/
div#qTip {
    padding: 10px 10px;
    display: none;
    background: #ffffffcc;
    color: #000000;
    font-family: "Urbanist", 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;
}

.pagefooter {
    min-width: 100%;
    text-align: center;
    margin-top: 40px;
}

span.websitename-pgfooter {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    background: #000000;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    letter-spacing: 3px;
}


#footer {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    color: #000000;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 10px;
    position: relative;
    margin-top: 0px;
    height: auto;
    width: 100%;
    clear: both;
}

.footercontainer {
    width: 100%;
    color: #000000;
    font-family: "Urbanist", sans-serif;
    font-size: 8pt;
    margin: 0 auto;
    max-width: 1200px;
}
.footerimg {
    text-align: center;
}

img.ftimg {
    -webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
}

.footertext {
    display: block;
    color: #000000;
    font-family: "Urbanist", sans-serif;
    font-size: 8pt;
    text-transform: none;
    text-align: center;
    margin: 0 auto;
    margin-top: -40px;
    max-width: 900px;
}

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

span.websitename-footer {
    font-size: 40pt;
    line-height: 35pt;
    color: #ffffff;
    font-family: "DM Serif Display", serif;
    background: #00000052;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.websiteurl-footer {
    margin-top: 25px;
    color: #000000;
    letter-spacing: 5px;
    text-transform: uppercase;
}



.clearfix {
    clear: both;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a52019;
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

