/*
Theme Name: kidsthinkdesign
Author: Big Britches Creative
Author URI: http://bigbritchescreative.com
Description: Kids Think Design
Template: twentyfourteen
Version: 0.5.0
Tags: 
Text Domain: kidsthinkdesign
 */

/*@import url("../twentyfourteen/style.css");*/

/**********************************************************************************************/
/***** FROM PARENT STYLES *********************************************************************/
/**********************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #898989;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.5;
}

body {
	background: #fff;
}

a {
	color: #4cc3e3;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #4cc3e3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:normal;
	margin:0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 32px;
	line-height: 1;
	margin:0 0 20px 0;
	color:#5c5c5c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 32px;
	line-height: 1;
	margin:0 0 10px 0;
	color:#ffcc00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	line-height: 1.0909090909;
	color:#5c5c5c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

h4 {
	font-size: 16px;
	line-height: 1.2;
	margin:0;
	color:#ffcc00;
	text-transform:uppercase;
}

h5 {
	font-size: 14px;
	line-height: 1.3333333333;
}

h6 {
    font-size: 14px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 20px;
}

abbr[title] {
	border-bottom: 1px dotted #898989;
	cursor: help;
}

b,
strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #4cc3e3;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2631578947;
	margin-bottom: 20px;
}

blockquote cite,
blockquote small {
	color: #898989;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 20px;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: none;
	margin:0 0 10px;
	padding:0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	border-width: 0 1px 1px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	color: #898989;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.8);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #ffcc00;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #5c5c5c;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #4cc3e3;
}

.search-field {
	width: 100%;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 20px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #636363;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #898989;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

/**********************************************************************************************/
/***** END PARENT STYLES **********************************************************************/
/**********************************************************************************************/

/* STRUCTURAL */
html {
    height:100%;
}
body {
    height:auto !important;
    min-height:100%;
    font-size:14px;
    line-height:1.2em;
    font-family: Verdana, Arial, sans-serif;
    color:#333;
    background:#fff;
}
#mobile_nav_toggle {
	display:block;
	position:absolute;
	right:20px;
	bottom:15px;
	height:35px;
	z-index:10000;
}
#mobile_nav_toggle span,
#mobile_nav_toggle img {
    display:inline-block;
    vertical-align:middle;
}
#mobile_nav_toggle span {
    margin:0 5px 0 0;
    color:#5c5c5c;
}

#main {
    width:100%;
    max-width:1024px;
    margin:0 auto 24px auto;
    background:none;
}

#primary {
    float:left;
    width:60%;
    margin-right:2%;
}
#primary.full {
    float:none;
    width:100%;
    padding:0;
    margin-right:0;
}
#secondary {
    float:right;
    width:38%;
}

/**********************************************************************************************/
/***** HOMEPAGE STYLES ************************************************************************/
/**********************************************************************************************/
#home_disciplines {
    list-style:none;
    margin:0;
}
#home_disciplines li {
    display:inline-block;
    margin:0 30px 30px 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#home_disciplines li a {
    display:block;
    width:128px;
    height:236px;
    margin:0 auto;
    overflow:hidden;
}
#home_disciplines li a > img {
    display:block;
    margin:0;
    max-width:none;
}
#home_disciplines .world-of-design a > img {
    margin-left:0;
}
#home_disciplines .fashion-design a > img {
    margin-left:-150px;
}
#home_disciplines .graphic-design a > img {
    margin-left:-300px;
}
#home_disciplines .architecture a > img {
    margin-left:-450px;
}
#home_disciplines .interior-design a > img {
    margin-left:-600px;
}
#home_disciplines .book-design a > img {
    margin-left:-750px;
}
#home_disciplines .film-and-theater a > img {
    margin-left:-900px;
}
#home_disciplines .animation a > img {
    margin-left:-1050px;
}
#home_disciplines .product-design a > img {
    margin-left:-1200px;
}
#home_disciplines .environment a > img {
    margin-left:-1350px;
}


/**********************************************************************************************/
/***** TYPOGRAPHY *****************************************************************************/
/**********************************************************************************************/
p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:1.2;
    color:#333;
}
#primary a:hover {
    text-decoration:underline;
}
#main a {
    font-weight:bold;
}
#main a,
.world-of-design #main a {
    color:#ffcc00;
}
.fashion-design #main a {
    color:#ff6e1a;
}
.graphic-design #main a {
    color:#ff3333;
}
.architecture #main a {
    color:#adadad;
}
.interior-design #main a {
    color:#ff33cc;
}
.book-design #main a {
    color:#9966ff;
}
.film-and-theater #main a {
    color:#33ccff;
}
.animation #main a {
    color:#339999;
}
.product-design #main a {
    color:#3366ff;
}
.environment #main a {
    color:#99cc33;
}

#main a:hover,
.world-of-design #main a:hover,
.fashion-design #main a:hover,
.graphic-design #main a:hover,
.architecture #main a:hover,
.interior-design #main a:hover,
.book-design #main a:hover,
.film-and-theater #main a:hover,
.animation #main a:hover,
.product-design #main a:hover,
.environment #main a:hover {
    text-decoration:underline;
}


