/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/* Readyfolio Table of Contents

    = Defaults
    = Navigation Menus
    = Header
    = Secondary Header
    = Layout
    = Content Styles
    = Content Elements
    = Comments
    = Comments Form
    = Form and Buttons
    = Gravity Forms Fix
    = Sidebar
    = Widgets
    = Themedy Widgets
    = Footer
    = Footer Widgets
    = Homepage Template Styles
    = Landing Page Template Styles
    = Mobile Menu
    = Responsive Design

*/


/* = Defaults */
body {
    font-size: 16px;
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;;
    font-weight: 300;
    color: #333333;
	line-height: 1;
}
embed,
img,
object,
video,
.video iframe {
	max-width: 100%;
}
img {
    height: auto;
}
iframe img {
	max-width: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a {
    color: #0D72C7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline
}
div > .wrap {
    width: 1152px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear { clear: both; }

/* = Navigation Menus */
.menu-primary {
    position: relative;
    list-style: none;
    z-index: 50;
}
.menu-primary li {
    position: relative;
    float: left;
}
.menu-primary ul {
    position: absolute;
    visibility: hidden;
    list-style: none;
    z-index: 110;
}
.menu-primary ul li {
    clear: both
}
.menu-primary a {
    display: block
}
.menu-primary ul ul {
    position: absolute;
    top: 0;
}
.menu-primary li:hover ul, .menu-primary a:hover ul, .menu-primary :hover ul :hover ul, .menu-primary :hover ul :hover ul :hover ul {
    visibility: visible
}
.menu-primary :hover ul ul, .menu-primary :hover ul :hover ul ul {
    visibility: hidden
}
.menu-primary ul, .menu-primary ul li {
    width: 170px
}
.menu-primary ul ul, .menu-primary :hover ul :hover ul {
    left: 170px
}
.menu-primary a {
    font-size: 17px;
    line-height: 20px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-left-width: 0;
}
.menu-primary ul a {
    width: auto
}
.menu-primary li:hover ul, .menu-primary a:hover ul {
    left: 0
}
.menu-primary a, .menu-primary .current ul a, .menu-primary .current-cat ul a, .menu-primary .current-menu-item ul a {
    color: #fff
}
.menu-primary a:hover, .menu-primary .current ul a:hover, .menu-primary .current-cat ul a:hover, .menu-primary .current-parent a:hover, .menu-primary .current-menu-item ul a:hover, .menu-primary .current-menu-ancestor a:hover {
    background-color: #145382;
    text-decoration: none;
}
.menu-primary a:active, .menu-primary .current ul a:active, .menu-primary .current-cat ul a:active, .menu-primary .current-parent a:active, .menu-primary .current-menu-item ul a:active, .menu-primary .current-menu-ancestor a:active {
    background-color: #145382;
}
.menu-primary .current a, .menu-primary .current a:hover, .menu-primary .current-cat a, .menu-primary .current-cat a:hover, .menu-primary .current-menu-item a, .menu-primary .current-menu-item a:hover {
    background: #145382;
}
#nav {
    float: right;
    max-width: 800px;
    padding: 55px 0 50px;
}
.menu-primary li.dropdown:hover > a {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.menu-primary .sub-menu {
    background: #145382;
    padding: 5px 15px;
    -webkit-border-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 0;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom: 3px solid #104A75;
    margin-left: 5px;
}
.menu-primary .sub-menu .sub-menu {
    margin-left: -5px
}
#nav .menu-primary li {
	display: inline-block;
	float: none;
	*display: block;
	*float: left;
}
.menu-primary a {
    margin-left: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.menu-primary .current a, .menu-primary .current a:hover, .menu-primary .current-cat a, .menu-primary .current-cat a:hover, .menu-primary .current-menu-item a, .menu-primary .current-menu-item a:hover {
    text-shadow: 0 1px 0 rgba(0,0,0,.1)
}
.menu-primary li.dropdown:hover > a {
    background: #145382
}
.menu-primary .sub-menu a, .menu-primary .current .sub-menu a {
    font-size: 15px;
    color: #ddd;
    text-transform: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 300;
    padding: 10px 0;
}
.menu-primary .sub-menu a:hover {
    color: #fff
}


/* = Header */
#header {
    background: url("images/bg-overlay.png") #2976B0;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, .28);
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, .28);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, .28);

}
#site_title, #site_title a {
   	font-size: 36px;
	color: #fff;
    font-weight: 600;
}
#site_title, #thesis_header_image {
    float: left;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	padding: 35px 0;
	line-height: 1.95;
}
#site_title a:hover {
    color: #eee;
	text-decoration: none;
}


