/*
   Theme Name: Sumaq
   Theme URI: http://www.coveid.com/themes/
   Version: 1
   Description: Child Theme.
   Author: coveid
   Author URI: http://www.coveid.com
   Template: skt-contractor
*/
@import url("../skt-contractor/style.css");

body {    
    color: #4e0000;
    font-size: 16px;
	font-family: 'Assistant';
}
h1, h2, h3, h4, h5, h6{
	color: #006426;
}
a, .blocktitle h3, .aboutboxcol-content p, .aboutboxcol-content h3{
	color: #4e0000;
}
h1, h2, h3, h4, h5, h6, a, .blocktitle h3, .aboutboxcol-content h3{
	font-family: 'Merriweather';
}
.borde img{
	border: 1px solid #e9e9e9;
}
.header {
    position: absolute;
	background-color: initial;
}
.sitenav ul li a {
    padding: 20px 25px;
}
.sitenav ul li ul li a{
	font-size: 15px;
    padding: 10px 15px;
	font-family: 'Assistant';
}
.wp-block-image figcaption {
    text-align: center;
    font-style: italic;
}
p.site-description{
	display: none;
}
.slide_info h2 {
    font-size: 46px !important;
}
.slide_info p{
	letter-spacing: 0px;
}
.sitenav ul li a{
	font-weight: 700;
}
.page-title-section{
	position: relative;
}
.page-title-section h1{
	position: absolute;
    color: #fff;
    left: 0;
    z-index: 9;
    width: 100%;
    bottom: 15%;
    text-align: center;
}
.hometwo_section_content p {
    font-size: 16px;
}
#sectionone {
    background-color: #f9f0f0;
}
.imgdes {
    height: 340px;
    overflow: hidden;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.imgdes:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 0%);
}
.blockthumb img {
    max-width: 99%;
    max-height: initial;
    transition: 0.25s ease-out;
}
.blocksbox img:hover {
    opacity: .9;
}
.blocktitle h3 {
    margin: 30px 0 15px 0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 99%;
	box-shadow: none;
	border-color: #ebdddd;
	background: #f9f0f0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"]{
	height: 40px;
}
blockquote {
    color: #000;
    font-size: 1rem;
}
#footer-wrapper {
    background-color: #361010;
	position: initial;
}
.footer .cols-4 {
    width: 25%;
    margin: 0 0% 2% 0;
    padding: 0 15px;
	float: left;
    box-sizing: border-box;
	position: relative;
}
.footer .cols-4 h3:after {
    background: #fff;
    height: 2px;
    width: 50px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer h3{
	color: #fff;
	position: relative;
	padding-bottom: 25px;
}
.footer p{
	line-height: 25px;
	margin-bottom: 15px;
}
.footer {
    padding-top: 80px;
	padding-bottom: 40px;
}
.footer .wp-block-tag-cloud a{
	color: #e1caca;
}
#copyright-area {
    background-color: #160202;
}
.copyright-txt a{
	font-family: inherit;
}
/*--- Redes ---*/
#footer-wrapper .social-icons a:link, #footer-wrapper .social-icons a:visited {
    display: inline-block;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    transition: all .6s ease 0;
    width: 33px;
    color: #fff;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.footer a{
	color: #ffffff;
    line-height: 30px;
    font-family: 'Assistant';
}
.social-icons a {
    background-color: #260404 !important;
}
#sidebar h4 {
    font-size: 20px;
}
/*-- Medias querys ---*/
@media screen and (max-width: 767px){
	.footer .cols-4{
		width: 100%;
	}
}