/*!
Theme Name: dichvuweb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dichvuweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dichvuweb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "assets/css/crumbsnatchers_css.css";
.mobile-menu-wrap {
  display: none;
}
@media (max-width: 767px) {
  #img_top {
    display: none;
  }
  #site,
  #header {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  #footer {
    width: 100%;
    position: static;
	background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #recipes,
  #video,
  #botones {
    position: static;
  }
  #logoanimado {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
  }
  #header {
    background: url("./assets/css/img/bg.jpg") repeat;
  }
  #recipes {
    background: url("./assets/css/img/new.png") no-repeat center;
    background-size: contain;
  }
  #recipes {
    width: 170px;
    height: 229px;
    left: 50%;
    top: 181px;
    color: #903808;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #video {
    background: url("./assets/css/img/video.png") no-repeat center;
  }
  :root {
    --header-bg-color: #673ab7;
    --splash-bg-color: #368887;
  }
  .nav__toggle {
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }
  .nav__toggle,
  .nav__toggle:hover,
  .nav__toggle:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    visibility: hidden;
  }
  .menu-item,
  .menu-item {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    list-style: none;
  }
  .menu-item:nth-child(1) {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .menu-item:nth-child(2) {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .menu-item:nth-child(3) {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  .menu-item:nth-child(4) {
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
  }
  .menu-item:nth-child(5) {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  .menu-item a {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 1rem;
  }
  .menu-item a:hover,
  .menu-item a:focus {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .menuicon {
    display: block;
    cursor: pointer;
    color: white;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menuicon__bar,
  .menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
  }
  .menuicon__bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .menuicon__circle {
    -webkit-transition: stroke-dashoffset 0.3s linear 0.1s;
    transition: stroke-dashoffset 0.3s linear 0.1s;
    stroke-dashoffset: 144.513262038;
    stroke-dasharray: 144.513262038;
  }

  .splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
  }
  .splash::after {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--splash-bg-color);
    width: 100vw;
    height: 100vh;
    top: -40px;
    right: -40px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s
      cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06),
      -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    will-change: transform;
  }

  .nav:target > .splash::after,
  .nav--open > .splash::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .nav:target .menuicon,
  .nav--open .menuicon {
    color: white;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav:target .menuicon__circle,
  .nav--open .menuicon__circle {
    stroke-dashoffset: 0;
  }
  .nav:target .menuicon__bar:nth-child(1),
  .nav:target .menuicon__bar:nth-child(4),
  .nav--open .menuicon__bar:nth-child(1),
  .nav--open .menuicon__bar:nth-child(4) {
    opacity: 0;
  }
  .nav:target .menuicon__bar:nth-child(2),
  .nav--open .menuicon__bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav:target .menuicon__bar:nth-child(3),
  .nav--open .menuicon__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav:target .nav__menu,
  .nav--open .nav__menu {
    visibility: visible;
  }
  .nav:target .menu-item,
  .nav--open .menu-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav__menu_wrap .right-button {
    text-align: center;
  }
  .top-btn {
    margin-left: 0;
  }
  .nav__menu_wrap {
    margin-top: 40px;
  }
  .nav__menu_wrap .socials {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-menu-wrap {
    display: block;
  }
  .header-right {
    display: none;
  }
  #botones{
	  width: 100%;
  }
  .menu-menu-1-container {
    display: none;
  }
	.social-links{
		width: 100%;
		text-align: center;
		margin: 0 !important;
	}
  .nav--open .nav__menu_wrap {
    opacity: 1;
  }
  .nav__menu_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 11;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #inner_info {
    padding: 15px 5px;
  }
  #inner_info p {
    max-width: 100%;
  }
  .noticia {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 30px;
  }

  #video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
  }
  #inner_info img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #video object, #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

input,
input.input-text,
select,
textarea {
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 8px 20px;
  color: var(--color-black);
  vertical-align: middle;
  box-shadow: none;
  line-height: 26px;
  border-radius: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form label {
  display: block;
}
label {
  margin-bottom: 10px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.wpcf7-submit {
  padding: 13px 30px;
  line-height: 1;
  background: #2568ef;
  border: 1px solid var(--color-button);
  color: #fff;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  outline: none !important;
}

.social-links{
	display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    margin-left: 20px;
}

.social-links a{
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	color: #810882;
}