/* = Secondary Header */
#secondary_area {
    color: #fff;
    background: url("images/bg-overlay.png") #2169A0;
	padding: 50px 0;
}
.template_front-page #secondary_area {
    padding: 70px 0
}
#secondary_area {
    text-shadow: 0 2px 0 rgba(0,0,0,.1)
}
#secondary_area #featured-content {
    float: left;
    width: 576px;
    padding-top: 50px;
}
#secondary_area #featured-content a {
    font-weight: 400
}
#secondary_area #featured-content h2 {
    font-weight: 500
}
#secondary_area p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 100;
}
#secondary_area h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
#secondary_area h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 50px;
}
#secondary_area .page_title, #secondary_area .archive_title {
    float: left;
    margin: 0 40px 0 0;
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
}
#secondary_area .tag {
    float: right;
    line-height: 34px;
    font-size: 22px;
    font-weight: 100;
}
#secondary_area .tag p {
    line-height: 34px;
    font-size: 22px;
    font-weight: 100;
}


/* = Layout */
.columns, .columns > .content, .columns > .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.columns > .content {
    width: 752px;
    float: left;
}
.columns > .sidebar {
    width: 302px;
    float: right;
}
#inner {
    padding: 70px 0
}
.columns {
    background: url("images/bg-sidebar.png") no-repeat top right
}


/* = Content Styles */
.post_box {
    line-height: 1.85;
}
.post_box h1, .post_box .headline, .headline a {
	font-size: 28px;
	color: #333333;
    line-height: 1.6;
    font-weight: 300;
}
.headline_area {
    margin-bottom: 25px
}
.headline_area p {
    color: #666666;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0;
}
.headline a:hover {
    color: $links;
    text-decoration: none;
}
.headline_area p a, .post_edit, .post-meta a {
    color: #AAAAAA;
}
.post_box .post_content h2 {
   font-size: 26px;
}
.post_box .post_content h3 {
    font-size: 24px
}
.post_box .post_content h4 {
    font-size: 20px
}
.post_box .post_content h5 {
    font-size: 18px
}
.post_box .post_content h2, .post_box h3 {
    margin-top: 39px;
    margin-bottom: 13px;
}
.post_box h5, .post_box .small {
    font-size: 13px;
    line-height: 21px;
}
.post_box .drop_cap {
    font-size: 60px;
    line-height: 1em;
    margin-right: 10px;
    float: left;
}
.post_box p, .post_box ul, .post_box ol, .post_box blockquote, .post_box pre, .post_box dl, .post_box dd {
    margin-bottom: 26px
}
.post_box ul {
    list-style-type: square
}
.post_box ul, .post_box ol {
    margin-left: 26px
}
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol {
    margin-left: 26px
}
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol, .wp-caption p {
    margin-bottom: 0
}
.post_box .left, .post_box .alignleft, .post_box .ad_left {
    margin-bottom: 26px;
    margin-right: 26px;
}
.post_box .right, .post_box .alignright, .post_box .ad {
    margin-bottom: 26px;
    margin-left: 26px;
}
.post_box .center, .post_box .aligncenter {
    margin-bottom: 26px
}
.post_box .block, .post_box .alignnone {
    margin-bottom: 26px
}
.post_box .stack {
    margin-left: 26px
}
.num_comments_link, .post_tags {
    background: url("images/icon-dot.png") no-repeat scroll left center transparent;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}