/**********************************************************************************************/
/***** HEADER *********************************************************************************/
/**********************************************************************************************/
.site-header {
    position:relative;
    width:100%;
    background:none;
}
.site-header .header_inner {
    position:relative;
    width:100%;
    max-width:1024px;
    background:#fff;
    margin:0 auto;
    padding:20px 30px 8px 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.site-header .site-title {
    display:inline-block;
    width:472px;
    height:72px;
    margin:0;
    overflow:hidden;
    vertical-align:bottom;
}
.site-header .site-title a {
    display:block;
    width:100%;
}
.site-header .site-title a img {
    width:100%;
    margin:0;
}
.world-of-design .site-header .site-title a img {
    margin-top:0;
}
.fashion-design .site-header .site-title a img {
    margin-top:-100px;
}
.graphic-design .site-header .site-title a img {
    margin-top:-200px;
}
.architecture .site-header .site-title a img {
    margin-top:-300px;
}
.interior-design .site-header .site-title a img {
    margin-top:-400px;
}
.book-design .site-header .site-title a img {
    margin-top:-500px;
}
.film-and-theater .site-header .site-title a img {
    margin-top:-600px;
}
.animation .site-header .site-title a img {
    margin-top:-700px;
}
.product-design .site-header .site-title a img {
    margin-top:-800px;
}
.environment .site-header .site-title a img {
    margin-top:-900px;
}
.site-header .site_description {
    display:inline-block;
    margin:0 0 15px 5px;
    color:#5c5c5c;
    vertical-align:bottom;
}
.site-header .site_description span {
    
}
.world-of-design .site-header .site_description span {
    color:#ffcc00;
}
.fashion-design .site-header .site_description span {
    color:#ff6e1a;
}
.graphic-design .site-header .site_description span {
    color:#ff3333;
}
.architecture .site-header .site_description span {
    color:#adadad;
}
.interior-design .site-header .site_description span {
    color:#ff33cc;
}
.book-design .site-header .site_description span {
    color:#9966ff;
}
.film-and-theater .site-header .site_description span {
    color:#33ccff;
}
.animation .site-header .site_description span {
    color:#339999;
}
.product-design .site-header .site_description span {
    color:#3366ff;
}
.environment .site-header .site_description span {
    color:#99cc33;
}


/**********************************************************************************************/
/***** PRIMARY NAV ****************************************************************************/
/**********************************************************************************************/
#primary-navigation {
    width:100%;
    max-width:1024px;
    margin:0 auto;
}
#primary-navigation .nav-menu {
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
    line-height:11px;
    background:#5c5c5c;
}
#primary-navigation .nav-menu > li {
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 -5px;
    width:10%;
    background:#5c5c5c;
}
#primary-navigation .nav-menu > li:first-child {
    margin:0;
}
#primary-navigation .nav-menu li a {
    display:block;
    /*width:102px;*/
    width:100%;
    color:#fff;
    background:#5c5c5c;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:2;
    padding:0;
    text-align:center;
    text-transform:lowercase;
}
.home #primary-navigation .nav-menu .world-of-design,
.home #primary-navigation .nav-menu .world-of-design a {
    background:#ffcc00;
}
.home #primary-navigation .nav-menu .fashion-design,
.home #primary-navigation .nav-menu .fashion-design a {
    background:#ff6e1a;
}
.home #primary-navigation .nav-menu .graphic-design,
.home #primary-navigation .nav-menu .graphic-design a {
    background:#ff3333;
}
.home #primary-navigation .nav-menu .architecture,
.home #primary-navigation .nav-menu .architecture a {
    background:#adadad;
}
.home #primary-navigation .nav-menu .interior-design,
.home #primary-navigation .nav-menu .interior-design a {
    background:#ff33cc;
}
.home #primary-navigation .nav-menu .book-design,
.home #primary-navigation .nav-menu .book-design a {
    background:#9966ff;
}
.home #primary-navigation .nav-menu .film-and-theater,
.home #primary-navigation .nav-menu .film-and-theater a {
    background:#33ccff;
}
.home #primary-navigation .nav-menu .animation,
.home #primary-navigation .nav-menu .animation a {
    background:#339999;
}
.home #primary-navigation .nav-menu .product-design,
.home #primary-navigation .nav-menu .product-design a {
    background:#3366ff;
}
.home #primary-navigation .nav-menu .environment,
.home #primary-navigation .nav-menu .environment a {
    background:#99cc33;
}

#primary-navigation .nav-menu .world-of-design.current-menu-ancestor > a {
    background:#ffcc00;
}
#primary-navigation .nav-menu .fashion-design.current-menu-ancestor > a {
    background:#ff6e1a;
}
#primary-navigation .nav-menu .graphic-design.current-menu-ancestor > a {
    background:#ff3333;
}
#primary-navigation .nav-menu .architecture.current-menu-ancestor > a {
    background:#adadad;
}
#primary-navigation .nav-menu .interior-design.current-menu-ancestor > a {
    background:#ff33cc;
}
#primary-navigation .nav-menu .book-design.current-menu-ancestor > a {
    background:#9966ff;
}
#primary-navigation .nav-menu .film-and-theater.current-menu-ancestor > a {
    background:#33ccff;
}
#primary-navigation .nav-menu .animation.current-menu-ancestor > a {
    background:#339999;
}
#primary-navigation .nav-menu .product-design.current-menu-ancestor > a {
    background:#3366ff;
}
#primary-navigation .nav-menu .environment.current-menu-ancestor > a {
    background:#99cc33;
}

#primary-navigation .nav-menu .sub-menu {
    float: left;
    margin: 0;
    position: absolute;
    top:24px;
    left: -999em;
    z-index: 99999;
}
#primary-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
    padding:0;
}

#primary-navigation .nav-menu .world-of-design .sub-menu a,
#primary-navigation .nav-menu .fashion-design .sub-menu a,
#primary-navigation .nav-menu .graphic-design .sub-menu a,
#primary-navigation .nav-menu .architecture .sub-menu a,
#primary-navigation .nav-menu .interior-design .sub-menu a,
#primary-navigation .nav-menu .book-design .sub-menu a,
#primary-navigation .nav-menu .film-and-theater .sub-menu a,
#primary-navigation .nav-menu .animation .sub-menu a,
#primary-navigation .nav-menu .product-design .sub-menu a,
#primary-navigation .nav-menu .environment .sub-menu a {
    width:123px;
    padding:0 5px 0 12px;
    white-space: normal;
    font-size:12px;
    line-height:2;
    text-align:left;
    background:#999 url('images/subnav-bullet.png') no-repeat 4px 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#primary-navigation .world-of-design .sub-menu li:hover > a,
