/*
Theme Name: LivePreview
Theme URI: https://1.envato.market/quanticalabs-portfolio
Description: LivePreview Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* =============== */
/* Mat rew 2.4 */
/* =============== */

/* =============== */
/* General */
/* =============== */	

.clearfix:after
	{
	font-size: 0px;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	}

.clearfix > p:empty
	{
	display: none;
	}

body
	{
	background: #EEEEEE;
	padding: 0px;
	margin: 0px;
	font-family: 'IBM Plex Sans';
	font-size: 14px;
	color: #4B515A;
	}

p
	{
	padding: 1em 0;
	color: #666;
	line-height: 150%;
	}

a 
	{
    outline: none;
    color: #1185D7;
	font-size: 14px;
	}

a:hover 
	{
    color: #323438;
	}

.header_container
	{
	background-color: #323438;
	}

.header,
.theme_page,
.footer,
.footer_container .main
	{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	}

.header
	{
	display: flex;
	flex-direction: row;
	align-items: center;
	}

.footer_container
	{
	background-color: #FFF;
	}

.theme_page
	{
	width: 1110px;
	background: #FFFFFF;
    padding: 30px;
	margin: 0 auto 30px;
	}

.theme_page_header
	{
	width: 1110px;
	background: #FFFFFF;
	padding: 40px 30px 40px;
	margin: 30px auto 0;
	}

.header_left
	{
	float: left;
	width: auto;
	flex: 0 1 auto;
	}

.header_right
	{
	float: right;
	}

.mobile_menu
	{
	display: none;
	padding: 0;
	flex: 1 1 auto;
	}

.mobile_menu select
	{
	border: 1px solid #DDD;
    color: #888;
    cursor: pointer;
    padding: 7px;
    width: 310px;
	float: right;
	}

.footer
	{	
	padding: 93px 0 0;
	}

/* =============== */
/* Logo */
/* =============== */	

.header_left a.logo-text
	{
	display: block;	
	text-decoration: none;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
	font-family: 'DM Sans';
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 16px;
	padding: 18px 0;
	}

/* =============== */
/* Menu */
/* =============== */	

.menu-main-container
	{
	float: right;
	position: relative;
	flex: 1 1 auto;
	}

.sf-menu
	{
	margin: 0;
	padding: 0;
	}

.sf-menu li
	{
	float: left;
	list-style: none;
	margin-left: 31px;
	}

.sf-menu li a
	{
	display: block;
	padding: 12px 0 14px 0;
	color: #ABB0BA;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
	outline: none;
	font-family: 'DM Sans';
	font-weight: 700;
	transition: color 0.2s ease 0s;
	}
	
.sf-menu li:hover a
	{
	color: #FFF;
	}

.sf-menu li a::after
	{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	transition: transform 0.2s ease 0s;
	transform: scaleX(0);
	transform-origin: left;
	background: #FFF;
	}

.sf-menu li:hover a::after
	{
	transform: scaleX(1);
	}

.sf-menu .current_page_item a::after
	{
	transform: scaleX(1);
	}

#menu-line-top
	{
	display: none;
	}

/* =============== */
/* Page */
/* =============== */	

.theme_page_header h1
	{
	display: inline-block;
	margin: 0;
	font-family: 'DM Sans';
	font-weight: 700;
	font-size: 36px;
	line-height: 61px;
	color: #232732;
	}

.theme_page h2
	{
	color: #444;
	font-size: 25px;
	line-height: 38px;
	font-family: 'DM Sans';
	font-weight: normal;
	}

.purchase_button
	{
	float: right;
	display: block;
	background-color: #82B440;
	color: #FFF;
	padding: 16px 37px 17px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'DM Sans';
	transition: background-color 0.2s ease, border-color 0.2s ease;
	border: 2px solid #82B440;
	}

.purchase_button:hover
	{
	background-color: #7AA93C;
	border-color: #7AA93C;
	color: #FFF;
	}

/* =============== */
/* Choose a demo */
/* =============== */	

div.theme_page div.clearfix ul.menu
	{
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	font-size: 0;
	}

div.theme_page div.clearfix ul.menu li
	{
	display: inline-block;
	margin-right: 31px;
	margin-bottom: 10px;
	}

div.theme_page div.clearfix ul.menu li:last-child
	{
	margin-right: 0;
	}

