/* Enter Your Custom CSS Here 

.whatsapp-resp {
	display: none;
}
@media only screen and (max-width: 600px) {
   .whatsapp-resp {
    display: block !important;
    text-align: center;
    padding: 20px 0px 20px 0px;
    background-color: #25D366;
    bottom: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
	}
	.whatsapp-resp img {
			max-width: 145px;
	}
}

#header .site-branding, .site-branding {
width: 30% !important;  
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
opacity: 0.8;
}

input[type=tel] {
color: #fcfcfc;
border-color: #fcfcfc;
}

input[type=tel] {
border: 0;
outline: 0;
padding: 12.5px;
width: 100%;
border-width: 1px;
border-style: solid;
background-color: transparent;
cursor: text;
}

.light-font blockquote {
color: #333 !important;
}

.light-font blockquote:before {
color: #000 !important;
}

.copy {
  font-family: Lato,Sans-Serif;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  padding-top: 15px;
  text-align: left;
}

.simple-social-icons {
float: right;
}

/*#sticky-bottom-area {
width: 100%;
padding-left: 60px;
}

#sticky-bottom-area {
display: flex;
}

@media screen and (max-width: 767px) {
#header--responsive .toggle {
display: none !important;
}
}

.portfolio-column .portfolio-column__title {
padding-top: 30px;
}

.abba { margin: 12px 6px 12px !important;
background-color: #000 !important;
border-radius: 3px;
padding: 7px 9px 9px 9px;
opacity: 0.8;
max-height: 37px;
}

.abba a:hover {
margin: 0px -9px 0px -9px !important;
background-color: #666666 !important;
border-radius: 3px;
padding: 14px 9px 4px 9px;
opacity: 0.8;
max-height: 37px;
}

#click-menu {
  font-family: "Lato",Sans-Serif !important;
  background: rgba(22,22,22,0.9) !important;
}

.entry-meta {
    display: none !important;
}

.wp-post-image {
    width: 100%;
}

.post h1 {
  color: #c1ab6c !important;
}

.post strong {
    font-weight: bold !important;
    text-underline-position: under !important;
    color: #c1ab6c !important;
}

.entry-item .content__inner ul {
    margin-bottom: 25px;
}*/