.post_content .frame {
    padding: 15px;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
}
.post_content blockquote {
	color: #666666;
    background: url("images/blockquote.png") no-repeat;
    border: none;
    margin: 5px 5px 20px;
    padding: 25px 30px 5px 70px;
}
.post_content blockquote p {
    font-style: italic;
}
.post_box {
    margin: 60px 0 0 0
}
.top.post_box {
    margin-top: 0
}
.post-meta {
    border-top: 1px solid #DDDDDD;
    clear: both;
    color: #666666;
    font-size: 16px;
    padding: 5px 0 0;
    text-transform: uppercase;
    margin-top: 20px;
}
.post_box .post_image {
    margin-bottom: 20px
}
.post_box .post_image_box {
    margin-bottom: 25px;
    padding: 15px;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
}
.post_box .post_image_box img, .post_box .wp-caption img {
    margin-bottom: 15px;
}
.post_box .wp-caption p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.post_box .post_tags a:hover {
    text-decoration: underline
}
.post_box .alert, .post_box .note {
    margin-bottom: 25px;
    padding: 15px;
}
.post_box .alert {
    background: #777;
}
.post_box .note {
    background: #EEEEEE
}
.post_box .alert p:last-child, .post_box .note p:last-child {
    margin-bottom: 0
}
.post_box code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
	padding: 15px;
	background: #EEEEEE;
	overflow: auto;
	clear: both;
}
.post_box table {
    border: 1px solid #DDDDDD;
    margin: 25px -1px 24px 0;
    text-align: left;
    width: 100%;
}
.post_box tr th, .post_box thead th {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 9px 24px;
}
.post_box tr td {
    border-top: 1px solid #DDDDDD;
    padding: 6px 24px;
}
.post_box tr.odd td {
    background: #f2f7fc
}
.post_box .post_content h1, .post_box .post_content h2, .post_box .post_content h3, .post_box .post_content h4, .post_box .post_content h5, .post_box .post_content h6 {
    line-height: 1.25;
    margin: 0 0 10px;
    font-weight: 300;
}
.sticky, .wp-caption, .author_description {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #e9e9e9;
    -moz-box-shadow: 0 2px 0 0 #e9e9e9;
    box-shadow: 0 2px 0 0 #e9e9e9;
	padding: 20px;
}
.sticky {
    margin: -10px 0 40px;
}
.wp-caption {
	text-align: center;
}
.author_description {
	margin: 40px 0;
}
.author_description .avatar {
	float: left;
	margin: 0 20px 10px 0;
}
.author_description_intro {
	font-weight: bold;
	display: block;
}
.post_content blockquote.right, .post_content blockquote.left {
    width: 45%;
    line-height: 23px;
    margin-bottom: 15px;
}
.post_content blockquote.right, .post_content blockquote.left {
    padding-left: 0;
    border: 0;
}
.post_content blockquote.right p, .post_content blockquote.left p {
    margin-bottom: 0
}
.post .wp-post-image {
	margin-bottom: 20px;
}


