/*
Theme Name: Miomio
Theme URI: #
Author: Manoolia
Author URI: http://manoolia.com/
Description: This is a free theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: free, theme
Text Domain: miomio
*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #F1F1F1;
    height: auto;
}

ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
button, .button {
    background-color: #3A589B;
}
button:hover, .button:hover {
    background-color: #486DC0;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #E7E7E7;
    z-index: 9999;
    /*padding: .5em 0;*/
    border-top: .3em solid #3A589B;
    border-bottom: .063em solid #d8d6d6;
}

.menu-scroll{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
/*  padding-top: .125em !important;
  padding-bottom: .125em !important;*/
}

.header nav {
    background: none;
}

.header nav h1.logo {
    float: left;
}

.header nav h1.logo img {
    width: 100%;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #3A589B;


}

.search-form .screen-reader-text {
  display: none;
}

.search-form {
  height: 58px;
  padding-top: .750em;
  padding-bottom: .750em;
}

.search-form input[type="search"] {
  width: 70%;
  float: left;
  
}

.search-form input[type="submit"] {
  width: 30%;
  background-color: #3A589B;
  color: #ffffff;
  border: none;
  padding: 12px 12px;
  float: left;
  /*margin-top: .031em;*/
  height: 37.1px;
}

.search-form input[type="submit"]:hover {
  background-color: #486DC0;
}

input[type="submit"] {
  background-color: #3A589B;
  color: #ffffff;
  border: none;
  padding: 1em;
  /* float: left; */
  margin-bottom: 12px;
}

input[type="submit"]:hover {
  background-color: #486DC0;
}

.main-container {
    margin-top: 7.563em;
    margin-bottom: 2em;
}

article.feed-item .row {
    background: #fff;
    margin-bottom: 1em;
}

article.feed-item h2 {
    line-height: 1em;
    font-size: 2em;
    margin-bottom: .1em;
/*    font-weight: 100;
*/}
article.feed-item h2 a {
    color: #272727;
}
article.feed-item h2 a:hover {
    color: #486DC0;
}
article.feed-item .img-holder, article.feed-item .feed-content {
  width: 100%;
  float: left;
  padding: 15px 0px 15px 0px;
}

article.feed-item .feed-excerpt p {
    margin-bottom: .5em;
}

article.feed-item .img-holder {
}

