/*
Theme Name: The Box
Version: 1.5.0
Tags: two-columns, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, featured-images, post-formats, theme-options, translation-ready

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL

The Box WordPress Theme, Copyright 2014 Fabio Rubioglio http://design.altervista.org
The Box is distributed under the terms of the GNU GPL
*/



/*

Index:

01 :Layout
02 :Headings 
03 :Text elements
04 :Links
05 :Alignment
06 :Header
07 :Content
08 :Asides
09 :Media
10 :Navigation
11 :Infinite Scroll
12 :Widget
13 :Footer
14 :Comments
15 :Edit link
16 :Custom Formats
17 :Media Queries

*/


/* Reset */

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: Sans Serif, Verdana;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.ads-t{clear:both;width:100%;margin:0 0 20px;}
.ads-b{width:100%;}

/* Clearing floats */

.clearfix:after,
.entry-header:after,
.entry-content:after,
.entry-summary:after,
.main-navigation > div > ul:after {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.main-navigation > div > ul:before,
.main-navigation > div > ul:after  {
	display: table;
	content: "";
}

/* 01 :Layout */

#page {
	margin: auto;
	padding: 0;
	max-width: 980px;
}

.two-col .content-area {
	width: 640px;
	float: left;
}

.two-col .widget-area {
	width: 300px;
	float: right;
}


/* 02 :Headings */

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1 {
	font-size: 1.714em; /* 24px */
	line-height: 1.4;
	margin: 1.5em 0 0.5em;
}

h2 {
	font-size: 1.571em; /* 22px */
	line-height: 1.4;
	font-weight: 700;
	margin: 1.5em 0 0.5em;
}

h3 {
	font-size: 1.286em; /* 18px */
	font-weight: 700;
	margin: 0 0 0.5em;
}

h4 {
	font-size: 1.143em; /* 16px */
	font-weight: 700;
	margin: 0 0 0.5em;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 0.5em;
}

h1.site-title {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

h1.site-title a {
	display: inline-block;
	color: #252525;
}

h1.site-title a:hover {
	text-decoration: none;
	color: #0fa5d9;
}

h1.site-title a:active,
h1.site-title a:focus {
	outline: 0;
	text-decoration: none;
}

.site-header h1.menu-toggle {
	font-size: 1em;
}

.entry-header h1,
.entry-header h2 {
	margin: 0.25em 0 0;
	font-weight: 400;
	color: #252525;
	font-size: 1.714em; /* 24px */
}

.entry-header h2 {
	float: left;
	width: 90%;
	max-width: 90%;
	clear: none;
}

/* 03 :Text elements */

body,
button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 1.6;
	color: #454545;
}

.main-navigation,
.site-footer,
.widget-area,
.entry-meta p {
	font-size: 0.929em /* 13px */
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 1em 0;
}

p {
	margin: 0 0 1.5em 0
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: 700;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    font-style: italic;
    margin: 1.5em 0;
    padding: 0 1em;
    border-left: 4px solid #ddd;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.5em;
	padding: 1.5em;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 1.5em 0;
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

th {
	font-weight: 700;
}

thead th {
	font-size: 1.143em;
}

th, td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0.5em;
}


button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0fa5d9;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	line-height: 1;
	padding: 0.75em 1.5em;
	border: none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff !important;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #454545;
	border: 1px solid rgba(0,0,0,0.07);
	margin: 0.5em 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #252525;
	border-color: rgba(0,0,0,0.2);
}

input[type=text],
input[type=email],
input[type=password] {
	padding: 0.5em 1em;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 0.5em;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input#submit {
	background: #0fa5d9;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 0.923em;
    text-transform: uppercase;
    line-height: 1.4;
}

input#submit:hover {
	background-color: #0fa5d9;
}

#content input#submit:hover {
	color: #fff !important;
}

#searchform input {
	display: inline-block;
}

.icon-font {
	display: inline-block;
	vertical-align: -10%;
}

.icon-font:before {
	font-size: 14px;
}

/* 04 :Links */

