/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.hover-dropdown {
        display: inline-block;
        padding: 0;
        position: relative;
    }
    .hover-dropdown:hover .hover-dropdown-list, .hover-dropdown:focus .hover-dropdown-list {
        height: inherit;
    }
    .hover-dropdown:hover .hover-dropdown-visible::after, .hover-dropdown:hover .hover-dropdown-visible:focus {
        border-left: 4px solid #ffffff;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #ffffff;
    }
    .hover-dropdown-visible {
		position: relative;
		padding: 10px 7px;
		display: inline-flex;
		gap: 5px;
		font-size: 0.7em;
	}
    .hover-dropdown-visible::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        margin-left: 10px;
        position: absolute;
        transform: translate(125%, -50%) rotate(227deg);
        top: 50%;
        right: 0;
        transition: ease-in 100ms;
    }
    .hover-dropdown .hover-dropdown-list {
        list-style: none;
        padding: 0;
        position: absolute;
        margin: 0;
        background-color: #ffffff;
        border-radius: 5px;
        height: 0;
        overflow: hidden;
		z-index:9999;
		width: 135px;
    }
    .hover-dropdown .hover-dropdown-list li {
        padding: 10px 7px;
    }
   .hover-dropdown .hover-dropdown-list li a {
    color: #222222 !important;
    text-decoration: none !important;
    font-size: 0.7em;
    display: flex;
    gap: 5px;
}



.top-bar {
    min-height: 56px;
}
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}
/** Developer code ***/
.TabSection.vc_tta.vc_general .vc_tta-tab>a {
    padding: 10px 0;
	font-weight:600 !important;
	background: transparent !important;
}
.TabSection.vc_tta.vc_general .vc_tta-tab>a:hover {
	background: transparent !important;
}
.TabSection .vc_tta-tab.vc_active a {
	color:#c0d500 !important;
}
.TabSection h2 {
	margin-bottom:15px !important;
}
#boxSection .ult-ih-info {
	background:transparent !important;
    padding: 40px;
}
#boxSection .ult-ih-info > div {
	background:rgba(0, 0, 0, 0.6);
}
#boxSection .ult-ih-info .box-btn {
    border: 2px solid #c0d500;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
#boxSection .ult-ih-info .ult-ih-description {
	font-weight:500 !important;
}
/** Blog Section **/
.blog-shortcode .post-entry-content .entry-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-shortcode .post-entry-content .entry-excerpt {
	text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-details.details-type-link, #category .woocom-list-content .woo-buttons a {
    font-size: 16px;
	border: 3px solid #c0d500;
	color: #37362D;
    padding: 12px 14px 10px;
	background: transparent;
}
.post-details.details-type-link:hover, #category .woocom-list-content .woo-buttons a:hover {
	background: #c0d500;
}
#blogSection .post-details i, .post-details.details-type-link:hover:after {
	display:none;
}
#blogSection h3.entry-title {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
}
#blogSection h3.entry-title::after {
    background: #c0d500;
    content: "";
    width: 98px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
}



