/*
Theme Name: spgg-restaurantweek
Author: Innovación (elias.sanchez@sanpedro.gob.mx)
Author URI: restaurantweek.sanpedro.gob.mx
Description: template de restaurant week
Version: 1.0
Text Domain: restaurantweek.sanpedro.gob.mx
*/


/* Table of Content
==================================================
1.    Custom fonts
2.    Helpers
3.    Normalize
4.    Media Query's
*/


/* 1. Custom fonts
================================================== */

/*
@font-face {
    font-family: 'fonts_name';
    src: url('../fonts/fonts_name.eot');
    src: url('../fonts/fonts_name.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts_name.woff2') format('woff2'),
         url('../fonts/fonts_name.woff') format('woff'),
         url('../fonts/fonts_name.ttf') format('truetype'),
         url('../fonts/fonts_name.svg#fonts_name') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* 2. Helpers
================================================== */
:root
{   
    /*Branding*/
    --bg-color-black: #000000;
    --bg-color-gray: #F1F1F2;
    --bg-color-blue: #FF595A;
    --bg-color-purple: #B14FC5;
    --bg-color-green: #00B451;
    --bg-color-blue: #2A7DE1;
    --bg-color-orange: #FFAD5F;
    --bg-color-yellow: #FEE032;
    --bg-color-transparent: transparent !important;
    
    /*Typography*/
    --font-default: "Poppins", sans-serif;
    --font-title: "Bebas Neue", sans-serif;
}


/* 3. Normalize
================================================== */

html {
	font-family: var(--font-default);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
   scroll-behavior: auto;
   scroll-behavior: smooth;
}

body{
	font-family: var(--font-default);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a:hover,
a:focus{
	color:#211915;
	text-decoration:none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-family: var(--font-title);
}

h3{
	color: #BDBDBD;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 64px;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}


/**
 *  Placeholder
 */

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
}


/**
 * Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

p{
	font-size: 20px;
	font-family: var(--font-default);
}

/* Button
================================================== */
.btn-blue{
	border-radius: 15px;
    padding: 7px 15px;
	background-color: #3f63e8;
	border: none;
	color: #fff;
	font-family: var(--font-default);
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	display:inline-block;
}
.btn-blue:hover{
	background-color: #13d7e5;
}
.btn-dark{
	background-color: #333333;
	border: none;
	color: #fff;
	font-weight: normal;
	min-width: 222px;
	max-width: 222px;
	height: 71px;
	font-size: 12px;
	text-decoration: none;
}
.btn-dark span,
.btn-blue span{
    color: #fff;
}
.btn-dark:hover{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.btn-dark:hover span{
	background-color: ;
	color: #fff;
}

.btn-black{
	text-decoration: none;
	display: inline-block;
	background-color: #000;
}

.btn-black span,
.btn-black{
	color: #fff;
}

.btn-black:hover{
	box-shadow: inset 0px 0px 0px 1px #000;
	background-color: #fff;
	color: #000;
}
.btn-black:hover span{
	color: #000;
}

.bdr-radius{
	border-radius: 30px;
}


.wrap-suscription{
	padding: 60px;
}
.wrap-suscription h4{
	text-align: right;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.wrap-suscription p{
	color: #fff;
}

/* Header
================================================== */
.nav-sprw{
	margin: 0 !important;
}
.logo img{
	max-width: 100%;
	width: 185px;
}
.logo-text h1{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
}
.logo-text h2{
	font-size: 14px;
	font-weight: 700;
}
/*.nav-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu li{
	margin: 0 20px;
}
.nav-menu li a{
	font-family: Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}*/

/*---Menu---*/
.nav-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu{
    text-align: center;
    margin: 0;
    padding: 0;
}
.nav-menu li{
	margin: 0 20px;
}
.nav-menu li a{
	font-family: var(--font-default);
    display: block;
    padding: 0px 0px 10px;
    font-size: 19px;
    text-decoration: none;
    font-weight: 400;
}
.nav-menu li a:hover{
    color: #5e5d5d;
}
.sub-menu {
    text-align: left;
    background: #ffffffe3;
    z-index: 100;
    min-width: 200px;
    border: 0;
    padding: 0px 0px 20px;
    border-radius: 0;
    border-bottom: 5px solid #000;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
    margin-top: 0;
}
.nav-menu ul.sub-menu {
    list-style: none;
    z-index: 101;
    position: absolute;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
}
.nav-menu ul.sub-menu li a{
	font-size: 16px;
	text-align: left;
    display: block;
    padding: 9px 20px;
}
.nav-menu li:hover > ul.sub-menu {
    display: block;
}

ul.nav-menu>li>a {
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.nav-menu>li:hover>a:before,
ul.nav-menu>li.active>a:before {
    border-color: #C91F31;
}
ul.nav-menu>li:hover>a:before, ul.nav-menu>li.active>a:before {
    border-color: #2d3559;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
ul.nav-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid #0000;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.menu-item-has-children>a:after {
    padding-left: 6px;
    font-family: FontAwesome!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\f107";
    vertical-align: middle;
    font-size: 13px;
}

/*--Tercer nivel--*/
.menu-item-has-children .menu-item-has-children{
	position: relative;
}
.menu-item-has-children .menu-item-has-children > a:after{
	padding-left: 6px;
    font-family: FontAwesome!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 0;
}  
.sub-menu ul.sub-menu {
    left: 180px;
    top: 0;
}

/*---End menu---*/
.nav-sprw li{
	display: inline-block;
}


/* content
================================================== */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Viewport Height */
}
.container-flex{
	flex: 1;
}
/* slider */
#carouselSpgg .carousel-indicators{
	border: 1px solid #F2F2F2;
    align-items: center;
	padding: 5px;
	position: initial;
	margin: 0;
}
#carouselSpgg  .carousel-indicators [data-bs-target] {
	border-radius: 30px;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 1px solid #333 !important;
}
#carouselSpgg .carousel-control-prev,
#carouselSpgg .carousel-control-next{
	position: initial;
	width: initial;
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin: 0 10px;
}
#carouselSpgg .carousel-control-prev i,
#carouselSpgg .carousel-control-next i{
	color: #333333;
	font-size: 13px;
}
.text-slider{
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2000;
	bottom:0;
	width: 100%;
	padding: 10px 25px;
}
.text-slider h4,
.text-slider p{
	color: #fff;
}
.text-slider p{
	font-size: 16px;
}

