/*
Theme Name: restore_sjr
Theme URI: http://underscores.me/
Author: Circlepoint
Author URI: http://circlepoint.com
Description: responsive, clean
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restore_sjr
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

restore_sjr is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# WP Container Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries	
--------------------------------------------------------------*/

/* ================== Reference ==============================
 Blue: #00a1df
 Orange: #f7aa50
 Title Font: Open Sans
 */
 

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    background: #fff5f5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}
.broken_link, a.broken_link {
    text-decoration: none !important;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.search-form{
margin: 0 10px 10px;
display: inline-block;
width:100%;
}

#SignUp td {padding: 5px;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	clear: both;
	color: #00a1df;
}

h1,h2 {text-transform: uppercase;}

h1.entry-title {
position: absolute;
max-width: 65%;
top: 200px;
background-color: rgba(255, 209, 0, 0.7);
display: table;
padding: 10px 30px 10px 50px;
color:white;
} 

#post-2 h1.entry-title {
margin-top: 0px;
background-color: transparent;
display: unset;
padding: 0px;
color:white;
position:relative;
top: 0;
} 

#post-2 .entry-content {margin:0;}
#post-2 a {color: white;}
.widget h3, .project-page-widget.project-updates h3 {margin: 5px 0;}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.copy {
text-align: left;
font-size: 11px;
}

.cat-links {
display: none;
font-style: italic;
font-size: .9em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */


}

#masthead {
    border-bottom: 1px solid silver;
    box-shadow: 1px 0 3px gray;
}

#content, #header-content, .site-info {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

div.posts-content {margin-top: 150px;}

.site-info {padding: 20px 10px;}

.site-branding {
width: 20%;
float: left;
}
.site-branding p {margin:0; padding: 5px 0 0;}

.footer-left {float: left;}
.contact-us {
display: inline-block;
float: right;
padding: 15px 20px;
background: rgb(255,209,0) !important;
}

.contact-us h3 {color: #999999;}

.contact-us a {
color: #00a1df;
text-decoration: none;
}

.contact-us a:hover {color: white;}

.contact-us img {margin-right: 10px;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

div.entry-meta {display:none;}

.entry-content ul {list-style-type: none;}

.entry-content ul li {
    text-indent: -1em;
    padding-left: -2px;
}

.entry-content ul li:before {
    content: "■";
    font-family: "Arial Black";
    color: #ffcb07;
    padding-right: 7px;
}

.entry-content ul li li::before {
    color: #1b93d1;
    padding-right: 5px;
}

table.dataTable>tbody>tr.child ul.dtr-details li:last-child:before {
content: "";
}

div.second-image {
max-width: 350px;
float:left;
margin: 0 10px 10px 0;
}

.widget_accesstxt ul {
list-style: none;
}

.widget_accesstxt ul a {
border: 1px solid #1B93D1;
border-radius: 4px;
background-color: #1B93D1;
color: white;
width: 30px;
height: 30px;
text-align:center;
display:inline-block;
text-decoration: none;
float: left;
margin: 0 4px;
padding: 2px;
bottom: 0;
}
#minus{padding: 5px;}
#plus{padding: 1px 3px;}




/*--------------------------------------------------------------
# WP Container Elements
--------------------------------------------------------------*/

#primary {
width: 70%;
display:inline-block;
padding: 0 10px;
}


#secondary {
width: 28.5%;
display:inline-block;
vertical-align: top;
margin: 20px 0 0 1%;
padding: 0 10px;
}

#fullWidth {
display:inline-block;
width: 100%;
}

#colophon {
background: #00a1df;
color: white;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:none;
	border-radius: 0;
	background: rgb(255,255,255); /* Old browsers */
	color:white;
	background-color: #00a1df;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#008dc3;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

div#search {
float: right;
margin: 10px;
}

#search input.search-field {  background:transparent url(/wp-content/themes/restore_sjr/img/search.png) no-repeat scroll right center;
    margin:0;
    max-width:230px;
    padding-left:16px;
}

#search .search-submit {
display: none;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a, a:visited {
	color: #00a1df;
}

