/*
 *
 * Import Icomoon
 *
 */

@import url("css/icomoon.css");

/*
 *
 * Fonts
 *
 */

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

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

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

/*
 *
 * Image styles in editor
 *
 */

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone,
img[class^="wp-image-"],
img[class*=" wp-image-"]  {
    height: auto;
    max-width: 100%;
    margin-top: 5px;
}

/*
 *
 * GLOBAL
 *
 */

html {
    font-size: 10px;
}

body {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'SourceSansPro-Regular';
}

h1, .h1 {
    font-size: 5.8rem;
    font-weight: normal;
    font-family: 'SourceSansPro-SemiBold';
    color: #d9002b;
    line-height: 1.125em;
    text-align: center;
}

h2, .h2 {
    font-size: 3.2rem;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    color: #d9002b;
    line-height: 1.125em;

}

h3, .h3 {
    font-size: 3.2rem;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    line-height: 1.125em;
}

h4, .h4 {
    font-size: 2.8rem;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    color: #d9002b;
    margin: 0.725em 0;
    line-height: 1.125em;
}

b, strong {
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
}

ul,ol,p {
    margin: 0 0 1.35em;
    line-height: 1.35em;
} 

hr {
    border-top: 3px solid #e3e3e3;
    margin: 57px 0 54px;
}

ul,ol {
    padding: 0;
}

a {
    color: #d9002b;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a:hover,a:focus {
    color: #232323;
    text-decoration: none;
    cursor: pointer;
}

* {
    outline: none !important;
}

p:empty {
    display: none;
}

sub, sup {
    font-size: 60%;
}


/*
 *
 * CUSTOM STYLES
 *
 */

/* Link with arrow */

.link_arrow {
    position: relative;
}

.link_arrow::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904';
    font-size: 11px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

/* Title */
.pepper_title {
    position: relative;
    padding-bottom: 1.2em;
    margin-top: 0.67em;
    margin-bottom: 1.336em;
    text-align: center;
    font-size: 5.8rem;
}

.pepper_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    max-width: 590px;
    background-image: url('images/svg/title_line_red.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.red_section[data-type="red"] .pepper_title::after {
    background-image: url('images/svg/title_line_white.svg');
}

.red_section .pepper_title::after {
    background-image: url('images/svg/title_line_red.svg');
}

.pepper_title::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e919';
    font-size: 44px;
    color: #cd1432;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    z-index: 1;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.red_section[data-type="red"] .pepper_title::before {
    color: #fff;
}

/* Button */

.mce-content-body a.button,
.mce-content-body a.button_arrow,
.mce-content-body a.button_arrow_back,
.mce-content-body a.button_cart,
.button,
.button_arrow,
.button_arrow_back,
.button_cart {
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #d9002b;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 28px;
    text-decoration: none;
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
    -ms-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}

.mce-content-body a.button,
.mce-content-body a.button_arrow,
.mce-content-body a.button_arrow_back,
.mce-content-body a.button_cart {
    margin: 0;
    box-shadow: none;
    color: #fff;
    background: #d9002b;
}

.button.white,
.button_arrow.white,
.button_arrow_back.white,
.button_cart.white {
    background-color: #fff;
    color: #d9002b;
    padding: 13px 28px 15px;
}

.mce-content-body a.button.white,
.mce-content-body a.button_arrow.white,
.mce-content-body a.button_arrow_back.white,
.mce-content-body a.button_cart.white {
    margin: 0;
    color: #d9002b;
    box-shadow: none;
    background: #fff;
}

#tinymce .button.white,
#tinymce .button_arrow.white,
#tinymce .button_arrow_back.white,
#tinymce .button_cart.white {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.button.transparent,
.button_arrow.transparent,
.button_arrow_back.transparent,
.button_cart.transparent {
    background-color: transparent;
    color: #d9002b;
    border: 1px solid #d9002b;
    padding: 13px 28px 15px;
}

.mce-content-body a.button.transparent,
.mce-content-body a.button_arrow.transparent,
.mce-content-body a.button_arrow_back.transparent,
.mce-content-body a.button_cart.transparent {
    margin: 0;
    box-shadow: none;
    color: #d9002b;
    background: transparent;
}

.button.gray,
.button_arrow.gray,
.button_arrow_back.gray,
.button_cart.gray {
    color: #fff;
    background-color: #a0a0a0;
}

.mce-content-body a.button.gray,
.mce-content-body a.button_arrow.gray,
.mce-content-body a.button_arrow_back.gray,
.mce-content-body a.button_cart.gray {
    margin: 0;
    box-shadow: none;
    color: #fff;
    background: #a0a0a0;
}