.bg-gray{
	background-color: #FBFBFB;
}
.shadow{
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 0px 22px -9px rgba(168,168,168,1);
	-moz-box-shadow: 0px 0px 22px -9px rgba(168,168,168,1);
	box-shadow: 0px 0px 22px -9px rgba(168,168,168,1);
}

.wrapper-acerca-de h3{
	font-size: 3.125rem;
}
.content-acerca-de{
	background-color: #000;
}
.content-acerca-de p{
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}
.wrap-acerca{
	grid-template-columns: repeat(12, 1fr);
	gap: 15px;
}
.wrap-acerca img{
	width: 100%;
}
.content-acerca-de h3{
	font-family: Arial;
	font-weight: normal;
	font-size: 45px;
}
.img-1{
	grid-column: 1 / 8;
	grid-row: 1;
}
.img-2{
	grid-column: 1 / 8;
	grid-row: 2;
	margin-bottom: -45px;
}
.img-3{
	grid-column: 8 / 13;
	grid-row: 1 / 3;
	align-self: stretch;
	place-self: center;
}

/* Misión y visión */
.wrapper-mision-vision .d-grid{
	grid-template-columns: repeat(12, 1fr);
	gap: 15px;
}
.wrapper-mision-vision h3{
	font-size: 3.125rem;
}
.icon{
	grid-column: 1 / 4;
	grid-row: 1;
	align-self: stretch;
	place-self: center;
}
.icon i{
	font-size: 70px;
	color: #BDBDBD;
}
.desc-wrap{
	grid-column: 4 / 13;
	grid-row: 1;
}

/* Proyectos */
.wrapper-proyectos h3{
	font-size: 3.125rem;
}
.wrapper-proyectos img{
	width: 100%;
}


