/*
Theme Name: Otsuka Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Otsuka 2020
Version: 1.0.0
*/


/* =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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px -20px;
    clear: both;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
    color: #990033;
    font-weight: bold;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#333333;;
}
body {
	font-size: 18px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#FFFFFF;
}
a {
	outline: none;
	color: #2D8BC8;
	text-decoration: none;
}
a:hover 
a:focus {
	color: #459CD5;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 24px 0;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 0px;
	background-color:#b8102c;
    color: #FFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    z-index: 999;
    position: relative;
	}
.wrap {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    max-width: 1100px;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}
#search-btn {
    cursor: pointer;
}
#top-searchbar {
    display: none;
    background-color: #b8102c;
    padding: 5px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    margin-top: 0px;
}
#close-search-btn {
    float: right;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color:#939393;
    margin-right: 5px;
}
#top-searchbar .search-field {
    width: calc(100% - 28px);
}

.site-header .logo {
    float: left;
    text-align: left;
    font-size : 24px;
    color : #FFF;
    font-weight: 300;
    padding: 10px 10px 16px;
}

.site-header .logo img {
    float: left;
    margin: 0 8px 0 0;
	width: 160px;
	height: auto;
}
.site-header .logo span {
    display: none;
    padding-top: 40px;
    padding-left: 10px;
}

.site-title {
    font-weight: 300;
    font-size: 22px;
}
.site-title a {
	color : #FFF;
	display: inline-block;
	text-decoration: none;
}
.site-title a:hover{
	color : #F4F1F1;
}
 .site-header .icons {  
     float: right;
     font-size: 26px;
     padding-top: 50px;
	 padding-right: 10px;
    
}
.site-header .int-link {
    color: #FFF;
    margin-right: 10px;
}
.site-header .search-btn {
    margin-right: 10px;
}
.menu-toggle {
	cursor: pointer;
}
.menu-toggle:hover {
    color: #FFF;
}

/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 16px;
    text-transform : uppercase;
    color : #FFFFFF;
}
.main-navigation li {
	margin-top: 10px;
	line-height: normal;
}

.mobileNav {
    position:absolute;
    top: 110px;
    right: 0;
    width:180px;
	padding:20px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    /*background-color:#FFF; transition:top 400ms ease-out;*/
    background-color: #333333;
	visibility: hidden;
	transition:top 300ms ease-out;
}
.toggled-on .mobileNav {
	position:absolute;
    display: block; 
	top:88px;
	visibility: visible;
/*	opacity:1;
	transition:opacity 400ms ease-out;*/
}

.hideNav {
	color:#B9B9B9;
	cursor:pointer;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#990033;
}
.mobileNav a {
	color:#FFF;
}
.mobileNav a:hover {
	color:#FCDFE0;

}
.mobileNav .current_page_item a {
    font-weight: bold;
}

/* Page header*/
.page-header {
    position: relative;
	background-color: #514949;
	clear:both;
    padding: 4% 0px 0;
    text-align: left;
    /*background-image: url("images/default-header-bg.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
     color: #ffffff;
}
.page-header:after {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.page-header .txt {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}
.page-header .page-title {
	font-size : 42px;
    color: #ffffff;
	line-height:normal;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.page-header .sub-title {
	margin:0;
	font-weight : bold;
	font-size : 20px;
	text-transform:none;
	line-height:normal;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
@media screen and (max-width: 640px) {
	.page-header {
	}
	.page-header .page-title {
		font-size : 30px;
		line-height:normal;
	}
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget-area .widget h3 {
    font-weight : normal;
    font-size : 22px;
    color : #000;
    margin: 0px 0 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	line-height:normal;
    margin-bottom: 12px;
	
}
.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	line-height:normal;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 15px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #555957;
}
.widget-area .widget a:hover {
	color: #343736;
}

.widget-area .search-field {
    width: 100%;
}

.search-form  .search-submit {
	display: none;
}
#secondary .widget {
    border: 2px solid #f2dcc2;
    padding: 15px 15px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
#secondary .widget h3 {
    margin-bottom: 10px;
    font-size: 26px;
}
#secondary .srpw-title {
    font-size: 18px;
    color: #990033;
}
#secondary .srpw-meta {
    color: #747474;
    margin-bottom: 10px;
}
/* Footer */

#site-footer {
	clear: both;
	padding: 0;
	background-color:#333333;
	color:#E8E8E8;
    text-align: center;
    font-size : 15px;
}
#site-footer .textwrap{
	max-width: 1100px;
	margin: 0 auto;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}