a:hover,
a:focus,
a:active {
	color: #f7aa50;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.breadcrumbs {color:#00a1df; font-size:.8em; padding-left: 10px;}
.breadcrumbs a {color:#404040; text-decoration:none;}
.breadcrumbs a:hover {color:#f7aa50;}

.feature-list a, .feature-list a:hover {text-decoration:none;}

a.blue-button{
    background: #00a1df;
    color: white;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
}
h2 a, h2 a:hover{text-decoration:none;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: table;
	width: 80%;
	padding: 0;
	position: relative;
	z-index: 10000;
	/*bottom: -5px;*/
	
}
.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	white-space: nowrap;	
	border-bottom: 4px solid #00a1df;
}
.main-navigation li {
	/*position: relative;*/
	position: unset;
	text-align: center;
	margin: 0;
	width: 1%;
	display: table-cell;
	font-size: .8em;
	line-height: 18px;
	font-weight: bold;
	white-space: normal;
	border-left: 1px  solid #00a1df;
	border-right: 1px  solid #00a1df;
}
.main-navigation a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color:#00a1df;
	padding: 8px 10px;
	display: inline-block;
	font-weight: bold;
	width: 100%;
}

.main-navigation .current-menu-item {
font-weight: bold;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color:#999999;
display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#menu-main-menu ul li.current_page_parent ul a {
font-weight: bold;
}
#menu-main-menu .current-menu-parent {
font-weight: normal;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
	margin: 0;
	padding: 0;
	width: 200px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
/* 	height: 40px !important; */
	text-transform: none;
	font-weight: normal;
	padding: 10px;
	color:#ccc;
	background: #666;
}

.main-navigation ul ul li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
color: #999999;
}

.main-navigation ul ul li {
	display: block;
	float: none;
	font-size: 1em;
	clear:left;
	width: 100%;
	margin: 0;
	height: auto;
}

.main-navigation li:first-child {
/* margin-left: -5px; */
}

.main-navigation ul ul li:first-child {
/* margin-left: 0; */
}

.main-navigation li:hover > a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
color: #999999;
}
.main-navigation ul ul :hover > a {
color: gray;
}
.main-navigation ul ul a:hover {
background: none;
color: white;
}
.main-navigation ul li:hover > ul {
	left: 0;

}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > .sub-menu a:hover,
.main-navigation .current-menu-item > .sub-menu a:hover {
color: gray;
}

.menu-toggle {
display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

nav.footer-menu {
margin: 1% 0 4%;
}

.footer-menu #mega-menu-wrap-primary {background: transparent;}

nav.footer-menu:after {
content: "";
clear: both;
}

.footer-menu ul {
list-style-type: none;
text-align: left;
margin: 0 0 -1.5em -3em;
}

.footer-menu li{
display: inline-block;
border-right: 2px solid white;
min-height: unset;
}

.footer-menu a {
color:white;
background: transparent;
text-decoration: none;
text-transform: uppercase;
padding: 0;
white-space: nowrap;
margin: 0 5px;
line-height: 1;
min-height:unset;
}

.footer-menu li:last-child {border:none;}

.footer-menu a:hover {
color:#999999;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	margin: 0; 
	padding: 10px 30px 30px 14px; 
	position:relative; 
	font-size:1.1em;
	display:inline-block;
	max-height: 60px;
	}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active {color:#ffd100 !important;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after {
    color: #ffd100;
    position: absolute;
    top: 5px;
	right:5px;
	}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 1.2;
	margin:10px 0;
	background: white;
	font-weight:bold;
	}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
font-weight:bold;
color:#00a1df;
background: white;
}	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {color:#00a1df;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		border-top: 4px solid #00a1df;
		background: white;
	}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    min-height: unset;
    background: white;
}	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
border:none;
border-top: 4px solid #00a1df;
width:auto;
background: white;
}	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #666;
    line-height: 1.2;
}

#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-1495.mega-menu-megamenu.mega-menu-item {
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    border-radius: 0;
    margin: 0 auto 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);

}

.widget p, .widget ul {
padding: 0 20px 20px;;
}