/*breadcrumbs*/
.wrapper-breadcrumbs{
	border-top: 1px solid #e6e1e1;
}
.breadcrumbs{
	margin: 0;
	padding: 0;
}
.breadcrumbs li{
	margin: 0 5px;
	display: inline-block;
}
.breadcrumbs li a{
	text-decoration: none;
	color: #BDBDBD;
}

.content-post{
	color: #3f63e8;
	font-family: var(--font-default);
	font-size: 22px;
}


/* Page - conocenos
================================================== */
.wrapper-conocenos{
	background-color: #000;
}
.wrapper-conocenos p{
	color: #fff;
	font-size: 16px;
}
.wrapper-conocenos h3{
	font-size: 45px;
	font-family: Arial;
	font-weight: lighter;
}
.content-susc label, .content-susc i{
	color: #fff;
}


/* Single
================================================== */
.wp-block-group{
	margin-bottom: 60px;
}

/* Contacto
================================================== */
#contacto #map{
	width: 100%;
	height: 435px;
}
#contacto p{
	font-size: 16px;
}
#form-contacto input[type="text"], 
#form-contacto input[type="email"]{
	border: 1px solid #3f63e8;
	background-color:#fff;
	height: 38px;
	border-radius:25px !important;
}
#form-contacto textarea{
	background-color:#fff;
	height: 150px;
	border-radius:25px !important;
	border: 1px solid #3f63e8;
}
#form-contacto label{
	margin-bottom: 4px;
}
#form-contacto button span{
	color: #fff;
}

.link-social{
	padding: 0;
	margin: 0;
}
.link-social a i{
	font-size: 20px;
}
.link-social li{
	margin: 0 10px;
}

/* Category
================================================== */
.item-category h3{
	font-family: Arial;
	font-weight: normal;
	font-size: 40px;
	color: #BDBDBD;
}
.item-category p{
	color: #000;
	font-size: 16px;
}

/* Single
================================================== */
.wrapper-single p{
	font-size: 16px;
}
.wrapper-single h3 span{
	font-size: 14px;
}


/* Footer
================================================== */
footer{
	margin-top: auto;
	background-color: #333333;
}
.img-logo-footer{
	max-width: 100px;
}
footer .logo-text-footer h2{
	font-size: 23px;
	color: #fff;
}
footer ul{
	padding: 0;
	margin: 0;
}
footer ul.social li{
	display: inline-block;
}
footer ul.social li a{
	font-size: 20px;
	padding: 10px;
	color: #fff;
}
footer p, footer a{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
footer a:hover{
	color: #BDBDBD;
}
.copyright{
	border-top: 1px solid #313131;
}


/*Modal Viaje*/
/* Transparencia personalizada */
.bg-opacity-90 {
  background-color: rgba(0, 0, 0, 0.92) !important;
}

/* Efecto de desvanecimiento más suave */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* Animación sutil al abrir/cerrar */
.reel-container {
  animation: scaleIn 0.3s ease-out;
}

@keyframes scaleIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Efecto hover en el área clickeable */
.modal-body:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Video con borde sutil */
#reelVideoFull {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1),
              0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .reel-container {
    max-width: 100% !important;
    height: 80vh !important;
    margin: 0 10px;
  }
  
  .modal-body {
    padding: 10px !important;
  }
  
  /* En móvil, el área para cerrar es más pequeña */
  .modal-body[data-bs-dismiss="modal"] {
    padding: 20px;
  }
}

/* Para pantallas grandes */
@media (min-width: 1200px) {
  .reel-container {
    max-width: 380px !important;
  }
}


