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

body {
    color: #000000;
	font-size: 17px;
}
.logo {
    width: 30%;
	padding: 7px 0;
}
.RightNavMenu {
    width: 70%;
}
.home .SitePageStyle-2 h1{
	display: none;
}
h1.entry-title {
    font-weight: 600;
}
.tithome{
	margin-bottom: 50px;
}
.tithome h2{
	font-size: 52px;
	text-transform: uppercase;
	line-height: 90px;
}
.nivo-directionNav{
	top: 46% !important;
}
#services-section2 {
    padding: 98px 0 100px;
}
.home #SiteWrapper{
	background-image: url(https://karelycoffee.com/wp-content/uploads/2022/03/karely-fdo.jpg);
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.Short-descPart {
    width: 60%;
}
.Short-descPart h3:hover{
	color: #bc9873;
}
.HalfimgBX {
    height: auto;
	width: 40%;
    padding-left: 0;
}
.noshome {    
    position: relative;
    background: #fff;
    width: 100%;
    padding: 1px 50px;
	display: inline-block;
    margin-top: 25px;
}
.cdomar {
    text-align: center;
    padding: 30px 30px;
    background: #a16b19;
    z-index: 999;
}
.cdomar h3, .cdomar h4, .cdomar h5{
	color: #fff;
}
.fdogea{
	background-color: #f6f2ee;
	padding-top: 70px;
	margin-top: 90px;
}
.menmar{
	margin-bottom: 26px;
}
.wp-block-button a:hover{
	text-decoration: none;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea{
	width: 100%;
	box-shadow: none;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"]{
	height: 40px;
}
.contacto-der{
	box-shadow: 0 0 5px #ddd;
    padding: 35px;
    box-sizing: border-box;
}
.cuadro{
	box-shadow: 0 0 5px #ddd;
    padding: 15px 15px 1px;
    box-sizing: border-box;
}
.cuadro2{
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #fff;
}
.centrar{
	text-align: center;
}
.datos{
	box-shadow: 0 0 5px #ddd;
	padding: 25px 10px 1px;
	background-color:#f1f1f1;
	min-height: 230px;
}
.datos i{
	margin-bottom: 15px;
	color: #a10000;
}
.footer-fix p{
	margin-bottom: 20px;
}
.site-footer {
    padding: 20px 0 0;   
}
.site-footer, .site-footer ul li a{
	color: #ccc;
}
.site-footer .social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
	text-align: center;
    border-radius: 50%;
}
.social-icons a {
    color: #fff;
    background: #1b1b1b;
}
.social-icons a:hover {
    color: #8f6e4c;
}
.topbutton {
	height:50px;
	width:50px;
	position:fixed;
	right:5px;
	bottom:5px;
	z-index:1;	
}
.topbutton i{
	font-weight: 600;
    background-color: #fff;
    padding: 10px 11px;
    border-radius: 50%;
}
.wp-block-separator{
	margin-bottom: 3rem;
}
/*.alignwide {
  margin-left: -80px;
  margin-right: -80px;
  max-width: 100vw;
}*/
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
/*.alignfull img {
  width: 100vw;
}*/
@media screen and (min-width: 1024px){
	#masthead {
		min-height: 260px;
	}
	.Short-descPart p.extra{
		padding-right: 100px;
	}
	.cdomar {
		width: 280px;
		height: 220px;
		position: absolute;
		bottom: 50px;
		right: -50px;
	}
	.linho{
		border-left: 5px solid #009a26;
		padding-left: 35px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	.home .container {
		width: 99% !important;
	}
}
@media screen and (max-width: 480px){
	.logo {
		padding-left: 15px !important;
		width: 65% !important;
	}
}