/* = Content Elements */
#archive_intro {
    font-size: 18px;
    color: #999999;
    background: url('images/bg-line.png') bottom left repeat-x;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.archive_title {
    margin-bottom: 0;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
}
.prev_next {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.prev_next {
    clear: both
}
.prev_next .next_posts {
    float: right
}
.login_alert {
    font-weight: bold;
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}


/* = Comments */
.comments_intro, .comment_form_title {
    font-size: 26px;
    background: url('images/bg-line.png') bottom left repeat-x;
	margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.comments_intro a {
    text-decoration: underline
}
.comments_intro a:hover {
    text-decoration: none
}
.comments_closed {
	font-weight: bold;
	text-transform: uppercase;
    margin-bottom: 20px;
	margin-top: 20px;
}
.comment {
    line-height: 1.85;
}
.comment .comment_author {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
.comment .comment_aux {
    font-size: 13px;
    line-height: 21px;
}
.children .comment {
    list-style-type: none;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #DDDDDD;
    margin-top: 40px;
    margin-left: 15px;
    padding-left: 15px;
}
.comment .comment_text ul {
    list-style-type: square
}
.comment .comment_text ul, .comment .comment_text ol {
    margin-left: 26px
}
.comment p, .comment .comment_text ul, .comment .comment_text ol, .comment .comment_text blockquote, .comment .comment_text pre {
    margin-bottom: 26px
}
.comment .comment_text li ul, .comment .comment_text li ol {
    margin-left: 26px;
    margin-bottom: 0;
}
.comment .comment_text .left, .comment .comment_text .alignleft {
    margin-bottom: 26px;
    margin-right: 26px;
}
.comment .comment_text .right, .comment .comment_text .alignright {
    margin-bottom: 26px;
    margin-left: 26px;
}
.comment .comment_text .center, .comment .comment_text .aligncenter {
    margin: 0 auto 26px auto
}
.comment .comment_text .block, .comment .comment_text .alignnone {
    margin: 0 auto 26px 0
}
.comment_list {
    list-style: none;
    margin-bottom: 30px;
}
p.comment_head {
    margin: 10px 0 0 0;
    display: inline-block;
}
.comment_list img.avatar {
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.comment-meta, .comment-meta a {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
}
.comment {
    margin-bottom: 40px
}
.comment_edit {
    float: right;
    color: #AAAAAA;
    text-transform: uppercase;
}


/* = Comments Form */
#inner .children #commentform, #inner .children .comment_form_title {
    padding-left: 0;
    margin-left: 0;
}
#cancel-comment-reply-link {
    float: right;
    text-transform: uppercase;
    color: #ff0000;
    font-size: 20px;
}
#commentform {
    line-height: 27px;
    margin-bottom: 20px;
}
#commentform label {
    display: block
}
#commentform p {
    margin-bottom: 15px
}
#commentform p a {
    text-decoration: underline
}
#commentform p a:hover {
    text-decoration: none
}
#commentform p .required {
    color: #ff0000;
}
.comment_moderated {
    font-weight: bold
}
#commentform .input_text {
    width: 50%
}
#commentform textarea.input_text {
    width: 100%
}
.comment #commentform {
    padding-right: 0;
    padding-left: 0;
}
.comment .comment_form_title {
    margin-top: 0
}


/* = Form and Buttons */
.input_text, input[type="text"], input[type="password"], input[type="email"], select, textarea {
    font-size: inherit;
    line-height: 1em;
    font-family: inherit;
    color: #333;
    background-color: #fff;
    border: 1px solid #DDDDDD;
	padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input_text, input[type="text"], input[type="password"], input[type="email"], select, textarea:focus {
    border-width: 1px;
    border-style: solid;
}
.input_text, input[type="text"], input[type="password"], input[type="email"], select, textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #f5f5f5;
    -moz-box-shadow: 0 2px 0 0 #f5f5f5;
    box-shadow: 0 2px 0 0 #f2f2f2;
    -webkit-appearance: none;
}
.input_text:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus select:focus, textarea:focus {
    border-color: #c9c9c9
}
#submit, .gform_footer .button, input[type="button"], input[type="submit"], a.button, .button, a.comment-reply-link, .archive_nav a, .input_submit, .previous_posts a, .next_posts a {
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
    font-weight: 400;
    color: #fff;
    background-color: #2976B0;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #145382;
	padding: 7px 15px 6px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#submit, .gform_footer .button, input[type="button"], input[type="submit"], a.button, .button, a.comment-reply-link, .archive_nav a, .input_submit, .previous_posts a, .next_posts a {
    cursor: pointer;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
    vertical-align: middle;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
}
#submit:hover, .gform_footer .button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover, .button:hover, a.comment-reply-link:hover, .archive_nav a:hover, .input_submit:hover, .previous_posts a:hover, .next_posts a:hover {
    background: #4189C1;
    text-decoration: none;
}
#submit:active, .gform_footer .button:active, input[type="button"]:active, input[type="submit"]:active, a.button:active, .button:active, a.comment-reply-link:active, .archive_nav a:active, .input_submit:active, .previous_posts a:active, .next_posts a:active {
    border-bottom-width: 2px;
    margin-top: 1px;
}


