/*!
Theme Name: PABUILD
Theme URI: http://giworks.me/
Author: giworks.me
Author URI: http://giworks.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: PABUILD
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.white {
  color: #ffffff;
}

h1.white,
.h1.white,
h2.white,
.h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #ffffff;
}

.whiteBackground {
  background-color: #ffffff;
}

.darkBlue {
  color: #0b2b48;
}

.blueBackground {
  background-color: #0b2b48;
}

.content-width,
.fw,
.mw,
.sw,
.xsw {
  margin: auto;
  overflow: hidden;
}

.fw {
  width: 100%;
}

.mw {
  width: 80%;
}

.sw {
  width: 50%;
}

.xsw {
  width: 30%;
}

.tiny {
  width: 15%;
}

.content-width {
  width: 70%;
}
@media screen and (max-width: 1550px) {
  .content-width {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .content-width {
    width: 90%;
  }
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
  # Normalize
  --------------------------------------------------------------*/
html {
  /* font-family: sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

#page {
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.33em 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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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-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;
}

/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  /* font-family: "Open Sans", sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto Slab", serif;
  color: #0b2b48;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 300%;
  margin: 0.33em 0;
}
@media screen and (max-width: 700px) {
  h1,
  .h1 {
    font-size: 250%;
  }
}
@media screen and (max-width: 350px) {
  h1,
  .h1 {
    font-size: 225%;
  }
}

.h2 {
  font-size: 2em;
}

.myHr {
  height: 3px;
}

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-family: "Roboto Slab", serif !important;
  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%;
}

.center {
  text-align: center;
}

/*--------------------------------------------------------------
  # 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 https://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. */
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.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. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  /* margin: 0 0 1em; */
  margin: 0;
  width: 100%;
}

/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.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%;
}

/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
  # 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;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: .5em 0 .5em 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  /* margin: 1.5em 0 0; */
  margin: 0;
  padding: .5em 0 0;
}

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

/*--------------------------------------------------------------
  ## 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,
.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;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.custom-logo {
	max-width:70%;
}

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
  ## 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;
}

.main-navigation {
 /* width: unset;
  float: none; */
  width: 100%;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  color: #0b2b48;
  font-size: 150%;
  font-weight: bold;
}
.main-navigation li {
  margin-right: 3%;
  padding: 1%;
}
.main-navigation li a {
  color: #0b2b48;
}
.main-navigation li a:hover {
  color: #505050;
}
.main-navigation.toggled {
  width: 40%;
  float: left;
  text-align: left;
}
.main-navigation.toggled li {
  width: 100%;
}

button.menu-toggle {
  background: #0b2b48;
  border: 1px solid #0b2b48;
  font-size: 90%;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}

body {
  /*background: url(https://pabuild.org/wp-content/uploads/2024/02/background_2-scaled-1.jpg)
    center no-repeat;
  background-size: auto auto;
  background-size: cover;
  background-position: 100% 100%;*/
  /* background: url(https://pabuild.org/wp-content/uploads/2024/02/background_2-scaled-1.jpg)
    center no-repeat; */
  background: #ebebeb;
  background-size: auto auto;
  background-size: cover;
  background-position: 100% 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 85%;
  }
}

body.home,
body.page-template-page-past-events {
  /* background: url(https://pabuild.org/wp-content/uploads/2024/02/background_2-scaled-1.jpg)
    center no-repeat;
  background-size: cover; */
  /* background: url(https://pabuild.org/wp-content/uploads/2024/02/background_2-scaled-1.jpg)
    center no-repeat; */
  background: #ebebeb;
  background-size: cover;
  text-align: center;
  background-position: unset;
}
body.home #primary,
body.page-template-page-past-events #primary {
  background: none;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.home header#masthead,
  body.page-template-page-past-events header#masthead {
    /* background: #ffffffa1; */
  }
}
@media screen and (max-width: 599px) {
  body.home header#masthead,
  body.page-template-page-past-events header#masthead {
    /* background: none; */
    margin-bottom: -2%;
  }
}
body.home header.entry-header,
body.page-template-page-past-events header.entry-header {
  display: none;
}