a {
	text-decoration: none;
	color: #0fa5d9;
}

h1 a {
	color: #252525;
}

h2 a,
h3 a {
	color: #252525;
}

a:hover,
a:focus,
a:active {
	color: #0fa5d9;
	text-decoration: underline;
	outline: 0;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	text-decoration: none;
}

.back-link {
	color: #E10A1E;
}

.more-link {
    display: inline-block;
    padding: 0;
    margin: 1em 0 0;
}

#content .more-link:hover {
    text-decoration: none;
    color: #252525;
    border-color: #252525;
}

/* 05 :Alignment */

.alignleft,
.wp-caption.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright,
.wp-caption.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.5em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* 06 :Header */

.site-brand {
	margin: 2em 0;
}

hgroup {
	width: 35%;
	float: left;
	margin: 0;
    padding: 0;
}

hgroup h1 a {
	color: #404040;
	text-decoration: none;
	outline: none;
	margin: auto
}

.site-description {
	color: #959595;
    display: inline-block;
    font-size: 1.071em;
    letter-spacing: 1px;
}

.assistive-text {
	display: none;
}

.header-image {
	display: block;
	text-decoration: none;
	margin-bottom: 2em;
}

.header-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* 06 :Header > Menu */

.main-navigation > div > ul {
	background-color: #0fa5d9;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.main-navigation li:first-child {
	margin-left: 0;
}

.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 1em;
}

.main-navigation > .menu > ul > li > a:hover,
.main-navigation > div > ul > li > a:hover {
	color: #fff;
}

.main-navigation > .menu > ul > li.page_item_has_children > a,
.main-navigation > div > ul > li.menu-item-has-children > a {
	padding-right: 18px;
}

.main-navigation > .menu > ul > li.page_item_has_children > a:before,
.main-navigation > div > ul > li.menu-item-has-children > a:before {
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	position: absolute;
	right: 2px;
	top: 18px;		
	content: "i";
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
}

.main-navigation li:hover a,
.main-navigation li:focus a {
	background-color: rgba(255,255,255,0.2);
}

