/*
Theme Name: Go Center Responsive
Theme URI:
Description: Responsive theme for the Seattle Go Center
Author: DTop
Version: 1.0
Tags: orange, blue, white, three-columns, fixed-width, responsive

Reset styles and stylesheet structure from Twenty Fifteen theme
(https://wordpress.org/themes/twentyfifteen/).

*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.x
 * 17.0 - Print
 */



/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	padding-left: 20px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 3.0 Typography
 */


b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}


/**
 * 4.0 - Elements
 */

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

#media-sizer {
  display: none;
  max-width: 300px;
}

h1 {
  color: #fff;
  background: #90b3df;
  text-align: center;
  margin: 0;
  padding: 3px;
  font-size: 16px;
}

h2,
h2 a,
.entry-date { color: #2572a9; }
h2 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

h3 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #2572a9;
  margin: 10px 0 0 0;
}
h4 {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin: 5px 0 0 0;
}

sup, sub {
  line-height: 0;
}

p {
  margin: 10px 0 0 0;
}


/**
 * 5.0 Forms
 */

/* NINJA FORMS STYLING */
.ninja-forms-form .field-wrap.label-left > label {
  width: 40%;
  display: inline-block;
  text-align: right;
}

.ninja-forms-form .field-wrap {
  margin-bottom: 10px;
}
.ninja-forms-form .ninja-forms-required-items {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ninja-forms-form .submit-wrap {
  text-align: center;
}
.ninja-forms-form .ninja-forms-field-error,
.ninja-forms-form .ninja-forms-field-error p {
  display: inline;
  text-align: right;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */
.more-link {
  float: right;
}

/**
 * 6.2 Menus
 */
#wrapper_nav_top {
  background: #888;
  color: #fff;
  position: relative;
  text-align: center;
}
#nav_top {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#nav_top > .menu-item {
  display: block;
  height: 30px;
  /*padding-top: 5px;*/
  text-align: center;
}
#nav_top > .menu-item > a {
  color: #fff;
  display: block;
  padding-top: 5px;
  height: 30px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}
#nav_top > .current-menu-item > a {
  font-weight: bold;
  color: #b0d4b6;
}

#nav-left-toggle {
  height: 30px;
  padding-top: 8px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 120%;
  font-weight: bold;
}
#nav-left-toggle:before {
  content: 'Navigation';
}
#nav-left-toggle:after {
  margin-left: 5px;
  content: '˃';
}
#nav-left-toggle.toggle-on:after {
  content: '˅';
}

#nav-left {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: none;
}
#nav-left.toggled-on {
  display: block;
}
#nav-left ul.sub-menu {
  padding: 0;
  margin: 5px 0 0 15px;
}
#nav-left li.menu-item {
  display: block;
  margin: 0;
}
#nav-left > li.menu-item a {
  display: block;
  padding: 12px 0 12px;
}
#nav-left li li.menu-item:not(:last-of-type) {
  margin: 0 0 5px 0;
}

#nav-left  .menu-item  a {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}
#nav-left .current-menu-item {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.paging-nav {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

/**
 * 7.0 Accessibility
 */


/**
 * 8.0 Alignments
 */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

#wrapper-header {
  background: #fff;
  /*padding: 9px 0 0 35px;*/
  text-align: center;
}
.logo {
  padding-top: 10px;
}
.banner {
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}
.banner img {
  width: 100%;
  height: auto;
}




/**
 * 11.0 Widgets
 */






/**
 * 12.0 - Content
 */



#wrapper_main {
  width: 100%;
  position: relative;
}

.column-main, .column-main:before {
  background: #bbdbc2;
}
.column-left, .column-left:before {
  background-color: #f8e0b8;
}
.column-right, .column-right:before {
  background-color: #bbdbc2;
}
.column-center, .column-center:before {
  background-color: #fff;
}
.column-left, .column-center, .column-main, .column-right {
  width: 100%;
  float: none;
  box-sizing: border-box;
}

.column-left:before, .column-right:before, .column-center:before, .column-main:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;

  z-index: -1;
}

.column-left {
  text-align: center;
}



/* content padding */
.column-content, .column-content-wide {
  max-width: 100%;
  padding: 10px;
  padding-bottom: 30px; /* for paging nav */
}


#home-image {
  margin-bottom: 10px;
}
#home-image img {
  width: 100%;
  height: auto;
  max-width: 370px;
}

/* Responsive iFrame for Google maps/calendar embeds */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 *    12.1 - Posts and pages
 */
.post {
  clear: both;
  margin-bottom: 20px;
}
.entry-date {
  display: block;
  font-size: 10px;
  text-align: center;
}

