/*
Theme Name: Flora Child
Description: Child theme for the Flora
Author: Your name here
Template: flora
*/

#header-logo img {
    position: absolute;
    display: block;
    max-width: none;
    min-height: 25px;
    max-height: 50%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



#side-nav-logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

#side-nav-logo {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 45px;
    padding-left: 0px;
    height: auto;
    text-align: center;
}

.menulateral {
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-device-width:1080px)
{
/* styles for mobile browsers smaller than 1080px; */
.w-info-box .w-header h3 {
    font-size: 17px !important;
}

.w-info-box.w-large .w-icon .typcn {
    font-size: 100px !important;
}
}

@media (min-width: 1080px)
{
/* styles for browsers larger than 1080px; */
.w-info-box .w-header h3 {
    font-size: 17px !important;
}

.w-info-box.w-large .w-icon .typcn {
    font-size: 100px !important;
}
}

.w-info-box.w-medium.w-left .w-header h3, .w-info-box.w-medium.w-left .w-content {
    margin-left: 100px !important;
}

.w-info-box.w-medium .w-header h3 {
    text-transform: none;
    font-size: 29px !important;
}

.dropdown-nav > ul > li > a {
    padding: 0 15px 0 15px !important;
    line-height: 30px;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.wpcf7-text {
    border-color: #eef1e9 !important;
    border-width: 1px !important;
    color: #333 !important;
    background-color: #ffffff !important;
    font-size: 13px !important;
    padding: 6px !important;
    line-height: 15px !important;
}

.input, textarea {
    letter-spacing: 1px;
    font-family: inherit;
    letter-spacing: 1px;
    border-style: solid;
    border-color: #eef1e9 !important;
    border-width: 1px !important;
	background-color:#ffffff !important;
    font-size: 13px !important;
    color: #333 !important;
    padding: 5px 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}
.wpcf7-file {
	border:0px !important;
}
.w-text-light textarea {
    color: #333 !important;
}

.wpcf7-text {
    border-color: #eef1e9 !important;
    border-width: 1px !important;
    color: #333 !important;
	background-color:#ffffff !important;
    font-size: 13px !important;
}