/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* Webfont: AOLeoney-Light */@font-face {
    font-family: 'AOLeoneyLight';
    src: url('fonts/AOLeoney-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/AOLeoney-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/AOLeoney-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/AOLeoney-Light.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* TABLE */
thead th{text-align:center; font-size:16px; padding-top:25px; padding-bottom:25px; text-transform:uppercase; border-left:0px!important;border-right:0px!important;}
tbody td{text-align:center; font-size:16px; padding-top:14px; padding-bottom:15px; color:#777777; border-left:0px!important;border-right:0px!important;} 
table, thead, tbody{border-left:0px!important;border-right:0px!important;}
/*.title-decoration .heading-text:after{content:""; height:1px; width:20%; display:inline-block; border-bottom:3px double rgba(172, 155, 106, 0.6); bottom:5px; left:10px; position:relative;}*/
.title-decoration i{font-size:18px;}
.titoli-icone h3{color:#777777;}
.border-accent-color{border-bottom:1px solid #777777!important;}

/* MOBILE E TABLET */

@media (max-width: 959px){
	
	/* MENU */
	.menu-container .logo-container{padding:0px 0px 0px 0px !important;}
	
	/* RIGA */
	.row-mobile-reduced{max-width:700px!important;}
	.row-mobile-reduced .uncol{transform:translateY(-40px);}
	
	/* CAROSELLO GALLERIA */

	.griglia-drink .half-gutter > .owl-carousel .tmb {padding-right:5px!important;}
}