.button:hover,
.button_arrow:hover,
.button_arrow_back:hover,
.button_cart:hover,
.button:focus,
.button_arrow:focus,
.button_arrow_back:focus,
.button_cart:focus {
    color: #fff;
    background-color: #a0a0a0;
}

.button.transparent:hover,
.button_arrow.transparent:hover,
.button_arrow_back.transparent:hover,
.button_cart.transparent:hover,
.button.transparent:focus,
.button_arrow.transparent:focus,
.button_arrow_back.transparent:focus,
.button_cart.transparent:focus {
    color: #fff;
    background-color: #d9002b;
}

.button.white:hover,
.button_arrow.white:hover,
.button_arrow_back.white:hover,
.button_cart.white:hover,
.button.white:focus,
.button_arrow.white:focus,
.button_arrow_back.white:focus,
.button_cart.white:focus {
    color: #fff;
    background-color: #d9002b;
}

.button.gray:hover,
.button_arrow.gray:hover,
.button_arrow_back.gray:hover,
.button_cart.gray:hover,
.button.gray:focus,
.button_arrow.gray:focus,
.button_arrow_back.gray:focus,
.button_cart.gray:focus {
    background-color: #d9002b;
    color: #fff;
}

.button_arrow,
.button_cart {
    padding: 15px 23px 15px 28px;
}

.button_arrow_back {
    padding: 15px 28px 15px 23px;
}

.button_arrow::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e915';
    font-size: 19px;
    margin-left: 16px;
    position: relative;
    top: 3px;
}

.button_arrow_back::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e917';
    font-size: 19px;
    margin-right: 16px;
    position: relative;
    top: 3px;
}

.button_cart::after {
    font-family: 'os-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e93b';
    font-size: 19px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.bottom_button {
    margin-top: 94px;
}

/* Margines */

.remove_margin_top {
    margin-top: 0 !important;
}

.remove_margin_bottom {
    margin-bottom: 0 !important;
}

/* Text size */

.ts20 {
    font-size: 2rem;
    margin: 0 0 1.2em;
}

h1 + .ts20,
.h1 + .ts20 {
    margin: 0 0 3.3em;
}

.ts24 {
    font-size: 2.4rem;
    margin: 0 0 0.93em;
}

/* Text transforms */

.uppercase {
    text-transform: uppercase;
}

/* Text color */

.red_text {
    color: #d9002b;
}

/* Button separator */

.bseparator {
    display: inline-block;
    padding: 0 28px;
}

/* Center button */

.button_center_line {
    margin-top: 77px;
    margin-bottom: 63px;
}

.button_center_line,
.button_center_line a {
    position: relative;
}

.button_center_line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d8d8d8;
    z-index: -2;
}

.button_center_line a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 86px);
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transform: translate(-50%, -50%);
}

/*
 *
 * Blockquote
 *
 */

blockquote {
    font-size: 2.4rem;
    font-family: 'SourceSansPro-Regular';
    margin: 1.591em 0 1.682em 2.273em;
    color: #cd1432;
}

blockquote p:after,
blockquote p:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    position: relative;
    bottom: 2px;
}

blockquote p:first-child:before {
    content: '\e927'; 
    margin-right: 5px; 
}

blockquote p:last-child:after {
    content: '\e928';
    margin-left: 5px;
}

/*
 *
 * List style
 *
 */

 ul {
    list-style: none;
}

ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

ul li:last-child {
    margin-bottom: 0;
}

ul li:before {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

ol {
    padding-left: 16px;
}

ol li {
    margin-bottom: 10px;
}

/*
 *
 * List style
 *
 */

.list_red_arrow li::before {
    color: #d9002b;
}

.play_link {
    position: relative;
    display: block;
}

.play_link::after {
    content: '';
    width: 190px;
    height: 190px;
    opacity: 0.5;
    background-image: url('images/svg/play.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-95px, -95px) scale(1) rotate(0deg);
    -moz-transform: translate(-95px, -95px) scale(1) rotate(0deg);
    -ms-transform: translate(-95px, -95px) scale(1) rotate(0deg);
    -o-transform: translate(-95px, -95px) scale(1) rotate(0deg);
    transform: translate(-95px, -95px) scale(1) rotate(0deg);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.play_link:hover::after {
    -webkit-transform: translate(-95px, -95px) scale(1.1) rotate(125deg);
    -moz-transform: translate(-95px, -95px) scale(1.1) rotate(125deg);
    -ms-transform: translate(-95px, -95px) scale(1.1) rotate(125deg);
    -o-transform: translate(-95px, -95px) scale(1.1) rotate(125deg);
    transform: translate(-95px, -95px) scale(1.1) rotate(125deg);
}