/**
 * Theme Name:     Concha y Toro &amp; Digrans
 * Author:         Digitalrocks
 * Template:       kadence
 * Text Domain:	   concha-y-toro-digrans
 * Description:    Tema para Concha y Toro &amp; Digrans by Digitalrocks
 */

.rotate {
	display: none;
}

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title,
.single-content h1, .single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    margin: 0 !important;
}

iframe {
    display: block;
}

textarea {
    resize: none;
}

#newsletterForm input[type="email"],
#newsletterFormBottom input[type="email"] {
	background: #141414;
	color: #FFF;
	text-align: center;
	border: 1px solod #FFF;
}

#newsletterForm input[type="email"]::placeholder,
#newsletterFormBottom input[type="email"]::placeholder {
    color: #FFF;
}

#newsletterForm input[type="submit"],
#newsletterFormBottom input[type="submit"] {
	margin: 0px;
}

#newsletterForm input[type="submit"]:hover,
#newsletterFormBottom input[type="submit"]:hover {
	color: #FFF;
}

#newsletterForm .gform_footer,
#newsletterFormBottom .gform_footer {
    margin: 15px 0 0;
    padding: 0px;
}

/* Media queries */


@media (max-width: 767px) {
    
    .hidden-xs {
        display: none;
    }
     
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
	
	.rotate {
		display: flex;
		text-align: center;
		padding: 0 40px;
		position: fixed;
		height: 100%;
		background: rgba(0,0,0,0.85);
		align-items: center;
		z-index: 12;
	}
	
	.rotate h1 {
		color: #fff !important;
		font-size: 3em;
	}
	 
}

@media (min-width: 1200px) {
	
	#primary-menu #menu-item-82 a {
		padding-right: 0px !important;
	}
}