/**
 * 12.2 Post Formats
 */


/**
 * 12.3 Comments
 */


/**
 * 13.0 Footer
 */
#wrapper_footer {
  background: #888;
  clear: both;
  min-height: 40px;
  font-size: 80%;
  color: #fff;
}

#content_footer {
  padding: 10px;
  max-width: 50%;
}

/* CREDITS */
#credits {
  float: right;
  padding: 10px;
  max-width: 50%;
}


/* 14.0 - Media
 */
.size-full-column {
  width: 100%;
  height: auto;
  max-width: 378px;
}
.size-half-column {
  width: 100%;
  height: auto;
  max-width: 189px;
}
/**
 * 14.1 Captions
 */
/**
 * 14.2 Galleries
 */

/**
 * 15.0 Multisite
 */

/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Unstacked logo
 *      Horizontal main nav
 */
@media screen and (min-width: 450px) {

  #wrapper-header {
    height: 95px;
  }
  .logo {
    float: left;
    padding-left: 40px;
  }
  .banner {
    margin-left: 120px;
    position: relative;
  	top: 50%;
  	transform: translateY(-50%);

  }
  .banner img {
    width: 100%;
    max-width: 581px; /* native size */
  }

  #nav_top {
    float: right;
    width: 100%;
  }
  #nav_top > .menu-item {
    float: left;
    width: 25%;
    max-width: 150px;
    position: relative;
  }
  #nav_top > .menu-item > a {
    display: block;
    width: 100%;
  }
}


/**
 * 16.2 Two columns 650 px
 */

@media screen and (min-width: 650px) {

  #nav_top {
    width: auto;
  }
  #nav_top > .menu-item {
    float: left;
    width: 150px;
  }

  .column-right {
    float: right;
  }
  .column-right, .column-right:before {
    width: 236px;
  }
  .column-center {
    margin-right: 236px;
    width: auto;
  }
  .column-center .column-content {
    float: left;
  }

  .column-content-wide {
    padding-left: 42px;
    padding-right: 42px;
  }
}

/**
 * 16.3 Big enough 794 px
 */

@media screen and (min-width: 794px) {
  #media-sizer {
    max-width: 794px;
  }

  #wrapper_main {
    width: 794px;
    margin: auto;
  }
  #nav-left-toggle {
    display: none;
  }
  #nav-left {
    padding-top: 11px;
    display: block;
  }
  #nav-left > li.menu-item a {
    padding-left: 36px;
  }

  .column-left, .column-center, .column-main {
    float: left;
  }
  .column-left, .column-left:before {
    width: 160px;
  }
  .column-left {
    text-align: left;
  }

  .column-center, .column-center:before {
    width: 398px;
    margin: 0;
  }

  .column-main, .column-main:before {
    width: 634px;
    margin: 0;
  }
}


























body {
  margin: 0;
  padding: 0;
  background: #c0c0c0;

  font-family: Arial, sans-serif;
  font-size: 12px;
}



/* SECTION WRAPPERS */



#wrapper_columns_a_white, #wrapper_columns_a_blue {
  background: url(images/bgColumnLeft.gif) repeat-y left;
  position: relative; /* for absolute positioned elements inside content area */
}
#wrapper_columns_a_white {
  background-color: #ffffff;
}
#wrapper_columns_a_blue {
  background-color: #bbdbc2;
}
#wrapper_columns_b {
  background: url(images/bgColumnRight.gif) repeat-y right;
  position: relative;
}
#wrapper_columns_b_about {
  background: url(images/bgColumnRightAbout.png) repeat-y right;
}


#wrapper_column_left {
  float: left;
  width: 160px;
/*  background: #f8e0b8; */
}
#wrapper_column_center {
  float: left;
  width: 398px;
  background: #fff;
}
#wrapper_column_right {
  float: right;
  width: 236px;
/*  background: #bbdbc2; */
}
#wrapper_column_center_about {
  float: left;
  width: 474px;
  background: #fff;
}
#wrapper_column_right_about {
  float: right;
  width: 160px;
}


/* end SECTION WRAPPERS */



/* SCHEDULE */
.schedule  {
  text-align: center;
  padding: 0 15px;
}
.schedule p {
  margin: 0;
}



/* NEWS */
.news div {
  margin: 10px 0 10px;
}



#langpicker {
  position: absolute;
  bottom: 25px;
  right: 0px;
}
#langpicker ul {
  list-style-type: none;
}
#langpicker ul li {
  float: left;
  margin: 0 10px 0 0;
}













/**
 * 17.0 Print
 */

@media print {
}