#primary-navigation .world-of-design .sub-menu li.focus > a,
#primary-navigation .nav-menu .world-of-design .current-menu-item > a {
    background-color:#ffcc00;
}
#primary-navigation .fashion-design .sub-menu li:hover > a,
#primary-navigation .fashion-design .sub-menu li.focus > a,
#primary-navigation .nav-menu .fashion-design .current-menu-item > a {
    background-color:#ff6e1a;
}
#primary-navigation .graphic-design .sub-menu li:hover > a,
#primary-navigation .graphic-design .sub-menu li.focus > a,
#primary-navigation .nav-menu .graphic-design .current-menu-item > a {
    background-color:#ff3333;
}
#primary-navigation .architecture .sub-menu li:hover > a,
#primary-navigation .architecture .sub-menu li.focus > a,
#primary-navigation .nav-menu .architecture .current-menu-item > a {
    background-color:#adadad;
}
#primary-navigation .interior-design .sub-menu li:hover > a,
#primary-navigation .interior-design .sub-menu li.focus > a,
#primary-navigation .nav-menu .interior-design .current-menu-item > a {
    background-color:#ff33cc;
}
#primary-navigation .book-design .sub-menu li:hover > a,
#primary-navigation .book-design .sub-menu li.focus > a,
#primary-navigation .nav-menu .book-design .current-menu-item > a {
    background-color:#9966ff;
}
#primary-navigation .film-and-theater .sub-menu li:hover > a,
#primary-navigation .film-and-theater .sub-menu li.focus > a,
#primary-navigation .nav-menu .film-and-theater .current-menu-item > a {
    background-color:#33ccff;
}
#primary-navigation .animation .sub-menu li:hover > a,
#primary-navigation .animation .sub-menu li.focus > a,
#primary-navigation .nav-menu .animation .current-menu-item > a {
    background-color:#339999;
}
#primary-navigation .product-design .sub-menu li:hover > a,
#primary-navigation .product-design .sub-menu li.focus > a,
#primary-navigation .nav-menu .product-design .current-menu-item > a {
    background-color:#3366ff;
}
#primary-navigation .environment .sub-menu li:hover > a,
#primary-navigation .environment .sub-menu li.focus > a,
#primary-navigation .nav-menu .environment .current-menu-item > a {
    background-color:#99cc33;
}

#primary-navigation .nav-menu li:hover > .sub-menu,
#primary-navigation .nav-menu li.focus > .sub-menu {
    left:0;
}
#primary-navigation .nav-menu .environment:hover > .sub-menu,
#primary-navigation .nav-menu .environment.focus > .sub-menu {
    left:auto;
    right:0;
}


/**********************************************************************************************/
/***** SEARCH *********************************************************************************/
/**********************************************************************************************/
#search-container {
    display:inline-block;
    margin:0 0 15px 10px;
    width:164px;
    vertical-align:bottom;
}
#search-container .search-box {
    padding:3px 3px 3px 8px;
    width:153px;
    background:#fff;
    border:1px solid #333;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#search-container input {
    float:right;
    line-height:20px;
    height:20px;
    width:130px;
    margin:0;
    padding:0 5px;
    border:none;
    background:none;
    color:#333;
    font-size:14px;
}
#search-container .search-submit {
    float:left;
    width:20px;
    height:20px;
    padding:0;
    border:none;
    box-shadow:none;
    background:transparent url('images/search-mag-glass.png') no-repeat left top;
    text-indent:-9999px;
    overflow:hidden;
}
#search-container .search-submit:hover {
    background-position:0 -30px;
}


/**********************************************************************************************/
/***** MAIN CONTENT WELL **********************************************************************/
/**********************************************************************************************/
.content_section {
    margin:0 0 12px 0;
    padding:60px 30px 0 30px;
    background:#fff;
}

