/*
CTC Separate Stylesheet
Updated: 2025-08-08 16:01:50
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.1.1754668910
*/

/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

a{
  cursor: pointer;
}

/**
 * Estructura Principal
 */

body{
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  margin:0;
  padding:0;
}
h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 2em;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #121212;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-top: 0 !important;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  padding: 0;
  border-top: 0 !important;
}
h4{
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px 0;
}
p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.96em;
  line-height: 1.65em;
  color: #121212;
  margin: 0;
  padding: 0;
}
i{
  font-size: 4em;
  margin-right: 5px;
  color: #b8060b;
  display: block !important;
}
.boton {
  background:linear-gradient(to bottom, #b8060b 5%, #fb0108 100%);
  background-color:#b8060b;
  border-radius:14px;
  display:inline-block;
  cursor:pointer;
  color:#fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  padding: 10px 20px;
  text-decoration:none;
  text-shadow:0px 1px 0px #810e05;
}
.boton:hover {
  background:linear-gradient(to bottom, #fb0108 5%, #b8060b 100%);
  background-color: #fb0108;
}
.boton:active {
  position:relative;
  top:1px;
}
.boton2 {
  background:linear-gradient(to bottom, #f3f3f3 5%, #ffffff 100%);
  background-color:#f3f3f3;
  border-radius:14px;
  display:inline-block;
  cursor:pointer;
  color:#121212;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  padding: 10px 20px;
  text-decoration:none;
  text-shadow:0px 1px 0px #810e05;
}
.boton2:hover {
  background:linear-gradient(to bottom, #ffffff 5%, #f3f3f3 100%);
  background-color: #ffffff;
}
.boton2:active {
  position:relative;
  top:1px;
}
.boton3 {
  background:linear-gradient(to bottom, #333 5%, #000 100%);
  background-color:#333;
  border-radius:14px;
  display:inline-block;
  cursor:pointer;
  color:#fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  padding: 10px 20px;
  text-decoration:none;
  text-shadow:0px 1px 0px #f3f3f3;
}
.boton3:hover {
  background:linear-gradient(to bottom, #000 5%, #333 100%);
  background-color: #000;
}
.boton3:active {
  position:relative;
  top:1px;
}

/**
 * Wrapper
 */

#wrapper{
  width: 100%;
  height: auto;
  float: left;
}
#wrapper-inside{
  width: 100%;
  height: auto;
  float: left;
  max-width: 1600px;
}

/**
 * Header
 */

header{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 15px 0 10px 0;
}
header #header-inner{
  width: 90%;
  height: auto;
  float: left;
  margin: 0 5%;
  padding: 0;
}
header #header-inner #left{
  width: auto;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
}
header #header-inner #left img{
  width: 180px;
  height: auto;
}
header #header-inner #right{
  width: auto;
  height: auto;
  float: right;
  margin: 0;
  padding: 0;
}
header #header-inner #right #boton{
  width: auto;
  height: auto;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}
header #header-inner #right #menu{
  width: auto;
  height: auto;
  float: left;
  margin: 8px 0 0 0;
  padding: 0;
}

/**
 * Carrusel
 */

#slider{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}
#slider img{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}

/**
 * Featured
 */

#featured{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 40px 0;
}
#featured #featured-inner{
  width: 80%;
  height: auto;
  float: left;
  margin: 0 10%;
  padding: 0;
}
#featured #featured-inner #one{
  width: 21.25%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
}
#featured #featured-inner #one #imagen{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
#featured #featured-inner #one #imagen img{
  width: 60px;
  height: auto;
  text-align: center;
  display: inline-block;
  margin: 0;
}
#featured #featured-inner #one p{
  text-align: center;
  font-size: 1.05em;
}
#featured #featured-inner #two{
  width: 21.25%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
}
#featured #featured-inner #two #imagen{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
#featured #featured-inner #two #imagen img{
  width: 60px;
  height: auto;
  text-align: center;
  display: inline-block;
  margin: 0;
}
#featured #featured-inner #two p{
  text-align: center;
  font-size: 1.05em;
}
#featured #featured-inner #three{
  width: 21.25%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
}
#featured #featured-inner #three #imagen{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
#featured #featured-inner #three #imagen img{
  width: 60px;
  height: auto;
  text-align: center;
  display: inline-block;
  margin: 0;
}
#featured #featured-inner #three p{
  text-align: center;
  font-size: 1.05em;
}
#featured #featured-inner #four{
  width: 21.25%;
  height: auto;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
#featured #featured-inner #four #imagen{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
#featured #featured-inner #four #imagen img{
  width: 60px;
  height: auto;
  text-align: center;
  display: inline-block;
  margin: 0;
}
#featured #featured-inner #four p{
  text-align: center;
  font-size: 1.05em;
}

/**
 * Section One
 */

