/*
	Theme Name: QR MENU SSECOM
	Theme URI:https://ssecom.com.mx;
	Description:Tema para la página de SSECOM
	Author: Alejandro Alfaro
	Template: twentyseventeen
	Version: 1.0
	License: GNU General Public License v2 or later
	Tags: responsive, ecommerce
*/

/*cambia relacion de aspecto imagen cabecera*/
@media screen and (max-width: 480px){.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
  object-fit: initial;
  width: 100%;
  height: auto;
  display: block;
  min-width: initial;
  min-height: initial;
}
.custom-header-media {
  height: 65vw !important;
}
@media screen and (max-width: 767px) {
	.custom-header-media {
		height: 50vw !important;
	}
	.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
		height: 50vw;
	}
	.logged-in .wp-custom-header img {
		margin-top: 32px;
	}
}
}

/*quitar transparencia slogan*/
body.has-header-image .site-description, body.has-header-video .site-description {
    opacity: 1;
}


/*centar nombre de pagina y footer*/
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    text-align: center;
}

/*quitar padding a los header*/
h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

/*Quitar bottom a las columnas*/
.wp-block-columns {
    margin-bottom: 0;
}

/*Centrar footer*/
div.copyright {
	text-align: center;
}

/*Backgroung medio negro a titulo y slogan solo pantalla completa*/
@media screen and (min-width: 768px){.site-title {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
	border-radius: 15px 15px 0px 0px;
	  padding-left: 15px;
    padding-right: 15px;
}

.site-description {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0px 0px 15px 15px;
	 padding-left: 15px;
   padding-right: 15px;
}
}