/*
Theme Name: HioPOS Cloud Child
Theme URI: http://startit.select-themes.com
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Template: hioposcloud
*/
@import url("../hioposcloud/style.css");



/*Contact form*/
	/*Altura textarea*/
	.wpcf7-form-control.wpcf7-textarea {
	    height: auto;
	}

	.wpcf7-recaptcha{
		margin-bottom: 24px;
	}

/*Tablepress*/
	.tablepress-id-1 .odd td.column-1, .tablepress-id-2 .odd td.column-1, .tablepress-id-3 .odd td.column-1{
		width: 35%;
	}

	.tablepress-id-1 td.column-1, .tablepress-id-2 td.column-1, .tablepress-id-3 td.column-1{
		font-weight: 600;
		color: #555555;
	}

	.tablepress-id-1 tr, .tablepress-id-1 tr td, .tablepress-id-2 tr, .tablepress-id-2 tr td, .tablepress-id-3 tr, .tablepress-id-3 tr td {
	    border: 0;
	}

	.tablepress-id-1 .odd td, .tablepress-id-2 .odd td, .tablepress-id-3 .odd td {
	    background-color: #ffffff;
	}

	.tablepress-id-1 .even td, .tablepress-2 .even td,  .tablepress-id-3 .even td{
	    /*background-color: #fcfcfc;*/
	    border-bottom: 1px solid #cccccc;
	    border-top: 1px solid #cccccc;
	}


p {
    margin-top: 16px;
    margin-bottom:16px;
	vertical-align:middle;
}

/*Change Logo Header Size*/
/*.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    height: 40px !important;
}*/



/*5 columns style*/
@media (min-width: 768px) {
    body .five-column.vc_row-fluid .vc_col-lg-2 {
        width: 20%;
    }
}
body .five-column.vc_row-fluid .vc_col-lg-2:last-child {
    display: none !important;
}


/*Estil llistes*/
.qodef-icon-list-item .qodef-icon-list-icon-holder {
    vertical-align: top;
    padding-top: 3px;
}

.qodef-icon-list-item .qodef-icon-list-text {
    vertical-align: top;
    padding-bottom: 8px;
    line-height: 20px;
}

/*Custom style icons home*/
.home .qodef-info-box h3{
	font-size: 18px;
}

.qodef-info-box .qodef-info-box-font-side .qodef-info-box-icon-holder {
    padding: 0 0 14px;
}


/*Nav menu bottom*/
#nav_menu-2 ul { margin: 2.5%; padding: 0; list-style-type: none; list-style-image: none; }
#nav_menu-2 li { display: inline; }
#nav_menu-2 ul li a { text-decoration:none;  margin: 4px; padding: 5px; }

.bg-white{
	background-color: white;
}

/*h3 {
    font-size: 18px;
}*/

/*Change padding in menu header*/
.qodef-main-menu>ul>li>a span.item_inner{
	padding: 0 16px;
}

.b-negocios img{
	opacity: .95;	
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}


.b-negocios img:hover{
	opacity: .85;
}



.home .qodef-main-menu > ul > li.qodef-active-item > a .item_outer:before{
    background-color: transparent !important;
    color:#000!important;
}

.qodef-title-image-not-responsive{
	background-repeat: repeat-x;
}

.qodef-vertical-align-containers .qodef-position-right{
	width:67%;
	
}
.qodef-main-menu>ul>li>a span.item_inner{
	padding: 0px 10px;
}
.qodef-main-menu>ul>li>a span.item_text{
	font-size:15px;
}

/* NEW STYLE H1 TITLE FOR RESPONSIVE */

.title_responsive {color:#121212;font-size: 64px; text-align: left;}

@media screen and (max-width: 500px) {

	.title_responsive {font-size: 46px;}
	
}
