/*
Theme Name: Ktheme
Author: Kina
Author URI:
Description: Tema Ktheme
Version: 1.0
Text Domain: ktheme
*/


/* GENERAL CSS */

body {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

a, a:hover, a:visited {
    color: #333;
}

body, p, h1, h2, h3, h4, h5, h6, span, div, b, strong, li {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.home h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 40px;
	text-transform: uppercase;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 400;
}

.search-form .btn {
    padding: 6px 12px;
}

.row-no-margin {
	margin:0px;
}

.btn-arrow {
	background: #e30613;
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.big-text {
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
}

.post-categories {
	margin-bottom: 2px;
}

.post-categories li {
    display: inline-block;
}

.fa, .fas {
	font-family: Fontawesome;
    color: #fff;
    font-style: normal;
    padding: 4px 4px 4px 5px;
}

h1 {
	text-transform: uppercase;
	font-weight: 700;
}

.custom-checkbox {
	position: absolute;
	top: 6px;
	left: 0;
	width: 22px !important;
	height: 22px !important;
	background: #e30613;
	border-radius: 50%;
}

.wpcf7-acceptance .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
}

.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label .custom-checkbox:after {
  display: block;
}

.wpcf7-acceptance input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.wpcf7-acceptance .custom-checkbox::after {
	left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.privacy-text {
	margin-left: 20px;
	background: #fff;
	padding: 5px 10px;
	width: calc(81% - 52px) !important;
}

.cf7-container form p:nth-last-child(3), .cf7-container form p:nth-last-child(3) span,  .cf7-container form p:nth-last-child(3) label{
	width: 100%;
}


.cf7-container input::placeholder, .privacy-text a {
	color: #d8d8d8;
}



/* HEADER */

.pre-header{
	padding: 10px;
	background: #e30613;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
}

.preheader-left {
	float: left;
}

.preheader-right {
	float: right;
}

.pre-header a {
	color: #fff!important;
}

.pre-header p {
	margin-bottom: 0px;
}

.navbar-brand p {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	height: 60px;
	background-repeat: no-repeat !important;
	width: 300px;
}

.navbar {
	padding: 14px 16px;
}

header {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #383838;
}

header.homepage-header {
	background: unset;
}

.navbar-brand {
    height: auto;
    width: 300px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-default {
    border: unset;
}

.navbar-nav ul li a, .navbar-nav ul li a:active, .navbar-nav ul li a:hover, .navbar-nav ul li a:link, .navbar-nav ul li a:visited {
    text-decoration: none;
    color: #6B6B6B;
}

.navbar-nav ul {
    list-style: none;
}

.navbar-brand {
    margin-right: 30px;
	margin-left: 30px;
}

.navbar-nav li a {
    text-transform: uppercase;
}

.navbar-nav>li>a {
    padding: 32px 25px;
	color: #fff;
}

#navbarRight .navbar-nav>li>a {
	padding-right: 0px;
}

#navbarLeft .navbar-nav>li>a {
	padding-left: 0px;
}

.navbar-collapse {
	flex-grow: unset;
}

.navbar-expand-lg .navbar-collapse {
	flex-basis: 100%;
}

#navbarRight > ul {
	-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-basis: 100%;
}

#MobileMenu ul li {
	text-align: center;
	padding: 20px 0;
}

.navbar-toggler {
	border: 0px !important;
	outline: none !important;
}

.dropdown-menu {
	background: #333333;
	border-radius: 0px;
    padding: 15px;
    left: 50px;
}

.dropdown-menu li {
	padding: 6px 0px;
}

.dropdown-menu li a {
	color: #fff !important;
}

.dropdown-menu li a:hover {
	text-decoration: underline;
}


/* SLIDER */

.ktheme_slider_bg {
    height: 750px !important;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background:
}

.ktheme_slider {
	position: relative;
	overflow: hidden;
}

.slider-slick video {
	max-width: 100%;
    width: 100%;
	margin-top: -130px;
	margin-bottom: -140px;
}

.ktheme_slider_bg {
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top:0px;
	left: 0px;
}


