/* Enter Your Custom CSS Here */


/* VIDEO COMPANY */
body:not(.menu-force-opacity)[class*=hmenu-] .menu-primary.is_stuck .menu-container {
    box-shadow: none;
}


/* TESTI CON MARGINE A SINISTRA SU HOME E TEAM */
@media (min-width: 1025px) {
	.margin-right-200 .uncode_text_column p {
			margin-right: 200px;
	}
}

.menu-container {top: -1px!important;}

/* FRECCE SLIDER */
.tparrows:before {color: #f64955;}

.tparrows.tp-rightarrow:before{
	content:'';
	width:30px;
	height:43px;
	background-image:url("https://arklook.it/wp-content/uploads/2018/11/ARROW_ARKLOOK.png");
	background-size:30px;
	background-repeat:no-repeat;
}

.tparrows.tp-leftarrow:before{
	content:'';
	width:30px;
	height:43px;
	background-image:url("https://arklook.it/wp-content/uploads/2018/11/ARROW_ARKLOOK_left_black.png");
	background-size:30px;
	background-repeat:no-repeat;
}

/* FRECCE NELLE PAGINE */
img.arrow-right {margin-top: 15px; position: absolute;}

/* PRIVACY */
.page-id-650 article { word-break: break-all; }

/* FOOTER */
.footer-menu a {
	display: inline-block;
	color: #fff;
	margin-right: 20px;
}

@media (max-width: 959px) {
	footer .footer-last {
			padding-right: 36px;
			padding-left: 36px;
	}
}

/* COOKIE NOTICE */
#cookie-notice .button.wp-default {
	padding: 10px 20px;
	background: #fff;
	border-radius:0px;
	border-color: transparent;
	text-shadow: none;
	border: none;
	font-family: 'Roboto Mono', 'Roboto Mono';
}


/* BLOG */

.category-info{display:none!important;}
.author-info{display:none!important;}
.fa-archive2:before{display:none!important;}

span.t-entry-category.t-entry-tax a {
    font-style: italic!important;
    font-weight: 400;
    cursor: default!important;
    pointer-events: none;
}

.tmb-light.tmb .t-entry-text hr{border-color:#cccccc!important;}
.post-info {display: none;}


@media (max-width: 450px) {
	h2,.h2{font-size:26px!important;}
}