.main-navigation > div > ul > li:hover > ul,
.main-navigation > .menu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul {
	visibility: hidden;
	opacity: 0;
	width: 180px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.main-navigation ul ul:after {
   	border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 0 auto 0 -4px;
    position: absolute;
    text-align: center;
    width: 0;
    left: 1em;
    top: -6px;
}

.main-navigation ul ul li {
	float: none;
	margin: 0;
	border-top: 1px dashed rgba(0,0,0,0.1);
}

.main-navigation ul ul li:first-child {
	border: 0;
}

.main-navigation ul ul a {
	color: #656565;
	display: block;
	height: auto;
    line-height: 1.5;
    padding: 0.75em 1em;
    background: #fff;
}

.main-navigation ul li:hover ul a,
.main-navigation ul li:focus ul a {
	background: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #0fa5d9;
}

.main-navigation ul ul ul {
	display: none;
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0;
}

.main-navigation ul ul ul:after {
	content: none;
}

.main-navigation ul ul li:hover ul {
	display: block;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* 06 :Header > Small menu */

.menu-toggle {
	cursor: pointer;
	margin: 8px auto;
	text-align: center;
}

.menu-toggle:before {
	content: url('images/icon-toggle.png');
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.main-small-navigation {
	background: transparent;
}

.main-small-navigation .menu {
	display: none;
	margin: 0;
	padding: 0;
}

.main-small-navigation .menu a {
	color: #fff;
	display: block;
	float: none;
	border-bottom: 1px solid #444;
	padding: 0.75em;
}

.main-small-navigation > .menu > ul,
.main-small-navigation > div > .menu {
	position: absolute;
	width: 180px;
	top: 40px;
	right: 0;
	margin: 0;
	padding: 0;
	background: #333;
	z-index: 999;
}

.main-small-navigation .menu li {
	padding: 0;
	list-style-type: none;
}

.main-small-navigation .menu ul,
.main-small-navigation .menu ul ul {
	margin: 0;
	padding: 0;
}

.main-small-navigation .menu ul ul li {
	padding: 0;
}

/* Social media link */

.social-links {
    float: right;
    margin: 0.5em 0 1em;
    text-align: right;
    width: 50%;
}

.social-links a {
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #454545;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0.5em;
}

.social-links a:first-child {
	margin-left: 0;
}

.social-links [class^="icon-"]:before,
.social-links [class*=" icon-"]:before {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	vertical-align: middle;
}

.social-links a:hover {
	background: #252525;
}

.social-links .rss:hover {
	background: #F28A29;
}

.social-links .twitter:hover {
	background: #1db0ed;
}

.social-links .facebook:hover {
	background: #3B5998;
}

.social-links .googleplus:hover {
	background: #dd4b39;
}

.social-links .instagram:hover{
	background: #517fa4;
}

/* 07 :Content */


.site-main {
	padding: 2em 0;
}

.hentry {
	margin: 0 0 1.5em 0;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.entry-header {
	margin-bottom: 1em;
	position: relative;
	padding: 1em 1.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.entry-content,
.entry-summary {
	margin: 0;
	padding: 0 1.5em;
}

.entry-content {
	padding-bottom: 1.5em;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-summary {
	margin-bottom: 1em;
}

.entry-meta {
	color: #959595;
	clear: both;
}

.entry-time {
	position: relative;
	float: right;
	background-color: #0fa5d9;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 0.857em;
    font-weight: 700;
    height: 48px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
}

.entry-time:before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.3;
	 -webkit-border-radius: 24px;
    border-radius: 24px;
}

.entry-time-day {
	display: block;
	line-height: 1;
	padding: 8px 0 3px;
}

.entry-time-month {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    line-height: 1;
    padding: 3px 0 0;
}

footer.entry-meta {
	padding: 1em 1.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

footer.entry-meta p {
	margin: 0;
}

.entry-thumbnail  {
	margin-bottom: 1.5em;
}

.post-thumbnail {
	margin: 1em 0;
	max-width: 100%;
}

.entry-summary .post-thumbnail {
	margin-top: 0.5em;
}

.entry-thumbnail img,
.post-thumbnail img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.sep {
	display: inline-block;
	padding: 0 0.5em;
	color: #b5b5b5;
}

.cat-links .icon-font,
.tags-links .icon-font {
	color: #0fa5d9;
}

.page-header {
	background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 2em;
    padding: 1em;
}

.page-header h1 {
	font-size: 	0.857em; /*12px*/ 
	text-transform: uppercase;
	margin: 0;
}


/* 07 :Content > Custom Formats */


.entry-format-icon {
	display: none;
	line-height: 48px;
}

.entry-format-icon:before {
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 21px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.sticky {
	background-color: rgba(204, 204, 204, 0.3);
}

.sticky .entry-time {
	background-color: #353535 !important;
}

.sticky .entry-time:before {
	content: none;
}

.sticky .entry-time-day,
.sticky .entry-time-month,
.format-image .entry-time-day,
.format-image .entry-time-month,
.format-link .entry-time-day,
.format-link .entry-time-month,
.format-quote .entry-time-day,
.format-quote .entry-time-month,
.format-video .entry-time-day,
.format-video .entry-time-month {
	display: none;
}

.sticky .entry-format-icon,
.format-image .entry-format-icon,
.format-link .entry-format-icon,
.format-quote .entry-format-icon,
.format-video .entry-format-icon {
	display: block;
}

.format-aside .entry-header {
	display: none;
}

.format-aside .entry-summary {
	padding: 1em;
}

/* 07 :Content > Archive */

.page-title {
	color: #959595;
}

.page-title span {
	color: #0fa5d9;
}


/* 08 :Asides */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* 09 :Media */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 0;
	margin: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 1em;
	max-width: 100%;
}

.wp-caption-text {
	color: #757575;
    font-size: 0.929em;
    text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

#content .gallery {
	margin-bottom: 1.5em;
}

#content .gallery dl {
	margin: 1em 0 0;
}

#content .gallery .gallery-caption {
	margin: 0;
}

#content .gallery .gallery-item a img {
	border: 0;
    height: auto;
    max-width: 90%;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

.faq-content blockquote {
background: none repeat scroll 0 0 #E6E8E9;
border-radius: 5px 5px 5px 5px;
margin-bottom: 20px;
margin-top: 20px;
padding: 12px 15px;
border:0;
}

.soclike {
float:left;
margin:5px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* 10 :Navigation */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 1em 1.5em;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.site-content .nav-previous {
	float: left;
	width: 50%;
}

.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.calcs {
	float: left;
	width: 250px;
	min-height: 200px;
	font-size: 16px;
	text-align: center;
	padding: 10px;
}

/* 11 :Infinite Scroll */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}

/* 12 :Widget */


.widget {
	margin: 0 0 1.5em;
	padding: 1.5em;
	color: #757575;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.widget-title {
	color: #353535;
	font-size: 1.154em;
	margin-bottom: 1em;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

.widget li a:before {
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before,
.widget_recent_comments li a.url:before {
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
	vertical-align: -15%;
}

.widget select {
	max-width: 100%;
}

/* 12 :Widget > Calendar widget */

.widget_calendar table {
	margin: 0;
}

.widget_calendar caption {
	color: #353535;
    font-size: 1.154em;
    margin-bottom: 1em;
    font-weight: 700;
}


/* 12 :Widget > Search widget */

.widget_search {
	padding: 0;
	border: none;
}

.widget_search #searchsubmit {
	display: none;
}

.widget_search input#s {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	width: 100%;
	margin: 0;
	padding: 0.75em 1.5em;
	border: 0;
}

/* 12 :Widget > Comment widget */

.widget_recent_comments a {
	color: #999;
}

.widget_recent_comments a.url {
	color: #0FA5D9;
}

.widget_recent_comments li a.url:before {
	padding-right: 0.25em;
}

/* 13 :Footer */

.site-footer {
	clear: both;
	color: #606060;
    padding: 2em 1.077em;
}

.site-footer a {
	color: #606060;
}

.site-footer .credits {
	margin: 1em 0 0;
}


/* 13 :Footer > #tertiary */

#tertiary .widget {
    width: 47.5%;
    padding: 0;
	margin-bottom: 1em;
	float: left;
	border: none;
	background: transparent;
	color: #ccc;
}

#tertiary .widget-title {
	font-size: 0.923em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.5em;
}

#tertiary .widget_nav_menu {
	float: right;
	margin: 0;
	max-width: 50%;
	text-align: right;
}

#tertiary .widget_nav_menu ul {
	margin: 0;
	padding: 0;	
}

