/* Normalize */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block;
}
audio,canvas,video{
    display:inline-block;
}
audio:not([controls]){
    display:none;
    height:0;
}
[hidden]{
    display:none;
}
html{
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    margin:0;
}
html *, body * {
    outline: none !important;
}
a:focus{
    outline:thin dotted;
}
a:active,a:hover{
    outline:0;
}
h1{
    font-size:2em;
    margin:0.67em 0;
}
abbr[title]{
    border-bottom:1px dotted;
}
b,strong{
    font-weight:bold;
}
dfn{
    font-style:italic;
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
}
mark{
    background:#ff0;
    color:#000;
}
code,kbd,pre,samp{
    font-family:monospace, serif;
    font-size:1em;
}
pre{
    white-space:pre-wrap;
}
q{
    quotes:"\201C" "\201D" "\2018" "\2019";
}
small{
    font-size:80%;
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup{
    top:-0.5em;
}
sub{
    bottom:-0.25em;
}
img{
    border:0;
}
svg:not(:root){
    overflow:hidden;
}
figure{
    margin:0;
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}
legend{
    border:0;
    padding:0;
}
button,input,select,textarea{
    font-family:inherit;
    font-size:100%;
    margin:0;
}
button,input{
    line-height:normal;
}
button,select{
    text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer;
}
button[disabled],html input[disabled]{
    cursor:default;
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0;
}
input[type="search"]{
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

/*noinspection ALL*/
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0;
}
textarea{
    overflow:auto;
    vertical-align:top;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}

/* Push menus */
.menu {
	background-color: rgb(67,71,74);
	position: fixed;
}
.menu h3 {
	color: #f3f3f3;
	font-size: 18px;
	padding: 18px;
	margin: 0;
	font-weight: 300;
	background-color: rgb(91,96,100);
}
.menu img {
	height: auto;
	width: 32px;
	margin: 30px auto;
	display: block;
}
.menu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.menu-left {
	left: -240px;
}
.menu-left.menu-open {
	left: 0;
    height: 768px;
    overflow-y: auto;
}
.menu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.menu-push-toright {
	left: 240px;
}
.menu,
.menu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* General styles */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none !important;
}
body {
	font-family: 'Roboto', sans-serif;
	background-color: #f3f3f3;
    font-weight: 300;
	overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
p {
    -webkit-font-smoothing: antialiased !important;
}
.left {
    float: left;
    clear: none;
}
.right {
    float: right;
    clear: none;
}
.center {
    float: none;
    clear: none;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
img, iframe {
	width: 100%;
	height: auto;
}
iframe {
    display: block;
    width: 100%;
    min-height: 240px;
}
iframe.soundcloud {
    display: block;
    width: 100%;
    min-height: 166px;
}
iframe.soundcloud #widget{
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
}
iframe.twitter-tweet {
    top: 0;
    left: 0;
    right: 0;
    padding-left: 7px !important;
    margin-bottom: 0 !important;
    display: block;
    height: 100px !important;
    overflow: auto !important;
    clear: both;
    border: none !important;
    box-shadow: none !important;
}
article.upart {
    margin-bottom: 0 !important
}
article.upart h2.posttitle_kathreen {
    margin-top: 0;
    margin-bottom: -260px !important;
    padding-bottom: 100px;
}
article.upart .postcontent_kathreen.upart {
    padding-top: 200px;
    padding-bottom: 420px;
    margin-bottom: -260px !important;
}
article.upart .content_kathreen {
    margin-bottom: -160px !important;
}

header {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 3;
}
h1#logo_kathreen img {
    width: 32px;
    height: 32px;
    clear: none;
    display: inline-block;
    line-height: 60px;
    margin: 0 2px -8px -8px;
}
/* Footer */
footer#foot_kathreen {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto;
    padding: 0 0 10px;
    overflow: hidden;
    clear: both;
}
footer#foot_kathreen p {
    width: 25%;
    padding: 0;
    margin: 0;
}
footer#foot_kathreen span {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    padding: 0 10px;
}
footer#foot_kathreen span a, footer#foot_kathreen span a:visited {
    color: #666;
    text-decoration: none;
}
footer#foot_kathreen span a:hover {
    color: #167ef9;
}
.rss_kathreen a img,
.ghost_icon_kathreen img {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
header h1 {
	margin: 0;
}
header nav {
	display: inline-block;
	float: left;
	cursor: pointer;
	padding-top: 23px;
	padding-left: 21px;
	height: 60px;
	width: 60px;
	border-right: 1px solid #d9d9d9;
	-webkit-transition: border-right 0.3s ease;
	-moz-transition: border-right 0.3s ease;
	-ms-transition: border-right 0.3s ease;
	-o-transition: border-right 0.3s ease;
	transition: border-right 0.3s ease;
}
header nav a {
	cursor: pointer;
}
aside nav.primary_kathreen {
    display: block;
    margin: 0 0 -22px;
    padding: 0;
}
aside nav.primary_kathreen h4 a {
    height: 30px;
    line-height: 5px;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 0 20px;
    color: #aeaeae;
    border-bottom: 1px solid #555555;
}

aside nav.primary_kathreen h4 a:hover {
    color: #fff;
}
.bar {
	display: block;
	width: 18px;
	margin-bottom: 3px;
	height: 3px;
	background-color: rgb(91,96,100);
}
.bar:last-child {
	margin-bottom: 0;
}
#brand_kathreen {
    display: inline-block;
    float: left;
    text-decoration: none;
    padding-left: 24px;
    line-height: 60px;
    color: rgb(91,96,100);
    font-size: 19px;
    font-weight: 300;
    text-transform:uppercase;
}
#brand_kathreen small{
    color:#999;
    font-size:16px;
    padding-left:10px;
    text-transform:none;
}
.introcover_kathreen {
	z-index: -3;
	/*background-color: #fff;*/
	width: 100%;
    height:400px;
	position: fixed;
	left: 0;
	top: 0;
}
.introcover_kathreen #description_kathreen,
.introcover_kathreen img {
	position: absolute;
	display: block;
    top: 60px;
}
.introcover_kathreen #description_kathreen {
	width: 100%;
	height: 60px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-weight: 100;
}
#description_kathreen h2 {
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	margin: 0;
}
.main_kathreen {
	overflow: hidden;
	width: 100%;
	background-color: #f3f3f3;
}
.home_kathreen {
	margin-top: 350px;
	margin-bottom: 0;
	padding-top: 30px;
	overflow: hidden;
	width: 100%;
}
#menu_kathreen img {
    padding: 2px;
}

