/*
Theme Name: Anothemes
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css */
@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);

/*==========================================================
    2. GENERAL
==========================================================*/

.default-page .content-view {
	box-shadow: 0 1px 2px 1px #cccccc;
	padding: 20px;
	margin: 30px 0;
	overflow: hidden;
	font-size: 14px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	background: #F6F6F6;
	padding: 20px;
	border-radius: 5px;

}

.wc-block-components-button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #cf3034 !important;
    border-bottom: 3px solid #b3272b !important;
}
.tab-control {
	margin: 0 0 20px;
	list-style: none;
	border-bottom: 1px solid #F5F5F5;
}
.tab-control li {
	display: inline-block;
	margin-right: 20px;
}
.tab-control li a {
	display: block;
	font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
    text-decoration: none;
}
.tab-control li.active a:before {
	width: 50px;
    height: 2px;
    background: #194582;
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
}
/*.entry-content .h3-title {
	display: none;
}*/
.content-expand {
	display: none;
}
.content-expand.active {
	display: block;
}