/* 4. Media Query's
================================================== */

	/*---  >= 1999px ---*/
	@media screen and (min-width: 1199px){ /* >= @screen-lg */
	    .sin-padding-lg{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	
	/*--- <= 1999px ---*/ 
	@media screen and (max-width: 1199px){ /*< = @screen-lg*/

	}

	/*--- >= 992px and <= 1999px ---*/ 
	@media (min-width: 992px) and (max-width: 1199px){
	    .sin-padding-md{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	/*--- >= 992px ---*/ 
	@media screen and (min-width: 992px){ /* >= @screen-md*/

	}

	/*--- =< 991px ---*/ 
    @media screen and (min-width: 991px){ /* >= @screen-md*/
    	.navbar-style button {
            display: none;
        }
        #nav-menu-tag li{
        	display: block;
        }

    }

	/*--- <= 991px ---*/ 
	@media screen and (max-width: 991px){ /*< = device until 991px */
        .navbar-toggler:hover,
        .navbar-toggler:focus{
            background-color: transparent;
        }
        .navbar-toggler i {
            transition: transform 0.3s ease, opacity 0.3s ease;
            display: inline-block;
            font-size: 25px;
            color: #3f62e8;
        }

        .navbar-toggler[aria-expanded="true"] .fa-bars {
            transform: rotate(45deg);
            opacity: 0;
        }

        .navbar-toggler[aria-expanded="true"]::before {
            content: "\f00d"; 
            font-family: "Font Awesome 6 Free"; 
            font-weight: 900;
            position: absolute;
            opacity: 1;
            font-size: 25px;
            color: #3f62e8;
            transform: rotate(0);
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

        .navbar-toggler[aria-expanded="false"]::before {
            opacity: 0;
            transform: rotate(-45deg);
        }

        .navbar-style{
            right: 28px;
            top: 22px;
            z-index: 10;
        }
        .sub-menu{
            position: initial !important;
            box-shadow: none;
            border-bottom: 0;
            padding-bottom: 5px;
        }
        .sub-menu li{
            border-bottom: 1px solid #ccc;
        }
        #nav-menu-tag li a{
            padding-bottom: 13px;
            font-size: 20px;
            text-align: left;
        }
        .nav-menu{
            text-align: center;
        }

        ul.nav-menu li.active>ul {
            display: block !important;
        }
        .sub-menu ul.sub-menu li{
            padding-left: 22px;
        }
        ul.nav-menu>li>a:before {
            border-bottom: 1px solid #ccc;
            transform: scale(0) translateZ(0);
            -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
            -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
            -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
            -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
            transition: transform 0.45s ease, opacity 0.55s ease;
        }

		.logo a {
		    width: 40%;
		}
		.logo .logo-text {
		    padding-left: 17px;
		    width: 50%;
		}

		#menu-principal{
			padding-top: 14px;
		}
		.nav-menu li a {
		    font-size: 16px;
		}
	}

	/*--- >= 767px ---*/ 
	@media (min-width: 767px){ /* >= @screen-xs*/
	    .hide-more-xs{
	        display: none;
	    }
	}
	/*--->= 768px and <= 991px---*/
	@media (min-width: 768px) and (max-width: 991px){ /* <= device between 768px and 991px*/
	    .sin-padding-sm{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	/*--- <= 767px ---*/ 
	@media screen and (max-width: 767px){ /* <= device until 767*/
	    .sin-padding-xs{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	/*--->= 600px and <= 767px---*/
	@media (min-width: 600px) and (max-width: 767px) { /* <= device between 600px and 767px*/
		.hidden-more-600{
			display:none !important;
		}

	}

	/*--- <= 599px ---*/ 
	@media screen and (max-width: 599px){ /* <= device less 599px*/
	    .hidden-less-600{
	        display:none !important;
	    }
	    p {
		    line-height: 25px;
		    font-size: 15px;
		}
	    .nav-sprw .btn-blue i {
	        font-size: 20px;
	    }
		.nav-sprw li {
			margin: 0 5px;
		}

		.content-post{
			font-size: 15px;
			overflow-wrap: break-word;
		}

	}

	/*--- <= 320px ---*/ 
	@media screen and (max-width: 320px){ /* <= device less 320px*/

	}

	/*utilities*/
	@media (min-width: 992px){ /* <= device more 992px*/
	    .hidden-less-992{
	        display:none !important;
	    }
	    .hidden-more-992{
	        display:none !important;
	    }
	}
	@media (min-width: 600px){ /* <= device more 600px*/

	}

	/*Iphone(landscape) and device with less 767*/
	@media (max-width:767px) and (orientation:landscape){

	}