div.theme_page div.clearfix ul.menu li a
	{
	font-weight: 700;
	font-family: 'DM Sans';
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
	color: #6F7687;
	padding: 0 0 2px 0;
	white-space: nowrap;
	border-radius: 5px;
	display: block;
	transition: color 0.2s ease 0s;
	}

div.theme_page div.clearfix ul.menu li:first-child a
	{
	pointer-events: none;
	color: #232732;
	}

div.theme_page div.clearfix ul.menu li:first-child a::after
	{
	display: none;
	}

div.theme_page div.clearfix ul.menu li a::after
	{
	display: block;	
	content: "";
	background: #232732;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease 0s;
	position: relative;
	}

div.theme_page div.clearfix ul.menu li:not(:first-child):hover a
	{
	color: #232732;
	}

div.theme_page div.clearfix ul.menu li:hover a::after
	{
	transform: scaleX(1);
	}

div.theme_page div.clearfix ul.menu li.current_page_item a,
div.theme_page div.clearfix ul.menu li.current-menu-item a
	{
	transform: scaleX(1);
	color: #232732;
	}

div.theme_page div.clearfix ul.menu li.current_page_item a::after,
div.theme_page div.clearfix ul.menu li.current-menu-item a::after
	{
	transform: scaleX(1);
	}

/* =============== */
/* Description */
/* =============== */	

div.demo-description
	{
	font-family: 'IBM Plex Sans';
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #4B515A;
	background-color: #F5F6F7;
	padding: 30px;
	margin-bottom: 50px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 20px;
	}

div.demo-description ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: calc(25% - 20px);
	flex-grow: 1;
	}

div.demo-description ul li:not(:first-child)::before
	{
	content: '\2022';
	margin: 0 6px 0 0;
	color: #FF700A;
	}

div.demo-description ul li:first-child
	{
	font-weight: 700;
	font-family: 'DM Sans';
	color: #FF700A;
	}

div.demo-description ul li em
	{
	font-style: normal;
	}

div.demo-description ul li em::before
	{
	content: "'";
	}

div.demo-description ul li em::after
	{
	content: "'";
	}

/* =============== */
/* Footer */
/* =============== */	

div.footer div.widget 
	{
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
    vertical-align: top;
	width: 270px;
	}

div.footer div.widget:last-child
	{
	margin-right: 0;
	}

div.widget h4.widget-header 
	{
	font-family: 'DM Sans';
    font-size: 16px;
	line-height: 26px;
    font-weight: 700;
    margin: 0;
	color: #232732;
	}

div.footer div.widget p
	{
	line-height: 26px;
	padding: 1em 0;
	font-size: 14px;
	margin: 34px 0 0;
	color: #4B515A;
	max-width: 270px;
	}

div.footer div.widget p a
	{
	color: #232732;
	text-decoration: none;
	font-size: 14px;
	}

div.footer div.widget p a:hover
	{
	text-decoration: none;
	color: #6F7687;
	}

.top-0 
	{
    margin-top: 0 !important;
    padding-top: 0 !important;
	}

a.button.button-style-1 
	{
    background-color: #FFF;
    border: 2px solid #232732;
    color: #232732;
    float: left;
    font-family: 'DM Sans';
    font-size: 14px;
	line-height: 24px;
    font-weight: 700;
    padding: 16px 37px 17px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	margin: 30px 0 20px 0;
	}

a.button.button-style-1:hover 
	{
    background-color: #232732;
    color: #FFF;
	}

ul.list 
	{
    list-style-type: none;
    margin: 0;
    padding: 0;
	}