.widget h2 {
background: white;
padding: 10px;
margin: 0 auto 15px;
border-bottom: 2px solid #00a1df;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}


/* Google Calendar */

#text-2 {
width: 100%;
overflow: hidden;
}
#text-2 .fc-view-container {margin: 0 10px; font-size: 10px;}
#text-2 .fc th {font-size: 10px;}
#text-2 .fc-day-grid-event .fc-content {font-size: 10px;}
#text-2 .fc-event {border-radius: 0;}
#text-2 .fc-center h2 {border-bottom: 0; font-size: 14px; padding: 0;}
#text-2 .fc button {
margin: 0 3px !important;
padding: 0 .5em;
font-size: 9px;
}

#text-2 a.fc-event:hover:after { /* tooltip */
    top: -15px;
    width: 100px;
    font-size: 10px;
    overflow:visible;
    border-radius: 0;
}

#text-26 div.textwidget {margin:10px; display: inline-block;}

/* Quick links */
#wysiwyg_widgets_widget-3 ul{
list-style:none;
margin: 0 0 0 -10px;
}

#wysiwyg_widgets_widget-3 li{margin: 10px 0;}

#wysiwyg_widgets_widget-3 a{
text-decoration:none;
color:#00a1df;
line-height: 1.2;
display: block;
}

/* Subpage nav */

#custom_html-2 h2.widget-title, #custom_html-3 h2.widget-title {display:none;}

aside#custom_html-2.widget_text.widget.widget_custom_html,
aside#custom_html-3.widget_text.widget.widget_custom_html {box-shadow: none;}

ul.page-list {
list-style:none;
margin: 0;
padding:0;
}

.page-list li.page_item {margin: 10px 0;}

.page-list .page_item a {
text-decoration:none;
background-color:#00a1df;
color:white;
text-transform:uppercase;
line-height: 1.2;
display: block;
padding: 10px 20px;
}

#custom_html-3 .page-list .page_item a {margin-left: 20px;}

.page-list .page_item a:hover, .page-list .current_page_item > a {
font-weight: normal !important;
background-color:#008dc3;
}

/* Twitter widget */
h1.timeline-Header-title.u-inlineBlock {
font-family: 'Open Sans', sans-serif;
color: #00a1df;
text-transform: uppercase;
}
#weblizar_twitter-2 h2 {display:none;}
#weblizar_twitter-2  .widget .widget_weblizar_twitter div{overflow:visible !important;}
#twitter-widget-0 {box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);}

#project-page-widget-container .highlighted-stories .widget h2, #project-page-widget-container .events-list .widget h2 {display:none;}

.docs-list .widget h2 {
font-size: 1.17em;
border-bottom: 0;
text-transform:none;
margin: 5px 0;
}

.project-page-widget .highlighted-stories h3 {margin-bottom: 5px;}
.project-page-widget .listing-item a.title {
background: transparent;
border: none;
width: 100%;
float: none;
padding: 0px;
}

.project-page-widget .listing-item li {width:100%; float:none;}
.project-page-widget .listing-item h3 {width:100%; float:none;}

.project-page-widget .widget, div.project-page-widget.project-updates {
	border-radius: 0;
    margin: 0 auto 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    padding: 5px 10px;
}


#project-page-widget-container .text-widget h3 {
    background: #00a1df !important;
    margin-bottom: 0;
}

#project-page-widget-container .widget p {padding:0;}

.textwidget ul.display-posts-listing {
list-style:none;
padding: 0;
margin: 0 0 15px;
}

.textwidget li.listing-item {
margin: 5px 0 15px;
clear:both;
display: inline-block;
}

.textwidget a.image {
    width: 20%;
    float: left;
    margin-right: 10px;
    }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.page-template-front-page .entry-title {
color: white;
}

.page-template-front-page .page {
background: #00a1df;
color: white;
padding: 3%;
} 

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
	padding-left: 10px;
}

.blog .entry-content {
margin-top: 0;
}

.content-col-side {float:left;width:30%;}

.content-col-main {float:left;width:70%;}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title {
margin-left: -10px;
}

.home .entry-header, {
   /*  display: none; */
}

.home .entry-page-image {display: none;}

.feature-posts {margin: 20px 0px;}
.feature-posts ul {margin: 0px 0px 0px -2.5em;}


/* Collapsible panels Styling */
.collapseomatic {
background-color: #1b93d1;
background-position: 8px 6px;
border: 1px solid gray;
border-radius: 4px 4px 0 0;
display: block;
margin: 10px 0 0;
padding: 0 28px;
color: white;
}

