/*
 Theme Name:   G5 Startup Child Theme
 Theme URI:    http://themes.g5plus.net/startup/
 Description:  G5 Startup Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     g5-startup
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5-startup
*/


/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/


/*
 *
 * 1- #typografies
 * 2- #home
 * 3- #serveis
 * 4- #projectes
 *
 * */

/* #typografies */

/* #home */
h3 {
 padding-bottom: 30px !important;
}

input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    float: left;
}
.contact-box p{
	font-size:18px !important;
}
.g5plus-contact-form.column-3 .btn-submit {
    width: 100%!important;
    height: auto!important;
    margin: auto!important;
  }

/* #projectes */
.ultimate-layouts-container .ul-switch-panel {
    display: none !important;
}

.main-footer-wrapper .current-menu-item a, .main-footer-wrapper .current_page_item a {
    color: #fff !important;
}

.home .color-menu.x-active > a:hover{
    color: #fff !important;
}

.color-menu.x-active > a:hover{
    color: #007078 !important;
}
.color-menu.x-active > a > span{
    color: #007078 !important;
}

#wrapper-footer .color-menu-footer > a:hover{
    color: #fff !important;
}
.color-menu-footer.current-menu-item > a {
    color: #fff !important;
}
.page-title-container.text-left{
    padding-top: 20px;
    padding-bottom: 20px;
}
.wpcf7-acceptance input[type="checkbox"] {
	display: block;
	width: 20px !important;
    height: 20px !important;
	float: left !important;
	margin-right: 20px !important;
	margin-top: -22px !important;
}