/* = Gravity Forms Fix */
div.gform_wrapper input[type="text"], div.gform_wrapper select, div.gform_wrapper textarea {
    box-sizing: border-box;
    font-size: 16px !important;
    padding: 4px 5px !important;
}
div.gform_wrapper input[type="submit"], div.gform_wrapper input[type="button"] {
    font-size: 18px !important
}
div.gform_wrapper .ginput_complex label {
    font-size: 14px
}
div.gform_wrapper li, div.gform_wrapper form li {
    margin: 0 0 10px
}
div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 400 !important;
    padding-bottom: 10px;
}


/* = Sidebar */
.sidebar {
	color: #333333;
    overflow: hidden
}
.sidebar h1, .sidebar .headline {
    font-size: 21px;
    line-height: 29px;
}
.sidebar .small {
    font-size: 10px;
    line-height: 16px;
}
.sidebar .drop_cap {
    font-size: 38px;
    line-height: 1em;
    margin-right: 6px;
    float: left;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd {
    margin-bottom: 19px
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol {
    margin-left: 19px
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p {
    margin-bottom: 0
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
    margin-bottom: 19px;
    margin-right: 19px;
}
.sidebar .right, .sidebar .alignright, .sidebar .ad {
    margin-bottom: 19px;
    margin-left: 19px;
}
.sidebar .center, .sidebar .aligncenter {
    margin-bottom: 19px
}
.sidebar .block, .sidebar .alignnone {
    margin-bottom: 19px
}
.sidebar .stack {
    margin-left: 19px
}


/* = Widgets */
.widget {
    line-height: 1.85;
    margin-bottom: 50px;
}
.widget .widget_title {
	font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.widget p, .widget ul {
    margin-bottom: 23px
}
.widget li ul {
    margin-bottom: 0
}
.widget ul {
    list-style-type: none
}
.widget li {
    margin-bottom: 12px
}
.widget li ul, .widget li ol {
    margin-top: 12px
}
.widget .widget_title {
    background: url("images/bg-line.png") repeat-x left bottom;
    clear: both;
}
#wp-calendar {
    width: 100%
}
#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}
#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: 500;
    margin: 10px 0 0;
}
#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}


/* = Themedy Widgets */
.themedy_ad_widget ul {
    padding: 0;
    margin: 0;
}
.themedy_ad_widget .ads-125 {
    width: 310px
}
.themedy_ad_widget ul li, .sidebar.widget-area .themedy_ad_widget ul li, #footer-widgets .themedy_ad_widget ul li {
    float: left;
    list-style: none;
    height: 145px;
    margin: 10px 10px 0 0;
    width: 145px;
    border: none;
}
.themedy_ad_widget ul li img {
    padding: 9px;
    background: #fff;
    border: 1px solid #ddd;
}
#flickr_badge_wrapper {
    width: 310px
}
.flickr_badge_image {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
.flickr_badge_image img {
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
    width: auto;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.flickr_badge_image img:hover {
    opacity: .7
}
.widget_woothemes_testimonials .quote {
    margin-top: 40px
}
.widget_woothemes_testimonials .first {
    margin-top: 0
}
.widget_woothemes_testimonials blockquote:after {
    display: block;
    bottom: 1px;
    content: ' ';
    position: absolute;
    bottom: -12px;
    left: 25px;

	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 13px 0 13px;
	border-color: #4189C1 transparent transparent transparent;
}
.widget_woothemes_testimonials blockquote {
    padding: 25px;
    background: #4189C1;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}
.widget_woothemes_testimonials img {
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.widget_woothemes_testimonials cite {
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    font-weight: 400;
    display: block;
}
.widget_woothemes_testimonials .excerpt, .widget_woothemes_testimonials .title {
    font-weight: 100;
    font-weight: 100;
    display: block;
}
.widget_woothemes_testimonials .url a {
    color: #888;
    font-size: 18px;
    font-weight: 100;
}
.home-section .widget_woothemes_features .feature {
    width: 30%;
    float: left;
    margin-left: 4%;
}
#inner .widget_woothemes_features {
    margin-bottom: 0
}
.widget_woothemes_features .feature {
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    margin-bottom: 20px;
}
.widget_woothemes_features .feature img {
    display: inline;
}
.home-section .widget_woothemes_features .first, .widget_woothemes_features .first {
    clear: both;
    margin-left: 0;
}
.widget_woothemes_features .feature:hover {
    opacity: .65
}
.widget_woothemes_features .feature-title {
    margin: 25px 0;
    font-size: 24px;
    line-height: 24px;
}
.widget_woothemes_features .feature-title a {
    color: #5e5e5e
}
.home-section .widget {
    margin: 0 0 20px
}


/* = Footer */
#footer {
	color: #666666;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: url("images/bg-overlay.png") #F9F9F9;
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .15);
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer a {
    font-weight: bold;
    color: inherit;
}
#footer .attribution {
	font-size: 80%;
}


/* = Footer Widgets */
#footer_widgets {
    color: #666666;
    background: url("images/bg-overlay.png") #F9F9F9;
}
#footer_widgets .wrap > .footer-widgets-1 {
    width: 352px;
    float: left;
}
#footer_widgets .wrap > .footer-widgets-2 {
    width: 352px;
    float: left;
}
#footer_widgets .wrap > .footer-widgets-3 {
    width: 352px;
    float: right;
}
.footer-widgets-1 {
    margin-right: 48px
}
#footer_widgets .widget {
	padding-top: 70px;
    padding-bottom: 50px;
	margin-bottom: 0;
}
#footer_widgets .widget .widget_title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
	background: none;
    padding: 0;
}
#footer_widgets .widget p, #footer_widgets .widget ul {
    margin-bottom: 26px
}
#footer_widgets .widget li ul {
    margin-bottom: 0
}


