/*
Theme Name: Yogalaxy Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.icon-google-plus:before,
.icon-tiktok:before {
    content:"";
    background-image: url(/wp-content/uploads/2021/07/telegram.svg);
    width: 16px;
    height: 16px;
    display: block;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
    background-color: #a9925733 !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
    font-weight: 600;
	color: #26274c;
}
.mptt-inner-event-content p {
	font-size: 14px !important;
}
h2 {
    margin-bottom: 10px;
}
.absolute-footer {
    display: none;
}
ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before {
    color: #a99156;
}
.wpcf7 input[type='submit'] {
    background-color: #a99156 !important;
    text-transform: none;
}
.custom-footer h5 {
    margin-bottom: 25px;    
}
ul li.bullet-checkmark, ul li.bullet-arrow, ul li.bullet-star {
    border: none;
}
.tablepress thead th,
.tablepress tbody tr td{
    text-align: center;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #26274c;
    color: #fff;
}
.tablepress tbody tr td.column-1 {
	font-weight: 700;
}
.tablepress tbody tr td.column-2,
.tablepress tbody tr td.column-3,
.tablepress tbody tr td.column-4 {
	font-size: 16px;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}
.nav>li>a>i+span,
.num-line span,
.woocommerce-Price-amount{
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}
.wpcf7-form h3 {
	text-align: center;
}
.lightbox-content {
	border-radius: 10px;
}
.wpcf7 input[type='submit'] {
    width: 100%;
    margin-bottom: 0;
}
.product-summary .quantity {
    display: none;
}
.woocommerce-mini-cart__buttons .button {
	font-size: 14px;
	
}
.nav>li>a {
    font-size: 14px;
}
/*.mptt-table-responsive table {
  width: 100%;
  table-layout: fixed;
}*/
.mptt-table-responsive table td {
  width: 12%;
}
@media only screen and (max-width: 1344px) {
	.nav>li>a {
		font-size: 13.5px;
	}
	#logo img {
    	width: 130px;
	}
	.logo-center .logo {
		margin:0;
	}	
	.nav-spacing-large>li {
    margin: 0 9px;
	}

}
@media only screen and (max-width: 1270px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.nav>li>a {
		font-size: 12.5px;
	}
	#logo img{
    	width: 120px;
	}
	.logo-center .logo {
		margin:5px;
	}
}
@media only screen and (max-width: 1165px) {
		#logo img{
    	width: 100px;
	}
	.nav-spacing-large>li {
    	margin: 0 7px;
	}
	.nav>li>a {
    font-size: 12px;
	}
}