.video_container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    margin:30px 0 0 0;
    height:0;
    overflow:hidden;
}
.article_top.project .video_container {
    margin:0;
}
.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* COMMON STRUCTURAL STYLES */
#content {
    background:#fff;
}
.article_top {
    
}
.article_top.project {
    position:relative;
    background:#fff url('images/project-diy.gif') no-repeat left top;
    background-size:cover;
}
.article_top.project .sfsi_widget,
.article_content .sfsi_widget {
    margin:0 0 10px 0;
}
.article_top.project .sfsi_widget {
    position:absolute;
    left:10px;
    bottom:10px;
}
.article_top.profile {
    
}
.article_top.profile > div {
    float:left;
    width:48%;
    margin:0 0 0 2%;
}
.article_top.profile .then {
    margin:0 2% 0 0;
}
.article_top.profile .now {
    
}
.article_top.profile > div > img {
    display:block;
    width:100%;
}
.article_content {
    background:#d6d6d6;
}
.article_content ul {
    
}
.article_content ul li {
    margin:0 0 10px 0;
}
.world-of-design .article_content,
.film-and-theater .article_content,
.environment .article_content {
    background:#aaa;
}
.article_content .inner {
    padding:16px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.article_content.profile > div.col {
    float:left;
    width:50%;
    padding:16px 8px 16px 16px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.article_content.profile > div.col h3 {
    color:#5c5c5c;
    text-transform:uppercase;
    font-weight:bold;
    font-size:20px;
    line-height:20px;
    margin:0 0 5px 0;
}
.article_content.profile .now {
    padding:16px 16px 16px 8px;
}
.article_content.profile .sfsi_widget {
    margin:10px 0 0 10px;
    height:40px !important;
}
.headline {
    margin:16px 0 0 0;
    padding:4px 16px;
    background:#5c5c5c;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    line-height:30px;
}
.caption {
    margin:0;
    padding:2px 16px;
    min-height:16px;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    line-height:16px;
    background:#ffcc00;
}
.world-of-design .caption {
    background:#ffcc00;
}
.fashion-design .caption {
    background:#ff6e1a;
}
.graphic-design .caption {
    background:#ff3333;
}
.architecture .caption {
    background:#adadad;
}
.interior-design .caption {
    background:#ff33cc;
}
.book-design .caption {
    background:#9966ff;
}
.film-and-theater .caption {
    background:#33ccff;
}
.animation .caption {
    background:#339999;
}
.product-design .caption {
    background:#3366ff;
}
.environment .caption {
    background:#99cc33;
}
#feature_slider,
#steps_slider {
    list-style:none;
    margin:0;
}
.bx-wrapper .bx-viewport {
    background-color:transparent !important;
}
.world-of-design .slider {
    background:#ffcc00;
}
.fashion-design .slider {
    background:#ff6e1a;
}
.graphic-design .slider {
    background:#ff3333;
}
.architecture .slider {
    background:#adadad;
}
.interior-design .slider {
    background:#ff33cc;
}
.book-design .slider {
    background:#9966ff;
}
.film-and-theater .slider {
    background:#33ccff;
}
.animation .slider {
    background:#339999;
}
.product-design .slider {
    background:#3366ff;
}
.environment .slider {
    background:#99cc33;
}

/* STORY PAGES */
.slide_img > img {
    width:100%;
}

/* PROJECTS */
img.timeline {
    display:block;
    margin:10px 0 0 0; 
}
#steps_slider > li {
    height:384px;
    padding:20px;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#steps_slider .cover_slide h2 {
    width:99%;
    background:#fff;
    color:#fff;
    margin:0 0 30px 0;
    text-transform:uppercase;
}
#steps_slider .cover_slide h2 .step_num {
    display:inline-block;
    width:15%;
    padding:2px 8px;
    background:#fff;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    color:#000;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#steps_slider .cover_slide h2 .step_num span {
    display:block;
    font-size:24px;
    line-height:1;
}
#steps_slider .cover_slide h2 .cover_title {
    display:inline-block;
    width:85%;
    background:#707070;
    font-size:20px;
    font-weight:bold;
    line-height:28px;
    padding:8px 16px;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#steps_slider .cover_slide .description {
    margin:0;
    padding:0 40px;
    font-size:16px;
    line-height:24px;
    color:#fff;
    font-weight:bold;
}
#steps_slider .cover_slide .hours_difficulty {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background:#999;
    text-transform:uppercase;
}
#steps_slider .cover_slide .hours_difficulty > div {
    display:inline-block;
    width:50%;
}
#steps_slider .cover_slide .hours_difficulty > div span {
    display:inline-block;
    width:88%;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    padding:8px 5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    color:#fff;
    vertical-align:middle;
}
#steps_slider .cover_slide .hours_difficulty > div .num_letter {
    width:12%;
    font-size:18px;
    line-height:32px;
    background:#333;
    text-align:center;
    padding:0;
}

#steps_slider > li > .step_num {
    display:inline-block;
    margin:0 0 20px 0;
    padding:4px 8px;
    background:#fff;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    color:#000;
    vertical-align:middle;
    text-transform:uppercase;
}
#steps_slider > li > .step_num span {
    display:block;
    font-size:24px;
    line-height:1;
}
#steps_slider > li > p {
    margin:0 0 20px 0;
    padding:0 24px;
    color:#fff;
    font-weight:normal;
}
#steps_slider > li > img {
    display:block;
    width:80%;
    margin:0 auto;
}


/* PROFILES */


/* GRIDS */
.headline.ydg,
.headline.inspiration {
    margin:30px 0;
    text-align:center;
}
.headline.inspiration {
    margin:0 0 30px 0;
}
.world-of-design .headline.inspiration {
    background:#ffcc00;
}
.fashion-design .headline.inspiration {
    background:#ff6e1a;
}
.graphic-design .headline.inspiration {
    background:#ff3333;
}
.architecture .headline.inspiration {
    background:#adadad;
}
.interior-design .headline.inspiration {
    background:#ff33cc;
}
.book-design .headline.inspiration {
    background:#9966ff;
}
.film-and-theater .headline.inspiration {
    background:#33ccff;
}
.animation .headline.inspiration {
    background:#339999;
}
.product-design .headline.inspiration {
    background:#3366ff;
}
.environment .headline.inspiration {
    background:#99cc33;
}

#content .grid {
    list-style:none;
    margin:0;
}
#content .grid {
    list-style:none;
    margin:0;
}
#content .gridblock {
    display:inline-block;
    background:#fff;
    margin-bottom:30px;
    width:30%;
    margin-right:4%;
    padding:0;
    overflow:hidden;
    vertical-align:top;
    border:none;
}
#content .gridblock:nth-child(3n + 1) {
    margin-right:0;
}
#content .gridblock .image_container {
    display:block;
    width:100%;
    max-height:200px;
    overflow:hidden;
}
#content .gridblock .image_container img {
    display:block;
    width:100%;
}
#content .gridblock h3,
#content .gridblock p {
    width:100%;
    margin:0;
    padding:0 20px;
    background:#5c5c5c;
    color:#fff;
    font-size:12px;
    line-height:16px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#content .gridblock p {
    background:#ffcc00;
    color:#5c5c5c;
}