ul.list.list-bullet-bullet_1-png li > div 
	{
    background-image: url("images/bullet_1.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 24px;
	font-size: 14px;
	}

ul.category-list, ul.category-list ul 
	{
    list-style: none outside none;
    margin: 30px 0 0;
    padding: 0;
	}

ul.category-list li
	{
	position: relative;
	margin: 0 0 10px 0;
	}

ul.category-list li a
	{
	color: #4B515A;
	clear: both;
	display: table-cell;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
    padding: 6px 0 6px 0;
	text-decoration: none;
	transition: color 0.2s ease;
	}
	
ul.category-list li a::after
	{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	transition: transform 0.2s ease 0s;
	transform: scaleX(0);
	transform-origin: left;
	background: #232732;
	}
	
ul.category-list li a:hover::after
	{
	transform: scaleX(1);
	}

ul.category-list li a:hover
	{
	text-decoration: none;
	color: #232732;
	}

.footer_container .footer-bottom
	{
	padding-top: 30px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 36px;
	color: #6F7687;
	text-align: center;
	}

.layout-p-50x50 > .column-left, .layout-p-50x50 > .column-right 
	{
    overflow: hidden;
    width: 100%;
	}

.layout-p-50x50 > .column-left 
	{
    clear: both;
    float: left;
	}

.layout-p-50x50 > .column-right 
	{
	float: right;
	}

.button-go-to-top
	{
	background-image: url("images/footer_top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 15px;
    width: 15px;
	margin-top: 6px;
	outline: none;
	}

.style_picker
	{
	position: absolute;
	display: block;
	width: 230px;
	padding: 10px;
	border: 1px solid #EEEEEE;
	top: 23px;
	right: 0;
	}

/* =============== */
/* Footer Socials */
/* =============== */	

.footer_container ul.footer-socials
	{
	text-align: center;
	margin: 34px 0 14px 0;
	padding: 0;
	}

.footer_container ul.footer-socials li
	{
	display: inline-block;
	margin: 10px 16px 10px 16px;
	}
	
@media screen and (max-width:1189px)
	{
	.footer_container ul.footer-socials
		{
		text-align: center;
		margin: 10px 0 20px 0;
		}
	}
	
@media screen and (max-width:767px)
    {
	.footer_container ul.footer-socials li
		{
		margin: 10px 12px 10px 12px;
		}
    }
	
@media screen and (max-width:479px)
	{
	.footer_container ul.footer-socials li
		{
		margin: 10px;
		}
	}
	
.footer_container ul.footer-socials li a
	{
	font-size: 16px;
	line-height: 26px;
	transition: color 0.2s ease;
	color: #4B515A;
	text-decoration: none;
	padding: 6px 0 6px 0;
	display: block;
	}
	
.footer_container ul.footer-socials li a::after
	{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #232732;
	transition: all 0.2s ease 0s;
	transform: scaleX(0);
	transform-origin: left;
	}

/* Hover */
.footer_container ul.footer-socials li:hover a::after
	{
	transform: scaleX(1);
	}
	
.footer_container ul.footer-socials li a:hover
	{
	text-decoration: none;
	color: #232732;
	}

/* =============== */
/* Pricing Tables */
/* =============== */	

.css3_table_container
	{
	height: 670px;
	}

.css3_table_container.pricing_cycle
	{
	height: 750px;
	}

.css3_table_container.auto
	{
	height: auto;
	padding-bottom: 50px;
	}

.example_header_container
	{
	position: relative;
	border-bottom: 3px solid #EEE;
	margin-bottom: 30px;
	}

.example_header
	{
	float: left;
	}

.css3_table_container h2
	{
	margin: 0;
	text-align: left;
	}

.css3_table_description
	{
	margin: 0;
	color: #4B515A;
	font-size: 16px;
	padding: 10px 0 26px;
	text-align: left;
	}

/* =============== */
/* CSS3 Tooltips */
/* =============== */	

.css3_tooltips_preview_container a,
.css3_tooltips_preview_container span.qlabs_tooltip_top
	{
	border-bottom: 1px dotted #1185D7;
	font-weight: bold;
	}

.css3_tooltips_preview_container span.qlabs_tooltip_top
	{
	color: #1185D7;
	}

.css3_tooltips_preview_container a:hover,
.css3_tooltips_preview_container span.qlabs_tooltip_top:hover
	{
	border-bottom: 1px solid #323438;
	}

.css3_tooltips_preview_container .qlabs_tooltip_noborder,
.css3_tooltips_preview_container .qlabs_tooltip_noborder:hover
	{
	border: none;
	}

.css3_tooltips_preview_container .qlabs_tooltip_notooltipborder > span a
	{
	border: none;
	}

.tooltip-preview-table td 
	{
	padding: 6px 10px 6px 0;
	}

.tooltip-preview-img  img 
	{
    width: 100%;
    height: auto;
	}

.tooltip-preview-img 
	{
    border-spacing: 30px;
	}

.tooltip-preview-table span 
	{
    line-height: 150%;
	}

.tooltip-preview-table 
	{
    width: 100%;
	}