/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'archivo_narrowbold';
  src: url('../fonts/archivo/archivonarrow-bold-webfont.woff2') format('woff2'),
  url('../fonts/archivo/archivonarrow-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'archivo_narrowbold_italic';
  src: url('../fonts/archivo/archivonarrow-bolditalic-webfont.woff2') format('woff2'),
  url('../fonts/archivo/archivonarrow-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'archivo_narrowitalic';
  src: url('../fonts/archivo/archivonarrow-italic-webfont.woff2') format('woff2'),
  url('../fonts/archivo/archivonarrow-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: '../fonts/archivo_narrowregular';
  src: url('../fonts/archivo/archivonarrow-regular-webfont.woff2') format('woff2'),
  url('../fonts/archivo/archivonarrow-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.navbar-brand{
  display: none !important;
}

body{
  font-family: '../fonts/archivo_narrowregular', "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif  !important;
  font-size: 16px;
}

.main-content a{
  color: #bf7010;
}

.main-content a:hover{
  color: #162528;
  font-weight: bold;
}

.header{
  width: 100%;
  height: auto;
  /*height: 12.625em;*/
  background: #06394d;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}

.logo {
  display:block;
  height: 150px;
  width: 100%;
  background: url("../img/moalogo.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.logo span h1{

  display: none;
}

.tagline h2{
  font-family: '../fonts/archivo_narrowregular', "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif  !important;
  color: #cacccc;
  margin-bottom: 1.25em;
  margin-top: 0.85em;
  text-align: center;
  font-size: 1.1em;
}

.bg-dark.navbar-dark{
  text-transform: uppercase;
  background-color: #162528 !important;
}

.btn.btn-outline-moa-success{

  background-color: #162528;
  background-image: none;
  border-color:  #d9dcdd;
  /*border: 1px solid #d9dcdd;*/
  color: #d9dcdd;
  text-transform: uppercase;
}

.btn.btn-outline-moa-success:hover{

  background-color: #06394d;
  background-image: none;
  border-color:  #fff;
  /*border: 1px solid #d9dcdd;*/
  color: #fff;
}

.moa-nav a {
  color: #d9dcdd;
}

.moa-nav a:hover {
  color: #fff;
}

.slider .row{

  background-color: #344347;
}

.carousel-caption{
  background: rgba(0, 0, 0, 0.6) !important;
}

.main-content{
  color: #344347;
  background-color: #becacc;
  padding: 2em 0.85em 2em 0.85em;
  text-align: center;
  line-height: 1.75em;
}

.main-content p{

  margin-left: 10%;
  margin-right: 10%;
}

.boxes{
  /*padding: 2em 0.85em 2em 0.85em;*/
  color: #d9dcdd;
  background-color: #06394d;
}

.sidebar .card {

  margin-top: 2%;
  margin-bottom: 2%;
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0.25em;
}

.boxes .card{

  margin-top: 1.25em;
  margin-bottom: 1.25em;
  background: rgba(255, 255, 255, 0.2) !important;
}

.card-title, .fat-footer h3, .main-content h2, h2 {
  text-transform: uppercase;
}

.btn.btn-moa-primary{

  background-color: #06394d;
}

.btn.btn-moa-primary{

  color: #d9dcdd;
}

.btn.btn-moa-primary:hover{

  color: #5d888c;
  background-color: #162528;
}

.fat-footer{
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 0.85em;
  background-color: #162528;
  color: #fff;
}

.moa-footer-list li{
  background: #162528 !important;
  color: #cacccc;
}

.moa-footer-list a{
  color: #cacccc;
}

.moa-footer-list a:hover{
  color: #5d888c;
}

.footer{
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  font-size: 0.85em;
  background-color: #000;
  color: #fff;
}

.footer a{

  color: #d9dcdd;
}

.footer a:hover{

  color: #5d888c;
}

.fat-footer h3{
  font-size: 1.5em;
  padding-left: 0.9em;
}
.social-media li{
  display: inline-block;
  margin: 0.15em;
}

.social-media{
  float: none;
  padding: 0;
  margin: 0 0 1.25em 0;
  list-style: none;
  color: #cacccc;
}

.social-media a {
  color: #cacccc;
}

.social-media a:hover, .moa-studios-book:hover {
  color: #5d888c;

}

.moa-studios-book:hover{

  text-decoration: none;
}

.moa-studios-footer-book:hover{

  color: #5d888c;

}

.social-media span{

  display: none;
}

.moa-studios-book{
  display:block;
  text-align: center;
  margin-top: 1.25em;
  color: #cacccc;
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
  border: 1px solid #cacccc;
  border-radius: 3px;
  padding: 0.85em;
  background: #212529;
}

.moa-studios-footer-book{
  padding: 0.85em 0 0.85em 0;
  color: #cacccc;
}

.mobile-studios{

  margin-bottom: 2em;
}

.contact-info{

  margin-top: 2em;
}
.moa-studios-book span, .moa-studios-footer-book span {

  margin-left: 0.5em;
}

.page-content{
  background-color: #e3e8e8;
  color: #2c393a;
  padding: 0.85em 0 1.25em 0 !important;
  line-height: 1.5em !important;
}

.post-content{
  background-color: #e3e8e8;
  color: #2c393a;
  padding: 0.85em 0.85em 1.25em 0.85em !important;
  line-height: 1.5em !important;
}

.post-thumbnail{

  margin-bottom: 1.25em;
}

.featured-image{

  margin-bottom: 1.25em;
}

.sidebar{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: #263438;
}

.sidebar.card{

  width: 100%;
  background: rgba(255, 255, 255, 0.2) !important;
}

.sidebar .card{

  margin-bottom: 1.5em !important;
}

.sidebar  .list-group .list-group-item{
  color: #cacccc;
  background: #35494c !important;
}

.fat-footer .list-group .list-group-item{
  color: #cacccc;
  background: transparent !important;
}

.fat-footer .box .card{
  background: transparent
}

.fat-footer a{

  color: #98a7a8;

}

.fat-footer a:hover{

  color: #cacccc;
}

.sidebar a{

  color: #98a7a8;

}

.sidebar a:hover{

  color: #cacccc;
}

.page-content a{

  color: #bf7010;
}

.page-content a:hover{

  color: #35494c;
}

.navbar button.navbar-toggler{

  /*background-color: #fff !important;*/
  margin-left: 90%;
  border-color: #fff !important;
  color: #fff !important;
}
.footer-box{
  width: 100%;
  margin-bottom: 2em;
}

.desktop{
  display: none !important;
}

.page-content{

  width: 100% !important;
}

.dropdown-menu{
  background-color: #162528 !important;
}

.dropdown-item:hover {
  background: #35494c !important;
}

.widget-title {
  font-size: 1.5em;
  text-transform: uppercase !important;
  color: #cacccc !important;
}

.fat-footer {
  background-color: #162528;
}

.fat-footer .card {
  background: transparent;
  border: 0;
}

.fat-footer .list-group-item{
  border: 0;
}

.fat-footer .textwidget{
  padding: 1.25em;
  line-height: 1.5em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.carousel-item img{
  width: 100%;
  height: auto;
}

.carousel-item img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.carousel-caption {
  padding-left: 0.85em !important;
}

.post{

  margin-bottom: 2.0em;
}

.comment-body{
  border:#ccc 1px solid;
  margin-bottom:10px;
  padding:20px 10px;
}

.comment-meta{
  background:#333;
  color:#fff;
  padding:10px;
  overflow:auto;
}

.comment-meta img{
  float:left;
  margin-right:10px;
}

.comment-meta a, .post-content a{

  color: #bf7010;
}

.comment-meta a:hover, .post-content:hover{

  color: #35494c;
}

.comment-meta time{
  margin-left:12px;
}

.comment-reply-link{
  background:#06394d !important;
  color: #d9dcdd !important;
  display:inline-block;
  padding:10px 15px;
}

.comment-reply-link a:hover{
  color: #5d888c;
  background-color: #162528;
}
.comment-author.vcard a:hover, .comment-metadata a:hover{

  color: #d9dcdd !important;
}

.comment-form textarea{
  width:100%;
  padding:3px;
  border:#ccc 1px solid;
  margin-bottom:20px;
}

.comment-form input{

  height:30px;
}

.comment{

  list-style: none;
}

.comment-content{

  margin-top: 1.25em;
}

.submit{
  background:#06394d !important;
  color: #d9dcdd !important;
  /*padding: 0.85em;*/
  cursor: pointer;
  border: none;
}

.submit:hover{
  color: #5d888c;
  background-color: #162528;
}

.col, .footer-widget{

  width: 100% !important;
}

.logo span h1{

  display: none;
}

.moa-studios-footer-book{
  text-align: center;
}

.footer-call-to-action{
  width: 100%;
  text-align: center;
}

.footer{

  text-align: center;
}

.moa-studios-book:hover{
  border: 1px solid #5d888c;
}

.wp-search-form{

  margin-top: 1.25em;
}

.card-title, .widget-title, .tagline, .social-media i, .widget_text h3, .moa-studios-footer-book {
  text-shadow: 3px 3px 3px rgba(7, 7, 7, 0.6);
}

.sub-nav{
  float:left;
  width: 100%;
  margin-bottom: 1.25em;
}

.sub-nav li, .sub-nav span {
  display: inline-block !important;
}

.sub-nav ul{
  padding-left: 0;
  list-style: none;
  float:right;
}

.sub-nav .parent-link{
  font-weight:bold;
  color:#000;
  float:left;
  margin-right:20px;
  padding-right:20px;
  border-right:1px solid #bf7010;
}

.sub-nav .parent-link a{
  font-weight:bold;
  color:#000;
}

.sub-nav .current_page_item{
  font-weight:bold;
}

span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100% !important;
}

.wpcf7-select {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

span.wpcf7-form-control-wrap, select {
  width: 100% !important;
}

.btn-success {
  color: #fff;
  background-color: #06394d;
  border-color: #ccc;
}

.btn-success:hover {

  background-color: #000;
  border-color: #aaa;
}

img, .wp-caption {
  max-width: 100%;
  height: auto;
}

.post > h2{

  font-size: 1.75em;
  text-transform: capitalize;
}

#respond { }
#reply-title { }
#cancel-comment-reply-link { }
#commentform { }
#author { }
#email { }
#url { }
#comment
#submit
.comment-notes { }
.required { }
.comment-form-author { }
.comment-form-email { }
.comment-form-url { }
.comment-form-comment { }
.comment-form-cookies-consent { }
.form-allowed-tags { }
.form-submit{

}

.comment-form-author label {width: 1000% }
.comment-form-email label {width: 100% }
.comment-form-url label{width: 100%}
.comment-form-comment label { width: 100%}
.comment-form-cookies-consent label { width: 50%}

.comment-respond input[type=text]{
  width: 100%;
}

.submit {
  background: #06394d !important;
  color: #d9dcdd !important;
  /*padding-bottom: 0.85em;*/
  cursor: pointer;
  border: none;
}

#submit {
  padding:16px 31px;
  height: 50px;
  border-radius: 5px;
}
#submit:hover {
  background: #3a4d51 !important;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.menu-main-menu{

  display: block !important;
}


.social-media{
  float: none;
  text-align: center;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (min-width: 380px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .social-media{
    text-align: right;
  }

  .moa-studios-book{
    margin-top: 0;
  }

  .logo{

  }

  .logo {
    background-position: top center;
    display:block;
    height: 100px;
    width: 105px;
  }

  .tagline {
    display: none;
  }

  .moa-studios-book {
    display: block;
    text-align: center;
    padding-top: 0.85em;
    padding-left: 0.85em;
    margin-top: 1.25em;
    color: #cacccc;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .comment-respond input[type=text]{
    width: 60%;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .tagline{
    display: block;
    padding-left: 0;
  }

  .tagline h2{
    margin-top: 3.3em;
    text-align: left;
    padding-left: 0;
    font-size: 1.25em;
  }

  .footer-call-to-action{
    text-align: left;
  }

  .moa-studios-book{
    margin-top: 0;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .wp-search-form{
    margin-top: 4em;
  }

  .moa-studios-footer-book{
    text-align: left;
    width: 90%;
  }

  .header{
    width: 100%;
    height: auto;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }

  .logo {
    display:block;
    height: 150px;
    width: 155px;
  }

  .social-media{
    float: right !important;
    padding: 0;
    margin: 0;
    text-align: right;
  }

  .moa-studios-footer-book{

    text-align: left;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .moa-studios-book{
    width: 65%;
  }
}


/* 1201px and more — Extra large screens, TV. */
@media only screen and (min-width: 75em) {
  /* Style adjustments for viewports that meet the condition */
}

/* 025px — 1200px: Desktops, large screens. */
@media only screen and (min-width: 64em) {
  /* Style adjustments for viewports that meet the condition */
}

/* 769px — 1024px: Small screens, laptops. */
@media only screen and (min-width: 48em) {
  /* Style adjustments for viewports that meet the condition */
}

/* 481px — 768px: iPads, Tablets. */
@media only screen and (min-width: 48em) {
  /* Style adjustments for viewports that meet the condition */
}

/* 320px — 480px: Mobile devices.*/
@media only screen and (min-width: 35em) {
  .col-2, .col-6, col-4, .col-12{
    width: 100%;
  }
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

