/* ================= GENERAL ====================== */

body { background: #3d0f20 url(../images/bg.png); font-family: 'Open Sans', sans-serif; color: #ccc; font-size: 15px; line-height: 24px; }

.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; }
.text-center { text-align: center; }
.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; }

#main-content img { border: 1px solid #FFD700; }

hr { border: 0; height: 1px; background: #FFD700; width: 100%; margin-bottom: 20px; margin-top: 20px; }

.last { margin-right:0 !important; }

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

h1, h2, h3, h4, h5, h6 { font: 12px 'Comfortaa'; font-style: normal; line-height: 1.3em; margin-bottom: 20px; }

h1, h2, h3 { color: #FFD700; }
h4, h5, h6 { color: #FFD700; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

p { margin-bottom: 20px; }

a { color: #FFD700; text-decoration: none; }
a:hover { color: #666; }

.small-link { font-size: 11px; text-transform: uppercase; }
.small { font-size: 11px; }

@font-face {
    font-family: 'boldbrush';
    src: url('//{{DOMAIN}}/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//{{DOMAIN}}/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//{{DOMAIN}}/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//{{DOMAIN}}/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//{{DOMAIN}}/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//{{DOMAIN}}/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;
 }

#enso-icon-small{
    position: relative;
    margin-left: 2px;
    height: 12px;
    width: 14px;
    top: 3px;
}

/* ====================== COLOR ====================== */

.light-grey { color: #999; }
.med-grey { color: #666; }
.dark-grey { color: #444; }
.blue { color: #2ba4dc; }
.gold { color: #FFD700; }

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

body, html, #wrapper { height: 100%; }

body > #wrapper { height: auto; min-height: 100%; }

/* #main { position: relative; padding: 50px 0; overflow: hidden; margin-bottom: 50px; } */

#main { padding-bottom: 75px; }

#main-content { padding: 30px 0; }

#sidebar { width: 210px; margin-left: 20px; }

#footer { background-image: url(../images/header-bg.png); background-repeat: repeat; color: #FFD700; font-size: 11px; height: 75px; border-top: 1px solid #FFD700; width: 100%; position: relative; margin-top: -75px; clear:both;}
#footer p { line-height: 12px; padding-top: 30px; }
#footer .mobile-links { text-align: right; }
#footer .contact-tagline { text-align: right; }

/* CLEAR FIX*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ======================= HEADER ======================= */

#header { height: 99px; border-bottom: 1px solid #FFD700; background: url('../images/header-bg.png') repeat; }

#logo { margin: 30px 0; }
#logo h2 { font-size: 30px; color: #FFD700; margin: 0; }

#social-icons { float: right; margin: 31px 0; }
#social-icons ul { list-style:none; float:right; }
#social-icons li { float:left; display: inline; position:relative; padding: 0 0 0 10px; border: none !important; margin: 0; }
#social-icons li a { border: none !important }

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

#nav { padding: 15px 0; overflow: visible; border-bottom: 1px solid #FFD700; text-transform: uppercase; font: 16px 'Comfortaa'; background: url(../images/nav-bg.png) repeat; }
#nav-menu li { float: left; padding-right: 15px; }
#nav-menu a { color:#FFD700; }
#nav-menu li.selectednavlink a, #nav-menu a:hover {color: #FFD700 !important;}
#nav-menu li.emptynavlink { display: none; }

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

ul li, ol li { margin: 5px 0; }
#main-content ul { margin-left: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; /*color: #333;*/ list-style-type: square; }
#main-content ol { margin-left: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; }

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

.blog-links { margin: 10px 0; font: 12px 'Comfortaa'; color: #666; }
.blog-nav ul { margin-left: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em;  list-style-type: square; }
.blog-feed-link a { background: url(../images/icons/rss-sm.png) no-repeat 0 22px; border: 0; padding-top: 25px; padding-bottom: 25px; padding-left: 35px; }
.blog-meta { font-size: 12px; }
.blog-comment-odd, .blog-comment-even { padding: 20px; }
.blog-comment-odd p, .blog-comment-even p { margin: 0; }
.blog-comment-odd {	}
.blog-comment-even { background-color: #333; }

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

.pagination { float: right; font-family: 'Comfortaa'; }
.pagination ul { list-style:none !important; margin-top: 0px !important; }
.pagination ul li { position: relative; color: #FFD700; float: left; cursor: pointer; height: 26px; width: 26px; text-align: center; text-shadow: none; margin-top: 0px; margin-bottom: 0; margin-left: 5px; }
.pagination ul li a { color: #FFD700 !important; position: relative; display: block; height: 26px; width: 26px; line-height: 26px; background-color: #444; text-decoration: none!important; border: none; }
.pagination ul li a:hover { background-color: #333; color: #666 !important; }
.pagination ul li a.current { background-color: #FFD700; color: #444 !important; }

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

table { width: 100%; }
table th, table td { padding: 10px 5px 9px; line-height: 30px; text-align: left; }
/* table th { padding-top: 9px; font-weight: bold; vertical-align: middle; } */
table td { vertical-align: top; font-family: 'Open Sans', sans-serif; color: #666; font-size: 12px; line-height: 22px; }

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

input[type=text], input[type=password], textarea { border: 1px solid #FFD700; background-color: #262626; width: 60%; margin: 10px 0; color: #ccc; font-size: 13px; }
input[type=text], input[type=password] { height: 30px; padding: 0 5px; display: inline-block; }
input[type=submit] { color: #FFD700 !important; text-transform: uppercase; padding: 8px 30px; cursor: pointer; border: none; background-color: #FFD700; width: auto; font: 14px 'Comfortaa'; }
input[type=submit]:hover { background-color: #FFD700; color: #2ba4dc !important; }
input:focus, textarea:focus { background-color: #222; }
textarea { padding: 5px; height: 150px; width: 80%; }
label { font-family: 'Comfortaa'; text-transform: uppercase; display: block; line-height: 30px; margin-bottom: 0; }
.message{ margin-top: 5px; }
.width-90 { width: 90% !important; }

/* ====================== BLOG COMMENT FORM ======================= */

#contact_form h4 { margin-bottom: 20px; }
.success_message { background-color:#d9d9d9; border: #CCC 1px solid; 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: #666666;}
.captcha_box { border: 1px #CCC solid; }
.textfield-50 { width: 50% !important; }

/* ====================== 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; }

.work .grid_6, .work .grid_4, .work .grid_3 { margin-bottom: 30px; }

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

.mini-grid { margin-bottom:10px; margin-right:10px; }

.page-title {
	display: none;
}
