/*
Theme name: Australian Debt Clock
Description: Custom Theme
*/

/******* Australian Debt Clock WordPress CSS *******/

/* Common elements styling */
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; } 

/******* /Australian Debt Clock WordPress CSS *******/
* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'franklin-gothic-urw', arial, sans-serif;
    color: #00659f;
    background: #f2f2f2;
    min-width: 1200px;
    -webkit-text-size-adjust: none;
}

a { color: #00659f; text-decoration: underline; cursor: pointer; }
a:hover { color: #023552; text-decoration: none; }
a img { border: 0; }

img { width: auto; height: auto; max-width: 100%; font-size: 0; vertical-align: middle; }

input, textarea, select { font-size: 12px; font-family: 'franklin-gothic-urw', arial, sans-serif; }
textarea { overflow: auto; }

input[type="text"], input[type="password"], input[type="email"], input[type="submit"], input[type="button"], textarea { border-radius: 0; -webkit-appearance: none; }


.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 1170px; margin: 0 auto; }

.wrapper { width: 100%; background: #fff; }

h1 { font-size: 42px; font-weight: 500; }
h2 { font-size: 32px; font-weight: 500; }
h3 { font-size: 26px; font-weight: 500; }
h4 { font-size: 22px; font-weight: 500; }
h5 { font-size: 18px; font-weight: 500; }
h6 { font-size: 16px; font-weight: 500; }

p { padding-bottom: 24px; }

strong { font-weight: 500; }

.logo { width: 632px; padding-bottom: 26px; }
.logo a { display: block; height: 94px; background: url(images/logo.png) no-repeat 0 0; }

.header { padding: 36px 0 0; }
.header .shell { position: relative; }

.clock { width: 100%; max-width: 870px; padding: 0 0 9px; position: relative; overflow: hidden; }
.clock .top { width: 100%; padding: 9px 0 8px; margin-bottom: 5px; border-top: 1px solid #cce0ec; border-bottom: 1px solid #cce0ec; position: relative; overflow: hidden; }
.clock .top h5 { float: left; display: inline; width: 434px; padding: 4px 15px; font-size: 24px; font-weight: 500; }
.clock .top p { float: right; display: inline; width: 350px; padding: 0 20px; font-size: 36px; line-height: 1; font-weight: 500; }
.clock .top p.red { color: #c91f35; }
.clock .currency { float: right; display: inline; width: 350px; padding: 0 20px; font-size: 16px; font-weight: 500; }
.clock .text { display: none; font-size: 15px; line-height: 1.5; color: #817f7d; padding: 22px 12px 0; width: 846px; }
.clock .text p { padding-bottom: 23px; }
.clock .text p a { color: #817f7d; }
.clock .text p a:hover { color: #333; }

.more { float: left; display: inline; margin-left: 11px; padding-top: 2px; font-size: 15px; line-height: 20px; color: #4c4946; text-transform: uppercase; font-weight: 500; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80); text-decoration: none; }
.more:hover { text-decoration: none; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
.more span { float: left; display: inline; width: 19px; height: 19px; background: url(images/more-icon.png) no-repeat 0 0; margin: 0 13px 0 0; }
.more.opened span { background-position: 0 bottom; }

.header .banner { position: absolute; top: 17px; right: 1px; width: 468px; }
.header .socials { float: right; display: inline; width: 250px; font-size: 0; margin-top: -35px; position: relative;  text-align: right; }
.header .socials .stButton { margin: 0 0 0 2px; }

.navigation { background: #00659f; border-radius: 4px; margin-top: 22px; position: relative; z-index: 100; }
.navigation ul { list-style: none outside none; } 
.navigation .menu { float: left; display: inline; padding: 0 9px; }
.navigation .menu > li { float: left; display: inline; padding-left: 11px; position: relative; }
.navigation .menu > li:first-child { padding-left: 0; }
.navigation .menu > li > a { float: left; display: inline; font-size: 18px; font-weight: 500; color: #fff; text-decoration: none; padding: 18px 20px; }
.navigation .menu > li > a:hover,
.navigation .menu > li.hover > a,
.navigation .menu > li.current-menu-item > a { background: #0081cb; }

.navigation .menu ul { display: none; }
.navigation .menu .dd ul { display: block; }
.navigation .menu .dd { background: url(images/transparent.png); position: absolute; top: 100%; left: 8px; padding: 8px 0 0; display: none; *width: 200px; }
.navigation .menu .dd:after { content: ''; display: block; width: 0; height: 0; position: absolute; top: 0; left: 33px; border-bottom: 8px solid #00659f; border-left: 8px solid transparent; border-right: 8px solid transparent; }
.navigation .menu ul { position: relative; overflow: hidden; background: #00659f; border-radius: 5px; }
.navigation .menu ul li { display: block; }
.navigation .menu ul li a { display: block; white-space: nowrap; *white-space: normal; font-size: 14px; color: #fff; text-decoration: none; padding: 12px 20px; }
.navigation .menu ul li a:hover { text-decoration: none; background: #0081cb; }

.nav-toggle { display: none; background: #00659f; color: #fff; font-size: 18px; padding: 4px 20px; text-decoration: none; }
.nav-toggle:hover { text-decoration: none; color: #b0e7ff; }

.main { padding: 24px 0 40px; position: relative; overflow: hidden; }

.footer { background: #f2f2f2; width: 100%; font-weight: 500; padding: 28px 0 40px; }
.footer .shell { position: relative; overflow: hidden; }
.footer .nav { float: left; display: inline; width: 570px; }
.footer .nav ul { list-style: none outside none; }
.footer .nav ul li { float: left; display: inline; padding-left: 49px; }
.footer .nav ul li:first-child { padding-left: 0; }
.footer .nav a { text-decoration: none; }

.footer .gform_wrapper { float: left; display: inline; width: 270px; padding-left: 30px; }
.footer .gform_wrapper h3 { font-size: 16px; font-weight: 500; padding: 0 0 12px; }
.footer .gform_wrapper ul { list-style: none outside none; }
.footer .gform_wrapper ul,
.footer .gform_wrapper ul li { width: 100%; position: relative; overflow: hidden; list-style: none outside none; }
.footer .gform_wrapper ul li { padding-bottom: 9px; }
.footer .gform_wrapper label { display: block; font-size: 18px; color: #4c93bc; font-weight: 300; position: absolute; top: 7px; left: 16px; }
.footer .gform_wrapper input[type="text"] { border: 0; width: 100%; font-size: 18px; color: #00659f; padding: 8px 15px; margin: 0 -15px; border-radius: 5px; }
.footer .gform_wrapper .ginput_container { padding: 0 15px; height: 100%; }
.footer .gform_wrapper .button { border: 0; width: 130px; height: 40px; background: #c91f35; font-size: 16px; color: #fff; text-transform: uppercase; border-radius: 5px; cursor: pointer; }
.footer .gfield_required { display: none; }

.footer .socials { float: right; display: inline; width: 220px; text-align: right; padding: 6px 0 15px; font-size: 0; }
.footer .socials .stButton { margin: 0 0 0 2px; }

.copyright { width: 250px; float: right; display: inline; font-weight: 300; text-align: right; font-size: 15px; }

.sidebar { float: right; display: inline; width: 270px; }
.sidebar > ul { list-style: none outside none; width: 100%; }
.sidebar .widget { width: 100%; padding: 0 0 29px; position: relative; overflow: hidden; }
.sidebar .widget ul { list-style: none outside none; padding: 0; }
.sidebar .widget ul li { border-top: 1px solid #cce0ec; font-size: 14px; padding: 11px 15px; }
.sidebar .widget ul li:first-child { border-top: 0; }
.sidebar .widget ul li a {  text-decoration: none; }
.sidebar .widget .widget-title { width: 100%; padding-bottom: 22px; font-size: 26px; font-weight: normal; }


.carbon_adc_socials a { display: block; position: relative; overflow: hidden; background: #0081cb; margin-bottom: 9px; border-radius: 4px; text-decoration: none; color: #fff; font-size: 17px; line-height: 50px; font-weight: 500; text-transform: uppercase; }
.carbon_adc_socials a span { float: left; display: inline; width: 50px; height: 50px; margin-right: 20px; background: url(images/icon-holder.png); }
.carbon_adc_socials a img { display: block; width: 100%; }
.carbon_adc_socials a:hover { opacity: 0.8; }

.content { float: left; display: inline; width: 870px; }

.breadcrumbs { background: #f2f2f2; font-size: 14px; color: #817f7d; padding: 9px 16px; border-radius: 5px; margin-bottom: 22px; }
.breadcrumbs p { padding: 0; }
.breadcrumbs span { color: #d8d8d8; padding: 0 4px; }
.breadcrumbs a { text-decoration: none; }

.content .banner { padding-bottom: 22px; }
.content .banner p { padding-bottom: 0; }

.btn { display: inline-block; padding: 12px 19px; margin: 14px 0 24px; font-size: 16px; color: #fff; text-decoration: none; background: #00659f; border-radius: 5px; }
.btn:hover { background: #004167; color: #fff; text-decoration: none; }

blockquote { border-left: 5px solid #cce0ec; font-size: 18px; padding: 9px 20px; margin-bottom: 41px; height: 100%; }
blockquote em { font-size: 14px; font-weight: 500; display: block; width: 100%; padding-top: 9px; }

.post-title,
.page-title { font-size: 45px; padding-bottom: 17px; }

.post h1 { padding-bottom: 21px; }
.post h2 { padding-bottom: 13px; }
.post h3 { padding-top: 10px; padding-bottom: 24px; }
.post h4 { padding-bottom: 30px; }
.post img { display: block; margin: 19px 0 38px; }
.post .clock { padding-top: 10px; padding-bottom: 34px; }
.post .clock + .clock { margin-top: -34px; }
.post .toggle-content + .clock { margin-top: -10px; }
.post .post-meta { width: 100%; position: relative; overflow: hidden; margin-top: -20px; padding-bottom: 15px; }
.post .post-meta ul { list-style: none outside none; padding: 0; margin: 0; float: left; display: inline; }
.post .post-meta ul li { float: left; display: inline; padding-right: 17px; white-space: nowrap; }
.post .post-meta ul li a,
.post .post-meta ul li span { display: inline; font-size: 14px; font-weight: 500; color: #a5a4a2; text-decoration: none; }
.post .post-meta ul li a:hover,
.post .post-meta ul li span:hover { text-decoration: none; color: #4c4946; }
.post .post-meta ul li img { display: inline; margin: 0px 10px 0 0; }

.posts { width: 100%; padding-bottom: 40px; }
.posts .post { padding-top: 51px; }
.posts .post:first-child { padding-top: 5px; }
.posts .post-title { font-size: 32px; }
.posts .post-title a { text-decoration: none; }
.posts .post-title a:hover { text-decoration: underline; }
.posts .post img { margin: 4px 0 22px; }
.post .post-title { padding: 0 0 21px; }
.post .banner { padding: 0; }
.post .banner p { padding: 0; }

.toggle-content { width: 100%; position: relative; overflow: hidden; border-bottom: 1px solid #cce0ec; padding: 20px 0; }
.toggle-content h3 { font-size: 32px; font-weight: 500; float: left; display: inline; width: 610px; padding: 0; }
.toggle-content .more { float: right; display: inline; margin-top: 15px; }
.toggle-content .text { display: none; width: 100%; padding: 14px 0 0; clear: both; position: relative; overflow: hidden; font-size: 15px; line-height: 1.5; color: #817f7d; }
.toggle-content .text p { padding-bottom: 23px; }
.toggle-content .text a { color: #817f7d; }

.content .gform_wrapper { height: 100%; padding: 15px; margin-bottom: 44px; position: relative; overflow: hidden; border: 1px solid #cce0ec; border-radius: 5px; }
.content .gform_wrapper .gform_heading { display: none; }
.content .gform_wrapper ul { list-style: none outside none; }
.content .gform_wrapper ul li { width: 100%; position: relative; overflow: hidden; padding-bottom: 11px; }
.content .gform_wrapper ul li .ginput_container { padding: 0 11px; height: 100%; position: relative; }
.content .gform_wrapper ul li .gfield_label { position: absolute; top: 9px; left: 12px; z-index: 60; font-size: 16px; color: #00659f; }
.content .gform_wrapper input[type="text"],
.content .gform_wrapper textarea { width: 100%; padding: 8px 10px; margin: 0 -11px; position: relative; color: #7fb2cf; border: 1px solid #7fb2cf; font-size: 16px; color: #00659f; background: #fff; resize: none; border-radius: 4px; }
.content .gform_wrapper .gfield_description,
.content .gform_wrapper .gfield_required { display: none; }
.gform_wrapper .validation_success,
.gform_wrapper .validation_error { padding: 16px; margin-bottom: 11px; height: 100%; background: #e0f0d9; border-radius: 5px; font-size: 14px; font-family: Tahoma, Arial, sans-serif; }
.gform_wrapper .validation_success { border: 1px solid #d6e8c7; background: #e0f0d9; color: #48874a; }
.gform_wrapper .validation_error { border: 1px solid #edd3d7; background: #f2dede; color: #b74b4b; }
.gform_wrapper .button { display: block; width: 140px; height: 45px; border: 0; background: #00659f; font-size: 16px; color: #fff; border-radius: 5px; cursor: pointer; }

.post-comments { padding-top: 30px; }
.post-comments img { display: inline; }
.post-comments a { text-decoration: none; }
.post-comments a:hover { text-decoration: underline; }
.post-comments .response-title { border: 1px solid #ccc; border-left: 0; border-right: 0; padding: 10px; margin-bottom: 20px; font-size: 20px; text-align: left; }
.post-comments ol,
.post-comments ul { list-style-type: none !important; }
.post-comments li { background: none !important; }
.post-comments .commentlist { padding-left: 0; }
.post-comments .commentlist li { border-top: 1px solid #ccc; }
.post-comments .commentlist > li:first-child { border-top: 0; }
.post-comments .commentlist li > div { padding-bottom: 20px; padding-top: 20px; }
.post-comments .comment-text { padding: 10px 0 5px; margin: 10px 0; border: 1px dashed #ccc; border-left: 0; border-right: 0; }
.post-comments .comment-text p { padding-bottom: 5px; }
.post-comments .comment-meta { padding-top: 10px; }
.post-comments .children { padding-left: 40px; list-style-type: none !important; padding-bottom: 0; }
.post-comments .comment-author { margin-left: 10px; }
.posts-navigation { padding-bottom: 60px; }
.posts-navigation a { color: #00659f; font-size: 16px; text-decoration: none; }
.posts-navigation a:hover { text-decoration: underline; }
.posts-navigation .alignleft { margin-left: 15px; }
.posts-navigation .alignright { margin-right: 15px; }

.comment-respond { padding-top: 20px; padding-bottom: 20px; }
.comment-respond form p { padding-bottom: 0; margin-bottom: 0; }
.comment-respond .comment-reply-title { border: 1px solid #ccc; border-left: 0; border-right: 0; padding: 10px; margin-bottom: 10px; font-size: 20px; text-align: left; }
.comment-respond .comment-notes { padding: 5px 0; }
.comment-respond .comment-form { padding-left: 0; }
.comment-respond label { display: block; margin-top: 5px; }
.comment-respond input[type=text] { padding: 7px; width: 300px; border: 1px solid #ccc; background: #fff; }
.comment-respond textarea { width: 60%; height: 170px; padding: 7px; resize: vertical; border: 1px solid #ccc; min-width: 300px; }
.comment-respond input[type=submit] { margin-top: 10px; background: 0; border: 0; text-transform: uppercase; font-size: 15px; cursor: pointer; text-align: left; font-weight: bold; color: #00659f; }
.comment-respond input[type=submit]:hover { text-decoration: underline; }

.searchform { padding-top: 20px; }
.searchform .screen-reader-text { display: none; }
.searchform .field { padding: 7px; width: 60%; border: 1px solid #ccc; background: #fff; float: left; }
.searchform .searchsubmit { border: 0; background: 0; font-size: 16px; text-transform: uppercase; cursor: pointer; margin-left: 5px; display: inline; width: auto; padding: 5px; color: #00659f; }
.searchform .searchsubmit:hover { opacity: 0.7; }

.validation_message { border: 1px solid #edd3d7; background: #f2dede; color: #b74b4b; font-weight: normal; padding: 16px; font-size: 14px; border-radius: 5px; display: block !important; }

@media screen and (max-width: 1200px) {
	body { min-width: 0; }
	.shell { margin: 0 20px; width: auto; }

	.header { padding: 22px 0; }
	.header .shell { overflow: hidden; }
	.header .banner { position: relative; float: left; top: auto; right: auto; margin-top: 17px; width: 68%; }
	.header .socials { margin-top: 0; width: 30.5%; padding: 44px 0 0; }

	.logo { width: 535px; float: none; display: block; margin: 0 auto; padding: 0 0 24px; }
	.logo a { height: 80px; background-size: 100% 100%; }

	.clock .top { padding: 11px 0 8px; }
	.clock .top h5 { font-size: 22px; width: 43%; padding: 4px 1.5%; }
	.clock .top p { font-size: 32px; width: 45.6%; padding: 0 2.9%; }
	.clock .currency { width: 45.6%; padding: 0 2.9%; }
	.clock .text { width: auto; padding: 13px 15px 0; }

	.more { margin-left: 0; }

	.navigation { width: 100%; margin: 0; border: 0; border-radius: 0; }
	.navigation .menu { padding: 0 20px; }
	.navigation .menu > li > a { font-size: 15px; padding: 20px 14px; }

	.sidebar,
	.content { width: 100%; position: relative; float: none; display: block; }

	.breadcrumbs { margin: -24px -20px 24px; border-radius: 0; }

	.main { overflow: visible; padding-bottom: 20px; }

	.content .banner { margin: 0 -20px 0; padding: 0 20px; text-align: left; }

	.toggle-content { padding: 15px 0; }
	.toggle-content h3 { width: 62.5%; }

	.sidebar { display: none; }

	.footer { padding: 0; }
	.footer .shell { padding: 22px 0 92px; }
	.footer .nav { width: 61%; font-size: 16px; }
	.footer .nav ul li { padding-left: 44px; }
	.footer .socials { margin-top: -29px; }
	.footer .gform_wrapper { clear: left; padding: 54px 0 0; margin-bottom: -16px; }

	.copyright { float: none; display: block; margin: 0 0 0 auto; padding: 0; clear: both; }

	.sidebar .widget { padding-bottom: 22px; }
	.sidebar .widget .widget-title { font-size: 20px; padding: 0 0 10px; font-weight: 500; }
	.sidebar .widget ul li { padding: 10px 0; }
	.sidebar .carbon_adc_advertisement { display: none; }

	.carbon_adc_socials a { margin-bottom: 7px; font-size: 14px; line-height: 40px; width: 216px; }
	.carbon_adc_socials a span { width: 40px; height: 40px; margin-right: 14px; }

	.posts .post-title { padding: 0; width: auto; float: none; }
	.post .post-meta { clear: both; float: none; display: block; position: relative; overflow: hidden; margin-top: 0; padding: 10px 0; }
	.post .post-title { padding: 0; }
	.post .post-meta { padding-top: 5px; }
	.post .post-meta ul { float: none; display: block; padding: 0; }
	.post .post-meta ul li { float: none; display: block; padding: 0; position: relative; overflow: hidden; }

	.btn { padding-top: 7px; }
}

@media screen and (max-width: 700px) {
	body { font-size: 15px; }
	.logo { width: 440px; background-size: 448px 66px; padding-bottom: 11px; }
	.logo a { height: 66px; }

	.header { padding: 20px 0; }
	.header .banner { display: none; }
	.header .socials { padding: 5px 0 0; width: 100%; float: none; display: block; text-align: left; } 
	.header .socials .stButton { margin: 0 2px 0 0; }

	.clock .top { padding: 7px 0 12px; margin: 0; }
	.clock .top h5 { float: none; display: block; padding: 0; width: 100%; font-size: 18px; }
	.clock .top p { float: none; display: block; padding: 0; width: 100%; font-size: 30px; }
	.clock .currency { float: left; display: inline; padding: 3px 0 0; font-size: 14px; }
	.clock .text { padding: 13px 0 0; font-size: 14px; line-height: 18px; }
	.clock .text p { padding-bottom: 18px; }

	.more { float: right; display: inline; font-size: 13px; }
	.more span { width: 14px; height: 13px; background-image: url(images/mobile-more-icon.png); margin: 4px 8px 0 0; }

	.navigation { display: none; }
	.navigation.opened { display: block; }
	.navigation .menu { padding: 10px 0; float: none; display: block; }
	.navigation .menu > li { float: none; display: block; padding: 0; }
	.navigation .menu > li > a { padding: 4px 20px; float: none; display: block; font-size: 18px; }
	.navigation .menu > li > a:hover,
	.navigation .menu > li.hover > a,
	.navigation .menu > li.current-menu-item > a { background: transparent; color: #b0e7ff; }
	.navigation .menu .dd { width: 100%; position: relative; top: auto; left: auto; right: auto; padding: 0; margin: 0; }
	.navigation .menu .dd:after { display: none; }
	.navigation .menu ul { padding: 6px 0 10px; width: 100%; }
	.navigation .menu ul li a { padding: 1px 29px; font-size: 17px; font-weight: 500; white-space: normal; }

	.nav-toggle { display: block; border-bottom: 1px solid #029cf4; position: relative; text-transform: uppercase; }
	.nav-toggle:after { content: ''; position: absolute; top: 50%; right: 10px; margin-top: -3px; border-top: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent;}
	.nav-toggle.opened:after { border-top: 0; border-bottom: 6px solid #fff; }

	.breadcrumbs { margin-bottom: 22px; }

	.content { margin: 0 0 20px; }
	.content .banner { margin: 0; padding: 0 0 15px; }

	h1 { font-size: 36px; }
	h2 { font-size: 26px; }
	h3 { font-size: 20px; }
	h4 { font-size: 16px; }
	h5 { font-size: 12px; }
	h6 { font-size: 10px; }

	.post .clock { padding-bottom: 30px; }
	.post h1 { padding-bottom: 14px; }
	.post h2 { padding-bottom: 6px; }
	.post h3 { padding-top: 10px; padding-bottom: 17px; }
	.post h4 { padding-bottom: 23px; }
	.post img { margin: 8px 0 19px; }

	.toggle-content h3 { float: none; display: block; padding: 0; width: 100%; font-size: 26px; }
	.toggle-content .more { float: none; display: block; margin: 4px 0 0; position: relative; overflow: hidden; }

	.footer .shell { padding-bottom: 20px; }
	.footer .socials { display: none; }
	.footer .nav { width: auto; float: none; display: block; font-size: 18px; padding: 3px 2px 0;}
	.footer .nav ul { padding: 0; float: none; display: block; }
	.footer .nav ul li { float: none; display: block; padding: 3px 0; }
	.footer .nav ul li a { text-decoration: underline; }
	.footer .nav ul li a:hover { text-decoration: none; }
	.footer .gform_wrapper { float: none; display: block; padding: 41px 0; margin: 0; }

	.copyright { margin: 0; text-align: left; }

	.toggle-content .text { padding: 10px 0 0; font-size: 14px; line-height: 18px; }
	.toggle-content .text p { padding: 0 0 19px; }

	.sidebar { display: block; }
	
	.post-title,
	.page-title { font-size: 32px; padding-bottom: 10px; }
}

@media screen and (max-width: 470px) {
	.clock .top p { font-size: 26px; }

	.logo { width: 280px; }
	.logo a { height: 42px; background-size: 100% 100%; }

}