/* = Homepage Template Styles */
.home-widget-1 {
    float: left;
    width: 752px;
}
.home-widget-2 {
    float: right;
    width: 352px;
}
.home-section {
    margin: 70px 0 0 0;
    width: auto;
    overflow: hidden;
}
#inner .home-section:first-child, #inner .intro-row {
    margin-top: 0
}
.home-section .widget_title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
}
#portfolio-carousel {
    position: relative
}
.portfolio-item {
    width: 252px;
    text-align: center;
    float: left;
    margin-right: 48px;
}
.last {
    float: right;
    margin-right: 0;
}
.portfolio-item .title {
    margin: 30px 0 10px 0;
    font-size: 22px;
    font-weight: 500;
}
.portfolio-item .title a, .portfolio-item .terms a {
    color: #5e5e5e
}
.portfolio-item .terms {
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
}
.portfolio-thumb {
    background: url("images/graphic-portfolio_link.png") no-repeat center;
    margin: 0 auto;
    max-width: 252px;
    -webkit-border-radius: 126px;
    -moz-border-radius: 126px;
    border-radius: 126px;
}
.portfolio-thumb img {
    display: block;
    margin: 0;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 126px;
    -moz-border-radius: 126px;
    border-radius: 126px;
}
.portfolio-item:hover img {
    opacity: .25
}
.template_portfolio .portfolio-item a:hover {
    text-decoration: none
}
.template_portfolio .portfolio-item {
    margin-bottom: 20px;
    margin-top: 20px;
}


/* = Landing Page Template Styles */
#landingpage {
    width: 710px;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #555;
    background-color: #fff;
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 20px;
}
body.template_landing-page {
    background: #eee
}
#landingpage h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}
#landingpage h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
}
#landingpage h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
#landingpage h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
}
#landingpage h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#landingpage h6 {
    font-size: 1em;
    font-weight: bold;
}
#landingpage h1, #landingpage h2, #landingpage h3, #landingpage h4, #landingpage h5, #landingpage h6 {
    color: #111
}
#landingpage h1.headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
#landingpage ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
#landingpage ul li {
    margin: 10px 0;
    line-height: 1.5em;
}
#landingpage p {
    margin-bottom: 1.5em
}
#landingpage #mobile_menu_area {
    display: none
}
@media only screen and (max-width: 768px) {
    #landingpage {
        margin: 0;
        border-width: 10px 0;
        width: auto;
    }
    #landingpage img {
        max-width: 100%;
        height: auto;
    }
}