body.home .save {
  background: #ffffff;
  margin-bottom: 0;
}

body.page-template-page-past-events #site-banner img {
  width: 50%;
}
body.page-template-page-past-events .intro-bar {
  font-size: 70%;
  margin: 2% auto;
}
body.page-template-page-past-events .speakers {
  background: none;
  margin: 4% auto;
  padding: 0;
  width: 70%;
}
body.page-template-page-past-events .speakers span,
body.page-template-page-past-events .speakers h1,
body.page-template-page-past-events .speakers .h1,
body.page-template-page-past-events .speakers hr,
body.page-template-page-past-events .speakers .whiteBackground,
body.page-template-page-past-events .speakers .white {
  color: #0b2b48;
}
body.page-template-page-past-events .speakers hr {
  background-color: #0b2b48;
}
body.page-template-page-past-events .speakers .names ul li strong {
  font-size: 100%;
}
body.page-template-page-past-events .past-events-schedule {
  background: #ffffff;
  margin-bottom: 0;
}

header#masthead {
  padding: 1% 5%;
}
@media screen and (max-width: 599px) {
  header#masthead {
    margin-bottom: 5%;
  }
}

#primary {
  width: 100%;
  /* max-width: 1000px;
  background: #ffffff; */
}

#page-header {
  padding-bottom: 40px;
}

.intro-bar {
  padding: 1% 0 0.2% 0;
  margin: 3% auto 5% auto;
}
@media screen and (max-width: 1350px) {
  .intro-bar {
    font-size: 90%;
  }
}
@media screen and (max-width: 1175px) {
  .intro-bar {
    font-size: 80%;
  }
}
@media screen and (max-width: 1020px) {
  .intro-bar {
    font-size: 65%;
  }
}
@media screen and (max-width: 900px) {
  .intro-bar {
    font-size: 50%;
  }
}
@media screen and (max-width: 350px) {
  .intro-bar {
    margin: 7% auto 5% auto;
  }
}

.hosted {
  margin: 5% auto 3% auto;
}
.hosted .h1 {
  text-transform: uppercase;
}
.hosted p {
  font-size: 230%;
  color: #0b2b48;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 1175px) {
  .hosted p {
    font-size: 170%;
  }
}
@media screen and (max-width: 500px) {
  .hosted p {
    font-size: 130%;
  }
}
@media screen and (max-width: 350px) {
  .hosted p {
    font-size: inherit;
  }
}

.home-icons {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20%;
}
.home-icons .home-icon {
  width: 40%;
  float: left;
  margin: 0 5%;
}
@media screen and (max-width: 900px) {
  .home-icons .home-icon {
    width: 40%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 650px) {
	.home-icons {
	  overflow: hidden;
	  margin: 0 auto;
	  padding: 0 0;
	}
}
@media screen and (max-width: 650px) {
  .home-icons .home-icon {
    width: 40%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 650px) {
  .home-icons .home-icon img {
    width: 80%;
    margin: 0;
  }
}
@media screen and (max-width: 350px) {
	.home-icons {
	  overflow: hidden;
	  margin: 0 auto;
	  padding: 0 0;
	}
}
@media screen and (max-width: 350px) {
  .home-icons .home-icon {
    width: 40%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 350px) {
  .home-icons .home-icon img {
    width: 100%;
    margin: 0 5%;
  }
}
.home-icons .home-icon img:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.speakers {
  margin: 5% auto;
  padding: 3% 0;
  overflow: hidden;
}
@media screen and (max-width: 350px) {
  .speakers {
    padding: 3% 2%;
  }
}
.speakers hr {
  margin-bottom: 3%;
}
.speakers .h1 {
  text-transform: uppercase;
}
.speakers .names {
  text-align: left;
}
@media screen and (max-width: 1350px) {
  .speakers .names {
    width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  .speakers .names {
    width: 93%;
  }
}
@media screen and (max-width: 1175px) {
  .speakers .names {
    width: 70%;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .speakers .names {
    width: 95%;
  }
}
@media screen and (max-width: 700px) {
  .speakers .names {
    width: 85%;
    text-align: left;
  }
}
@media screen and (max-width: 350px) {
  .speakers .names {
    width: 100%;
  }
}
.speakers .names ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1175px) {
  .speakers .names ul {
    float: none;
  }
}
.speakers .names ul#left {
  float: left;
}
@media screen and (max-width: 1175px) {
  .speakers .names ul#left {
    float: none;
    width: 100%;
  }
}
.speakers .names ul#right {
  float: right;
}
@media screen and (max-width: 1175px) {
  .speakers .names ul#right {
    float: left;
    width: 100%;
  }
}
.speakers .names ul li {
  list-style: none;
  font-style: italic;
  padding: 0.5% 0;
}
@media screen and (max-width: 700px) {
  .speakers .names ul li {
    padding: 2%;
  }
}
.speakers .names ul li strong {
  font-size: 140%;
  font-weight: 600;
  font-style: normal;
}