/** Footer **/
#footer .custom-nav a >span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
#footer .custom-nav a >span::before {
    content:"-";
	padding-right:10px;
}
.footer .widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.footer .widget-title::after {
    content: "";
    width: 54px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c0d500;
}
.masthead .mega-menu-widgets .soc-ico a, .soc-ico a {
	margin: 0 20px 0 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.masthead .mega-menu-widgets .soc-ico a .soc-font-icon, .soc-ico a .soc-font-icon {
    font-size: 21px;
	color: #000 !important;
}
.soc-ico a:after, .soc-ico a:before {
	width:34px;
	height: 34px;
}
.footer .soc-ico a:before {
    background-color:#c0d500;
}
#main .soc-ico a:after, #footer .soc-ico a:after {
    background-color: rgba(255,255,255,0.15);
}
footer #custom_html-2 p {
    font-size: 12px;
    font-weight: 600;
}
footer .wpcf7 {
	position:relative;
}
footer #custom_html-2 li a{
	font-size: 14px;
    font-weight: 600;
	display:flex;
	align-items: center;
    margin: 15px 0;
	color:#ffffff !important;
}
footer #custom_html-2 li a:hover {
	color:#c0d500 !important;
}
footer #custom_html-2 li a:before {
	content:"";
	width:38px;
	height:38px;
	background:url(https://www.cemix.com/wp-content/themes/dt-the7/images/submit.png) no-repeat center center / cover;
	margin-right: 15px;
}
footer input.wpcf7-email {
    height: 50px;
    padding-right: 55px;
	color:#000000;
}
footer .wpcf7 input.wpcf7-submit, footer .wpcf7 input.wpcf7-submit:hover {
	background:url(https://www.cemix.com/wp-content/themes/dt-the7/images/submit.png) no-repeat !important;
	width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
}
footer #presscore-contact-info-widget-2 p {
	font-size:16px;font-weight:600; color:#ffffff; line-height:28px;
}
footer #presscore-contact-info-widget-2 img {
	margin-bottom:20px;
}
.wf-container-bottom, #bottom-bar.full-width-line {
    border-top: 3px solid #c0d500;
}
#bottom-bar {
    font-size: 18px;
}
.wf-container-bottom {
    padding: 20px 0 20px 0;
}
/** Products **/
#category h3 {
    text-transform: uppercase;
}
#category .woocom-list-content {
    text-align: left;
}
#category .woocom-list-content h4 {
	position:relative;
	padding-bottom:20px;
	    font-size: 25px;
		font-weight: 600;
    margin-top: 30px;
}
#category .woocom-list-content h4::before {
	content:"";
	width:98px;
	height:3px;
	background:#c0d500;
	position:absolute;
	left:0;
	bottom:0;
}
#category .post .entry-title a:hover {
    color:#c0d500;
}
#category .post .woocommerce-product-details__short-description p {
	font-size:16px;
	line-height:26px;
	    margin: 20px 0 35px;
}
#category .woocom-list-content .woo-buttons a {
	background:#c0d500;
	width: 160px;
	text-align:center;
}
#category .woocom-list-content .woo-buttons a:hover {
	background: transparent;
}
#formSection .wpcf7 input, #contacto .wpcf7 input, #contacto .wpcf7 select {
	height:50px;
	color: #37362D;
	border:1px solid #37362D;
}
#formSection .wpcf7 textarea, #contacto .wpcf7 textarea {
	height:98px;
	color: #37362D;
	border:1px solid #37362D;
}
#formSection .wpcf7 input.wpcf7-submit, #contacto .wpcf7 input.wpcf7-submit, .related-product > li .woo-buttons a, .postBtn .btn {
    background: #c0d500;
    font-size: 16px;
    font-family: Montserrat;
    float: right;
    color: #37362D;
    line-height: 29px;
}
#formSection .wpcf7 input.wpcf7-submit:hover, #contacto .wpcf7 input.wpcf7-submit:hover, .related-product > li .woo-buttons a:hover {
	background: #ffffff;
	color: #c0d500;
}
#contacto h4 {
    margin-bottom: 0px;
}
#contacto .aio-icon-img {
    margin-right: 35px;
}
#contacto .wpcf7 input.wpcf7-submit {
	float: left;
	border:none;
}
#threeSection #boxSection .ult-ih-info {
	padding:0;
	opacity: 1;
    transform: scale(1);
}
#threeSection #boxSection .ult-ih-info h3 {
	font-weight:600;
}
#threeSection #boxSection .ult-ih-item .ult-ih-image-block, #threeSection #boxSection .ult-ih-item.ult-ih-square {
	max-height:280px;
}
.page-id-1427 #main {
	padding:0;
}
#soluciones ol li {
    display: inline-block;
	counter-increment: my-awesome-counter;
	margin:0 0 20px;;
	width: 100%;
}
#soluciones ol {
    list-style: none;
	counter-reset: my-awesome-counter;
	margin:0;
}
#soluciones ol img {
    float: left;
    margin-right: 20px;
    width: 66px;
    object-fit: contain;
}
#soluciones ol li::before {
  content: counter(my-awesome-counter);
    float: left;
    background: #c0d500;
    width: 21px;
    height: 21px;
    border-radius: 100px;
    text-align: center;
    color: #000;
    font-size: 12px;
    margin-right: 20px;
    line-height: 21px;
    font-weight: 600;
	margin-bottom:25px;
	margin-top: 5px;
}
.product:not(.elementor) .related.products > h2, .product:not(.elementor) .upsells.products > h2, .cross-sells > h2 {
	text-transform: uppercase;
    font-weight: 600;
	    padding-top: 20px;
		font-size: 20px;
}
.product:not(.elementor) .related.products > h2:after, .product:not(.elementor) .upsells.products > h2:after, .cross-sells > h2:after {
    top:0;
    bottom: auto;
    width: 178px;
	background:#c0d500;
}
.related-product > li .product-title {
    line-height: 24px;
    font-size: 15px;
	position:relative;
	padding-bottom: 15px;
}
.related-product > li .product-title::after {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	background: #c0d500;
	    width: 43px;
		height:2px;
}
.related-product > li .product-title:hover {
    color: #c0d500;
}
.related-product > li .woo-buttons a {
	float:none;
}
.postBtn a.btn {
    float: left;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 0px 25px 25px 0;
	    width: 190px;
}
.postBtn a.btn:hover {
	background:#37362d;
	color:#ffffff;
}
.postBtn a.btn img {
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 10px 0 0;
}
.postBtn a.btn:hover img {
    filter: invert(1);
	-webkit-filter: invert(1);
}
.single .product_meta {
	display:none;
}
.product:not(.elementor) .woocommerce-tabs .tabs li.active:after, .the7-elementor-widget .woocommerce-tabs .tabs li.active:after {
    background-color: #c0d500;
}