article.feed-item .feed-img {
    width: 100%;
    max-height: 16.250em;
}
article.feed-item .feed-img:hover {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.single-post.feed-item .feed-img {
    padding-bottom: 0;
    max-height: 28.125em;
}
.single-post.feed-item .feed-img:hover {
    padding-bottom: 0;
    max-height: 28.125em;
    -webkit-filter: none;
    filter: none;
}
.post-meta ul {
    margin: .6em 0 0 0;
}

.post-meta ul li:first-child {
    border-left: none;
    padding-left: 0em;
}

.post-meta ul li {
    float: left;
    color: #9C9C9C;
    padding: 0 0.4em;
    border-left: .063em solid #DADADA;
    line-height: 1.5em;
}

.post-meta ul li a {
    color: #3A589B;
}

article.feed-item .feed-excerpt {
    margin-top: 1em;
}

.read-more.button {
    background: #3A589B;
    padding: .5em 1em;
    margin: 0;
    font-size: 1em;
    float: right;
}

.read-more.button:hover {
    background: #486DC0;
}
aside.right-sidebar .side-item  {
    background: #fff;
    /*padding: 0 0.9375em;*/
    margin-bottom: 1em;
}
aside.right-sidebar .side-item.full-ad {
    padding: 0;
}
aside .side-item img {
    /*max-width: none;*/
}
.pagination {
   margin: 3em 0 2em 0;
}
.pagination .current {
    padding: .5em 1em;
    background: #3A589B;
    color: white;
    cursor: default;
    font-weight: bold;
}
.pagination a {
    padding: .5em 1em;
    color: #999999;
}
.pagination a:hover {
    background: #486DC0;
    color:#fff;
}
.pagination .current:hover, .pagination .current:focus {
    background: #486DC0;
}
.video-post, .audio-post {
    padding: 0.9375em;
}
.video-post .video-holder, .audio-post .audio-holder  {
    margin-bottom: 1em;
}
.newsletter-side .row.form-holder {
    margin-top: 1.2em;
}
.side-item h3 {
    font-size: 1.4em;
    padding: .5em 0;
    font-weight: 600;
    border-bottom: .063em solid #D1D1D1;
}

.right-sidebar .side-item ul {
    margin: 0 0 0 .5em;
    padding-bottom: 1em;
}
.right-sidebar .side-item ul li {
    position: relative;
    padding-left: .8em;
    padding-bottom: .2em;
}
.right-sidebar .side-item ul li:before {
    content: '';
    display: block;
    width: .313em;
    height:.313em;
    background: #3A589B;
    position: absolute;
    left: 0;
    top: .6em;
}
.right-sidebar .side-item ul li a {
    color: #585858;
}
.right-sidebar .side-item ul li a:hover {
    color: #486DC0;
}

.fb_iframe_widget {
    height: 24.063em;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.footer {
    background: #393c49;
    padding: .7em 0;
}
.footer h6 {
 font-size: .8em;
 color: #9B9B9B;
 margin: 0.3rem 0;        
}
.footer h6 span {
    color: #8F5FA5;
}
.footer-menu ul {
    float: right;
    padding-bottom: 0;
    margin-bottom: 0
}
.footer-menu ul li {
    float: left;
    margin-left: .8em;
}
.footer-menu ul li a {
   color: #9B9B9B;
   font-size: 0.8em;
}
.footer-menu ul li a:hover {
    color: #FFF;
}

.page-title {
  font-size: 27px;
  font-weight: normal;
  /* background: #3A589B; */
  /* border-bottom: .063em solid #BBBABA; */
  margin: 0;
  /* padding: .4em .6em; */
  color: #395899;
  margin-bottom: 1em;
}
.single-video .video-holder, .single-audio .audio-holder  {
    padding-top: 0.9375em;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: rgba(97, 3, 170, 0.3);
}
.orbit-bullets-container {
    position: absolute;
    bottom: -1em;
    right: 1em;
    z-index: 100;
}
.orbit-bullets li {
    cursor: pointer;
}

/* single-project */
.divider {
  border-top: 1px solid #d8d6d6;
  margin: 10px 0;
}

.proj-spec {
  font-weight: bold;
  font-size: 16px;
}

/* slideshow */
.slideshow {
  background-color: #ffffff;
  margin-bottom: 1em;
  padding: 0.9375em;
}


/* comments scetion */
.comment-section .row {
  background-color: #ffffff;
  padding-bottom: 1em;
}

.comment-body {
  border: .063em solid #eeeeee;
  margin: .625em;
  padding: .625em;
}

.comment-content p {
  margin: 1em 0;
  margin-bottom: 0;
}

.comment-wrapper .comment-list {
  margin-left: 0;
}

.comment-list .comment-body {
  margin-left: 0;
}

.comment-meta {
  background-color: #F1F1F1;
  padding: 10px;
}

.comment-metadata {
  display: inline-block;
  float: right;
  padding: 0.625rem 0.75rem 0 0.75rem;
}

.vcard {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/* footer menu */
.footer-menu ul {
  list-style: none;
  margin: 0;
}
.footer-menu ul li {
  float: left;
  padding: 0 0.625em;
}
.footer-menu ul li:first-child {
  padding-left: 0;
}
.footer-menu ul li:last-child {
  border-right: none;
}

/* contact */
.contact-form {
  margin-top: 2em; 
}
#map {
  width: 100%;
  height: 300px;
}

.contact-form textarea {
  margin-bottom: 0;
}

/* social */
.social {
 /* background-color: #ffffff;
  padding: .5em 0.9375em .2em 0.9375em;
  margin-bottom: 1em;*/
}
.social ul {
  margin: 0 !important;

}
.social ul li {
  display: inline-block;
  padding-left: 3px !important;
}
.social ul li:before {
  width: 0 !important;
  height: 0 !important;
}
.social ul li a {
  display: block;
}
.social ul li a:hover {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.social ul li a[href*="facebook.com"]{
  background: url(img/facebook.png) no-repeat;
  width: 48px;
  height: 48px;
}
.social ul li a[href*="twitter.com"]{
  background: url(img/twitter.png) no-repeat;
  width: 48px;
  height: 48px;
}
.social ul li a[href*="youtube.com"]{
  background: url(img/youtube.png) no-repeat;
  width: 48px;
  height: 48px;
}
.social ul li a[href*="linkedin.com"]{
  background: url(img/linkedin.png) no-repeat;
  width: 48px;
  height: 48px;
}
.social ul li a[href*="plus.google.com"]{
  background: url(img/google-plus.png) no-repeat;
  width: 48px;
  height: 48px;
}

/*foundation css override*/
.row {
  max-width: 80.000em;
}
.top-bar{
    background-color: transparent;
}
.top-bar-section ul{
  padding-top: 0px;
}
.top-bar-section ul li{
  background-color: transparent;
  /* margin: 0 .250em; */
}
.top-bar-section li:not(.has-form) a:not(.button){
    padding: 0 .938em;
    background: none;
    font-size: 14px;
    color: #616161;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.top-bar-section li:not(.has-form) a:hover:not(.button){
  background: #395899;
  color: #fff;
}
.top-bar-section li.active:not(.has-form) a:not(.button){
    background: #395899;
    color: #fff;
    padding: 0 .638em;

/*    padding: 0 .938em;*/}
.top-bar-section li.active:not(.has-form) a:hover:not(.button){
    background: #395899;
    color: #fff;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #89A2DA;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background: #395899;
}
.top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    line-height: 50px;
}
.top-bar-section ul.dropdown .back {
  background-color: #395899;
}
.top-bar-section .has-dropdown > a:after {
      border-color: rgba(97, 97, 97, 1) transparent transparent transparent;
}

.top-bar.expanded .title-area{
    background-color: transparent;
}
.top-bar .toggle-topbar.menu-icon a{
    color: #828691;
}
.top-bar .toggle-topbar.menu-icon a:after {
    content: "";
    position: absolute;
    right: .875em;
    display: block;
    width: 1.000em;
    top: 4px;
    height: 0;
    -webkit-box-shadow: .063em .625em .063em .063em #828691, .063em 1.000em .063em .063em #828691, .063em 1.375em .063em .063em #828691;
    box-shadow: 0 .625em 0 .063em #828691, 0 1.000em 0 .063em #828691, 0 1.375em 0 .063em #828691;
}

.orbit-caption h4 {
  color: #ffffff;
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section .right li .dropdown {
    left: -4px;
    right: 5px;
  }
}

@media only screen and (max-width: 40.063em) { 
  .right-sidebar {
    margin-top: 1em;
  }
  .main-container {
    margin-top: 5.5em;
  }
  .footer-menu {
    display: flex;
  }
  .footer-menu ul {
    margin: 0 auto;
    float: none;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button){
    padding: .5em .938em;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: .5em .938em;
  }
}
.post-meta{
  padding: 0px 0px 8px 0px;
  border-top: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
  margin: 10px 0px 10px 0px;
}

/************************************************************************************/
body {overflow-x: hidden;}
body.single-post table{overflow-x:scroll !important;}
article.feed-item .feed-img {max-height:none;}
body article.feed-item .row {margin-bottom: 2.5em;}
.header nav h1.logo img{max-width: 280px;}
.main-container {margin-top: 6em;}
.right-sidebar .side-item ul li.current-cat a, .right-sidebar .side-item ul li a:hover{color: #395899;}
.gsc-control-wrapper-cse{max-width: 500px;}
.gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2, input.gsc-search-button, input.gsc-search-button:hover{
    padding: 11px; background-image: url("img/tool.png") !important; background-position: center center; background-repeat: no-repeat;
}
body .footer {padding: .7em 0 .1em 0;}
iframe .calendario-sol p font{font-size:15px !important;}

@media screen and (max-width: 697px) {.top-bar-section li:not(.has-form) a:not(.button) {padding: 0 .438em;} .top-bar-section li:not(.has-form) a:not(.button){font-size: 12px;}
.gsc-control-wrapper-cse{max-width: 230px;}}
@media screen and (max-width: 1023px) {.medium-12:first-child{display: none;}}
@media screen and (max-width: 768px) {.ocultar{display: none;}}
  