.collapseomatic_content {
    margin: 0px;
    padding: 10px;
    border: 1px solid gray;
}

/* Blog - News & Updates page styles */
.blog #main {margin-top:20px;}

.blog .hentry {
	border-bottom: 1px solid #ffd100;
padding: 0 0 10px;
}

.blog .entry-page-image {
	float: left;
	margin: 0 20px 0 0;
}

.blog h2.entry-title {
	clear: none;
	margin: 0 0 10px;
}

.blog .entry-content p{margin:0;}

.page-template-project-landing-page div.block {
float:left;
width: 48%;
padding: 20px 10px 10px;
margin: 1% 2% 1% 0;
background: #1b93d1;
color:white;
/* font-weight:bold; */
min-height: 180px;
max-height: 190px;
overflow: hidden;
text-overflow: ellipsis;
}

.page-template-project-landing-page .entry-content img {
float:left;
padding: 0 10px 10px;
}

.page-template-project-landing-page .block a {
text-decoration: none;
font-weight:bold;
color:white;
font-size: 1.2em;
}

.block span {
max-height: 100px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
	
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* 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 .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Styling the Full-width featured image  */

.featured img {
width: 100%;
height: auto;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Styling the Slider Caption */
.theme-default .nivo-controlNav {display:none;}

.metaslider .nivo-caption {
opacity: 1 !important;
width: 33%;
right: 0;
left: auto;
bottom: 25%;
min-height:  50%;
background: rgba(255,209,0, .7) !important;
color: white;
font-size: 100%;
text-shadow: none;
padding: 1% 3%;
font-weight: bold;
}

.theme-default .nivo-directionNav a {
width: 24px !important;
height: 52px !important;
}

.nivo-directionNav a.nivo-prevNav {
background: url(img/left.png) no-repeat !important; 
background-position: 100% 0;
left: 2% !important;
opacity: .75;
}

.nivo-directionNav a.nivo-nextNav {
    background: url(img/right.png) no-repeat !important; 
    background-position: 100% 52px;
    right: 2% !important;
opacity: .75;
}

.theme-default .nivo-caption a {
display: block !important;
opacity: 1;
background: white;
color: #00A1DF !important;
margin: 10px 0;
width: 120px;
padding: 6px;
text-align: center;
clear: both;
text-decoration: none;
font-size: 90%;
}

/* Home page post layout */

.home .listing-item {
position: relative;
}

.home .listing-item .excerpt {
    position: relative;
    background: rgba(0,161,223, .7) !important;
    width: 50%;
    /* right: 0; */
    float: right;
    display: block;
    clear: both;
    padding: 10px;
}

.home.listing-item a.title {
    background: pink;
    border: 2px solid purple;
    width: 50%;
    display: block;
    float: right;
    text-align: left;
    clear: right;
    padding: 10px;
}

.home .listing-item:nth-child(2), .home .listing-item:last-child {width:48%; float:left;}


/* For Real */

li.feature-list, li.latest {list-style: none;  box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);}

div.feature {padding-top: 30%;
background-position:left;}

.feature h2 {
margin: 3% 0 1%;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: clip ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}

div.feature-caption {
bottom: 0;
height: 50%;
padding: 1% 3%;
background: rgba(0, 161, 223, .7) !important;
color:white;
}

li.latest div.feature {
width: 100%;
position: relative;
display: block;
min-height: 200px;
overflow: hidden;
padding: 0;
margin: 10px 0;
background-size:cover;
}

li.latest div.feature-caption {
float: right;
Width: 50%;
padding: 10px;
min-height: 100%;
padding: 1% 3%;
overflow: hidden;
}

li.latest .feature-caption p {
  text-overflow: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
   height: 100px;
}

/* 
li.feature-list:first-child div.feature {
width: 100%;
position: relative;
display: block;
min-height: 200px;
overflow: hidden;
padding: 0;
margin: 10px 0;
background-size:cover;
}

li.feature-list:first-child div.feature-caption {
float: right;
Width: 50%;
padding: 10px;
min-height: 100%;
padding: 1% 3%;
overflow: hidden;
}

li.feature-list:first-child .feature-caption p {
  text-overflow: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
   height: 100px;
}
 */

li.feature-list:nth-child(2) {width:49%;max-height: 325px; float:left;margin-right:1%;overflow: hidden;}
li.feature-list:last-child {width:49%; max-height: 325px;float:left;margin-left:1%;overflow: hidden;}

.feature-caption p {
overflow: hidden;
  text-overflow: clip ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-bottom: 10px;
}

.feature-caption a {
color: #f7aa50;

}

/* 
.feature-caption p:after {
content: "...";
}  
 */

.feature-caption h2 {color: white;}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.post-template-default .wp-caption {
    margin-bottom: -1em !important;
    max-width: 100%;
    margin-top: -1em !important;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
    font-size: .8em;
    font-family: serif;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#footer-search {display:none;}

a#scroll-to-top {
z-index:10000;
}

/* Very special code for changing the word search to filter */

.dataTables_filter label {
color:white !important;

}

.dataTables_filter label:before {
    content: "Filter";
    color: black;
    margin-right: -40px;
    z-index: 10000;
    position: relative;
}

/* --------------------------------------------------------------
## Media Queries 
-------------------------------------------------------------- */

/* Wide Screen */
	@media (min-width: 1280px) {
	#primary, #secondary {
	padding:0;
	}
	.entry-title {
	margin-left:0;
	}
}
/* Desktop Style */
	@media (min-width: 960px) and (max-width: 1280px) { 

	.metaslider .nivo-caption {
	bottom: 15%;
	height: 70%;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {margin: 0 1%;}
	
	.blog .entry-page-image {
	margin: 0 20px 0 20px;
	}
	

}

/* iPad Style */
	@media (min-width: 700px) and (max-width: 960px) { 
	#primary {
	width: 69%;
	}
	
	.main-navigation {width: 100%;} 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {margin: 0; font-size:.9em; max-width: 140px;}
	
	.metaslider .nivo-caption {
	bottom: 10%;
	height: 80%;
	font-size: 90%;
	line-height: 1.3;
	}
	
	.blog .entry-page-image {
	margin: 0 20px 0 20px;
	}
	
	h1.entry-title {max-width:100% ;}
li.feature-list:nth-child(2) {max-height: 250px;}
li.feature-list:last-child {max-height: 250px;}	
}