.text-slide-container {
    position: absolute;
    padding: 15px;
    color: #fff;
    font-weight: 700;
	text-align: center;
	font-size: 22px;
}

.slick-list {
    padding-bottom: 15px !important;
    overflow-y: visible !important;
}

.text-slide-border {
    border: 1px solid #d2de89;
    padding: 20px 15px;
    position: relative;
}

.slider-nav {
    position: absolute;
    top: 0px;
    left: 0px;
}

.slider-nav button {
    background: #d2de89;
    border-radius: 0px;
    color: #333;
}

.slick-next {
    margin-left: 1px;
}

.text-slide-container h2 {
    font-size: 54px;
    line-height: 60px;
	font-weight: 700;
}

.scroll-container {
	position: absolute;
	bottom: 100px;
	font-size: 20px;
	text-align: center;
}

.scroll-container a {
	color: #fff;
	text-decoration: none !important;
}

.cf7-container form p:last-of-type::after {
	content: "\f061";
	color: #fff;
	font-family: Fontawesome;
	position: absolute;
	left: 18px;
	font-size: 30px;
	top: 6px;
    pointer-events: none
}

.play-button {
	margin-top: 180px;
	border-radius: 50%;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    padding: 10px 13px;
	cursor: pointer;
}

.play-button i {
	font-size: 29px;
}


.modal-dialog {
	max-width: 1100px;
}

.modal-dialog iframe {
	width: 100% !important;
	height: 600px  !important;
}

.modal-content {
    background-color: rgba(0,0,0,0);
	border: 0px;
}

.modal-header {
    border-bottom: 0;
}

.modal-backdrop.show {
	opacity: .8;
}



/* FOOTER */

footer {
    background: #333333;
    color: #fff;
    padding: 90px 0 0;
	border-top: 5px solid #e30613;
	font-weight: 300;
}

footer p {
	font-size: 14px;
	margin-bottom: 0px;
}

footer ul {
    padding: 5px 0px;
    border-top: 1px solid #fff;
}

footer li {
    list-style: none;
    line-height: 25px;
}

footer a, footer a:hover {
    color: #fff !important;
}

footer .sidebar_title {
    font-weight: 700;
    text-transform: uppercase;
}

footer .widget_media_image img {
	max-width: 80% !important;
	margin-bottom: 30px;
}

.subfooter {
	background: #fff;
	padding-top: 0px;
}

.blocco-footer-loghi {
	padding: 20px 0;
}

.blocco-footer-loghi img {
	max-width: 200px;
}

.box-footer-1>li {
    padding: 10px 20px;
    border: 1px solid #fff;
}

.ktheme-button-footer {
    border: 1px solid #fff;
    padding: 15px 0px;
    margin: 20px 0px;
    width: 100%;
    display: block;
}

.footer-small {
    font-size: 15px;
}

.footer-copyright {
    display: block;
    overflow: hidden;
    padding: 10px 0;
	border-top:3px solid #333;
	color: #333;
}

.footer-menu ul li {
    float: left;
    padding: 0 10px;
    line-height: 16px;
    position: relative;
}

.footer-menu ul li::after {
    content: '|';
    position: absolute;
    right: -3px;
    top: -1px;
}

.footer-menu ul li:last-child::after {
    content: '';
}

.footer-menu ul {
    border: none;
    padding: 0px;
    margin: 0px;
}

.container-footer {
    padding-bottom: 50px;
}

/* HOMEPAGE */

.small-width-container {
	width: 42%;
	margin-left: 29%;
}

.ktheme_images_wrapper .small-width-container {
	width: calc( 42% + 100px);
	margin-left: calc( 29% - 50px);
}

.ktheme_images_wrapper {
	padding-bottom: 450px;
	background: #f0f0f0;
}

.ktheme_first_wrapper {
	padding: 90px 0;
}

.sfondo-home-container {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 500px;
}

.testo-sfondo-home {
	background: #fff;
	padding: 60px 50px;
	text-align: center;
	position: relative;
	bottom: -153px;
}

