/*
 Theme Name:   Maxilla Child
 Description:  Maxilla Child Theme
 Author:       AMFVG
 Template:     maxilla
 Version:      1.0.0
 Text Domain:  maxilla-child
*/

img.site-logo {
    height: 100%;
    width: 100%;
}


.site-logo {
    max-height: 300px;
}

.entry-header-wrapper {
    display: none;
}

.hentry {
  background: #fff;
  border: none;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.comment-respond {
    padding: 30px;
    padding: 1.875rem;
    display: none;
}

.post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
}

.has-post-thumbnail .entry-header-wrapper:before {
    display: none;
}

.has-post-thumbnail .entry-header-wrapper {
    margin: -30px -30px 30px;
    margin: -1.875rem -1.875rem 1.875rem;
    padding: 30px;
    padding: 1.875rem;
    display: none;
}

.sidebar {
    background: rgba(240, 240, 240, 0.34);
    border: none;
    margin: 15px 0 0;
    margin: 0.9375rem 0 0;
    padding: 15px;
    padding: 0.9375rem;
    position: relative;
}

h4 {
font-size: 18px;
margin-bottom: 16px;
}

input[type="submit"] {
    background: #00a886;
    color: #f3f6f8;
    font-weight: bolder;
}

h1 {
font-size: 40px;
margin-bottom: 35px;
}

.site-primary-menu {
    margin: 0 auto;
    width: 100%;
}

.widget a, .widget a:visited {
    color: rgba(0, 168, 134, 1);
}

.widget {
    border-bottom: none;
    margin: 0 -15px 30px;
    margin: 0 -0.9375rem 1.875rem;
    padding: 0 15px 30px;
    padding: 0 0.9375rem 1.875rem;
    word-wrap: break-word;
}

.tmm .tmm_member {
    float: none; 
    background: #fbfbfb;
    margin-top: 10px;
}

.tmm .tmm_member .tmm_photo {
    margin-top: 30px;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
    width: 28px;
    height: 28px;
}

.page-header {
    padding: 30px;
    padding: 1.875rem;
    display: none;
}

.entry-meta ul {
    display: none;
}

span.wpcf7-list-item { display: block; }


/* FORM */
#form {
width: auto;
margin: auto;
}

#contentleft {
width: 50%;
float: left;
}

#contentright {
width: 50%;
float: left;
}

#bottom {
clear: both;
padding: 0 0px;
}

/*MEDIA QUERIES*/

/* for 980px or less */
@media screen and (max-width: 980px) {

#form {
width: 94%;
}
#contentleft {
clear: both;
width: auto;
float: none;
}

#contentright {
clear: both;
width: auto;
float: none;
}

#bottom {
clear: both;
width: auto;
float: none;
}

/* for 700px or less */
@media screen and (max-width: 600px) {

#contentleft {
width: auto;
float: none;
}

#contentright {
width: auto;
float: none;
}
#bottom {
width: auto;
float: none;
}
}

/* for 480px or less */
@media screen and (max-width: 480px) {

#contentleft, #contentright, #bottom {
margin-bottom: -3px;
}

@media (max-width: 800px){
  .master-slider{
   	margin: 0px !important;
  }
  .ms-slide-info {
    position: relative !important;
    min-height: 100px;
    width:100% !important;
    right:0px !important;
    color: white;
    font-size: 40px;
    font-weight: 700;
  }
}

.hentry {
    background: #fff;
    border: none;
}

@media (min-width: 992px)
.main-navigation .site-branding-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    width: 5%;
    height: 100%;
    min-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

@media (min-width: 1200px)
.main-navigation .site-branding-wrapper {
    width: 10%;
}

.widget a:hover, .widget a:focus, .widget a:active {
    color: #00a886;
}

.rtbs .rtbs_menu li a.active {
    position: relative;
    color: #00a886;
}