/*
    Theme Name: MarkSM Theme
    Description: MarkSM WordPress Starter Theme
    Version: 1.0
    Author: MarkSM
*/


/*------------------------------------*\
    

\*------------------------------------*/


/* global box-sizing */

@font-face {
    font-family: dancingScript;
    src: url(./fonts/dancing-script.regular.ttf);
}

@font-face {
    font-family: sailFont;
    src: url(./fonts/Sail-Regular.otf);
}

*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #444;
    font: 300 11px/1.4 Helvetica, Arial, sans-serif;
    background-color: black;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}


/* Lightspeed Lazy load fade in */

img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
    color: #FDE18C;
}

a:hover {}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.6rem;
    color: #FDE18C;
}

h1 {
    font-size: 5.6rem;
    font-family: sailFont;
    color: #FDE18C;
}

h2 {
    font-size: 3.2rem;
    color: #FDE18C;
}

h3 {
    font-size: 2.8rem;
    color: #FDE18C;
}

h4 {
    font-size: 2.4rem;
    color: #FDE18C;
}

h5 {
    font-size: 2.0rem;
    color: #FDE18C;
}

h6 {
    font-size: 1.6rem;
    color: #FDE18C;
}

blockquote {
    margin: 25px 0;
    padding: 25px 0 25px 5vw;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}

h1.woocommerce-products-header__title {
    font-family: dancingScript;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
}

.container {
    max-width: 1380px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}


/* header */

.header {}

.logo-img {
    backface-visibility: hidden;
    height: 80px;
}

.button,
.frm_submit .button {
    padding: 11px 25px;
    font-size: 2.5rem;
    color: black;
    background-color: #FDE18C;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s ease;
    font-family: dancingScript;
    border: 1px solid #FDE18C;
}

.button:hover,
.frm_submit .button:hover {
    background-color: black;
    color: #FDE18C;
}

.frm_submit .button {
    padding: 11px 25px !important;
    font-size: 2rem !important;
    color: black !important;
    background-color: #FDE18C !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    transition: 0.3s ease !important;
    border: 1px solid #FDE18C !important;
}

.frm_submit .button:hover {
    background-color: black !important;
    color: #FDE18C !important;
}


/* nav */

.nav ul {
    display: flex;
    justify-content: end;
    padding: 0px;
    list-style: none;
}

.nav ul li {
    margin-left: 45px;
}

.nav ul li a {
    font-weight: normal;
    font-family: dancingScript;
}


/* sidebar */

.sidebar {}


/* footer */

.footer {
    background-color: #000000;
    opacity: 1;
    padding: 20px;
    color: white;
}

.footer a {
    color: #FDE18C;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
    color: white;
}

.pagination {
    font-size: 1.6rem;
}

.mob-menu-left-bg-holder,
.mob-menu-right-bg-holder,
.mob-menu-cart-bg-holder {
    background-color: #FDE18C;
}

.mobmenu-content {
    text-align: center;
}

.mobmenu-content a {
    font-family: dancingScript !important;
    font-size: 2.5rem !important;
    font-weight: 500 !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* HERO SECTION */

.about-section h4 {
    font-size: 2rem;
    margin: 5px 0px;
}

.about-section {
    text-align: left;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    padding: 15px;
    border-radius: 15px;
    color: #FDE18C;
}

.about-section p {
    text-align: left;
    font-size: 2.3rem !important;
}

.about-section a.button {
    display: inline-block;
    vertical-align: top;
}

.container.container-fluid {
    max-width: 100%;
    width: 100%;
}

.logo {
    text-align: left;
}

.top-header .logo a {
    color: #FDE18C;
}

.top-header .logo a:hover {
    color: white;
}

.top-header .logo span {
    font-weight: 300;
    text-shadow: #368080 3px 3px 0px, rgb(0 0 0 / 20%) 6px 6px 0px;
    font-family: dancingScript;
}

.top-header .logo a:hover span {
    text-shadow: #ffffff 0px 0px 0px, rgb(0 0 0 / 20%) 6px 6px 0px;
}

.top-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    min-height: 120px;
    color: white;
    display: flex;
}

.top-header:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 0;
}

