/*!
Theme Name: ACM
Theme URI: https://eighty2degrees.com/
Author: eighty2degrees
Author URI: https://eighty2degrees.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acm-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

ACM Theme is based on eighty2degrees https://eighty2degrees.com/, (C) 2012-2017 Automattic, Inc.
eighty2degrees 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 https://necolas.github.io/normalize.css/
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
/* menu appearance*/
#main-menu {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}
#main-menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}

/*Erro 404*/
.error404 .our-story-section h1, .search-no-results .our-story-section h1{
  margin-top: 40px;
}

.error404 .our-story-section h2, .search-no-results .our-story-section h2{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.error404 .our-story-section p, .search-no-results .our-story-section p{
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.error404 .our-story-section .row .col-md-6:first-child{
  text-align: right;
}
.error404 a.gohome, .search-no-results .search-submit{
    background: url(./images/article-btn-texture.png) no-repeat;
    width: 222px;
    height: 45px;
    text-transform: uppercase;
    font-family: "Rubik";
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 13px;
    color: white;
    display: inline-block;
    padding-top: 16px;
    position: relative;
    padding: 17px 0 0 0px;
    text-align: center;
}
.search-no-results .text-center h2{
      margin: 50px 0
}
.search-no-results .search-field{
    border: 1px solid #fff;
    padding: 10px 20px 10px 10px;
    color: #919191;
}
.search-no-results .search-submit{
    width: 120px;
    text-align: center;
    border: none;
    float: left;
    padding: 0;
}
.search-no-results .search-form label{
  float: left;
  width: 42%
}
.search-no-results .search-form label span{
      display: inline-block;
      width: 130px
}
#loadmore-sec {
    background: none;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.full-loading{ width: 100%; }
#search-container .screen-reader-text {
  display:none !important;
}

.event-description img{
    max-width: 100%;
    height: auto;
}

.addeventatc_dropdown .copyx{
    display:none !important;
}
@media only screen and (max-width: 767px){
  .error404 .our-story-section .row .col-md-6, .error404 .our-story-section .row .col-md-6:first-child{
    margin: 10px 0;
    text-align: center;
  }

}