/* iPhone Style */
	@media (max-width: 700px) { 
	
	/* shiftnav styles */
	#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {background-color:#00a1df;}
	div.shiftnav-inner, .shiftnav .shiftnav-nav {background:white !important;}
	.shiftnav-menu-title a, .shiftnav-menu-title a:visited {color:#00a1df !important;}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	background:white !important;
	color:#00a1df !important;
	text-shadow:none !important;
	border:0 !important;
	}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	background:#ea8712 !important;
	color:white !important;
	}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
	background:#00a1df !important;
	border:0 !important;
	}
	div.featured {display: none;}
	
	.site-branding{width: 100%;}
	.site-branding img{margin:0 auto; max-width: 200px;}
	p.site-title  {margin-bottom: 0;}
	
	.metaslider {display:none;}
	
	.menu-toggle {
	width:100%;
	background: #4d4d4d;
	border-radius: 0;
	color: white;
	}
	
	button.menu-toggle {
	display: none;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation { width: 100%;}
	.main-navigation ul {
		display: none;
	}
	
	.main-navigation li {
		display: block;
		text-align:left;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid white;
		width: 100%;
	}
	
	.main-navigation a {
	width: 100%;
	}
		
	li.menu-item-has-children > a::before {
	border: 0;
	}
	
	#main ul {margin: 0 0 -1.5em -2.5em;}
	li.feature-list:nth-child(2), li.feature-list:last-child {width:100%; float:none; margin: 10px auto;}
	li.feature-list:first-child div.feature {
	padding-top:30%;}
	li.feature-list:first-child div.feature-caption {
		bottom: 0;
		height: 50%;
		float: none;
		width: 100%;
		padding: 3% 5%;
		min-height: unset;
		}
	
	li.feature-list {
	max-height: 350px;
	}
	
	div.feature {
	padding-top: 25%;
	}
	
	li.latest div.feature {
	padding-top:30%;
/* 
	width: 100%;
	position: relative;
	display: block;
	min-height: 100%;
	overflow: visible;
	padding: 0;
	margin: 10px 0;
	background-size:cover;
 */
	
	}

	li.latest div.feature-caption {
	float: none;
	Width: 100%;
	padding: 10px;
	height: 50%;
	padding: 1% 3%;
	overflow: visible;
	}

	li.latest .feature-caption p {
	  text-overflow: auto;
	  display: -webkit-box;
	  -webkit-line-clamp: none;
	  -webkit-box-orient: vertical;
	   height: 100%;
	}
	
	ol, ul {
	margin: 0;
	}
	
	.main-navigation a:hover {
		background: gray;
	}
	
	.main-navigation ul ul, .sub-menu ul {
	position: absolute;
	display:none !important;
	left: -9999em !important;
	margin-left: -9999em !important;
	}
		
	li.menu-item-has-children > a::before {
	border: 0;
	}
	
	.entry-content .tablepress ul {
	margin: 0 0;
	}	
	
	.entry-content .tablepress ul li {
	text-indent: 0;
	margin-left: 0;
	}
	
	.entry-content .tablepress ul li:before {
	content: "";
	}
	
	h1.entry-title {
	position:relative;
	top:0;
	width: 106%;
	max-width: none;
    margin-top: 0px;
    margin-left: -3%;
    margin-right: -3%;
    background-color: rgba(255, 209, 0, 1);
    padding: 5px 20px;
    font-size: 1.25em;
	}
	
	#primary {
	width: 100%;float:none;
	}
	
	#secondary {
	width: 100%;
	margin: 10px 0%;
	padding: 10px;
	}
	
	.content-col-side {float:none;width:100%;}

	.content-col-main {float:none;width:100%;}
	
	nav.footer-menu {
	float: none;
	}
	
	.footer-menu ul {
	padding: 0;
	margin: 0;
	}
	
	.footer-menu li {
	display: block;
	border: none;
	line-height: 1.75em;
	}
	
	.metaslider .nivo-caption {
	bottom: 0%;
	height: 100%;
	font-size: 70%;
	width: 65%;
	}
	
	.theme-default .nivo-caption a {
	margin:5px 0;
	font-size: 80%;
	width:100px;
	}
	.page-content,
	.entry-content,
	.entry-summary {
	margin-top: 0;
	}
	div.second-image {
	max-width: 300px;
	float:none;
	margin: 10px auto;
	}
	
	.blog .entry-page-image {
	margin: 0 20px 0 20px;
	}
	
	.breadcrumbs {display:none;}
	
	#footer-search {display:inline-block;}
	#search {display:none;}
	
	.page-template-project-landing-page div.block {
	max-height:none;
	width: 100%;
	float:none;
	}
}