.top-header .container {
    position: relative;
    z-index: 1;
}

.top-header a {
    color: #FDE18C;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-style: italic;
    transition: 0.3s ease;
}

.top-header .nav a {
    font-size: 4rem;
}

.top-header a:hover {
    color: white;
}

.hero-section {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: initial;
}

.hero-section:before {
    content: '';
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.header {
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    height: auto;
    color: white;
}

.hero-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
}

.hero-section .container .columns {
    width: 100%;
}

.hero-section .container p {
    font-size: 3rem;
}

.hero-section.hero-photo-list {
    height: auto;
    min-height: 600px;
}

.columns.no-margin {
    margin: 0px;
}

.column.no-padding {
    padding: 0px;
}

.section.section-photo-list .columns a {
    display: block;
    width: 100%;
    height: 100%;
}

.section.section-photo-list a img {
    margin: 0px auto;
}

.mgb-50 {
    margin-bottom: 50px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}

.section.section-photo-list .image-box a {
    overflow: hidden;
}

.section.section-photo-list .image-box a img {
    transition: 0.3s ease;
    transform: scale(1.0);
    opacity: 0.9;
}

.section.section-photo-list .image-box a:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.mgb-100 {
    margin-bottom: 100px;
}

.form-box .frm_description {
    color: red !important;
    margin-top: 5px;
    font-size: 15px !important;
}

.form-box label,
.woocommerce label,
.frm_forms label {
    color: white !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    transition: 0.3s ease !important;
    position: relative !important;
    font-family: sailFont;
}

.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=file],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement,
textarea,
.woocommerce input,
.woocommerce textarea,
.ElementsApp input,
.form-box textarea,
.frm_forms textarea {
    height: initial !important;
    height: initial !important;
    padding: 16px 25px !important;
    box-sizing: border-box;
    border-radius: 0px !important;
    border: #000 solid 1px !important;
    box-shadow: 0 0px 0px rgb(0 0 0 / 20%) !important;
    border-radius: 5px !important;
    transition: 0.3s ease !important;
    background-color: #FDE18C;
    color: black;
}

a.showcoupon {
    color: black;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    background-color: black;
}

.with_frm_style input[type=text]:focus,
.with_frm_style input[type=password]:focus,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=number]:focus,
.with_frm_style input[type=url]:focus,
.with_frm_style input[type=tel]:focus,
.with_frm_style input[type=file]:focus,
.with_frm_style input[type=search]:focus,
.with_frm_style select:focus,
.with_frm_style .frm-card-element.StripeElement:focus,
textarea:focus,
textarea:focus,
.woocommerce input:focus,
.woocommerce textarea:focus,
.ElementsApp input:focus,
.form-box textarea:focus,
.frm_forms textarea:focus {
    border: 1px solid white !important;
}

.woocommerce .selection {
    height: 52px;
    line-height: 52px;
    display: block;
}

.woocommerce .selection span {
    height: 100%;
    line-height: 52px !important;
}

.form-box textarea {
    padding: 16px 25px !important;
    border-radius: 0px !important;
    border: none !important;
    min-height: 200px;
    resize: none;
    box-shadow: 0 0px 0px rgb(0 0 0 / 20%) !important;
    border: #000 solid 1px !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.form-box label {
    margin-bottom: 7px;
}

.form-box .frm_submit {
    text-align: left;
}

.form-box button {
    padding: 11px 25px !important;
    font-size: 2rem !important;
    color: black !important;
    background-color: #FDE18C !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    transition: 0.3s ease !important;
    border: 1px solid #FDE18C !important;
}

.form-box button:hover {
    background-color: black !important;
    color: #FDE18C !important;
}

.form-box-main .image-box img {
    box-shadow: 0 0 10px #000000;
    border-radius: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #FDE18C;
}

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

#more_posts {
    display: inline-block !important;
    cursor: pointer;
    margin: 25px auto;
    background-color: #008BB0;
    color: white;
}

#more_posts:hover {
    background-color: black;
}

.button-container {
    text-align: center;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}


/* Fixes potential theme css conflict. */

.acf-map img {
    max-width: inherit !important;
}

#ajax-posts .image-box a {
    position: relative;
}

