
/*
 Theme Name:   Mundoarchitecture
 Theme URI:    http://mundoarchitecture.com/
 Description:  Dogma Child Theme
 Author:       Simeon Simeonov
 Author URI:   http://s-simeonov.com
 Template:     dogmawp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dogmawp-child
*/

body {
  font-size: 16px;
  line-height: 22px;
}
h3, .blog-text h3, .comment-form-holder h3, .comments-holder h3, .project-details h3, .blog-text h3 a, .comment-form-holder h3 a, .comments-holder h3 a, .project-details h3 a, .enter-wrap h3, .fixed-info-container h3, .fw-info-container h3 {
  text-align: left;
  font-size: 20px!important;
  font-family: "Roboto", Arial!important;
}
h3 {
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
.nav-inner nav li ul li a:hover {
    text-decoration: underline;
}
.services-box-info {
  font-size: 16px;
  text-align: left;
}
.wh-info-box:before {
  opacity: 0.5;
}
.menu-item-has-children:after {
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    bottom: 19px;
    right: 0px;
    z-index: 5;
    color: #696969;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.header-title h2:hover {
  text-decoration: none;
}
.wh-info-box a:hover {
  text-decoration: underline;
}
.project-details > :first-child {
  display: none;
}
.contact-list li a:hover {
  text-decoration: underline;
}
.owl-stage-outer .item .bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-grid .item .bg {
  background-size: cover;
}
.container .dec-text {
  text-transform: none;
  padding-bottom: 0;
}

/* Spacers */
.mar-b-5 {
  margin-bottom: 5px;
}
.mar-b-10 {
  margin-bottom: 10px;
}
.mar-b-15 {
  margin-bottom: 15px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-b-25 {
  margin-bottom: 25px;
}
.mar-b-30 {
  margin-bottom: 30px;
}

.wr-about-cotainer ul {
  list-style-type: disc;
  text-align: left;
  margin: 0 0 20px 20px;
}

/*
* Media queries
*/
@media only screen and (max-width: 1036px) {
  .content-holder {
    /*overflow: auto;*/
  }
  #wrapper {
    overflow: auto!important;
  }
}