/* SCIENCE MEETING 20202 */
.chinook-banner{

}
.chinook-banner img{
	display: block;
	margin: auto;
}

.speakers-table{
	width: 90%;
	margin: 20px auto;
}
.speakers-table .row{
	/*padding: 20px;*/
	display: grid;
	grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 780px) {
	.speakers-table .row{
		display: flex;
		flex-direction: column;
	}
	.speakers-table .row .image{
		text-align: center;
	}
}
.speakers-table .row .image{
	padding: 0 20px 20px;
}
.speakers-table .row .image img{
	width: 200px;
	height: 200px;
	max-width: none;
}
.speakers-table .row .content{
	
}
.speakers-table .row .content h3{
	margin: 0;
}
.speakers-table .row .content h4{
	margin: 0;
}

.speakers-table .row .content h3 p,
.speakers-table .row .content h4 p{
	display: none;
}

/* AGENDA */
.links-horizontal{
	display: flex;
	flex-direction: row;
	padding: 20px 0 0;
	margin: 0 0 10px !important;
	justify-content: center;
}
.links-horizontal li{
	padding: 0px 10px 0px 0px !important;
}
.links-horizontal li.active a{
	background-color: rgba(255, 209, 0, 0.7);
}
.links-horizontal li::before{
	display: none  !important;
}
@media screen and (max-width: 780px) {
	.links-horizontal li a{
		text-align: center;
	}
}
.links-horizontal li a{
	font-size: 20px;
	display: block;
    border: solid 1px #ccc;
	text-indent: 0px;
	padding: 5px 10px;
}