/* SITEWIDE BTN STYLES */
.btn {
    display:inline-block;
    padding:0 12px;
    background:#fff;
    border:1px solid #4cc3e3;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#636363;
    text-transform:uppercase;
    letter-spacing:1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.btn:hover {
    background:#4cc3e3;
    color:#fff;
    text-decoration:none !important;
}


/* SINGLE ARTICLE STYLES */
.entry-title a:hover {
    text-decoration:underline;
}
.entry-content .thumb {
    position:relative;
}
.entry-content .thumb > img {
    display:block;
    margin:0 0 20px 0;
}
.entry-content .thumb .cat_label {
    position:absolute;
    right:15px;
    top:0;
    padding:10px 20px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:1.5;
    color:#fff;
    text-transform:uppercase;
    background:#4cc3e3;
}

/* LISTING PAGES */
.archive article,
article.author {
    padding:10px 0;
    border-top:1px solid #5c5c5c;
}
.archive article:first-child,
article.author:first-child {
    border:none;
}
.listing_thumb,
.listing_thumb_container {
    display:block;
    float:left;
    width:20%;
    margin:0 1% 0 0;
}
.author .listing_thumb_container {
    width:15%;
}
.listing_thumb_container > img {
    display:block;
    width:100%;
}
.listing_content {
    float:left;
    width:78%;
    margin:0 0 0 0;
}
.author .listing_content {
    width:83%;
}
.listing_content h3 {
    margin:0 0 5px 0;
}
.listing_content p {
    margin:0 0 10px 0;
}


/**********************************************************************************************/
/***** SEARCH RESULTS STYLES ******************************************************************/
/**********************************************************************************************/
.search-results article {
    border-bottom:1px solid #c2c2c2;
    margin:0 10px 10px 0;
    padding:0 0 10px 0;
}
.entry-summary > p {
    margin:0;
}


/**********************************************************************************************/
/***** PAGINATION *****************************************************************************/
/**********************************************************************************************/
.pagination {
    margin:20px 0;
}
#content .page-numbers {
	display:inline-block;
	margin:0;
	padding:0 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#fff;
	background:#898989;
	text-decoration:none;
	vertical-align:top;
}
#content .page-numbers:hover,
#content .page-numbers.current {
	background:#4cc3e3;
	text-decoration:none;
}
#content .prev.page-numbers,
#content .next.page-numbers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color:#636363;
	background:none;*/
}
#content .prev.page-numbers:hover,
#content .next.page-numbers:hover {
	/*color:#4cc3e3;*/
}

/*.prevnext {
    margin:0 0 10px 0;
}
.prevnext a {
    float:left;
    display:block;
    width:20px;
    border-width:1px;
    border-style:solid;
    padding:0 10px 0 10px;
    background-color: #1f5f9d;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.prevnext a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}
.prevnext .prev {
    margin:0 10px 0 0;
}
.prevnext a span {
    margin:0 0.1em;
    font-family:"Courier New", Courier, monospace;
    font-size:2em;
    font-weight:bold;
    vertical-align:baseline;
}*/



/**********************************************************************************************/
/***** RIGHT COLUMN / WIDGETS *****************************************************************/
/**********************************************************************************************/
.widget {
    /*position:relative;*/
    background:#fff;
    margin:0 0 16px 0;
}
.widget .widget-title {
    font-size:12px;
    line-height:16px;
    color:#fff;
    text-transform:uppercase;
    margin:0;
    padding:2px 16px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#ffcc00;
}
.world-of-design .widget .widget-title,
.world-of-design .widget.widget_text .yd_image_container {
    background:#ffcc00;
}
.fashion-design .widget .widget-title,
.fashion-design .widget.widget_text .yd_image_container {
    background:#ff6e1a;
}
.graphic-design .widget .widget-title,
.graphic-design .widget.widget_text .yd_image_container {
    background:#ff3333;
}
.architecture .widget .widget-title,
.architecture .widget.widget_text .yd_image_container {
    background:#adadad;
}
.interior-design .widget .widget-title,
.interior-design .widget.widget_text .yd_image_container {
    background:#ff33cc;
}
.book-design .widget .widget-title,
.book-design .widget.widget_text .yd_image_container {
    background:#9966ff;
}
.film-and-theater .widget .widget-title,
.film-and-theater .widget.widget_text .yd_image_container {
    background:#33ccff;
}
.animation .widget .widget-title,
.animation .widget.widget_text .yd_image_container {
    background:#339999;
}
.product-design .widget .widget-title,
.product-design .widget.widget_text .yd_image_container {
    background:#3366ff;
}
.environment .widget .widget-title,
.environment .widget.widget_text .yd_image_container {
    background:#99cc33;
}

.widget.widget_text .widget-title,
.widget.design_savvy .widget-title {
    background:#5c5c5c !important;
    color:#ffcc00;
    font-size:14px;
    padding:10px 0;
    text-align:center;    
}
.world-of-design .widget.widget_text .widget-title,
.world-of-design .widget.design_savvy .widget-title {
    color:#ffcc00;
}
.fashion-design .widget.widget_text .widget-title,
.fashion-design .widget.design_savvy .widget-title {
    color:#ff6e1a;
}
.graphic-design .widget.widget_text .widget-title,
.graphic-design .widget.design_savvy .widget-title {
    color:#ff3333;
}
.architecture .widget.widget_text .widget-title,
.architecture .widget.design_savvy .widget-title {
    color:#adadad;
}
.interior-design .widget.widget_text .widget-title,
.interior-design .widget.design_savvy .widget-title {
    color:#ff33cc;
}
.book-design .widget.widget_text .widget-title,
.book-design .widget.design_savvy .widget-title {
    color:#9966ff;
}
.film-and-theater .widget.widget_text .widget-title,
.film-and-theater .widget.design_savvy .widget-title {
    color:#33ccff;
}
.animation .widget.widget_text .widget-title,
.animation .widget.design_savvy .widget-title {
    color:#339999;
}
.product-design .widget.widget_text .widget-title,
.product-design .widget.design_savvy .widget-title {
    color:#3366ff;
}
.environment .widget.widget_text .widget-title,
.environment .widget.design_savvy .widget-title {
    color:#99cc33;
}

.widget .widget_inner {
    
}
.widget h4 a:hover {
    color:#333;
}
.widget.recent .read_more,
.widget.inspiration .read_more {
    display:block;
    font-size:12px;
    line-height:16px;
    color:#fff !important;
    text-transform:uppercase;
    margin:0;
    padding:2px 16px;
    background:#999;
}
.widget.recent .read_more:hover,
.widget.inspiration .read_more:hover {
    color:#333 !important;
    text-decoration:none !important;
}
.widget p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.5;
    color:#5c5c5c;
}

.widget.widget_text .yd_content {
    background:#5c5c5c;
    padding:0 16px;
}
.widget.widget_text .yd_content p {
    color:#fff;
}
.widget.widget_text .yd_image_container {
    background:#ffcc00;
    text-align:center;
    margin:0 0 16px 0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:1px solid #000;
}
.widget.widget_text .yd_image_container > img {
    display:block;
    margin:0 auto;
}