#tertiary .widget_nav_menu ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 2px;
}

#tertiary .widget:nth-child(2n) {
    margin-right: 0;
}

#tertiary .widget:nth-child(2n+1) {
    margin-right: 5%;
}

#tertiary .widget_search input#s {
	width: 50%;
}

#tertiary table,
#tertiary th,
#tertiary td {
	border-color: #555;
}

#tertiary caption {
	margin: 0 0 0.5em 0;
	color: #fff;
}

#tertiary thead th {
	background: #252525;
}

#tertiary td a {
	color: #0FA5D9
}

/* 14 :Comments */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

input[type="text"],
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
}

.calc input[type="text"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0.2em 0.2em;
	display: inline;
}

.calc table tr td {
	width: 50%;
}

#advisor_kredit_form_container table, #advisor_kredit_form_container table tr, #advisor_kredit_form_container table tr td {
	border: 0;
}

.comments-area {
	margin: 1.5em 0;
	font-size: 0.929em;
	padding: 1.5em;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.comments-area h3 {
	font-size: 1.385em; /* 18px */
	color: #353535;
}

.comments-area label {
	display: inline-block;
	font-weight: 700;
}

.form-allowed-tags {
	display: none;
}

h2.comments-title {
	font-size: 1.077em;
    font-weight: 700;
}

.commentlist {
	margin: 1em 0
}

.commentlist li {
	list-style-type: none
}

.comment .avatar {
	float: left;
	margin-right: 1em;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.comment-content {
	clear: both;
	padding: 0.5em 0
}

/* 15 :Edit link */

.edit-link a {
	display: inline-block;
	padding: 0.25em 1em;
	margin-left: 0.5em;
	font-weight: 700;
	border: 1px solid #0fa5d9;
	background-color: #fff;
	color: #0fa5d9;	
	text-decoration: none;	
	font-size: 	0.923em;
	line-height: 1;
}

#content .edit-link a:hover {
	border-color: #252525;
	color: #252525;
}

/* 16 :Media Queries */


@media screen and (min-width: 768px) and (max-width: 1023px) {   
	#page {
	max-width: 740px;
    width: 740px;
	}
	hgroup {
	width: 70%;
	}
	.content-area,
	.two-col .content-area,
	.two-col .widget-area {
	float: none;
	width: 100%;
	margin: auto;
	padding: 0;
	}
	.widget {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	}
}