/* = Mobile Menu */
#mobile_menu_area {
    height: auto;
    display: none;
}
#mobile_menu_area #mobile_menu > ul {
    display: none;
    overflow: hidden;
}
#mobile_menu_area #pull {
    display: block;
    width: 100%;
    position: relative;
    text-indent: 15px;
    background-color: #333;
    min-height: 40px;
    padding-top: 14px;
    position: relative;
    outline: none;
    border-bottom: 4px solid #252525;
    cursor: pointer;
}
#mobile_menu_area #pull:hover {
    text-decoration: none
}
#mobile_menu_area #pull.opened {
    border-bottom: none;
    padding-bottom: 40px;
    background: url("images/mobile_close.png") bottom center repeat-x #333;
    background-size: 500px 40px;
}
#mobile_menu_area #pull ul li {
    display: block;
    list-style: none;
    width: 100%;
}
#mobile_menu_area #pull span {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
#mobile_menu_area #pull a {
    width: 100%;
    font-size: 13px;
    display: block;
    padding: 8px 0;
    color: #ddd;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
#mobile_menu_area #pull a:hover, #mobile_menu_area #pull .current_page_item > a, #mobile_menu_area #pull .current-cat > a, #mobile_menu_area #pull .current-menu-item > a {
    color: #fff;
    background: #555;
}
#mobile_menu_area #pull:after {
    content: "";
    background: url("images/mobile_button.png") no-repeat;
    background-size: 38px 31px;
    width: 40px;
    height: 31px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 12px;
}
#mobile_menu {
    padding: 0 5px;
    margin-bottom: 5px;
    margin-top: 40px;
}
#mobile_menu_area #pull .sub-menu a {
    text-indent: 25px
}
#mobile_menu_area #pull .sub-menu .sub-menu a {
    text-indent: 35px
}
#mobile_menu_area #pull .sub-menu .sub-menu .sub-menu a {
    text-indent: 45px
}
#mobile_menu_area .sub-menu {
    display: block !important
}


/* = Responsive Design */
@media only screen and (max-width: 1200px) {
    #container > div > .wrap, #inner {
        width: 1008px
    }
    #site_title, #thesis_header_image {
        max-width: 300px
    }
    #nav {
        max-width: 700px;
        text-align: right;
    }
    #nav li {
        display: inline-block;
        float: none;
        text-align: left;
    }
    #secondary_area #featured-content {
        width: 432px
    }
    .home-widget-1, .columns .content {
        width: 608px
    }
    .portfolio-item {
        width: 216px
    }
    #footer_widgets .wrap > .footer-widgets-1, #footer_widgets .wrap > .footer-widgets-2, #footer_widgets .wrap > .footer-widgets-3 {
        width: 304px
    }
}

@media only screen and (max-width: 1024px) {
    #container > div > .wrap, #inner {
        width: 804px
    }
    #nav {
        max-width: 500px
    }
    #secondary_area #featured-content {
        width: 326px;
        padding-top: 0;
    }
    #secondary_area #featured-slider-area {
        background: none;
        width: 430px;
    }
    #featured-slider-area #featured-slider .slide {
        height: auto;
		min-height: 240px;
		width: auto;
    }
    #featured-slider-area .slide .flex-caption-wrap {
        height: 240px;
        width: 200px;
    }
    #featured-slider-area .slide .flex-caption {
        height: 240px;
        width: 400px;
    }
    .home-widget-1, .columns .content {
        width: 506px
    }
    #inner {
        background: none
    }
    .columns > .sidebar, .home-widget-2 {
        width: 250px
    }
    .portfolio-item {
        width: 165px
    }
    #footer_widgets .wrap > .footer-widgets-1, #footer_widgets .wrap > .footer-widgets-2, #footer_widgets .wrap > .footer-widgets-3 {
        width: 236px
    }
    .themedy_ad_widget .ads-125, #flickr_badge_wrapper {
        width: auto
    }
}