.widget.recent .widget_inner {
    border-left:1px solid #5c5c5c;
    border-right:1px solid #5c5c5c;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.widget.recent .archive_list {
    list-style:none;
    margin:0;
}
.widget.recent .archive_list li {
    border-bottom:1px solid #5c5c5c;
    padding:16px;
}
.widget.recent .archive_list li > .thumb {
    float:left;
    display:block;
    width:25%;
    max-height:60px;
    margin:0 5% 0 0;
    overflow:hidden;
}
.widget.recent .archive_list li > .thumb > img {
    display:block;
    width:100%;
}
.widget.recent .archive_list li > .the_link {
    float:left;
    display:block;
    width:70%;
    font-size:12px;
    line-height:16px;
    font-weight:normal;
    margin:0;
}

.widget.inspiration .widget_inner {
    border:none;
}
.widget.inspiration .inspiration_list {
    list-style:none;
    margin:0;
    border-bottom:16px solid #999;
}
.widget.inspiration .inspiration_list li {
    display:inline-block;
    width:33.33%;
    overflow:hidden;
    vertical-align:top;
}
.widget.inspiration .inspiration_list li a {
    display:block;
    max-height:80px;
    overflow:hidden;
}
.widget.inspiration .inspiration_list li a > img {
    display:block;
    width:100%;
    vertical-align:top;
}
.widget.designers_toolbox {
    
}
.widget.designers_toolbox .widget-title {
    
}
.widget.designers_toolbox .widget_inner {
    padding:16px;
    background:#ebebeb;
}
.widget.designers_toolbox .tools {
    list-style:none;
    margin:0;
}
.widget.designers_toolbox .tools li {
    display:table;
    float:left;
    width:40%;
    height:50px;
    margin:0 5% 16px;
    padding:0 0 0 50px;
    background:transparent url('images/project-tools-sprite.jpg') no-repeat left top;
    font-size:12px;
    line-height:16px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.widget.designers_toolbox .tools .templates-to-download {
    background-position:0 -450px;
}
.widget.designers_toolbox .tools .scoring-tool {
    background-position:0 -400px;
}
.widget.designers_toolbox .tools .scissors {
    background-position:0 -350px;
}
.widget.designers_toolbox .tools .ruler {
    background-position:0 -300px;
}
.widget.designers_toolbox .tools .paper {
    background-position:0 -250px;
}
.widget.designers_toolbox .tools .double-sided-tape {
    background-position:0 -200px;
}
.widget.designers_toolbox .tools .cutting-mat {
    background-position:0 -150px;
}
.widget.designers_toolbox .tools .blank-cd {
    background-position:0 -100px;
}
.widget.designers_toolbox .tools .access-to-printer {
    background-position:0 -50px;
}
.widget.designers_toolbox .tools .access-to-computer {
    background-position:0 0;
}
.widget.designers_toolbox .tools li span {
    display:table-cell;
    vertical-align:middle;
    color:#5c5c5c;
}
.widget.designers_toolbox .tools li a {
    display:table-cell;
    vertical-align:middle;
}
.widget.designers_toolbox .tools li a:hover {
    color:#333;
}
.widget.design_savvy {
    
}
.widget.design_savvy .widget_inner {
    background:#5c5c5c;
    padding:0 16px 16px 16px;
}
.widget.design_savvy .widget_inner .savvy {
    background:#fff;
    height:400px;
    margin:0;
    padding:10px 8px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow-y:scroll;
}
.widget.design_savvy .widget_inner .savvy .savvy_header {
    display:block;
    width:70%;
    margin:0 auto 20px auto;
}
#main .widget.widget_cr3ativ_sponsor,
#main .widget.sfsi,
#main .widget.tribe-events-list-widget {
    margin:0 0 16px 0;
    border-bottom:16px solid #999;
}
#main .widget.tribe-events-list-widget {
    border:none;
}
#main .widget.widget_cr3ativ_sponsor .widget-title,
#main .widget.sfsi .widget-title,
#main .widget.tribe-events-list-widget .widget-title,
#main .widget.widget_recent_entries .widget-title {
    background:#5c5c5c !important;
    padding:10px 0;
    color:#ffcc00;
    font-size:14px;
    text-align:center;
}
#main .widget.sfsi .sfsi_widget,
#main .widget.tribe-events-list-widget .vcalendar {
    margin:0;
    padding:0;
    border-right:1px solid #5c5c5c;
    border-left:1px solid #5c5c5c;
}
#main .widget.sfsi .sfsi_widget .norm_row {
    float:none;
}
#main .widget.tribe-events-list-widget .vcalendar {
    padding:10px;
}
#main .widget.tribe-events-list-widget .vevent {
    margin:0 0 10px 0;
}
#main .widget.tribe-events-list-widget .tribe-events-widget-link {
    margin:0;
}
#main .widget.tribe-events-list-widget .tribe-events-widget-link a {
    display:block;
    font-size:12px;
    line-height:16px;
    color:#fff !important;
    text-transform:uppercase;
    margin:0;
    padding:2px 16px;
    background:#999;
}
#main .widget.tribe-events-list-widget .tribe-events-widget-link a:hover {
    color:#333 !important;
    text-decoration:none !important;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget {
    padding:10px;
    border-left:1px solid #5c5c5c;
    border-right:1px solid #5c5c5c;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget:first-child {
    border:none;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget p {
    float:none;
    text-align:center;
    margin:0;
    font-size:14px;
    font-style:italic;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget a {
    display:block;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget img {
    display:block;
    float:none;
    margin:5px auto;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget .sponsorname,
#main .widget.widget_cr3ativ_sponsor .sponsorwidget .sponsorname a {
    display:block;
    float:none;
    text-align:center;
}
#main .widget.widget_cr3ativ_sponsor .sponsorwidget .sponsorname {
    margin:0 0 5px 0;
}
#sfsi_holder {
    height:40px !important;
}
#main .widget.widget_text .widget_inner.map {
    display:block;
    border-bottom:16px solid #999;
}
#main .widget.widget_text .widget_inner.map a {
    display:block;
    border-right:1px solid #5c5c5c;
    border-left:1px solid #5c5c5c;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#main .widget.widget_text .widget_inner.map img {
    display:block;
    width:100%;
}

