/*
 Theme Name:   Weaver Solutions
 Description:  Child theme for DIVI 
 Author:       Weaver Solutions
 Author URI:   http://weaversolutionsgt.com
 Template:     Divi
 Version:      1.0.0
*/


/**   MENU
================================================== */

.mobile_menu_bar:before {
	color: #000;
}



/**   GENERAL
================================================== */
sup {
	font-size: 0.7em;
}


/** PRODUCTOS DESTACADOS */
.more-link {
    	background-color: #2467ad;
    	display: inline-block !important;
    	color: #fff !important;
    	padding: 5px 15px;
    	margin-top: 15px;
		font-weight: bold;
		border: 1px solid #2467ad;
	}

	.more-link:hover {
    	background-color: #fff;
		color: #2467ad !important;
		
	}



.page-id-1040 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
    /*min-height: 475px !important;*/
}


article.category-productos-destacados {
    min-height: 455px !important;
}


.category-oferta-del-mes .post-content {
	 min-height: 50px !important;
}

/*   BLOG
================================================== */
.entry-content tr td,  .entry-content table {
    border: 1px solid #999;
}

#productos-destacados .entry-title {
	line-height:1.3em;
	min-height:90px;
}


.category-oferta-del-mes .entry-title {
    min-height:85px;
}
	
#productos-destacados strong {
	color: #2ea3f2;
	text-align:center;
}

.entry-featured-image-url img {
	height:250px; 
	width: auto;
	object-fit: contain;
	padding:5px;
}


.entry-content tr td,  .entry-content table {
    border: 1px solid #999;
}

#productos-destacados .entry-title {
	line-height:1.3em;
	min-height:58px;
	
}

	
#productos-destacados strong {
	color: #2ea3f2;
	text-align:center;
}

.entry-featured-image-url img {
	height:250px !important; 
	width: auto !important;
	object-fit: contain;
	padding:5px;
}

/*   CONTACT FORM 7
================================================== */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	background:#eee;
	border:1px solid #eee !important;
	font-size: 16px;
	padding: 10px ;
}

.wpcf7-form p {
	padding-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
}

.wpcf7-form select {
	height: 44px !important;
}

.wpcf7-form input[type=submit] {
	background: #2467ad;
	border: none !important;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin:10px auto 0 auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

/**   MEDIA QUERIES
================================================== */

@media all and (min-width: 1440px){  }
@media all and (min-width: 1024px){  }
@media all and (max-width: 1024px){  }
@media all and (max-width: 980px) {  }
@media all and (max-width: 768px) {  }
@media all and (max-width: 680px) {  }

.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '2 .column.size-1of2' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of2 {
	    width: 46%!important;
	    margin-right: 4%;
	}
}