.wp-list-table.widefat {
    width: inherit !important;
}
ul.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
    font-weight: 500;
}
.entry-content blockquote {
    border-left: 5px solid #c2d500;
    font-style: italic;
    font-size: 1rem;
}
.post-ol li {
    margin-bottom: 15px;
    margin-left: 35px;
    font-size: 0.9rem;
    line-height: 1.3rem;
	list-style: none;
	counter-increment: css-counter 1;
	position: relative;
}
.post-ol li::after {
    display: block;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c2d500;
    padding: 3px 7px;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    content: counter(css-counter);
}


ul.post-ul li {
    position: relative;
}
ul.post-ul {
    list-style: none;
}
ul.post-ul li::after {
    color: #c2d525 !important;
    text-shadow: 1px 1px 1px #8bc34ab0;
    content: "•";
    font-size: 2.5em;
    position: absolute;
    left: -21px;
    top: 42%;
    transform: translateY(-50%);
    line-height: 0;
}
.post-videos {
    max-width: 800px;
}

@media (max-width:767px) {
	.ult-ih-container ul.ult-ih-list li.ult-ih-list-item, 
	.ult-ih-container ul.ult-ih-list .ult-ih-square, .ult-ih-item.ult-ih-square .ult-ih-image-block {
		width:100% !important;
	}
	#boxSection {
    padding: 0 !important;
}
#boxSection .ult-ih-container {
	margin-bottom:0 !important;
}
#bottom-bar {
    font-size: 12px;
}
#top-menu >li {
    display: block;
    width: 100%;
    margin: 40px 0;
}
#top-menu >li > a {
	align-items: baseline;
}
.overlay-search-microwidget input[type=text] {
	width: 180px;
}
.dt-mobile-header .mini-nav {
    margin: 0;
    width: 100%;
}
.dt-mobile-header .mini-nav #top-menu {
    width: 100%;
}
.postBtn {
    display: inline-block;
    width: 100%;
}
.postBtn a.btn {
    margin: 0 0 20px;
    width: auto;
    clear: both;
    float: none;
    text-align: center;
	    display: block;
}
.postBtn a.btn img {
    float: none;
	margin: 0 10px -5px 0;
}
}
@media (min-width:1200px) {
.TabSection .vc_tta-tabs-container {
    max-width: 26% !important;
	border-right: 1px solid #C0D500;
    margin-right: 2% !important;
    padding-right: 3%;
}
}