#main .widget.widget_text .social_sidebar {
    list-style:none;
    margin:0;
    padding:10px;
    border-right:1px solid #5c5c5c;
    border-left:1px solid #5c5c5c;
    border-bottom:16px solid #999;
}
#main .widget.widget_text .social_sidebar li {
    margin:0;
}
#main .widget.widget_text .social_sidebar li a {
    display:block;
    height:30px;
    margin:0 0 10px 0;
    line-height:30px;
    font-size:14px;
    color:#5c5c5c;
    text-decoration:none;
}
#main .widget.widget_text .social_sidebar li a:hover {
    color:#ffcc00;
    text-decoration:none;
}
#main .widget.widget_text .social_sidebar li a img {
    display:inline-block;
    width:30px;
    height:30px;
    margin:0 8px 0 0;
    vertical-align:middle;
}

.widget.widget_recent_entries ul {
    margin:10px 0 20px 20px;
}
.widget.widget_recent_entries ul li {
    margin:0 0 5px 0;
}

/**********************************************************************************************/
/***** FOOTER *********************************************************************************/
/**********************************************************************************************/
.site-footer {
    width:100%;
}
.site-footer #footer_inner {
    width:100%;
    max-width:1024px;
    margin:0 auto;
    padding:20px 0 60px 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
    text-align:center;
}
#footer_inner ul {
    list-style:none;
    margin:0;
}
.menu-footer-nav-container {
    
}
.menu-footer-nav-container .nav-menu {
    
}
.menu-footer-nav-container .nav-menu li {
    display:inline-block;
    margin:0;
}
.menu-footer-nav-container .nav-menu li a {
    display:block;
    color:#333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1;
    padding:0 10px;
    text-decoration:none;
}
.menu-footer-nav-container .nav-menu li:first-child a {
    padding-left:0;
}
.menu-footer-nav-container .nav-menu li:hover > a,
.menu-footer-nav-container .nav-menu li:focus > a,
.menu-footer-nav-container .nav-menu .current-menu-item > a,
.menu-footer-nav-container .nav-menu .current-menu-parent > a {
    color:#ffcc00;
}
.world-of-design .menu-footer-nav-container .nav-menu li:hover > a,
.world-of-design .menu-footer-nav-container .nav-menu li:focus > a,
.world-of-design .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#ffcc00;
}
.fashion-design .menu-footer-nav-container .nav-menu li:hover > a,
.fashion-design .menu-footer-nav-container .nav-menu li:focus > a,
.fashion-design .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#ff6e1a;
}
.graphic-design .menu-footer-nav-container .nav-menu li:hover > a,
.graphic-design .menu-footer-nav-container .nav-menu li:focus > a,
.graphic-design .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#ff3333;
}
.architecture .menu-footer-nav-container .nav-menu li:hover > a,
.architecture .menu-footer-nav-container .nav-menu li:focus > a,
.architecture .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#adadad;
}
.interior-design .menu-footer-nav-container .nav-menu li:hover > a,
.interior-design .menu-footer-nav-container .nav-menu li:focus > a,
.interior-design .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#ff33cc;
}
.book-design .menu-footer-nav-container .nav-menu li:hover > a,
.book-design .menu-footer-nav-container .nav-menu li:focus > a,
.book-design .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#9966ff;
}
.film-and-theater .menu-footer-nav-container .nav-menu li:hover > a,
.film-and-theater .menu-footer-nav-container .nav-menu li:focus > a,
.film-and-theater .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#33ccff;
}
.animation .menu-footer-nav-container .nav-menu li:hover > a,
.animation .menu-footer-nav-container .nav-menu li:focus > a,
.animation .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#339999;
}
.product-design .menu-footer-nav-container .nav-menu li:hover > a,
.product-design .menu-footer-nav-container .nav-menu li:focus > a,
.product-design .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#3366ff;
}
.environment .menu-footer-nav-container .nav-menu li:hover > a,
.environment .menu-footer-nav-container .nav-menu li:focus > a,
.environment .menu-footer-nav-container .nav-menu .current-menu-item > a {
    color:#99cc33;
}

#footer_inner .footer_tagline {
    font-size:11px;
    font-weight:bold;
    margin:0 0 10px 0;
    color:#333;
    text-transform:uppercase;
}



/**********************************************************************************************/
/***** FORM STYLES ****************************************************************************/
/**********************************************************************************************/
form {
    
}
form p {
    margin:0 0 10px 0;
}
fieldset {
    
}
button,
input,
textarea {
	font-family: inherit;
	padding:4px;
	color: #4d4d4d;
}

input,
textarea {
    width:100%;
	color: #4d4d4d;
	margin:0 0 5px 0;
	padding:4px;
	border:1px solid #808080;
}
input {
    width:50%;
}

input:focus,
textarea:focus {
	
}
input[type='image'],
input[type='submit'] {
    display:block;
    width:auto;
	border:none;
	margin:0 0 10px 0;
}
input[type='file'] {
    border:none;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:12px !important;
    font-style:italic;
    line-height:1.2;
}
form .lab {
    display:inline-block;
    margin:0 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#ffcc00;
}







/* MISC STYLES */
.show_on_mobile {
	display:none !important;
}
.hide_on_mobile {
	display:block !important;
}

/* ---------------------------------------------------------------
   HELPER CLASSES
--------------------------------------------------------------- */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.float_left {
	float:left !important;
}
.float_right {
	float:right !important;
}
.nomargin {
    margin:0 !important;
}
.nopadding {
    padding:0 !important;
}
.caps {
    text-transform:uppercase !important;
}
.nocaps {
    text-transform:none !important;
}
.nobullets {
    list-style:none !important;
}
.centered {
    text-align:center !important;
}
.footnote {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:12px !important;
    font-style:italic;
    line-height:1.2;
}