.timelines .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timelines .timeline p{
	display: none;
}
.timelines .timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #0e3b5a;
  top: 0;
  bottom: 0;
  left: 50px;
  margin-left: -1.5px;
}
.timelines .timeline .point {
  padding: 0px 40px 10px;
  position: relative;
}
.timelines .timeline .point::after {
  content: '';
  top: 0px;
  z-index: 1;
}
.timelines .timeline .point.circle::after {
  border-radius: 50%;
  background-color: #0096d6;
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 4px #fff;
  left: 40px;
} 
.timelines .timeline .point.slash::after {
  background-color: #0096d6;
  position: absolute;
  width: 12px;
  height: 25px;
  left: 43px;
  border: solid 4px #fff;
  transform: rotate(50deg);
  transform-origin: center;
} 
.timelines .timeline .point .grid {
  padding: 0px 30px;
  position: relative;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 9fr;
}
.timelines .timeline .point .grid .time{
  color: #0096d6;
  font-size: 16px;
  font-weight: bolder;
}
.timelines .timeline .point .grid .video{
  font-size: 16px;  
  font-weight: bolder;
  grid-column-start: 2; 
  grid-column-end: 10;

}
.timelines .timeline .point .grid .video iframe{
	border: solid 1px #ccc;
}

.timelines .timeline .point .grid .event{
  font-size: 16px;  
  font-weight: bolder;
  grid-column-start: 2; 
  grid-column-end: 10; 
}
.timelines .timeline .point .grid .people{
  font-size: 14px;
  color: #575757;
  grid-column-start: 2; 
  grid-column-end: 10; 
}
.timelines .timeline .point .grid .agenda{
  grid-column-start: 2; 
  grid-column-end: 10;   
}
.timelines .timeline .point .grid .agenda ul{
  padding-left: 15px;
  list-style: none;
}
.timelines .timeline .point .grid .agenda ul li{
	padding-left: 0px;
	text-indent: 0;
}
.timelines .timeline .point .grid .agenda ul li::before{
  content: "\2022";
  color: #0096d6;
  font-weight: bold;
  display: inline-block;
  width: 13px;
  margin-left: -1em;
}
.timelines .timeline .point .grid .agenda ul li .subject{
  font-size: 14px;
  font-weight: bold;
}
.timelines .timeline .point .grid .agenda ul li .description{
  font-size: 14px;
  color: #575757;
  display: block;
}
@media screen and (max-width: 780px) {
  .timelines .timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #0e3b5a;
    top: 0;
    bottom: 0;
    left: 10px;
    margin-left: -1.5px;
  }
  .timelines .timeline .point{
    padding: 0px 0px 30px;
  }
  .timelines .timeline .point.circle::after {
    width: 14px;
    height: 14px;
    left: 3px;
  } 
  .timelines .timeline .point.slash::after {
    width: 4px;
    height: 18px;
    left: 5px;
  }
  .timelines .timeline .point .grid{
    display: flex;
    flex-direction: column;
  }
  .timelines .timeline .point .grid .video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .timelines .timeline .point .grid .video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
	.timelines .timeline .point .grid .agenda ul{
		margin: 0 0 0 0 !important;	
	}
}

.poster-table{
	width: 90%;
	margin: 20px auto;
}
.poster-table .header{
	
}
.poster-table .row{
	/*padding: 20px;*/
	display: grid;
	grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 780px) {
	.poster-table .row{
		display: flex;
		flex-direction: column;
	}
	.poster-table .row .image{
		text-align: center;
	}
}

.poster-table .row .image{
	padding: 0 20px 20px;
}
.poster-table .row .image img{
	width: 200px;
	max-width: none;
}
.poster-table .row .content{
	
}
.poster-table .row .content h3{
	margin: 0;
}
.poster-table .row .content h4{
	margin: 0;
	color: #666;
}
.poster-table .row .content a{
	background-color: #00a1df;
	color: #fff;
	padding: 10px;
}
.poster-table .row .content h3 p,
.poster-table .row .content h4 p{
	display: none;
}

.parent-pageid-1493 #custom_html-3{
	display: none;
}