.sponsors {
  margin: 0 auto 5% auto;
  overflow: hidden;
}
.sponsors hr {
  margin-bottom: 3%;
}
.sponsors .h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .sponsors .sponsor-logos {
    width: 95%;
  }
}
.sponsors .sponsor-logos ul {
  margin: 2% 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.sponsors .sponsor-logos ul li {
  display: inline-block;
  list-style: none;
  font-style: italic;
  margin: 1% 2%;
  width: 15%;
}
.sponsors .sponsor-logos ul li img {
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.54);
}
.sponsors .sponsor-logos ul li strong {
  font-size: 140%;
  font-weight: 600;
  font-style: normal;
}

.advertisers {
  margin-bottom: 0;
}
@media screen and (max-width: 1350px) {
  .advertisers .names {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .advertisers .names {
    width: 95%;
  }
}
.advertisers .names ul {
  width: 33.333%;
  float: left;
  padding: 0 2%;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .advertisers .names ul {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 2%;
  }
}
.advertisers .names ul li {
  font-style: normal;
  font-weight: 600;
  padding: 0.7% 0;
  font-size: 110%;
}
.advertisers .names-new ul {
  width: 100%;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  text-align: left;
}
@media screen and (max-width: 1350px) {
  .advertisers .names-new ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .advertisers .names-new ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
}

.save {
  margin: 3% auto;
  padding: 2% 0;
}
.save .h1 {
  text-transform: uppercase;
}
.save h3 {
  font-size: 150%;
}
.save p {
  font-size: 150%;
}

#topic-container {
  width: 60%;
  margin: auto;
}
#topic-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topic-container .topic {
  background: #f3f3f3;
  padding: 1% 1% 4% 1%;
  margin: 3% auto;
}
#topic-container .topic-border {
  padding: 3%;
  border: 1px solid #cacaca;
  margin: 5% auto;
}

footer#colophon {
  background: #0b2b48;
  padding: 1% 0 0 0;
  color: #ffffff;
}
footer#colophon a {
  color: #ffffff;
}
footer#colophon h3 {
  color: #ffffff;
  font-size: 160%;
  font-weight: 500;
  margin-bottom: 0;
}
footer#colophon #footer-left {
  width: 50%;
  float: left;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  footer#colophon #footer-left {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  footer#colophon #footer-left {
    text-align: center;
  }
}
footer#colophon #footer-right {
  width: 50%;
  float: right;
  text-align: right;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  footer#colophon #footer-right {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 300px) {
  footer#colophon #footer-right {
    text-align: center;
  }
}
footer#colophon #footer-right button {
  padding: 3% 5%;
  font-size: 110%;
  text-transform: uppercase;
  margin-top: 10%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 500px) {
  footer#colophon #footer-right button {
    padding: 2% 5%;
    font-size: 125%;
    margin-top: 0;
  }
}
footer#colophon #footer-right button:hover {
  background-color: #b7b7b7;
}
footer#colophon #footer-right button a {
  color: #0b2b48;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
}
footer#colophon .site-info {
  display: block;
  overflow: hidden;
  background: #041c31;
  padding: 0.5% 0;
}
@media screen and (max-width: 300px) {
  footer#colophon .site-info {
    padding: 0.5% 6%;
  }
}