@media screen and (max-width: 767px) {  
	#page {
	max-width: 90%;
    width: 90%;
	}
	hgroup {
	width: 70%;
	}
	.main-navigation,
	.content-area,
	.two-col .content-area,
	.two-col .widget-area {
	float: none;
	width: 100%;
	margin: auto;
	}
	.main-navigation ul {
	float: none;
	}
	hgroup h1 {
	margin-bottom: 1.5em;
	}
	hgroup h1 a {
	margin: auto;
	}
	.site-header .widget {
	margin-bottom: 0.5em
	}
	.site-header .menu-toggle {
	margin: 0.5em auto;
	text-align: center;
	}
	.main-small-navigation .menu  {
	margin: 0;
	padding: 0;
	}
	.main-small-navigation .menu li {
	list-style-type: none;
	}
	.widget {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	}
}


@media screen and (max-width: 614px) {
	.main-small-navigation {
	float: right;
	width: 40px;
	height: 40px;
	position: relative;
	margin-top: 2em;
	}
	hgroup,
	.social-links {
	width: 100%;
	float: none;
	text-align: left;
	}
	.site-brand {
	margin-bottom: 0;
	float: left;
	}
	.site-header .widget {
	margin-bottom: 0.5em
	}
	.content-area {
	width: 100%;
	float: none;	
	}
	.content-area img {
	float: none;
	margin: 1.5em auto;
	text-align: center;
	display: block;
	}
	.post-thumbnail img {
	float: none;
	margin: 0.5em auto 1.5em;
	width: 100%;
	max-width: 100%;
	}
	.entry-header h2 {
	width: 100%;
	max-width: 100%;
	} 
	.entry-time:before {
	content: none;
	}
	.sticky .entry-time,
	.entry-time {
	float: none;
	height: auto;
	width: auto;
	background: transparent !important;
	color: #727272;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
	.entry-time-day,
	.entry-time-month {
	display: inline;
	padding: 0;
	}
	.sticky .entry-time-day,
	.sticky .entry-time-month,
	.format-image .entry-time-day,
	.format-image .entry-time-month,
	.format-link .entry-time-day,
	.format-link .entry-time-month,
	.format-quote .entry-time-day,
	.format-quote .entry-time-month,
	.format-video .entry-time-day,
	.format-video .entry-time-month {
	display: inline;
	}
	.entry-format-icon:before {
	content: none !important;
	}
	#tertiary .widget_nav_menu {
	float: none;
	max-width: 100%;
	width: 100%;
	text-align: left;
	padding: 0.25em 0
	}
	#tertiary .widget_nav_menu ul li:first-child {
	padding-left: 0;
	}
	#tertiary .widget {
	width: 100%;
	float: none;
	}
}

@media screen and (max-width: 480px) {
	.header-image {
	display: none;
	}
	#tertiary .widget_search input#s {
	width: 80%;
	}
}