.description-sfondo-home {
	font-weight: 700;
}

.ktheme_first_wrapper, .ktheme_images_wrapper, .ktheme_icons_wrapper {
	text-align: center;
}

.ktheme_first_wrapper {
	font-size: 22px;
    line-height: 30px;
	font-weight: 700;
}

.ktheme_first_wrapper .btn, .ktheme_icons_wrapper .btn, .ktheme_double_wrapper .btn{
	margin-top: 40px;
}

.ktheme_double_wrapper {
	background: #f0f0f0;
	padding-bottom: 400px;
}

.ktheme_icons_wrapper {
	padding: 0 0 90px;
}

.ktheme_icons_wrapper .btn {
	margin-left: auto;
	margin-right: auto;
}


.icon-description {
	padding: 0px 40px;
	font-weight: 300;
}

.red_bg {
	background: #e30613;
	padding: 180px;
	font-weight: 700;
	font-size: 22px;
	background-size: 75%;
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: 100%;
}

.red_bg h3,.red_bg div  {
	color: #fff;
}

.background-double {
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}

.ktheme_icons_wrapper {
	margin-top: -160px;
}

.ktheme_icons_wrapper img {
	max-width: 150px;
	margin-bottom: 30px;
}

.ktheme_icons_wrapper h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.categoria-news ul{
	list-style: none;
	text-align: left;
	padding-left: 0px;
}

.categoria-news ul li a, .link_news {
	font-size: 15px;
	color: #7c7c7c !important;
}

.ktheme_news_wrapper {
	text-align: left;
	padding: 90px 0;
	margin-top: -400px;
}

.ktheme_news_wrapper h4, .blog h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.col-post {
	border-bottom: 1px solid #7c7c7c;
	margin: 20px 0;
}

.news-subtitle {
	max-width: 500px;
    margin: auto;
	margin-bottom: 45px;
}

.ktheme_contact_wrapper {
	padding: 90px 0;
	background: #f0f0f0;
}

.cf7-container input {
	border: 0px;
    padding: 10px;
	max-width: 100%;
}

.cf7-container form {
	position: relative;
}

.cf7-container form p {
	display: inline-block;
	width: 25%;
	margin-right: 2%;
}

.cf7-container form p span {
	display: inline-block;
	max-width: 100%;
}

.cf7-container form p:last-of-type {
	position: absolute;
	width: auto;
	right: 10px;
	top: 20px;
}

.cf7-container form input[type="submit"] {
	width: 60px;
	height: 60px;
	background: #e30613;
	border-radius: 50%;
	color: #e30613;
}

.ktheme_contact_wrapper h3 {
	text-transform: none;
	font-size: 30px;
	margin-bottom: 10px;
}


/* PAGE */

.content-page {
    padding: 106px 0px 60px;
}


/* ARCHIVES PAGE */

.news-archive-block {
	padding: 60px 0;
	height: 256px;
}

.blog .col-post {
	margin: 0px;
}

.blocco-prodotto {
    border: 1px solid #cacaca;
    background: #cacaca;
    text-transform: uppercase;
    overflow: hidden;
}

.blocco-prodotto h3 a {
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0px;
}

.archive-text-prodotto {
    padding: 0px 15px;
}

.blocco-prodotto img {
    transition: transform 0.8s;
}

.blocco-prodotto p {
    font-size: 13px;
}

.blocco-prodotto img:hover {
    transform: scale(1.1, 1.1);
}

.archive-thumbnail-prodotto {
    overflow: hidden;
    display: block;
}

.archive h1 {
    font-weight: 700;
}

.content-archive {
    padding: 106px 0px;
}

.archive-text-prodotto a:hover {
    color: #333;
}


/* 404 */

.content-404 {
    padding: 60px 0;
}


/* SHORTCODE */

.btn_bianco {
	background: #fff;
	color: #333;
	text-transform: none;
	font-weight: 300;
	border-radius: 30px;
	padding: 5px 25px;
	font-size: 15px;
}