/* custy */
.home-forms{
	display: block;
}

.contform1{
	display: none;
}

.contform2{
	display: none;
}

.wpforms-field-container {
    /* background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    outline: none;
    position: static;
    text-indent: 0;
    text-shadow: none;
    text-transform: none; */
    width: 90% !important;
	margin: 0 5% !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 80% !important;
    margin: 0 10% !important;
}

article {
	/* background-color: none;
	background: #ffffff; */
	display: block !important;
	/* max-width: 1200px !important;
	margin: 0 auto !important;  */
}

.entry-content {
	/* background-color: none; */
	background: #ffffff;
	/* display: block !important;
	max-width: 1200px !important;
	margin: 0 auto !important;  */
}

article p {
	display: block !important;
	/* max-width: 1200px !important;
	margin-right: auto !important;
	margin-left: auto !important; */
	padding-right: 5% !important;
	padding-left: 5% !important;
}

h1.entry-title {
		/* background: #0b2b48; */
		background: #224522;
		color: #ffffff;
		font-family: "Roboto Slab", serif !important;
		font-weight: bold;
		margin: 15px 0 0 0 !important;
		padding: 15px 10px;
		/* padding-top: 15px; */
		/* padding-bottom: 15px; */
}

ul.wp-block-social-links {
	margin: 0 0 2% 0;
}

.reg-hold {
	/* background-color: none;
	background: #ffffff; */
	display: block !important;
	padding: 0 0 2% 0;
	/* max-width: 1200px !important;
	margin: 0 auto !important;  */
}

.entry-content ul {
	display: inline-block;
	text-align: left;
	/* margin:0 auto !important; */
	/* min-width:200px !important; */
	margin: 0 0 1em 1em;
}

.entry-content h1 {
	color:#5b5d5d;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}

.entry-content h1 p {
	margin: 1em 0;
}

a.presnt,
a.presnt:link {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.wp-block-table {
	max-width:1000px !important;
	margin:0 auto !important;
	border-collapse: collapse;
	border-style: hidden !important;
}

.wp-block-table tr {
	/* border-style: hidden !important; */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #5b5d5d;
	text-align: left;
}

.wp-block-table tr:last-child {
 border-bottom: none;
}

.wp-block-table tr td {
	/* border-bottom: 1px solid black; */
	/* border-style: hidden !important; */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	text-align: left;
	/* vertical-align: text-bottom; */
	vertical-align: top;
	width:50%;
}

/* .wp-block-table tr td:first-child  {
	width:50%;
}
.wp-block-table tr td:second-child  { */
	/* width:30%; */
/* } */

.hdblktb {
	display: none;
}

.imgspblk {
	max-width:1200px !important;
	margin:-20px auto 0 auto !important;
}
	
td img {
	width: 90%;
	display: flex;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/* vertical-align: middle; */
}

/* td img {
	width: 90%;
 	display: flex;
	align-items: center;
	justify-content: center;
} */

.lstpgt {
	margin-bottom: .5em;
	text-align: left;
}

.site-branding {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 800px) {
    
	.wp-block-table tr {
        display: block;
    }
    .wp-block-table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
	td img {
        width: 80%;
	}
	.custom-logo {
	max-width:90%;
	}
}

/*@media screen and (max-width: 500px) {
  .imgspblk figure {
    width: 40% !important;
  }
}*/
/*# sourceMappingURL=style.css.map */