/*
Theme Name: icebox
Author: Yesenia Gisela Leyva Perez
Description: IceBox Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icebox
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

icebox is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/*
* Start is a file with a list of utils that I always use in my designs
*
*/

/*
* About the boxes
*/

@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

html {
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1;
	vertical-align: middle;
	overflow: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 320px;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body, div, span, article, aside,
figure, footer, header, main, hgroup,
menu, nav, picture, section, summary, form,
table, h1, h2, h3, h4, h5, h6,
a, abbr, acronym, address, cite, code,
em, img, q, small, strong, sup, sub, tt, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
details, figcaption, output, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	outline: 0;
	font-style: inherit;
	font-weight: inherit;
}


body {
	background-color: #fff;
	color: #333;
}

/*
* About images
*/

.post .thumbnail { text-align: center; }
img, picture{
	max-width: 100%;
	height: auto;
}

/*
* About fonts
*/

b, strong {
	font-weight: bold;
}

/*
* About the links
*/

a {
	text-decoration: none;
	color: rgba(232,39,48,0.85) !important;
}

a:visited,
a:hover,
a:active{
	color: inherit;
	outline: 0;
}

a img {
	border: 0;
}
/*
* About forms
*/

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}

/*
* About lists
*/

ul, ol, menu {
	list-style: none;
}

/*
* About tables
*/

table {
	border-collapse: collapse;
	border-spacing: none;
	empty-cells: hide;
}

td, th{
	padding: 0;
}

/* Styles for IceBox */

/*
body {
	background: url('img/background.png') repeat scroll;
}
*/