@media only screen and (max-width: 824px) {
    body {
        width: 100%;
        margin: 0 auto;
    }
    #container > div > .wrap, #inner {
        width: auto;
        margin: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
    #inner {
        padding-top: 9%;
        padding-bottom: 9%;
    }
    #secondary_area .page_title, .home-widget-1, .home-widget-2, .columns .content, .columns > .sidebar, #secondary_area #featured-content, #footer_widgets .wrap > .footer-widgets-1, #footer_widgets .wrap > .footer-widgets-2, #footer_widgets .wrap > .footer-widgets-3 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    #secondary_area .page_title {
        float: none;
        text-align: center;
    }
    #secondary_area p.tag {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    .columns > .sidebar {
        display: block;
        margin-top: 40px;
        clear: both;
        float: none;
    }
    #secondary_area #featured-content {
        float: none;
        margin-bottom: 30px;
    }
    #secondary_area #featured-slider-area {
        float: none;
        width: 530px;
        margin: 0 auto;
        clear: both;
        background: url(images/bg-slider_bot.png) center bottom no-repeat;
    }
    #featured-slider-area .slide .flex-caption-wrap {
        height: 300px;
        width: 300px;
    }
    #featured-slider-area .slide .flex-caption {
        height: 300px;
        width: 500px;
    }
    .header-image #title-area {
        margin: 0 auto;
        float: none;
    }
	#header {
		text-align: center;
	}
    #site_title, #thesis_header_image {
        float: none;
        max-width: 100%;
        text-align: center;
    }
    body #header #site_title a, #thesis_header_image {
        display: inline-block
    }
    #nav {
        padding: 0 0 40px 0;
        max-width: none;
        float: none;
        text-align: center;
        clear: both;
    }
    .menu-primary {
        text-align: center;
        float: none;
    }
    .menu-primary li {
        float: none;
        display: inline-block;
        text-align: left;
    }
    .portfolio-item {
        width: 22.5%;
        float: left;
        padding-right: 3%;
        margin: 0;
    }
    .portfolio-item.last {
        padding-right: 0
    }
    #secondary_area {
        padding: 50px 0
    }
    #featured-content {
        text-align: center
    }
    #featured-area h1 {
        font-size: 32px;
        line-height: 38px;
    }
    #featured-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #secondary_area .page_title {
        font-size: 28px
    }
    #featured-content p {
        font-size: 16px;
        line-height: 26px;
    }
    #secondary_area p.tag {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }
    #secondary_area, .template_front-page #secondary_area, #footer-widgets .wrap {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}

@media only screen and (max-width: 590px) {
    #secondary_area #featured-slider-area {
        width: auto;
        background: none;
    }
    #featured-slider-area .slide .flex-caption-wrap {
        display: none
    }
    #featured-slider-area .slide .flex-caption {
        background: none
    }
	#featured-slider-area #featured-slider .slide {
		min-height: 0;
	}
    #secondary_area, #footer-widgets .wrap {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    #nav-responsive {
        display: none
    }
    #nav-responsive #nav {
        padding: 0
    }
    #mobile_menu_area {
        display: block
    }
    #secondary_area .page_title {
        font-size: 24px;
        line-height: 28px;
    }
    #site_title, #thesis_header_image {
        padding: 20px 0
    }
}

@media only screen and (max-width: 480px) {
    .home-section .widget_woothemes_features .feature, .portfolio-item, .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
    .portfolio-item {
        margin-top: 20px
    }
}

.columns:after, #footer_widgets .wrap:after, .post_box:after, .post_box .post_content:after, .sidebar:after, .sidebar .post_content:after, .menu-primary:after, .comment .comment_text:after, .widget:after, .prev_next:after, .post_box:after, #header:after, #inner:after, #secondary_area:after {
    content: "."; display: block; height: 0; clear: both; visibility: hidden;
}