/*
Theme Name: PHOX Child
Theme URI: http://phox.whmcsdes.com/
Author: whmcsdes
Author URI: https://whmcsdes.com
Template: phox
Description: PHOX Child - Hosting Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: domains, host, hosting, hosting templates, landing page, layout, layout switcher, modern, one page, template, web hosting templates, whmcs, whmcs templates, whmcsdes
Text Domain: phox
*/


/* THERE IS A BOOTSTRAP 4.2.1  */


.overflow-hidden .elementor-widget-container {
	overflow: hidden !important;
}

.overflow-hidden.elementor-element.elementor-pagination-position-outside .swiper {
	padding-bottom: 0;
}

.img--scale-1_2-translateY-n10p img {
	transform: scale(1.2) translateY(-10%);
}

/* Google Captcha */
.grecaptcha-badge {
	display: none !important;
}

/* general for page */
@media (min-width: calc(64rem + 1px)) {
	.e-con > .e-con-inner {
		padding-inline: 1rem !important;
	}
}

/* Site specific */
/* Included Services */
[data-id="53e41c7"] .elementor-widget-wdes-section-header-widget {
	margin-top: auto;
}

/* pricing-table equal height  
 *
 */
.pricing-table--h-100--align-conten-start .wdes-pricing-table {
	align-content: flex-start;
	height: 100%;
}


/* pricing-table "vivid" buttons  
 *
 */
.pricing-table-button.pricing-table-vivid {
	background-color: #f6cd48;
	color: var(--e-global-color-primary);
}

/* pricing-table "disabled" buttons  
 *
 */
.pricing-table-disabled-btns .pricing-table-button {
    opacity: .3;
    cursor: not-allowed;
}

/* pricing-table HIDDEN buttons  
 *
 */
.pricing-table-hidden-btns .wdes-pricing-feature-footer {
    display: none;
}

.elementor-widget-wdes_price_table.pricing-table--h-100--align-conten-start {
	flex-grow: 1;
}

/* pricing-table buttons icon not grow too much  
 *
 */
.wdes-pricing-feature-footer .pricing-table-button-icon {
	width: min(1rem, 8%) !important;
}

/* WPCF7  
 *
 */

.wpcf7 input[type=submit]:disabled {
    opacity: .65;
}

.wpcf7 input[type=submit]:disabled:hover {
    background-color: var(--e-global-color-secondary);
}