#ajax-posts .image-box a span,
.image-number .image-box a span {
    position: absolute;
    font-size: 2rem;
    color: white;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
}

.image-number .image-box a span {
    text-align: left;
}

.contact-us-content div {
    margin-bottom: 10px;
}

.contact-us-content div a {
    color: #FDE18C;
    transition: 0.3s ease;
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.contact-us-content div a:hover {
    color: white;
}

.contact-us-content div a i {
    margin-right: 15px;
    font-size: 22px;
}

.social-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
}

.social-list li {
    margin: 0px 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.social-list li a {
    width: 100%;
    height: 100%;
    background-color: #FDE18C;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #FDE18C;
}

.social-list li a:hover {
    background-color: black;
    color: #FDE18C;
}

.footer .social-list {
    justify-content: center;
}

.footer .social-list a {
    text-decoration: none;
}

.footer .social-list a:hover {
    background-color: black;
    color: #FDE18C;
}

.footer .social-list a:hover i {
    color: #FDE18C;
}

.woocommerce-events-list .image-box {
    box-shadow: 0 0 0px #000000;
    height: 100%;
    position: relative;
    transition: 0.3s ease;
    overflow: hidden;
}

.woocommerce-events-list .image-box:hover {
    box-shadow: 0 0 10px #000000;
}

.woocommerce-events-list .image-box img {
    transition: 0.3s ease;
    transform: scale(1.0);
}

.woocommerce-events-list .image-box:hover img {
    transform: scale(1.1);
}

.woocommerce-events-list .image-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-events-list .image-box h2 {
    position: absolute;
    font-size: 2.5rem;
    color: white;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    font-weight: bold;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
    transition: 0.3s ease;
    justify-content: center;
    align-items: center;
    font-family: dancingScript;
}

.woocommerce-events-list .image-box:hover h2 {
    height: 100%;
}

.woocommerce-ordering {
    display: none;
}

.term-description p {
    text-align: center;
    font-size: 22px;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
}


/* .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 20%;
    margin: 0px
} */

.woocommerce .price {
    text-align: right;
}

.woocommerce-loop-product__title {
    color: #FDE18C;
    transition: 0.3s ease;
    font-family: dancingScript;
    font-size: 2.5rem !important;
}

.woocommerce-loop-product__title:hover {
    color: white;
}

.related .woocommerce-loop-product__title {
    font-size: 1.7rem !important;
}

.product-box-with-padding h2,
.product-box-with-padding .price {
    padding: 0px 15px;
}

.woocommerce ul.products li.product .price {
    color: white;
}

ul.products .button {
    background: #FDE18C !important;
    box-shadow: 0 1px 1px #eeeeee;
    padding: 11px 25px !important;
    font-size: 2rem !important;
    color: black !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    transition: 0.3s ease !important;
    border: 1px solid #FDE18C !important;
    display: block;
    vertical-align: top;
    margin: 0px auto;
    text-align: center;
    max-width: 250px;
}

ul.products .button:hover {
    background: black !important;
    color: #FDE18C !important;
}

.woocommerce-events-list .image-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-product .product-box {
    margin-top: 130px;
}

.single-product .price-inner-word {
    font-size: 18px;
    color: #FDE18C;
    font-weight: bold;
}

.single-product .price-inner-number {
    font-weight: bold;
    font-size: 18px;
}

.single-product .quantity {
    margin-top: 20px !important;
}

.single-product .quantity input {
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.single-product .price {
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    text-align: left;
    color: white !important;
}

.single-product .variations {
    margin-top: 20px;
}

.single-product .variations {
    height: 40px;
}

.single-product .variations label {
    height: 100%;
    display: block;
    line-height: 40px;
    font-size: 15px;
}

.single-product .variations select {
    height: 40px;
    font-size: 12px;
    background-color: #FDE18C;
    color: black;
}

.mgt-25 {
    margin-top: 25px !important;
}

.single-product .reset_variations {
    font-size: 12px !important;
    color: black;
    font-weight: bold;
}

.single-product .product_meta {
    font-size: 15px;
    color: black;
    font-weight: bold;
}

.single-product .product_meta a {
    color: #FDE18C;
    transition: 0.3s ease;
}

.single-product .product_meta a:hover {
    color: white;
}

.woocommerce div.product form.cart .button {
    background: #FDE18C;
    box-shadow: 0 1px 1px #eeeeee;
    padding: 11px 25px !important;
    font-size: 2rem !important;
    color: black !important;
    background-color: #FDE18C !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    transition: 0.3s ease !important;
    border: 2px solid #FDE18C !important;
    display: block;
    vertical-align: top;
    margin: 0px auto;
    text-align: center;
}

.woocommerce div.product form.cart .button:hover {
    background: black !important;
    color: #FDE18C !important;
}

.woocommerce-message {
    border-top-color: #368080;
    font-size: 15px;
}

.woocommerce-message::before {
    color: #368080;
}

.woocommerce table.shop_table {
    border: 1px solid #FDE18C !important;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #FDE18C !important;
    border-right: 1px solid #FDE18C !important;
}

.woocommerce table.shop_table tr td:last-child {
    border-right: none !important;
    color: white;
}

.woocommerce table.shop_table th {
    font-size: 15px;
}

.woocommerce table.shop_table th {
    color: white;
}

.woocommerce .product-name,
.woocommerce .amount {
    font-size: 15px;
}

.woocommerce .quantity input {
    width: 50px !important;
    height: 50px !important;
    font-size: 15px;
    font-weight: bold;
    padding: 0px !important;
    text-align: left;
}

.woocommerce .product-name a {
    color: #FDE18C;
}

.woocommerce .product-name,
.woocommerce .amount {
    color: white;
}

.woocommerce .coupon {
    display: flex;
    align-items: center;
}

.wc-proceed-to-checkout .button {
    background: #FDE18C;
    box-shadow: 0 1px 1px #eeeeee;
    padding: 11px 25px !important;
    font-size: 2rem !important;
    color: black !important;
    background-color: #FDE18C !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    transition: 0.3s ease !important;
    border: 2px solid #FDE18C !important;
    display: block;
    vertical-align: top;
    margin: 0px auto;
    text-align: center;
}

.select2-container--default .select2-selection--single,
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    background-color: #FDE18C;
    color: black;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: black;
}

.shop_table.woocommerce-checkout-review-order-table th {
    border-top: 1px solid #FDE18C !important;
    border-right: 1px solid #FDE18C;
}

.wc-proceed-to-checkout .button:hover {
    background: black !important;
    color: #FDE18C !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

.woocommerce-info {
    font-size: 15px;
}

.screen-reader-text {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slider-box {
    border: 2px solid #FDE18C;
}

.slider-box img {
    width: 100%;
}

.slick-next {
    right: 25px;
    z-index: 2;
}

.slick-prev {
    left: 25px;
    z-index: 2;
}

.mob-menu-header-holder {
    position: fixed;
}

.woocommerce-message .button {
    font-size: 25px !important;
    background-color: #FDE18C !important;
    border: 2px solid #FDE18C !important;
    border-radius: 5px !important;
}

.woocommerce-message .button:hover {
    background-color: black !important;
    color: #FDE18C !important;
}

.nav li {
    position: relative;
}

.nav ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 50px;
    min-width: 350px;
    max-width: 450px;
    transition: 0.3s ease;
    display: none;
    text-align: left;
    width: 100%;
}

.nav ul.sub-menu li {
    margin-left: 0px;
    padding-top: 20px;
}

.nav li:hover ul.sub-menu {
    display: block;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
    .hero-section {
        width: 100%;
        height: initial;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: initial;
        padding: 50px 0px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .logo {
        margin-bottom: 50px;
        text-align: center;
    }
}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:769px) {
    .hero-section {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: initial;
        padding: 0px 0px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 50% !important;
        margin-right: 0px;
    }
    .logo {
        margin-bottom: 0px;
        text-align: left;
    }
}

@media only screen and (min-width:1024px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 22% !important;
        margin: 0 1.5% 2.992em 1.5%;
    }

    .top-header .nav a {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1200px) {
   
}

@media only screen and (min-width:1280px) {
    .top-header .nav a {
        font-size: 4rem;
    }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }
    @page {
        margin: 2cm;
    }
}