/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/


p {
	margin-bottom: 10px !important;
}

.togglebox .gdlr-core-toggle-box-item-title, .togglebox .gdlr-core-toggle-box-item-icon{
	font-size: 28px !important;
	line-height: 40px !important;
}


.togglebox .gdlr-core-toggle-box-item-content p{
	font-size: 16px !important;
	line-height: 20px !important;
}

.noselect {
  -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
     -khtml-user-select: none !important; /* Konqueror HTML */
       -moz-user-select: none !important; /* Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
            user-select: none !important; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.gdlr-core-page-builder-body [data-skin="White Text"] a{
	display: block !important;
}

.widget_nav_menu ul li{
	margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    /*cursor: pointer;*/
}
.widget_nav_menu ul li:hover{
	background-color: #8e1c1c !important;
	padding-left: 28px !important;
}



.footertitle{
	margin: 0;
	color: #808080 !important;
	font-size: 28px !important;
}

.footertitle span{
	font-size: 15px !important;
}

.gdlr-core-tab-item .gdlr-core-tab-item-title{
	font-size: 16px !important;
}


/*********tabela regulamento********/

.table_pg{
	background-color: transparent;
}

.table_pg td{
	border: 1px solid #fff;
}

.table_pg tr:nth-child(odd){
	color: #ffffff;
	background-color: transparent;
}

/*********price table********/

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price{
	padding: 0px;
	padding-top: 30px;
}


.gdlr-core-price-table .gdlr-core-price-suffix {
    font-size: 27px;
    vertical-align: bottom;
}

.gdlr-core-price-table-price .gdlr-core-title-font{
	padding: 0px;
	padding-top: 40px;
}

.gdlr-core-price-table .gdlr-core-price-table-price{
	padding-bottom: 0px;
}



.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
	background-color: #8e1c1c !important;
    padding-left: 10px !important;
}