nav.pagination {
    position: relative;
}

.basecontainer_kathreen {
    display: block;
    overflow: hidden;
    clear: both;
}
.in-cols {
    padding: 0 20px 0 0 !important;
}
article {
    display: block !important;
	background-color: #fff;
    width: 100% !important;
	margin: 10px !important;
    overflow: hidden !important;
    clear:  both !important;
}
article footer {
    display: block !important;
	width: 100%;
	height: 53px !important;
	border-top: 1px solid #f3f3f3;
    overflow: hidden !important;
    clear: both !important;
}
article footer time {
	font-size: 14px;
	line-height: 48px;
	padding-left: 30px;
	font-style: normal;
	color: #989a9b;
}
.content_kathreen {
    display: block !important;
	padding: 30px;
    overflow: hidden !important;
    clear: both !important;
}
iframe, .player .video-wrapper {
    display: block;
    height: auto;
}
.postcontent_kathreen * {
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important;
    font-style: normal !important;
	color: rgb(91,96,100) !important;
	line-height: 26px !important;
    text-decoration: none !important;
    background: none !important;
    clear: none !important;
}
.postcontent_kathreen * strong{
    font-weight:800 !important;
}

.postcontent_kathreen br {
    display: none !important;
}
.content_kathreen h2.posttitle_kathreen {
    position: relative;
    display: block;
    margin: 0 0 20px;
    overflow: visible;
    clear: both;
    z-index: 0;
}
.content_kathreen h2.posttitle_kathreen a {
    font-family:'Roboto', sans-serif;
    font-size: 1.3em !important;
    font-weight: 100 !important;
    color: #555 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
}
header {
	left: 0;
	-webkit-transition: left 0.3s, background-color 0.3s ease;
	-moz-transition: left 0.3s, background-color 0.3s ease;
	-ms-transition: left 0.3s, background-color 0.3s ease;
	-o-transition: left 0.3s, background-color 0.3s ease;
	transition: left 0.3s, background-color 0.3s ease;
}
#intro_kathreen {
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-ms-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
}