.btn_verde {
    background: #333;
    color: #fff !important;
}

.btn_red {
	background: #e30613;
	color: #fff !important;
	text-transform: none;
	font-weight: 300;
	border-radius: 30px;
	padding: 5px 25px;
	font-size: 15px;
}


/* SEARCH */

.search-form {
    padding: 25px 15px;
}

.search-input {
    display: inline-block;
    width: 160px;
    float: left;
    border-radius: 0;
}

.search-form i {
    display: inline-block;
    margin-left: -28px;
    margin-top: 4px;
    font-size: 16px;
    color: #333;
}

.search-submit {
    width: 40px;
    border: 1px solid #ccc;
}


/* SINGLE */

.news-top {
	background: #f0f0f0;
	padding: 75px 0px;
	}

.content-news {
	padding: 50px 0;
}

.contenuto :not(h1):not(h2):not(h3):not(h4):not(h5) {
	text-align: justify;
	padding-right: 10px;
	font-weight: 300;
}

/* MEDIA */

@media screen and (min-width:1999px) {
	.ktheme_slider_bg {
        height: 850px !important;
    }

    .slider-slick video {
        margin-top: -150px;
        margin-bottom: -160px;
    }
}

@media screen and (min-width:1400px) {
	.container {
		width: 1350px;
		max-width: unset;
	}
}

@media screen and (max-width:1649px) {
	.slider-slick video {
		margin-top: -110px;
    	margin-bottom: -120px;
	}
	.ktheme_slider_bg {
		height: 650px !important;
	}
}

@media screen and (max-width:1399px) {
	.slider-slick video {
		margin-top: -100px;
		margin-bottom: -105px;
	}

	.navbar-nav>li>a {
		font-size: 15px;
		padding: 28px 18px;
	}

	.navbar-brand p {
		width: 200px;
		height: 40px;
		background-size: 100% !important;
	}

	.navbar-brand {
		width: 200px;
		margin: 0px !important;
	}

	.small-width-container {
		width: 56%;
		margin-left: 22%;
	}

	.ktheme_images_wrapper .small-width-container {
	    width: calc( 56% + 100px);
	    margin-left: calc( 22% - 50px);
	}

	.red_bg {
		padding: 60px;
	    background-size: 60%;
	    background-position-x: 0px;
	}

	.sfondo-home-container {
		padding-top: 320px;
	}

	.ktheme_slider_bg {
		height: 600px !important;
	}

	.content-page {
		padding: 86px 0 60px;
	}
}

@media screen and (max-width:1249px) {
	.slider-slick video {
		margin-top: -80px;
		margin-bottom: -85px;
	}

	.ktheme_slider_bg {
		height: 480px !important;
	}

	.scroll-container {
		bottom: 30px;
	}
}



@media screen and (max-width:1099px) {
	.slider-slick video {
		margin-top: -70px;
		margin-bottom: -75px;
	}

	.ktheme_slider_bg {
		height: 400px !important;
	}

	.scroll-container {
		bottom: 0px;
	}
}

@media screen and (min-width:992px) {
	#MobileMenu {
		display: none !important;
	}
}

@media screen and (max-width:991px) {
	header.homepage-header {
		background: #383838;
	}

	.navbar, .navbar > .container {
		display: block;
	}

	.navbar > .container {
		text-align: center;
	}

	.navbar-header {
		position: absolute;
		top: 25px;
	}

	.navbar-brand {
		position: relative;
		top: -8px;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.text-slide-container h2 {
		font-size: 35px;
    	line-height: 40px;
	}

	.text-slide-container {
		font-size: 20px;
		padding: 0px;
	}

	.text-slide-container p{
		margin-bottom: 0px;
	}

	.play-button i {
		font-size: 22px;
	}

	.play-button {
		width: 40px;
		height: 40px;
		padding: 2px 7px;
		margin-top: 130px;
	}

	.slider-slick video {
	    margin-top: 35px;
	    margin-bottom: -65px;
	}

	.ktheme_slider_bg {
		height: 470px !important;
	}

	.scroll-container {
	    bottom: 30px;
		font-size: 16px;
	}

	.navbar {
		padding: 14px 0px;
	}

	.dropdown-menu {
		padding: 0px;
		margin-top: 15px;
	}

	#icons_wrapper_anchor .col-sm-4 {
		padding-left: 4px;
		padding-right: 4px;
		font-size: 15px;
	}

	footer h4 {
		font-size: 22px;
	}

	.big-text {
		font-size: 18px;
		line-height: 30px;
	}

	.icon-description {
		padding: 0 20px;
	}

	.modal-dialog iframe {
		height: 550px !important;
	}

	.ktheme_news_wrapper h4, .blog h3 {
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 20px;
		font-size: 20px;
	}

}