section#one{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 60px 0 30px 0;
  background-color: #f3f3f3;
}
section#one #one-inner{
  width: 80%;
  height: auto;
  float: left;
  margin: 0 10%;
  padding: 0;
}
section#one #one-inner h2{
  color: #fb0108;
  font-size: 1.2em;
  text-align: center;
  padding: 0 0 10px 0;
}
section#one #one-inner h3{
  color: #121212;
  font-size: 2em;
  text-align: center;
}
section#one #one-inner ul{
  width: 100%;
  height: auto;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
}
section#one #one-inner ul li{
  width: 21.25%;
  min-height: 270px;
  height: auto;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 5% 0 0;
  background-color: #fff;
}
section#one #one-inner ul li:nth-child(4n){
  width: 21.25%;
  height: auto;
  min-height: 270px;
  float: left;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0;
}
section#one #one-inner ul li #imagen{
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
section#one #one-inner ul li #imagen img{
  width: 100%;
  height: 180px;
  float: left;
  padding: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
section#one #one-inner ul li #titulo{
  width: 96%;
  height: auto;
  float: left;
  padding: 0 0 0 12px;
  margin: 15px 0 0 0;
  border-left: 4px #fb0108 solid;
}
section#one #one-inner ul li #titulo h3{
  font-size: 1.2em;
  text-align: left;
  font-weight: 600;
  color: #121212;
  margin: 0;
  padding: 0;
}
section#one #one-inner ul li #titulo h3 a{
  font-size: 1.2em;
  text-align: left;
  font-weight: 600;
  color: #121212;
  margin: 0;
  padding: 0;
}
section#one #one-inner ul li #descripcion{
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 5%;
  margin: 0;
}
section#one #one-inner #centro{
  width: 80%;
  height: auto;
  float: left;
  margin: 0 10%;
  padding: 0;
}
section#one #one-inner #centro p{
  text-align: center;
}

/**
 * Section Two
 */

section#two{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 40px 0;
  background-image: url(https://www.identidadweb.cl/proyectos/asu/wp-content/uploads/2026/08/background_pagina.png);
  background-size: cover;
  background-repeat: no-repeat;
}
section#two #two-inner{
  width: 80%;
  height: auto;
  float: left;
  margin: 0 10%;
  padding: 0;
}
section#two #two-inner #left{
  width: 75%;
  height: auto;
  float: left;
  margin-right: 3%;
}
section#two #two-inner #left h3{
  font-size: 2em;
  color: #fff;
  margin: 0;
  padding: 0;
}
section#two #two-inner #left p{
  font-size: 1em;
  color: #fff;
  padding: 10px 0 10px 0;
}
section#two #two-inner #right{
  width: 22%;
  height: auto;
  float: left;
}
section#two #two-inner #right p{
  float: right;
}

/**
 * Footer
 */

footer{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}
footer #footer-inner{
  width: 90%;
  height: auto;
  float: left;
  margin: 0 5%;
  padding: 40px 0;
}
footer #footer-inner #one-column{
  width: 25%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
  border-right: 1px solid #ddd;
}
footer #footer-inner #one-column p{
  margin-top: 20px;
  margin-right: 30px;
}
footer #footer-inner #one-column p img{
  width: 150px;
  height: auto;
}
footer #footer-inner #one-column p a i{
  font-size: 1.6em;
  float: left;
  margin-right: 1px;
  color: #121212;
}
footer #footer-inner #two-column{
  width: 100px;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
}
footer #footer-inner #two-column ul{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
footer #footer-inner #two-column ul li{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
}
footer #footer-inner #two-column ul li a{
  color: #121212;
}
footer #footer-inner #three-column{
  width: 25%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
}
footer #footer-inner #three-column p{
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
}
footer #footer-inner #three-column p i{
  font-size: 1.3em;
  float: left;
  margin-right: 3px;
  color: #121212;
}
footer #footer-inner #four-column{
  width: 25%;
  height: auto;
  float: right;
  margin: 0;
  padding: 0;
}
footer #footer-inner #four-column img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0 15px;
  border: #121212 2px solid;
}
footer #footer-inner #four-column figure{
  font-size: 1.4em;
}

/**
 * Page
 */

#page{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}
#page #page-inner{
  width: 90%;
  height: auto;
  float: left;
  margin: 50px 5%;
  padding: 0;
}
#page #page-inner h1{
  color: #121212;
  margin: 0 0 40px 0;
}
#page #page-inner article{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}
#page #page-inner article h2{
  color: #fb0108;
  margin: 0 0 30px 0;
}
#page #page-inner article h3{
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 25px;
}
#page #page-inner article p{
  margin-bottom: 15px;
}

/**
 * Category
 */

