/*
Theme Name: Smarty
Theme URI: http://smartyschool.stylemixthemes.com/
Author: StylemixThemes
Author URI: http://stylemixthemes.com/
Description: Education WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
Text Domain: smarty
*/






/* ======== CUSTOM Home Page Elements ======== */

.hp_call_act h2 {
	display:none;
}

.stm-page-head__separator {
	display: none;   /* hide title separator*/
}

.stm-contact-person__contact_type_adress:before {
    	content: "\e905";
	top: 4px;
}




/* ======== CUSTOM slider button ======== */

.btnBlue2 a {
    /*border: 2px solid #ff7f00 !important;*/
    min-width: 160px !important;
    display: inline-block !important;
    color: #fff !important;
    line-height: 46px !important;
    padding: 0 24px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #ff7f00;
}

.btnBlue2 a:hover { 
    text-decoration: none;
    background-color: #d0d610; 
}




/* ======== CUSTOM Tipuri de Personalitate - boxes ======== */

@media (min-width: 768px) {
	.stm-icon-box_style-4 .stm-icon-box__descr {
	    min-height:264px;
	}
}



/* ======== CUSTOM Programe page ======== */

#pretprograme .stm-pricing-table__period {
	color: #ff7f00;
}



@media (max-width: 768px) {
	.page .stm-page-head {
		padding-top: 30px;
	}
}




/* ======== CUSTOM Price Elements ======== */

.stm-pricing__filters {
	display:none;
}

.stm-pricing__features {
	margin-top: 110px;
}