@media screen and (max-width:849px) {
	.slider-slick video {
		margin-top: 50px;
	    margin-bottom: -65px;
	}

	.ktheme_slider_bg {
		height: 440px !important;
	}
}

@media screen and (max-width:767px) {
	.pre-header {
		text-align: center;
	}

	.preheader-left, .preheader-right {
		display: block;
		float: none;
	}

	.sfondo-home-container {
		padding-top: 0px;
	}

	.ktheme_images_wrapper .small-width-container {
		width: calc( 70% + 100px);
		margin-left: calc( 15% - 50px);
	}
	.slider-slick video {
		margin-bottom: -65px;
    }

    .ktheme_slider_bg {
   	 height: 380px !important;
    }

	.big-text {
		font-size: 17px;
		line-height: 28px;
	}

	.home h3 {
		font-size: 25px;
	}

	.icon-description {
		padding: 0 5px;
	}

	.red_bg {
		padding: 40px;
	}

	.container-widget-footer {
		margin-bottom: 20px;
	}

	.blocco-footer-loghi img {
		max-width: 120px;
	}

	.cf7-container form p:last-of-type::after {
		left: 15px;
		font-size: 26px;
		top: 5px;
	}

	.cf7-container form input[type="submit"] {
		width: 50px;
		height: 50px;
	}

	.cf7-container form p:last-of-type {
		right: -10px;
	}

	.modal-dialog iframe {
		height: 380px !important;
	}

	.news-top {
	    padding: 35px 0px;
	}

	.news-top h1 {
		font-size: 30px;
	}

	.content-page {
		padding: 76px 0 60px;
	}

	.footer-copyright {
		font-size: 13px;
	}

	.categoria-news {
		margin-top: 15px;
	}

}

@media screen and (max-width:499px) {
	.slider-slick video {
    	margin-bottom: -35px;
		margin-top: 65px;
	}

	.ktheme_slider_bg {
		height: 300px !important;
	}

	.text-slide-container {
		font-size: 15px;
	}

	.text-slide-container h2{
		font-size: 25px;
	}

	.scroll-container {
		display: none;

	}

	.play-button i {
	    font-size: 17px;
	}

	.play-button {
		width: 30px;
		height: 30px;
	    padding: 0px 3.5px;
	}

	.small-width-container {
		width: 80%;
		margin-left: 10%;
	}

	.ktheme_images_wrapper .small-width-container {
	    width: calc( 80% + 40px);
	    margin-left: calc( 10% - 20px);
	}

	.testo-sfondo-home {
		padding: 40px 25px;
	}

	.pre-header {
		font-size: 13px;
	}

	.modal-dialog iframe {
		height: 200px !important;
	}

	footer .widget_media_image img {
	    max-width: 50% !important;
	}
}


@media screen and (max-width:389px) {
	.slider-slick video {
		margin-bottom: -30px;
		margin-top: 50px;
	}

	.text-slide-container {
		font-size: 14px;
	}

	.text-slide-container h2 {
		font-size: 20px;
		line-height: 25px;
	}

	.play-button {
		margin-top: 100px;
	}

	.navbar-brand p {
		width: 150px;
    	height: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar {
	    padding: 8px 16px;
	}

	.navbar-header {
		top: 15px;
	}

	.ktheme_slider_bg {
		height: 240px !important;
	}
}