#category{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}
#category #category-inner{
  width: 80%;
  height: auto;
  float: left;
  margin: 50px 10%;
  padding: 0;
}
#category #category-inner h1{
  color: #121212;
  margin: 0 0 30px 0;
}
#category #category-inner p{
  margin: 0 0 30px 0;
}
#category #category-inner ul{
  width: 100%;
  height: auto;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#category #category-inner ul li{
  width: 21.25%;
  min-height: 270px;
  height: auto;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 5% 30px 0;
  background-color: #fff;
}
#category #category-inner ul li:nth-child(4n){
  width: 21.25%;
  height: auto;
  min-height: 270px;
  float: left;
  list-style-type: none;
  padding: 0 0 30px 0;
  margin: 0;
}
#category #category-inner ul li #imagen{
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
#category #category-inner ul li #imagen a img{
  width: 100%;
  height: 180px;
  float: left;
  padding: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
#category #category-inner ul li #titulo{
  width: 96%;
  height: auto;
  float: left;
  padding: 0 0 0 12px;
  margin: 15px 0 0 0;
  border-left: 4px #fb0108 solid;
}
#category #category-inner ul li #titulo h3{
  font-size: 0.90em;
  text-align: left;
  font-weight: 600;
  color: #121212;
  margin: 0;
  padding: 0;
}
#category #category-inner ul li #titulo h3 a{
  font-size: 0.95em;
  text-align: left;
  font-weight: 600;
  color: #121212;
  margin: 0;
  padding: 0;
}
#category #category-inner ul li #descripcion{
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 5%;
  margin: 0;
}
#category #category-inner #centro{
  width: 80%;
  height: auto;
  float: left;
  margin: 0 10%;
  padding: 0;
}
#category #category-inner #centro p{
  text-align: center;
}

/**
 * Wordpress
 */

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: auto !important;
  vertical-align: bottom;
}
div#n2-ss-3 .n2-font-5f97899b15e05f08328473b2f8eaeffa-link a:HOVER, div#n2-ss-3 .n2-font-5f97899b15e05f08328473b2f8eaeffa-link a:ACTIVE, div#n2-ss-3 .n2-font-5f97899b15e05f08328473b2f8eaeffa-link a:FOCUS{
  color: #fff !important;
  border: 0 !important;
}
div#n2-ss-3 .n2-style-4d11e73aea01884d0a844894b020b4b9-heading:Hover, div#n2-ss-3 .n2-style-4d11e73aea01884d0a844894b020b4b9-heading:ACTIVE, div#n2-ss-3 .n2-style-4d11e73aea01884d0a844894b020b4b9-heading:FOCUS {
  border: 0 !important;
}
.wp-block-image figcaption {
  color: #121212;
}
:root :where(.wp-block-image figcaption) {
  color: #121212;
  font-size: 0.80em;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}
#mega-menu-wrap-menu .mega-menu-toggle{
  border-radius: 10px;
}

/**
 * Responsive
 */

@media (max-width: 1150px){
  header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
  }
  header #header-inner #left {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
  }
  header #header-inner #left img {
    width: 180px;
    height: auto;
    text-align: center;
    display: inline-block;
    padding-bottom: 20px;
  }
  header #header-inner #right {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
  }
  header #header-inner #right #menu {
    width: auto;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
  }
  #featured #featured-inner #one{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #featured #featured-inner #two{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #featured #featured-inner #three{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #featured #featured-inner #four{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
  }
  section#one #one-inner ul {
    width: 100%;
    height: auto;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
  }
  section#one #one-inner ul li {
    width: 100%;
    min-height: auto;
    height: auto;
    float: left;
    list-style-type: none;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    background-color: #fff;
  }
  section#one #one-inner ul li:nth-child(4n) {
    width: 100%;
    min-height: auto;
    height: auto;
    float: left;
    list-style-type: none;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    background-color: #fff;
  }
  section#two #two-inner #left {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section#two #two-inner #right {
    width: 100%;
    height: auto;
    float: left;
  }
  section#two #two-inner #right p {
    float: left;
  }
  footer #footer-inner {
    width: 80%;
    height: auto;
    float: left;
    margin: 0 10%;
    padding: 40px 0;
  }
  footer #footer-inner #one-column{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    border-right: none;
  }
  footer #footer-inner #three-column {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
  }
  footer #footer-inner #two-column{
    display: none;
    visibility: hidden;
  }
  footer #footer-inner #four-column {
    width: 220px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
  }
  #category #category-inner ul li {
    width: 100%;
    min-height: auto;
    height: auto;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
    background-color: #fff;
  }
  #category #category-inner ul li:nth-child(4n) {
    width: 100%;
    height: auto;
    min-height: auto;
    float: left;
    list-style-type: none;
    padding: 0 0 30px 0;
    margin: 0 0 30px;
  }
  #slider h1{
    font-size: 32px !important;
  }
}