.site {
/* 	background-color: rgb(5, 61, 110); */
	line-height: 1.6;
/* 	width: 90%; */
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, li, a, span, p {
	font-family: 'Open Sans', sans-serif;
}

.site-footer,
li a,
.main-navigation a,
.welcome {
	color: #333;
}

.welcome,
.special-name {
	font-family: 'Satisfy', cursive !important;
}

.welcome {
	text-align: left;
	padding: 15px;
	border-bottom: 2px solid #e82730;
	font-size: 2.6rem;
	margin: 15px 0;
	line-height: 1em;
}

.site-header {
	border-bottom: 3px solid #e82730;
	margin-bottom: 20px;
}

.site-slider {
	margin-bottom: 15px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.site-slider .sign-bg {
	position: absolute;
	top: -5px;
	left: -5%;
	background: url('img/sign_left.png') no-repeat 0 0;
	background-size: auto 102%;
	height: 100%;
	width: 20%;
	z-index: 100;
}
.site-slider .sign-bg.after { left: 95%; background-image: url('img/sign_right.png'); }
#wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
	width: 100% !important;
	left: 0 !important;
}
#wds_container1_0 #wds_container2_0 .wds_slideshow_dots_container_0 { bottom: 7.5%; }

.info {
	color: #d2e5e4;
	background-color: #3bbfc5;
	height: 50px;
	padding: 10px 15px;
	font-weight: bold;
}

.tel,
.icons{
	float: right;
	display: inline-block;
	width: auto;
	margin-right: 1%;
}

.tel {
	margin: 5px 2% 0 0;
}

.icons a {
	padding-right: 15px;
}

.icons a:last-child{
	padding-right: 0;
}

.site-mobile-navigation {
	display: none;
}

.button-menu {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 100;
	position: absolute;
	margin-left: 5px;
	margin-top: 15px;
	display: inline-block;
	cursor: pointer;
}

.line {
	display: block;
	margin: 5px auto;
	width: 25px;
	height: 3px;
	background-color: rgb(11, 56, 97);
	z-index: 1000 !important;
}

.line:first-child{
	margin-top: 10px;
}

.site-branding,
.main-navigation {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 5px 2%;
}

.main-navigation {
	margin-top: 35px;
}

.main-navigation.mobile {
	width: 100%;
	display: block;
}

.site-branding {
	margin-top: 10px;
}

.main-navigation li{
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 0 32px;
}

.main-navigation.mobile li{
	display: block;
	width: 100%;
	padding: 10px 0;
}

.main-navigation.mobile li {
	border-bottom: 2px solid #fff;
}

.main-navigation a:hover{
	border-bottom: 2px solid #333;
}

.main-navigation.mobile a:hover {
	border-bottom: none;
}
#content { max-width: 1600px; margin: 0 auto; }
.content-area {
	width: 66%;
	display: inline-block;
	padding: 10px 10px 30px 50px;
}

.content-area.general_template{
	width: 95%;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

.general_template .site-main{
	background: transparent;
}

.general_template .entry-header{
/* 	background: #053D6E; */
	color: #333;
}

.entry-header-container {
	width: 70%;
	margin: 0 auto;
	border-bottom: 3px solid #a24e53;
	margin-bottom: 20px;
}

.entry-header-content {
	max-width: 348px;
	margin: 15px auto 35px;
}

.general_template .entry-title{
	font-family: 'Satisfy', cursive !important;
	font-size: 2.4rem;
	margin-right: 20px;
}

.single .general_template .post .entry-title{
	text-align: center;
}

.general_template .page .entry-title {
	display: inline-block;
	vertical-align: top;
}

.general_template .entry-content{
	background: #fff;
	padding: 40px 0;
}

.general_template .entry-content p{
	text-align: justify;
	width:70%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.logo_icebox {
	display: inline-block;
	vertical-align: top;
}

.logo_icebox img {
	width: 75%;
}

.site-main {
	background-color: #fff;
	padding: 10px;
}

.widget-area,
.blog-sidebar {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
}

.home.page .entry-header {
	display: none;
}

.post {
	margin-bottom: 20px;
}

.sidebar-blog aside {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

.sidebar-blog aside:last-child {
	border-bottom: none;
}

.post .entry-title {
	margin: 10px 0;
}

time.updated{
	display: none;
}

.post .entry-title a{
	color: #043464;
	font-weight: 700;
}

.post .entry-content {
	color: #9A9A9A;
}

.more-link {
	background-color: #053D6E;
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

.comments-area{
	background: #fff;
	padding: 20px;
}

.comment-form-comment label{
	display: block;
}

.submit {
	opacity: 0.8;
	background: #053D6E;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}

.submit:hover{
	opacity: 1;
}

.site-footer {
	padding: 20px 15px;
	background-color: #3bbfc5;
}

.edit-link {
	margin-left: 10px;
}

.entry-meta{
	color: #4F597C;
	font-size: 0.9rem;
}

.posted-on,
.byline{
	padding-right: 10px;
	border-right: 2px solid #6D83FB;
}

.byline {
	padding-left: 5px;
}

.byline,
.author a{
	font-weight: 700;
}

.comments-link {
	padding-left: 5px;
}

.address,
.copyright {
	text-align: center;
}

.site-map {
	display: block;
	max-width: 75em;
	margin: 0 auto;
	text-align: center;
}

.site-map li {
	display: inline-block;
	padding: 0 6px;
	font-weight: 700;
	border-right: 2px solid #e82730;
}

.site-map a {
	text-align: center;
}

.site-map li:last-child {
	border-right: none;
	padding-right: 0;
}


/* Widgets */

.sidebar-home {
	margin-bottom: 20px;
}

.sidebar-home .widget-title{
	background-color: rgb(232,39,48);
        background-color: rgba(232,39,48,0.85);
	color: #fff;
        font-family: 'Satisfy', cursive;
        font-size: 24px;
}

.sidebar-home .widget-content {
	margin-top: -1px;
	background-color: rgb(59,191,197);
        background-color: rgba(59,191,197,0.35);
	color: #333;
}

.sidebar-home .widget-title,
.sidebar-home .widget-content {
	border-radius: 5px;
	padding: 15px;
	font-weight: 700;
}

.special-name {
	font-size: 1.4rem;
	margin-right: 8px;
}

.special-price {
	margin-left: 8px;
	background-color: transparent;
	color: #e82730;
	padding: 5px;
}
.sidebar-home .widget_youtubesidebarwidget,
.sidebar-home #youtube-sidebar-widget {
	overflow: hidden;
}
.sidebar-home #youtube-sidebar-widget ul li img,
.sidebar-home #youtube-sidebar-widget ul li div.play_arrow { width: 100% !important; }
.vigency {
	line-height: 1.1;
}

.specials-bg{
	background: url('img/specials_image.png') no-repeat 50% 0;
	width: 100%;
	height: 130px;
}

.sidebar-blog {
	background-color: #fff;
	padding: 10px 8px;
	box-shadow: 1px 1px #ccc outset;
}

.sidebar-blog .widget-title{
	color: #054477;
}

.sidebar-blog li,
.sidebar-blog a {
	color: #818181;
}

#youtube-sidebar-widget a {
	color: #fff;
}

@media (max-width: 1320px){
	.site-slider .sign-bg { top: -2px; }
}

@media (max-width: 768px) {
/*
	.site {
		width: 96%;
	}
*/
	.main-navigation {
		display: block;
		margin: 10px 0;
		}
	.site-slider .sign-bg { top: -1px; }
	.content-area,
	.widget-area {
		width: 100%;
		display: block;
		padding: 10px 20px;
	}

	.site-map li {
		padding-right: 5px;
	}
}

@media (max-width: 480px) {
	.info {
		display:none;
	}

	.site-header {
		border-bottom: none;
	}
	.site-mobile-navigation {
		display: block;
	}

	.main-navigation {
		display: none;
	}

	.site-slider {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}

	.post .entry-title {
		color: #fff;
	}

	.site-main {
		background-color: inherit;
/* 		color: #fff; */
		border-top: 4px double #fff;
		border-bottom: 4px double #fff;
	}

	.site-branding {
		width: 240px;
		height: 75px;
		display: block;
		margin: 10px auto;
	}

	.specials-bg {
		width: 260px;
	}

	.general_template .entry-content{
		background: transparent;
	}
}