/*
 *
 * Icon font
 *
 */
/*@import url("icons/fontawesome/font-awesome.min.css");*/
@import url('icons/icomoon/style.css');

/*
 *
 * FONTS
 *
 */

@font-face
{
    font-family: 'Montserrat-Light';
    src: url('fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Montserrat-Regular';
    src: url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Montserrat-Medium';
    src: url('fonts/montserrat/Montserrat-Medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Montserrat-Bold';
    src: url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Raleway-Medium';
    src: url('fonts/raleway/Raleway-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Raleway-Bold';
    src: url('fonts/raleway/Raleway-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* FIX FOR ALIGNED IMAGES IN CONTENT */

.wp-caption {
    max-width: 100%;
    height: auto;
}

#page-content .wp-caption img {
    width: 100% !important;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption-text,
.wp-caption-dd {
    color: #A1B0B9;
    font-family: 'Montserrat-Regular';
    margin-top: 16px;
}

.wp-caption.aligncenter .wp-caption-text,
.wp-caption.aligncenter .wp-caption-dd {
    text-align: center;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
    text-align: right;
}

body.iphone .col-xs-6 {
    width: 49.8%;
}


/* .wp-caption.alignright .wp-caption-text,
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-dd,
.wp-caption.alignleft .wp-caption-dd {
    margin-bottom: 0 !important;
} */



img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}
a img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
a img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
a img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}


/*
 *
 * Set default styles
 *
 */

html {
    font-size: 10px;
    overflow-x: hidden;
}

body {
    font-size: 1.8rem;
    font-family: 'Montserrat-Light';
    font-weight: normal;
    letter-spacing: 0;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page-content > #page-content {
    word-break: break-word;
    padding-top: 32px;
}

body#tinymce {
    margin: 10px !important;
}

p, .p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #4C4136;
    letter-spacing: 0;
}

h1,.h1 {
    font-family: 'Raleway-Bold', sans-serif;
    font-size: 5.1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.5rem;
    color: #000;
    margin: 30px 0;
    text-transform: uppercase;
}

h2,.h2 {
    font-family: 'Raleway-Bold', sans-serif;
    font-size: 5.1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.5rem;
    color: #000;
    margin: 30px 0;
    text-transform: uppercase;
}

h3,.h3 {
    font-size: 3.6rem;
    font-family: 'Raleway-Bold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 4rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
    color: #000;
}

h4, .h4 {
    font-size: 2.8rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #000;
}

h5,.h5 {
    font-size: 2.4rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #E5354E;
    text-transform: uppercase;
}

img
{
    height: auto;
}

/*
 *
 * Text sizes
 *
 */

.ts_72 {
    font-size: 7.2rem;
    line-height: 1.2em;
}

.ts_48 {
    font-size: 4.8rem;
    line-height: 1.2em;
}

.ts_40 {
    font-size: 4rem;
    line-height: 1.2em;
}

.ts_35 {
    font-size: 3.5rem;
    line-height: 1.2em;
}

.ts_37 {
    font-size: 3.7rem;
    line-height: 1.2em;
}

.ts_30 {
    font-size: 3.0rem;
    line-height: 1.27em;
}

.ts_25 {
    font-size: 2.5rem;
    line-height: 1.27em;
}

.ts_23 {
    font-size: 2.3rem;
    line-height: 1.27em;
}

.ts_21 {
    font-size: 2.1rem;
    line-height: 1.27em;
}

.ts_20 {
    font-size: 2rem;
    line-height: 1.27em;
}

.ts_16 {
    font-size: 1.6rem;
    line-height: 1.27em;
}

.ts_15 {
    font-size: 1.5rem;
    line-height: 1.27em;
}

.ts_14 {
    font-size: 1.4rem;
    line-height: 1.27em;
}

/*
 *
 * Margins
 *
 */

.mt_0 {
    margin-top: 0px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_20 {
    margin-top: 20px;
}

.mb_0 {
    margin-bottom: 0px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_80 {
    margin-bottom: 80px;
}

b, strong {
    font-family: 'Montserrat-Bold';
}

ul,ol,p {
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ul:not(#header-menu, .sub-menu)
{
    margin-left: 25px;
    list-style-position: outside;
    list-style-type: disc;
}

ul li {
    position: relative;
}

/* #page-content ul,
.mce-content-body ul {
    padding-left: 15px;
} */

#page-content ul li,
.mce-content-body ul li {
    padding-bottom: 0px;
    padding-left: 22px;
    break-inside: avoid-column;
}

.mce-content-body img {
    width: auto;
}

ol {
    margin-left: 25px;
    list-style-position: outside;
}

ol li {
    padding-bottom: 7px;
}

li::marker
{
    color: #E5354E;
}

blockquote {
    color: #ec6138;
    background-color: #eaeaea;
    font-size: 2rem;
    line-height: 1.3;
    margin: 26px 0;
    padding: 26px;
    border: 0;
}

*, *:focus {
    outline: none !important;
}

/*
.inner_content_wrapper > p:last-child,
.ns_content > p:last-child,
p:empty {
    display: none;
}*/

a:not(.customLink), p, h1, h2
{
    -webkit-transition: color .25s, background-color .25s, opacity .25s;
    -moz-transition: color .25s, background-color .25s, opacity .25s;
    -o-transition: color .25s, background-color .25s, opacity .25s;
    transition: color .25s, background-color .25s, opacity .25s;
}

a,
.link-style {
    color: #E5354E;
    cursor: pointer;
    text-decoration: none;
}

a:not(.button)
{
    white-space: nowrap;
}

a:focus,
a:hover
{
    text-decoration: none;
}

a:not(.button, .customLink):focus,
a:not(.button, .customLink):hover,
.link-style:focus,
.link-style:hover {
    color: #d43148;
    text-decoration: underline;
}

.hi-line {
    font-family: 'Montserrat-Bold';
    font-size: 1.8rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.32px;
    padding: 1px 3px;
    background: -webkit-gradient( linear, left top, left bottom, from(#F9C4B0), to(#F9C4B0) );
    background: linear-gradient( to bottom, #F9C4B0 0%, #F9C4B0 100% );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 50%;
    color: #000;
    text-decoration: none;
}

.hi-line:hover {
    background-size: 1px 2px;
}

.title_underline:after
{
    content: '';
    display: block;
    background: #E5354E;
    width: 66px;
    height: 2px;
    margin: 20px 0;
}

.title_underline[style*='text-align:center;']:after,
.title_underline[style*='text-align: center;']:after
{
    margin: 20px auto;
}

.title_underline[style*='text-align:right;']:after,
.title_underline[style*='text-align: right;']:after
{
    margin: 20px 0 20px auto;
}

hr {
    background: #DAD8D1;
    width: 100%;
    height: 4px;
    margin: 60px 0 50px;
}

hr.hr-small {
    margin-top: 28px;
    margin-bottom: 30px;
}

#tinymce .editor_ui_left img,
#tinymce .editor_ui_right img {
    max-width: 100%;
    height: auto;
}

.img100{
    width: 100%;
    height: auto;
}
.relative{
    position: relative;
}

/*
 *
 * Text color
 *
 */

.red {
    color: #E5354E;
}


/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}


/*
 *
 * Text weight
 *
 */

.tf_light {
    font-family: 'Montserrat-light';
}

.tf_regular {
    font-family: 'Montserrat-Regular';
}

.tf_bold {
    font-family: 'Montserrat-bold';
}

/*
 *
 * Margin spacing
 *
 */

.remove_margin_top {
    margin-top: 0 !important;
}

.remove_margin_bottom {
    margin-bottom: 0 !important;
}

.remove_margin
{
    margin: 0 !important;
}

/*
 *
 * Button
 *
 */

.button
{
    color: #E5354E;
    background: transparent;
    display: inline-block;
    font-family: 'Montserrat-Medium', sans-serif;
    padding: 15px 35px;
    font-size: 1.6rem;
    border: 2px solid #E5354E;
    border-radius: 4px;
    min-width: 200px;
    text-transform: uppercase;
    transition: color .25s, background-color .25s, border .25s;
}

.button.fill
{
    color: #FFF;
    background: #E5354E;
}

.button:focus,
.button:hover
{
    color: #FFF;
    background-color: #C92940;
    border-color: #C92940;
}

.zoom-image-effect {
    overflow: hidden;
    display: block;
}

.zoom-image-effect > img {
    transition: transform 2s cubic-bezier(.39,.575,.565,1);
    /* will-change: transform; */
    transform: perspective(1px) translateZ(0);
    backface-visibility: hidden;
}

.zoom-image-effect:hover > img {
    transform: scale(1.02);
    transition: transform 1s cubic-bezier(.39,.575,.565,1);
}

.pdf-format:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
    font-size: 1.8rem;
    margin-right: 7px;
    position: relative;
    top: 1px;
}


.video_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.video_link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.video_link:after {
    content: '\e910';
    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;
    font-size: 10rem;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    z-index: 10;
    color: white;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    width: 100px;
    height: 100px;
}

.video_link:hover:after {
    font-size: 12rem;
    width: 120px;
    height: 120px;
}

.with-line,
.with-line-small {
    position: relative;
    padding-top: 24px;
}

.with-line-small {
    padding-top: 32px;
}

.with-line:before,
.with-line-small:before {
    content: '';
    background-color: #3F3E3E;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
}

.with-line:before {
    width: 110px;
}

.with-line-small:before {
    width: 70px;
}

@media (max-width: 1200px) {
    ul li:before {
        top: 7px;
    }
}


@media (max-width: 767px) {
    .page-content ul li:not(.option):before, .mce-content-body ul li:before {
        top: 5px;
    }
}

@media (max-width: 480px) {

}