/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Thu, 18 Sep 2025 15:38:06 -0500*/
/* ================= GENERAL ====================== */

body { color: #333333; font: 400 14px/24px 'Lato', serif; background-color: #F3ECD1; }

.spacer { clear: both; }
.hide { display: none; }

.justify { text-align: justify; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }

img.left { float: left; margin-right: 15px; margin-bottom: 10px; margin-top: 5px; }
img.right { float: right; margin-left: 15px; margin-bottom: 10px; margin-top: 5px; }
img.center { display: block; margin-left: auto; margin-right: auto; }

img { border: 1px solid #D4D2CB !important; }

hr { border: 1px solid #DAB165; margin-bottom: 20px; margin-top: 20px; clear: both; }

/* ====================== TEXT ====================== */

h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: 300; margin-bottom: 20px; }

h1, h2, h3 { color: #333333; }
h4, h5, h6 { color: #9F7535; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1 a, h2 a, h3 a { color: #333333 !important; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #333333 !important; }

p { margin-bottom: 20px; }

a { color: #69868A; text-decoration: underline;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear;
           -moz-transition: color 0.1s linear, background-color 0.1s linear;
            -ms-transition: color 0.1s linear, background-color 0.1s linear;
             -o-transition: color 0.1s linear, background-color 0.1s linear;
                transition: color 0.1s linear, background-color 0.1s linear; }
a:hover { color: #333333; }

@font-face {
    font-family: 'boldbrush';
    src: url('//www.suestjohn.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.suestjohn.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.suestjohn.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.suestjohn.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.suestjohn.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.suestjohn.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
    content: 'F';
    font-family: 'boldbrush';
    font-size: 28px;
    font-style: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.dpw:before {
    content: 'D';
    font-family: 'boldbrush';
    font-size: 64px;
    font-style: normal;
    position: relative;
    top: 15px;
    left: 0;
}

.boldbrush {
    font-family: 'boldbrush';
    font-size: 28px !important;
    font-style: normal;
    position: relative;
    top: 2px;
    left: 0;
}
.enso:before {
     content: 'B';
     font-family: 'boldbrush';
     font-size: 28px;
     font-style: normal;
     position: relative;
     top: 4px;
     left: 0;
     margin-right: 5px;
 }


/* ====================== STRUCTURE ====================== */

#wrapper { min-height: 100%; position: relative; margin: 0 auto; text-align: left; }

#main { position: relative; margin: 0 auto; overflow: hidden; background-color: #F8F6ED; border-top: 5px solid #83A2A6; padding-bottom: 40px; }

#header { position: relative; background-color: #E9CF88; }

#masthead { width: 960px; display: inline-block; padding-top: 40px; padding-bottom: 10px; }

#logo { float: left; font-family: 'Lato', serif; font-size: 36px; font-weight: 300; color: #392C22; }
#logo a { color: #392C22; text-decoration: none; }

#social-icons { float: right; }
#social-icons ul { margin: 0; padding: 0; list-style-type: none; text-align: center; }
#social-icons ul li { display: inline; position: relative; padding: 0 0 0 5px; border: none !important; margin: 0; }
#social-icons ul li img { border: none !important; }            

#page-title { padding-top: 40px; padding-bottom: 40px; }
#page-title h1 { margin: 0; }

#main-content { width: 660px; float: left; }

#sidebar { width: 250px; float: right; }

#footer { background-color: #DAB165; font-size: 13px; position: relative; overflow: hidden; height: 80px; padding-top: 50px; }
#footer p { color: #333333; }
#footer a { color: #9F7535; }
#footer a:hover { color: #333333; }

.module { background-color: #E9CF88; border-top: 5px solid #83A2A6; padding: 20px; margin-bottom: 30px; }
.module h3 { font-size: 18px; color:#333333; }
.module p {color:#333333;}
.module label {color:#333333;}
.module a { color: #AF813A; }
.module a:hover { color: #614B39; }
.module ul { color: #AF813A; }

.container { position: relative; width: 960px; margin: 0 auto; text-align: left; }

/* ================= MAIN NAV ====================== */

#nav { padding-bottom: 40px; }
#nav ul { margin: 0; padding: 0; list-style-type: none; }
#nav ul li { display: inline; }
#nav ul li a { font: 16px 'Lato', sans-serif; font-weight: 300; text-decoration: none; color: #AF813A; padding-right: 20px; }
#nav ul li a:hover { color: #614B39; }
#nav ul li.selectednavlink a {color: #614B39 !important;}
#nav ul li.emptynavlink a { display: none; }

/* ================= LISTS ====================== */

#main-content ul, #main-content ol { margin-left: 50px; margin-top: 20px; margin-bottom: 20px; }
#main-content ul { list-style-type: disc; }

/* ======================= BLOG ======================= */

.blog-nav ul { margin-left: 20px; margin-top: 20px; margin-bottom: 20px; list-style-type: disc; }
.blog-feed-link a { padding-left: 10px; }
.blog-feed-link img { border: none; vertical-align: middle; }
.blog-meta { color: #333333; }
.blog-comment-odd, .blog-comment-even { padding: 20px; }
.blog-comment-odd p, .blog-comment-even p { margin: 0; }
.blog-comment-odd { background-color: #E9CF88; }
.blog-comment-even { }

/* ======================= PAGINATION ======================= */

.pagination { float: right; }
.pagination ul { list-style:none !important; margin-top: 0px !important; }
.pagination ul li { position: relative; color: #DCE7E7; float: left; cursor: pointer; height: 26px; width: 26px; text-align: center; margin-top: 0px; margin-bottom: 0; margin-left: 5px; }
.pagination ul li a { color: #333333 !important; position: relative; display: block; height: 26px; width: 26px; line-height: 26px; background-color: #DCE7E7; text-decoration: none!important; border: none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
.pagination ul li a:hover { background-color: #C1D2D2; color: #333333 !important; }
.pagination ul li a.current { background-color: #83A2A6; color: #FFFFFF !important; }

/* ====================== TABLES ======================= */

table { width: 100%; font: 400 14px/24px 'Lato', serif; }
table th, table td { padding: 10px 5px 9px; line-height: 30px; text-align: left; }
table td { vertical-align: top; color: #666; font-size: 14px; line-height: 22px; }

/* ====================== FORMS ======================= */

input[type=text], input[type=password], textarea { color: #69868A; border: 1px solid #9F7535; background-color: #F3ECD1; width: 60%; margin: 10px 0; font-size: 13px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
input[type=text], input[type=password] { height: 30px; padding: 0 5px; display: inline-block; }
input[type=submit] { color: #392C22 !important; padding: 8px 30px; cursor: pointer; border: none; background-color: #C08E40; width: auto; font-size: 14px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear; }
input[type=submit]:hover { color: #9F7535 !important; background-color: #614B39; }
input:focus, textarea:focus { background-color: #F3ECD1; color: #69868A; border: 1px solid #9F7535; }
textarea { padding: 5px; height: 150px; width: 80%; }
label { display: block; line-height: 30px; margin-bottom: 0; }
.message{ margin-top: 5px; }

/* ====================== BLOG COMMENT FORM ======================= */
 
#contact_form h4 { margin-bottom: 20px; }
.success_message { background-color:#content.highlight.background; padding:10px; margin-bottom:10px; }
.light { font-size: 10px; }
.error { font-size: 13px; font-weight:bold; color: #CC0000; }
.captcha_message { font-weight:bold; font-size:13px; color: #333333;}
.captcha_box { border: 1px #D4D2CB solid; }

/* ====================== OTHER ======================= */

.social-buttons { float:left; margin: 0 0 20px !important; }
.social-buttons ul { list-style:none; float:left; }
.social-buttons li { float:left; display: inline; padding-right: 10px; }
.social-buttons li a { text-decoration: none !important; border: none; }
.social-buttons img { border: none !important; }

.collections { float: left; width: 100%; margin-bottom: 20px !important; }

#widget_sidebar_works img { width: 98px; margin-right: 5px; }

.last { margin-right:0 !important; }
.work-item { width: 212px; float: left; margin-right: 8px; }
.portfolio-spacer {margin-bottom:10px;}/*reduce size of comment box on Contact page*/
.contact-input-comments {width:550;height:150;}