#site-footer h3 {
    font-size: 24px;
    font-weight: normal;
}
#site-footer a {
    color: #FFF;
}
#site-footer a:hover {
    text-decoration: underline;
}

#site-footer .widget-area .menu li {
    font-size: 14px;
}
#site-footer .widget_nav_menu ul {
    list-style: none;
    text-align: center;
}
#site-footer .widget_nav_menu li {
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
#site-footer .widget_text {
    padding-top: 25px;
    font-size: 13px;
    color: #A2A2A2;
    padding-bottom: 5px;
    line-height: normal;
}
/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-left:20px;
	padding-right:20px;
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
}


.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
    color: #990033;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    font-weight: 300;
    color : #276FB6;
    letter-spacing : 1.28px;
    text-transform : uppercase;
}
.entry-content h1 {
	font-size: 50px;
}
.entry-content h2 {
	font-size: 44px;
}
.entry-content h3 {
    font-weight : bold;
    font-size : 30px;
    padding-top: 5px;
}
.entry-content h4{
	font-weight: normal;
    color : #276FB6;
	font-size: 20px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content .small-print {
	font-size: 14px;
}
.entry-content .x-small-print {
	font-size: 12px;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}

/*Gutenberg Styles*/

.has-grey-color { color: #333;	}
.has-red-color { color: #990033;	}
.has-beige-color { color: #efd2af;	}
.has-light-beige-color { color: #f9f1ea;	}
.has-white-color { color: #FFF;	}


.has-grey-background-color {    background-color: #333;	}
.has-red-background-color {    background-color: #990033; 	}
.has-beige-background-color {    background-color: #efd2af;	color: #333;}
.has-light-beige-background-color {    background-color: #f9f1ea;	color: #333;}
.has-white-background-color {    background-color: #FFF;	}

.has-grey-background-color, 
.has-grey-background-color h1, 
.has-grey-background-color h2, 
.has-grey-background-color h3, 
.has-red-background-color, 
.has-red-background-color h1, 
.has-red-background-color h2, 
.has-red-background-color h3 {   color: #f2e9e2;}

.has-beige-background-color h1, 
.has-beige-background-color h2, 
.has-beige-background-color h3, 
.has-light-beige-background-color h1, 
.has-light-beige-background-color h2, 
.has-light-beige-background-color h3, 
.has-white-background-color h1, 
.has-white-background-color h2, 
.has-white-background-color h3 {   color: #990033;}

.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* = HOME PAGE
-------------------------------------------------------------- */
.home #main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
}
.home .site-content {
    margin: 0;
}
.home-slide {
    position: relative;
}
.res-cover-block {
    background-color: #333;
    text-align: center;
    color: #FFF;
    padding: 90px 20px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.res-cover-block:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    content: '';
    background-color: #0A0E2A;
    opacity: 0.9;
    transition: opacity 3s ease-out;
    z-index: 1;
}
.in-view .res-cover-block:after {
     opacity: 0.5;
}
.entry-content .res-cover-block h1, 
.entry-content .res-cover-block h2, 
.entry-content .res-cover-block h3, 
.entry-content .res-cover-block p {
    color: #FFF;
    margin: 0 auto;
    font-weight: normal;
    max-width: 960px;
    position: relative;
    z-index: 100;
    opacity: 0.8;
    transform: translateY(50px);
    transition: 1s ease-out;
}
.entry-content .in-view .res-cover-block h1, 
.entry-content .in-view .res-cover-block h2, 
.entry-content .in-view .res-cover-block h3, 
.entry-content .in-view .res-cover-block p {
    transform: translateY(0px);
    opacity: 1;
}
.entry-content .res-cover-block h1, 
.entry-content .res-cover-block h2, 
.entry-content .res-cover-block h3{
    font-size: 32px;
    font-weight: 300;
}
.entry-content .res-cover-block h1 strong, 
.entry-content .res-cover-block h2 stron, 
.entry-content .res-cover-block h3 strong {
	font-weight: bold;
}
.home-text-block {
    position: relative;
    z-index: 1;
}
.entry-content .home-text-block .text {
    max-width:1100px;
    margin: 0 auto;
    color: #FFF;
     position: relative;
    z-index: 100;
    font-size: 18px;
}
.home-text-block .inner {
    box-sizing: border-box;
    padding: 30px 20px;
}
.home-text-block h2,
.home-text-block h3,
.home-text-block h4 {
    text-transform: uppercase;
    font-size: 28px;
	color: #FFF;
    font-weight: bold;
}
.home-text-block a.button {
    color: #FFF;
    display: inline-block;
    padding: 8px 12px;
    border:1px solid #FFF;
    border-radius: 3px;
     background-color: rgba(0,0,0,0);
    transition: background 300ms ease-out;
}
.home-text-block a.button:hover {
    background-color: rgba(0,0,0,0.3);
}


.post-411 .banner-btn,
.post-36 .banner-btn {
    position: absolute;
    top: 30%;
    right: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 70px;
    color: #FFF;
    background-color: transparent;
    z-index: 999;
    -webkit-appearance: none;
}
.post-411 .banner-btn.prev,
.post-36 .banner-btn.prev {
    left:10px;
    right: auto;
}
.post-411 .banner-btn:hover,
.post-411 .banner-btn:active,
.post-36 .banner-btn:hover,
.post-36 .banner-btn:active {
     background-color: transparent;
     -webkit-appearance: none;
    box-shadow: none;
}

@media screen and (min-width:640px) {
    .home-text-block .inner {
        width: 75%;
    }
    .home-text-block .image {
        position: absolute;
        top: 0;
        left: 70%;
        width: 30%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        z-index: 2;
        background-size: cover;
        background-position: center center;
    }
    .home-text-block .triangle {
        position: absolute;
        top: 0;
        left: -2px;
        width: 100px;
        height: 100%;
        background-color: rgba(255,255,255,1);
        z-index: 2;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        transition: 900ms ease-out;
    }
    @supports (-ms-ime-align:auto) {
        .home-text-block .image {
            overflow: hidden;
        }
        .home-text-block .triangle {
            transform: rotate(10deg);
            width: 150px;
            left: -70px;
            top: -36px;
            padding-bottom: 35px;
        }
    }
    .entry-content .res-cover-block h1, 
    .entry-content .res-cover-block h2, 
    .entry-content .res-cover-block h3{
        font-size: 45px;
    }
    .home-text-block h2,
    .home-text-block h3,
    .home-text-block h4 {
        font-size: 40px;
    }
}
@media screen and (min-width:960px) {
    .entry-content .res-cover-block h1, 
    .entry-content .res-cover-block h2, 
    .entry-content .res-cover-block h3{
        font-size: 60px;
    }
    #post-36 .entry-content {
        position: relative;
        background-color: #110D2D;
    }
    .home-sliders {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 12000px; /*resize by js*/
        transition: left 500ms ease-out;
    }
    .home-slide {
        width: 20%;
        float: left;
        position: relative;
        
    }
    .res-cover-block,
    .home-text-block{
        height: 50%;
        box-sizing: border-box;
    }
    .home-slide .wp-block-group__inner-container {
        height: 100%;
    }
    .res-cover-block {
        padding-top: 10%;
        padding-bottom:20px;
        overflow: hidden;
    }
    .in-view .home-text-block .triangle {
        width: 150px;
    }
    .home-text-block .inner {
        width: 72%;
        padding: 40px 20px;
    }
}


@media screen and (min-width:960px) and (max-height:1030px) {
     .res-cover-block {
        padding-top: 7%;
        padding-bottom:20px;
        overflow: hidden;
    }
}
@media screen and (min-width:960px) and (max-height:900px) {
     .res-cover-block {
        padding-top: 5%;
        padding-bottom:20px;
        overflow: hidden;
    }
}
@media screen and (min-width:960px) and (max-height:800px) {
    .res-cover-block,
    .home-text-block{
        height: 45%;
        box-sizing: border-box;
    }
    .res-cover-block {
        padding-top: 5%;
    }
    .home-text-block{
        height: 55%;
    }
    .home-text-block .inner {
        padding: 20px;
        width: 75%;
    }
    
}
@media screen and (min-width:960px) and (max-height:640px) {
    .res-cover-block,
    .home-text-block{
        height: 40%;
        box-sizing: border-box;
    }
    .res-cover-block {
        padding-top: 30px;
    }
    .home-text-block{
        height: 60%;
    }
    .home-text-block .inner {
        padding: 20px;
        width: 75%;
    }
    .entry-content .res-cover-block h1, .entry-content .res-cover-block h2, .entry-content .res-cover-block h3 {
        font-size: 50px;
    }
}
/* PRODUCT FEEEDS*/
.for-search-only {
    display: none;
}
h3.hungryfeed_feed_title { display: none; }
.hungryfeed_feed_description { display: none; }
.hungryfeed_feed_content {}
.hungryfeed_items { border-top: 1px solid #CCC;}
.picmi { border-bottom: 1px solid #CCC; padding: 8px; margin-bottom: 5px; }
.picmi:after { clear:both; display: block; content: ''; }
.picmi .name{ float: left; width: calc(100% - 50px); padding-top: 3px; }
.picmi .name strong { text-transform: uppercase;}
.picmi .link { float: right; width: 50px;}
.picmi .link a { background-color: #29abe2; display: inline-block; color: #FFF; font-weight: bold; padding: 4px 15px; border-radius: 3px; }
.cmi-list .link a { background-color: #0071bc; }



.picmi-title {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}
.picmi.first {
    border-bottom: none;
border-top: 1px solid #CCC;
padding: 8px;
margin-bottom: 0px;
}

@media screen and (min-width: 600px) {
    .picmi-feed {
        position: relative;
        padding-top: 40px;
       
    }
   .picmi-title {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
       padding-bottom: 1px;
}
    .picmi-title {
        position: absolute;
        top: 0;
        right: 0;
         width: 85px;
        text-align: right;
    } 
     .picmi-title.pi-title{
        right: 100px;
          width: 90px;
    }
    .wp-block-group.pi-list {
        width: calc(100% - 100px);
        float: left;
    }
    .wp-block-group.cmi-list {
        width: 100px;
        float: left;
        margin-bottom: 10px;
        
    }
    .wp-block-group.cmi-list .name {
        display: none;
    }
}
/*Patient Support / Nephrology*/
.post-277 .entry-content table, 
.post-282 .entry-content table {
    max-width: 500px;
}
.post-277 .entry-content table  a,
.post-282 .entry-content table  a {
    display: block;
    letter-spacing : 1px;
    color : #276FB6;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #276FB6;
    border-radius: 3px;
    text-align: center;
    padding: 3px 5px;
    max-width: 126px;
}
/*Contact */
@media screen and (min-width: 782px) {
	.post-10 .wp-block-column:first-child {
		border-right: 1px solid #333;
	}
}

/*Reaerch Cover*/
.wp-block-cover {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-cover .wp-block-cover__inner-container {
    align-self: flex-end;
}
.wp-block-cover h1{
    font-size: 32px;
    color: #ffffff;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
@media screen and (min-width: 440px) {
	.wp-block-cover h1{
        font-size: 52px;
    }
}

/*Hotline Form*/
.wp-block-contact-form-7-contact-form-selector .grey-bg {
    background-color: #E8E8E8;
    padding: 10px;
    margin-bottom: 5px;
}
.wp-block-contact-form-7-contact-form-selector p {
    margin-bottom: 10px;
}
.wp-block-contact-form-7-contact-form-selector p:last-child {
    margin-bottom: 0px;
}
.wpcf7-textarea,
.wp-block-contact-form-7-contact-form-selector .wpcf7-text,
.wp-block-contact-form-7-contact-form-selector .wpcf7-email {
    width: 100%;
    font-size: 17px;
    border:none;
    border-radius: 0;
    color: #000;
}
.submit-row {
    text-align: right;
    
}
input.wpcf7-submit {
    color: #276FB6;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border:1px solid  #276FB6;
    font-weight: bold;
    border-radius: 0;
    font-size: 18px;
    float: right;
    padding: 1px 15px;
    margin-bottom: 5px;
}
input.wpcf7-submit:hover {
    color: #06213B;
     border:1px solid  #06213B;
}
.wpcf7 .ajax-loader {
    float:left;
}
.wpcf7 form .wpcf7-response-output{
    clear: both;
    margin: 10px 0;
    padding: 8px;
    font-style: italic;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #276FB6;
}
@media screen and (min-width: 760px) {
	.wp-block-contact-form-7-contact-form-selector .w70 {
        width:65%;
        float: left;
    }
    .wp-block-contact-form-7-contact-form-selector .w30 {
        width:34%;
        float:right;
        clear: none;
    }
}
/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
	
    
	.site-content {
		width: 100%;
        margin: 36px 0 24px;
	}
	body.has-sidebar .site-content {
		float: left;
		width: 67%;
	}
	
	#secondary.widget-area {
		float: right;
		width: 26%;
	}
	
	.site-header .logo span {
        display: block;
        clear:left;
        padding-top: 10px;
        padding-left: 10px;
        white-space: nowrap;
    }
	
	.entry-content h1 {
        
    }
    .entry-content h2 {
        
    }
    .entry-content h3 {
        
    }
	/*Footer */
    
	
}


/* Minimum width of 760 pixels. */
@media screen and (min-width:760px) {
   
    
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	.site-header .int-link {
        margin-right: 15px;
    }
    
	.site-header .logo span {
        padding-top: 40px;
        padding-left: 10px;
        display: inline-block;
        clear: none;

    }
}
@media screen and (min-width: 1400px) {
	

}
@media screen and (min-width: 1600px) {
	

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 22px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	

}