/* MEDIA QUERIES ***********************************************/
/***************************************************************/

@media only screen and (min-width: 320px) and (max-width:767px) {
    
    .show_on_mobile {
        display:block !important;
    }
    .hide_on_mobile {
        display:none !important;
    }
    
    .site-header .header_inner {
        width:100%;
        padding:20px 10px;
    }
    .site-header .site-title {
        display:block;
        width:100%;
        height:auto;
    }
    .site-header .site-title a {
        
    }
    .site-header .site-title a img {
        margin-top:0 !important;
    }
    .site-header .site_description {
        display:block;
    }
    #search-container {
        margin:0;
        width:100%;
    }
    .site_description {
        margin-left:0;
    }
    #primary-navigation {
        display:none;
    }
    #primary-navigation .nav-menu {
        
    }
    #primary-navigation .nav-menu > li {
        display:block;
        width:auto;
        margin:0;
        border-bottom:1px solid #fff;
    }
    #primary-navigation .nav-menu li a {
        width:100%;
        padding:5px 0;
    }
    #primary-navigation .nav-menu .sub-menu {
        float:none;
        position:static;
        display:none;
        top:0
        left:0;
    }
    #primary-navigation li li {
        
    }
    #primary-navigation .nav-menu .world-of-design .sub-menu a,
    #primary-navigation .nav-menu .fashion-design .sub-menu a,
    #primary-navigation .nav-menu .graphic-design .sub-menu a,
    #primary-navigation .nav-menu .architecture .sub-menu a,
    #primary-navigation .nav-menu .interior-design .sub-menu a,
    #primary-navigation .nav-menu .book-design .sub-menu a,
    #primary-navigation .nav-menu .film-and-theater .sub-menu a,
    #primary-navigation .nav-menu .animation .sub-menu a,
    #primary-navigation .nav-menu .product-design .sub-menu a,
    #primary-navigation .nav-menu .environment .sub-menu a {
        width:100%;
        padding:5px 5px 5px 20px;
    }
    #primary-navigation .nav-menu li:hover > .sub-menu,
    #primary-navigation .nav-menu li.focus > .sub-menu {
        left:0;
    }
    #primary-navigation .nav-menu .environment:hover > .sub-menu,
    #primary-navigation .nav-menu .environment.focus > .sub-menu {
        right:auto;
        left:0;
    }
    
    #home_disciplines li {
        width:48%;
        margin:0 1% 30px 1%;
    }
    .content_section {
        padding:20px 0 0 0;
    }
    .content_section.interior {
        padding:20px 10px 0 10px;
    }
    #primary {
        float:none;
        width:100%;
        margin:0 0 20px 0;
    }
    #secondary {
        float:none;
        width:96%;
        margin:0 auto;
    }
    .content_section.interior #secondary {
        width:100%;
    }
    
    img.timeline {
        width:100%;
    }
    
    #content .gridblock {
        display:block;
        margin:0 auto 20px auto;
        width:90%;
    }
    #content .gridblock:nth-child(3n + 1) {
        margin-right:auto;
    }
    
    .widget.recent .archive_list li > .thumb {
        float:none;
        width:100%;
        max-height:none;
        margin:0 0 10px 0;
    }
    .widget.recent .archive_list li > .the_link {
        float:none;
        width:100%;
    }
    
    .article_top.profile > div {
        float:none;
        width:100%;
        margin:0;
    }
    .article_top.profile .then {
        margin:0;
    }
    .article_content.profile > div.col {
        float:none;
        width:100%;
        padding:16px 8px;
    }
    .article_content.profile .now {
        
    }
    
    #steps_slider > li {
        padding:20px 0;
        height:auto;
    }
    #steps_slider .cover_slide h2 {
        width:100%;
        margin:0 0 20px 0;
    }
    #steps_slider .cover_slide h2 .step_num {
        line-height:12px;
    }
    #steps_slider .cover_slide h2 .step_num span {
        font-size:20px;
    }
    #steps_slider .cover_slide h2 .cover_title {
        font-size:12px;
        line-height:24px;
    }
    #steps_slider .cover_slide .description {
        padding:0 50px;
        line-height:18px;
    }
    #steps_slider .cover_slide .hours_difficulty {
        
    }
    #steps_slider .cover_slide .hours_difficulty > div {
        
    }
    #steps_slider .cover_slide .hours_difficulty > div span {
        font-size:11px;
        font-weight:normal;
        line-height:12px;
        padding:4px 5px;
    }
    #steps_slider .cover_slide .hours_difficulty > div .num_letter {
        
    }

    #steps_slider > li > .step_num {
        
    }
    #steps_slider > li > .step_num span {
        
    }
    
    
    
    
    #main .widget.sfsi .sfsi_widget .norm_row {
        padding:5px 0;
    }
    
    .site-footer #footer_inner {
        width:96%;
        padding:0 0 20px 0;
    }
    .menu-footer-nav-container .nav-menu li {
        display:block;
    }
    .menu-footer-nav-container .nav-menu li a {
        display:block;
        padding:5px 10px;
    }
        
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
    .site-header .site-title {
        margin:0 0 10px 0;
    }
    
    #primary-navigation .nav-menu {
        font-size:0;
        margin:0 0 0 -2px;
    }
    #primary-navigation .nav-menu > li {
        width:10%;
        min-width:77px;
        margin:0;
        font-size:12px;
    }
    #primary-navigation .nav-menu li a {
        display:table;
        width:90%;
        font-size:12px;
        line-height:15px;
        min-height:40px;
        padding:5px 5%;
    }
    #primary-navigation .nav-menu li a span {
        display:table-cell;
        vertical-align:middle;
    }
    #primary-navigation .nav-menu .sub-menu {
        top:40px;
    }
    #primary-navigation .nav-menu .sub-menu a {
        display:block;
        min-height:0;
    }
    #home_disciplines li {
        width:18%;
        margin:0 1% 30px 1%;
    }
    .content_section {
        padding-top:30px;
    }
}