.pushRight {
	left: 240px !important;
    right: -240px !important;
}
header.move {
  background-color: rgba(0,0,0,0.5);
}
.btn {
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	text-decoration: none;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-default {
	background-color: #fff;
	color: #167ef9;
}
.btn-default:hover {
	background-color: #167ef9;
	color: #fff;
}
.read-more_kathreen {
	float: right;
	border-left: 1px solid #f3f3f3;
	font-weight: 300;
}
.read-more_kathreen:hover {
	border-left: 1px solid #167ef9;
}
#pagination_kathreen {
	width: 100%;
	max-width: 980px;
	background-color: none;
    color:#000;
	height: 60px;
    margin: 20px auto 0;
    line-height: 60px;
	text-align: center;
	clear: both;
    font-weight:400;
}
.page-number {
	color: #555;
}
.newer-posts {
	float: left;
	margin-left: 18px;
	padding-left: 30px;
	background: url(../images/left-arrow.png) no-repeat center left;
	font-size: 0;
}
.older-posts {
	float: right;
	margin-right: 18px;
	padding-right: 30px;
	background: url(../images/right-arrow.png) no-repeat center right;
	font-size: 0;
}
/* Twitter widget */
.tweetList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300 !important;
	text-align: center;
}
.tweetList blockquote {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 30px 10px 20px;
}
.tweetList a {
	color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.tweet {
	padding-bottom: 5px;
}
.upart {
    margin-bottom: 155px !important;
}

#base_kathreen
#intro_kathreen,
#post_kathreen,
#foot_kathreen,
#container_kathreen,
#pagination_kathreen {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
#pagination_kathreen a.newer-posts,
#pagination_kathreen a.older-posts {
    font-size: 0.000001em !important;
    color: rgba(0,0,0,0) !important;
}
#container_kathreen {
    display: block !important;
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 0;
    overflow: hidden !important;
    clear: both !important;
}

/* Salvattore JS*/

#container_kathreen[data-columns]::before {
    content: '2 .column.size-1of2';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of2 { width: 50%; }

/* Also, don't forget to add this: */
[data-columns]::before { display: none; }

/* Again, you're free to use and define the classes: */
.column { float: left;}
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

/* Responsive */

@media only screen and (max-width: 968px) {

    #container_kathreen {
        width: 94%;
    }
}

@media only screen and (max-width: 767px) {

    footer#foot_kathreen {
        height: auto;
    }
    footer#foot_kathreen p {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 !important;
        margin: -10px 0 -20px !important;
    }
    footer#foot_kathreen span {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    #base_kathreen {
        margin-top: 230px;
    }
    .introcover_kathreen {
        height: 100px;
    }
}

@media only screen and (max-width: 480px) {

    /*Salvattore*/

    #container_kathreen[data-columns]::before {
        content: '1 .column.size-1of1';
    }

    #container_kathreen {
        width: 100%;
        padding:0;
        margin:0;
    }
    .home_kathreen{
        padding:0;

    }
    .postcontent_kathreen{
        margin-top:0;
        padding-top:0;
    }
/*
    * {
        font-size: 98% !important;
    }*/

    #base_kathreen {
        margin-top: 200px;
    }
    .introcover_kathreen {
        height: 100px;
    }
    .content_kathreen{
        padding:4%;
    }
    .content_kathreen h2.posttitle_kathreen{
        margin:0 0 10px;
    }
}

@media only screen and (max-width: 320px) {

    #description_kathreen h2 {
        padding: 10px 30px;
       /* font-size: 15px;*/
        line-height: 20px;
        font-weight: 400;
        vertical-align: middle;
        margin: auto 0;
    }
    /*.content_kathreen h2.posttitle_kathreen a {
        font-size: 32px !important;
        font-weight: 200 !important;
        line-height: normal !important;
        word-break: normal;
    }
    .postcontent_kathreen * {
        font-size: 12px !important;
        line-height: 21px !important;
    }*/
    #base_kathreen {
        margin-top: 200px;
    }
    .introcover_kathreen {
        height: 50px;
    }
    #pagination_kathreen {
        display: block;
        width: 90%;
        margin: 10px 5% 0;
    }
    footer#foot_kathreen {
        margin: 10px auto 0;
    }
}