/*
Theme Name: Marian Keyes
Theme URI: http://www.goodmanfox..com
Author: goodman fox
Author URI: http://www.goodmanfox..com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mariankeyes
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.

mariankeyes is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=e21d62c2-33de-4778-88ca-8d11c6a443f8");

@font-face {
    font-family: "ITC Avant Garde Gothic W01 Bk";
    src: url("Fonts/07413afc-2280-4cfc-8860-184839a93fa4.eot?#iefix");
    src: url("Fonts/07413afc-2280-4cfc-8860-184839a93fa4.eot?#iefix") format("eot"), url("Fonts/6f1146c0-9c0b-4949-866d-9affc396531f.woff2") format("woff2"), url("Fonts/2c50f982-bb73-4891-8d0e-587c1136c2e5.woff") format("woff"), url("Fonts/abf065fe-a1ab-4013-8c49-45ce7f8ac828.ttf") format("truetype"), url("Fonts/33f16cdf-c09a-4344-89ce-e17a5ecf4664.svg#33f16cdf-c09a-4344-89ce-e17a5ecf4664") format("svg");
}

@font-face {
    font-family: "ITC Avant Garde Gothic W01 Md";
    src: url("Fonts/94b3736a-77b0-4279-b365-b3c70960549b.eot?#iefix");
    src: url("Fonts/94b3736a-77b0-4279-b365-b3c70960549b.eot?#iefix") format("eot"), url("Fonts/39dda6db-d579-4a2e-b67c-abf7d732b97c.woff2") format("woff2"), url("Fonts/6cf5eb52-bda1-4506-b101-1cb1cb9ac146.woff") format("woff"), url("Fonts/af9bc1b5-0bc5-4c5f-8201-7652aeea386d.ttf") format("truetype"), url("Fonts/9de5564a-6092-48cc-9229-77b0b96674b5.svg#9de5564a-6092-48cc-9229-77b0b96674b5") format("svg");
}

@font-face {
    font-family: "ITC Avant Garde Gothic W01 Dm";
    src: url("Fonts/38de0cc0-acad-43e5-b0d6-87171c0915f7.eot?#iefix");
    src: url("Fonts/38de0cc0-acad-43e5-b0d6-87171c0915f7.eot?#iefix") format("eot"), url("Fonts/8bfba692-98b4-401d-b187-205f59d508cf.woff2") format("woff2"), url("Fonts/29cf02ec-9cbf-449b-abff-06b4ab9b1cc0.woff") format("woff"), url("Fonts/d35364ca-710c-4712-8aed-068488f4fdc1.ttf") format("truetype"), url("Fonts/cf105897-a984-495f-bfd0-c5285f7a495e.svg#cf105897-a984-495f-bfd0-c5285f7a495e") format("svg");
}

@font-face {
    font-family: "Caslon540 BT W00 Roman";
    src: url("Fonts/79a136c4-a83e-44d1-bfec-8cb24a99ffc1.eot?#iefix");
    src: url("Fonts/79a136c4-a83e-44d1-bfec-8cb24a99ffc1.eot?#iefix") format("eot"), url("Fonts/fce57318-85f2-41f5-b16c-3601fa6de5a7.woff2") format("woff2"), url("Fonts/74ef73d4-3dea-4d15-969b-1bf68270dead.woff") format("woff"), url("Fonts/369bee1f-f3cc-41dc-beb4-8551f538c2ae.ttf") format("truetype"), url("Fonts/8959adc0-7693-4d53-9749-439bed30a9a9.svg#8959adc0-7693-4d53-9749-439bed30a9a9") format("svg");
}

/*
    Cookie Bar Info
 */

.large.cli-plugin-button, .large.cli-plugin-button:visited {
    border-radius:0!important;
    background: rgb(255, 102, 0);

    text-shadow: 0!important;

    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    background: #ff6600;
    color: #fff;
    border: none;

    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700px;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    /*float:left;*/

}

#cookie-law-info-bar .cookie-info-txt {
    display:block;
    font-size:16px;
    line-height:25px;
    width: 68%;
    margin: 0 auto;
    padding:20px 0;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .large.cli-plugin-button, .large.cli-plugin-button:visited {
        float: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;
    height:auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Modal Window Fix */
.modal-open {
    overflow: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/** GLOBAL STYLES **/

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #F2EDE6;
    font-family: 'ITC Avant Garde Gothic W01 Bk', sans-serif;
    padding-top: 53px;
    position: relative;
    padding-bottom: 6rem;
    min-height: 100%;
}

@media (min-width: 768px) {
    body {
        padding-top: 115px;
    }
}

h1, h2, h3, h4, p, a {
    font-weight: lighter;
}

a {
    cursor: pointer;
}

a:hover {
    color: #028787;
}

a:focus {
    color: #028787;
}

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

button.btn-default {
    background-color: #02a9a9;
    color: #fff;
    border-radius: 18px;
    outline:none !important;
}

button.btn-default:hover {
    background-color: #028787;
    color: #fff;
    border-color: #028787;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);

}

button.btn-default:focus {
    background-color: #028787;
    color: #fff;
}

button.btn-default:active {
    background-color: #028787;
    color: #fff;
}

button.btn-default:active:focus {
    background-color: #4A4A4A;
    color: #fff;
    border-color: #4A4A4A;
}

button.btn-default:active:hover {
    background-color: #4A4A4A;
    color: #fff;
    border-color: #4A4A4A;
}

.open>.dropdown-toggle.btn-default {
    background-color: #4A4A4A;
    color: #fff;
    border-color: #4A4A4A;
}

.open>.dropdown-toggle.btn-default:hover {
    background-color: #4A4A4A;
    color: #fff;
    border-color: #4A4A4A;
}

.button-holder {
    text-align: center;
    padding-bottom: 20px;
}

h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 20px;
    text-align: center;
}

.white-container {
    padding: 10px 15px;
    margin: 10px 0;
    background-color: #fff;
}

.white-container-sidebar {
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #fff;
}

.margin-right-left-0 {
    margin-left: 0px;
    margin-right: 0px;
}

p {
    font-size: 15px;
    line-height: 1.67;
}

.left-align {
    text-align: left;
}


/** HEADER STYLES **/

.pre-header-row {
    background-color: #02a9a9;
    color: #fff;
    text-align: right;
}

.pre-header-row h4 {
    display: inline-block;
    text-transform: uppercase;
}

.pre-header-row .social-media-icons {
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.pre-header-row .social-media-icons li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 5px;
}

@media (min-width: 768px) {
    .pre-header-row .social-media-icons li {
        padding: 0px;
    }

    .pre-header-holder {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.pre-header-row .social-media-icons li:first-child {
    padding-left: 10px;
}

.pre-header-row .social-media-icons li a {
    color: #fff;
    font-size: 20px;
    outline: none !important;
}

.pre-header-row .social-media-icons li a:hover {
    color: #fff;
}

.main-menu-row {
    background-color: #4a4a4a;
    color: #fff;
}

.main-menu-row .logo-holder {
    text-align: right;
    padding-right: 7%;
}

.main-menu-row .logo-holder a h4 {
    color: #fff;
    text-transform: lowercase;
    text-align: right;
    padding-top: 2px;
    font-size: 25px;
    font-family: 'Caslon540 BT W00 Roman', serif;
    display: inline-block;
}

@media (min-width: 350px) {
    .main-menu-row .logo-holder a h4 {
        padding-right: 4%;
    }
}

@media (min-width: 400px) {
    .main-menu-row .logo-holder a h4 {
        padding-right: 7%;
    }
}

@media (min-width: 450px) {
    .main-menu-row .logo-holder a h4 {
        padding-right: 10%;
    }
}

@media (min-width: 500px) {
    .main-menu-row .logo-holder a h4 {
        padding-right: 12%;
    }
}

@media (min-width: 600px) {
    .main-menu-row .logo-holder a h4 {
        padding-right: 16%;
    }
}

@media (min-width: 700px) {
    .main-menu-row .logo-holder a h4 {
        padding-right: 18%;
    }
}

.main-menu-row .logo-holder a {
    color: #fff;
}

.main-menu-row .menu-holder .navbar {
    background-color: #4a4a4a;
    border: none;
    margin-bottom: 0px;
}

.main-menu-row .menu-holder .navbar button {
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 25px;
}

.main-menu-row .menu-holder .navbar button:hover {
    background-color: #4a4a4a;
}

.main-menu-row .menu-holder .navbar button:focus {
    background-color: #4a4a4a;
}

@media (min-width: 768px) {
    .pre-header-wrap {
        background-color:#02A9A9;
    }
    .main-menu-wrap {
        background-color:#4A4A4A;
    }
    .main-menu-row .menu-holder .navbar {
        min-height: 0px;
    }

    .main-menu-wrapper {
        padding-left:0px;
        padding-right:0px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul {
        padding-left: 0px;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li {
        list-style-type: none;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        /*margin: 0px 37px;*/
        margin: 0px 24px;
    }



    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:first-child {
        /*margin: 0px 74px 0px 0px;*/
        margin:0px 48px 0px 0px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(2) {
        /*margin: 0px 55px 0px 19px;*/
        margin: 0px 36px 0px 12px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(3) {
        margin: 0px 28px 0px 20px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(4) {
        margin: 0px 20px 0px 28px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(5) {
        margin: 0px 12px 0px 36px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:last-child {
        /*margin: 0px 0px 0px 74px;*/
        margin:0px 0px 0px 48px;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li.current-menu-item a {
        border-bottom: 2px solid #fff;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li a:hover {
        border-bottom: 2px solid #fff;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li a {
        color: #fff;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li a:focus {
        color: #fff;
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li {
        /*margin: 0px 59px;*/
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:first-child {
        margin: 0px 86px 0px 0px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(2) {
        margin: 0px 70px 0px 16px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(3) {
        margin: 0px 50px 0px 36px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(4) {
        margin: 0px 36px 0px 50px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(5) {
        margin: 0px 16px 0px 70px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:last-child {
        margin: 0px 0px 0px 86px;
    }
}

@media (min-width: 1200px) {
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li {
        /*margin: 0px 79px;*/
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:first-child {
        margin: 0px 118px 0px 0px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(2) {
        margin: 0px 95px 0px 23px
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(3) {
        margin: 0px 75px 0px 43px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(4) {
        margin: 0px 43px 0px 75px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:nth-child(5) {
        margin: 0px 23px 0px 95px;
    }
    .main-menu-row .menu-holder .navbar .menu-main-menu-container ul li:last-child {
        margin: 0px 0px 0px 118px;
    }
}


header.navbar {
    border: none;
}


.img-404 {
    padding-bottom:20px;
    text-align: center;
}

@media (min-width:768px) {
    /*.container-404-wrap {
        padding-top:25px;
    }*/
    .container-404-wrap h1 {
        font-family: 'Caslon540 BT W00 Roman', serif;
        font-size:60px;
        padding-bottom:15px;
    }
    .container-404-wrap p {
        font-size:22px;
    }
    .container-404-wrap .button-holder button {
        width:200px;
    }
    .container-404-wrap .button-holder {
        padding-top:20px;
        text-align: center;
    }
}



@media (min-width:992px) {
    .img-404 {
        text-align: left;
    }
    .img-404 img {
        width:75%
    }
    /*.container-404-wrap .button-holder button {
        width:60%;
    }*/
}

@media (min-width:1200px) {
    .img-404 img {
        width:70%
    }
    .container-404-wrap h1 {
        font-size:80px;
        padding-top:15px;
    }
    /*.container-404-wrap .button-holder button {
        width:50%;
    }*/
}

a.logo-link {
    color:#fff;
}

a.logo-link:hover {
    color:#fff;
    text-decoration: none;
}

/*Twitter*/

.twitter-container h3 {
    font-size: 25px;
}

.twitter-container h3 a {
    color: #000;
}

.twitter-container h3 a:hover {
    color: #000;
}

.twitter-container h3 a:focus {
    color: #000;
}

.twitter-container .grid-item .row {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: lighter;
}

/*.twitter-container .grid-item .tweet-single p {
    display:inline-block;
}*/

.twitter-container .grid-item .tweet-single i {
    font-size: 24px;
    color: #02a9a9;
    padding-right: 5px;
}

@media (min-width: 1200px) {
    .twitter-container .grid-item .tweet-single i {
        font-size: 26px;
    }
}

.twitter-container .grid-item .tweet-single a {
    color: #149a98;
}

.twitter-container .grid-item .tweet-single a:hover {
    color: #149a98;
}

.twitter-container .grid-item .tweet-single a:focus {
    color: #149a98;
}

.twitter-container .grid-item .row:last-child {
    border: none;
    padding-bottom: 0px;
}

.twitter-container.mCustomScrollbar {
    height: 400px;
}

@media (min-width: 768px) {
    .twitter-container.mCustomScrollbar {
        height: 286px;
    }
}

@media (min-width: 992px) {
    .twitter-container.mCustomScrollbar {
        height: 342px;
    }
}

@media (min-width: 1200px) {
    .twitter-container .grid-item .row {
        font-size: 15px;
    }

    .twitter-container.mCustomScrollbar {
        height: 334px;
    }
}



.mCSB_dragger_bar {
    background-color:#02A9A9 !important;
}
.twitter-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color:#02A9A9 !important;
}


/*MOBILE MENU OVERLAY*/

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 53px;
    background-color: #00A9A8;
    overflow-x: hidden; /* Disable horizontal scroll */
    -webkit-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

@media (min-width: 768px) {
    .overlay {
        display: none;
    }
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    /*margin-top: 30px;*/ /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content .menu-main-menu-container ul {
    padding-left: 0px;
}

.overlay-content .menu-main-menu-container ul li {
    list-style-type: none;
    margin-right: 10%;
    margin-left: 10%;
    border-bottom: 1px solid #95DFDF;
}

.overlay-content .menu-main-menu-container ul li:last-child {
    border: none;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block; /* Display block instead of inline */
    -webkit-transition: 0.3s;
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: relative;
    top: 0px;
    right: 15px;
    font-size: 40px;
    float: right;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.overlay-social-row {
    text-align: center;
}

.overlay-social-row h4 {
    text-transform: uppercase;
    padding-top: 20px;
}

.overlay-social-row ul.social-media-icons {
    padding-left: 0px;
    border-bottom: 2px solid #4ACCCB;
}

.overlay-social-row ul.social-media-icons li {
    list-style-type: none;
    display: inline-block;
}

.overlay-social-row ul.social-media-icons li a {
    padding: 0px;
}

.fa-stack-1x {
    font-size: 16px;
}

.fa-stack-2x {
    font-size: 36px;
}

.fa-stack {
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .fa-stack {
        line-height: 1.8em;
    }
}

.hideme {
    display: none;
}

.menu-holder .navbar-default button.closebtn {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
}

/** FOOTER STYLES **/

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer.site-footer {
    background-color: #000000;
    border-top: 8px solid #FF642C;
    font-size: 10px;
}

@media (min-width: 1200px) {
    footer.site-footer {
        font-size: 12px;
    }
}

footer.site-footer p {
    margin-bottom: 0px;
}

footer.site-footer .logo-row p {
    color: #fff;
    font-size: 10px;
}

footer.site-footer .logo-row p a {
    color: #ff6602;
}

footer.site-footer .copyright-row p a {
    color: #fff;
}

footer.site-footer .logo-row .logo-text {
    padding-top: 5px;
    padding-left: 0px;
}

footer.site-footer .copyright-row {
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    footer.site-footer .copyright-col-wrap {
        text-align: right;
    }

    footer.site-footer .copyright-row {
        padding-top: 15px;
        padding-bottom:15px;
    }
}

@media (min-width: 1200px) {
    footer.site-footer .copyright-row {
        padding-top: 20px;
    }
}

footer.site-footer .copyright-row p {
    color: #646466;
    font-size: 10px;
}

footer.site-footer .logo-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer.site-footer .logo-row img {
    max-width: 77px;
}

/** HERO **/

.hero-home-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 34% 0%;
    background-position-x: 34%;
    height: 340px;
    border-bottom: 20px solid #00A9A8;
}

@media (min-width: 530px) {
    .hero-home-container {
        background-position: 26% 0%;
        background-position-x: 26%;
    }
}

@media (min-width: 768px) {
    .hero-home-container {
        height: 370px;
        background-position: -140px 0px;
        background-position-x: -140px;
    }

    .hero-home-container.about-hero {
        background-position: 50% 0%;
        background-position-x: 50%;
    }

    .hero-home-container.about-hero .hero-text-container {
        padding-top: 67px;
    }
}

@media (min-width: 992px) {
    .hero-home-container {
        height: 500px;
        background-position: 71% 0%;
        background-position-x: 71%;
    }

    .hero-home-container.about-hero {
        background-position: 50% 0%;
        background-position-x: 50%;
    }

    .hero-home-container.about-hero .hero-text-container {
        padding-top: 105px;
    }
}

@media (min-width: 1200px) {
    .hero-home-container {
        height: 550px;
        background-position: 100% 0%;
        background-position-x: 100%;
    }

    .hero-home-container.about-hero {
        background-position: 53% 0%;
        background-position-x: 53%;
    }

    .hero-home-container.about-hero .hero-text-container {
        padding-top: 90px;
    }
}

@media (min-width: 1350px) {
    .hero-home-container {
        height: 570px;
        background-position: 125% 0%;
        background-position-x: 125%;
    }
}

@media (min-width: 1500px) {
    .hero-home-container {
        height: 611px;
        background-position: -140px 0px;
        background-position-x: -140px;
    }

    .hero-home-container.about-hero {
        background-position: 52% 0%;
        background-position-x: 52%;
    }
}

@media (min-width: 768px) {
    .hero-text-container {
        padding-top: 45px;
        padding-right: 20px;
    }

    .hero-text-container h1 {
        font-size: 55px;
        font-family: 'Caslon540 BT W00 Roman', serif;
        font-weight:100;
    }

    .hero-text-container p {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-text-container .button-holder {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .hero-text-container {
        padding-top: 65px;
    }

    .hero-text-container h1 {
        font-size: 75px;
    }

    .hero-text-container p {
        font-size: 18px;
        line-height: 1.8;
    }
}

@media (min-width: 1200px) {
    .hero-text-container {
        padding-top: 85px;
    }

    .hero-text-container h1 {
        font-size: 92px;
    }

    .hero-text-container p {
        font-size: 20px;
        line-height: 2;
    }
}

/**FRONT PAGE**/

.hero-mobile-text-row .hero-mobile-text-holder h2 {
    font-family: 'Caslon540 BT W00 Roman', serif;
}

.hero-mobile-text-row .hero-mobile-text-holder p {
    font-size: 15px;
    line-height: 28px;
}

.book-container {
    background-color: #fff;
}

@media (min-width: 768px) {
    .book-container p {
        text-align: center;
        width: 85%;
        margin: auto;
        padding-bottom: 20px;
    }
}

@media (min-width:992px) {
    .book-container-sidebar p {
        width:90% !important;
    }
}


@media (min-width: 1200px) {
    .book-container p {
        width: 70%;
    }
}

.book-col {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.book-col img {
    max-width: 155px;
}

@media (min-width: 992px) {
    .book-col img {
        max-width: 206px;
        margin: 16px 0px;
    }

    .book-container p {
        line-height: 2;
        padding-top: 10px;
    }

    .book-container .button-holder {
        padding-bottom: 30px;
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    .book-container p {
        line-height: 1.8;
        width: 85%;
    }
}

.book-walsh-spot-wrap {
    margin-bottom:70px;
}

@media (min-width:768px) {
    .book-walsh-spot-wrap {
        margin-bottom:80px;
    }
}

.news-container {
    background-color: #fff;
    margin-top: 14px;
    margin-bottom: 115px;
}

@media (min-width: 768px) {
    .news-container {
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 80px;
    }

    .news-container-row {
        background-color: #fff;
    }
}

.about-container {
    /*margin-bottom: 80px;*/
}

.news-container .blog-date-col {
    background-color: #00A9A8;

}

.news-container .blog-date-col p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.news-container .blog-excerpt-col p {
    margin-top: 8px;
    margin-bottom: 3px;
}

@media (min-width:768px) {
    .news-container .blog-excerpt-col p {
        height:200px;
    }
}

@media (min-width:992px) {
    .news-container .blog-excerpt-col p {
        height:250px;
    }
    .blog-readmore-col button.btn-default {
        width:50%;
    }
}

@media (min-width:1200px) {
    .news-container .blog-excerpt-col p {
        height:200px;
    }
}

.news-container .blog-readmore-col p {
    text-align: right;
}

.news-container .blog-readmore-col p a {
    text-decoration: underline;
    color: #2BC9C8;
}

.news-container .blog-readmore-col p a:hover {
    color: #028787;
}

.news-container .blog-readmore-col p a:focus {
    color: #028787;
}

.news-container-row h2 {
    text-align: center;
    font-size: 30px;
}

.all-books-container {
    background-color: #fff;
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .all-books-container {
        background-color: rgba(0, 0, 0, 0);
    }

    .all-books-container-row {
        background-color: #fff;
        padding-top: 10px;
    }
}

.owl-carousel .item {
    padding-bottom: 10px;
}

.all-books-container .owl-carousel .item img {
    max-width: 143px;
    margin: auto;
    padding-top: 5px;
    margin-bottom: 5px;
}


.book-hover {
    transition: transform 0.8s;
    position:relative;
    top: 0!important;

}

.walsh-family-owl-carousel .book-hover {
    border: 1px solid #eee;
}

.book-hover:hover {
    transform: translate(0px, -5px);
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    background-color: white;
    transition: all 0.3s ease-in-out;
}
/*
.book-hover {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.book-hover:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
*/
.all-books-container .owl-carousel .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .all-books-container .owl-carousel .owl-nav {
        display: inherit;
    }

    .all-books-container .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 37%;
        left: -10px;
        background-color: rgba(0, 0, 0, 0);
        color: rgba(105, 105, 105, 0.5);
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .all-books-container .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 37%;
        right: -10px;
        background-color: rgba(0, 0, 0, 0);
        color: rgba(105, 105, 105, 0.5);
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .all-books-container .owl-carousel .owl-nav .owl-next:hover {
        background-color: #02A9A9;
    }

    .all-books-container .owl-carousel .owl-nav .owl-prev:hover {
        background-color: #02A9A9;
    }

    .all-books-container .owl-carousel .owl-dots {
        display: none;
    }
}

.walsh-family-container {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {

    .walsh-family-container-row {
        background-color: #fff;
        padding-top: 10px;
        height: 447px;
    }
}

@media (min-width: 992px) {
    .walsh-family-container-row {
        height: 353px;
    }

}

@media (min-width: 1200px) {
    .walsh-family-container-row {
        height: 328px;
    }
}

.walsh-family-container .owl-carousel .item img {
    max-width: 143px;
    margin: auto;
    margin-top:5px;
}

@media (min-width: 1200px) {
    .walsh-family-container .owl-carousel .item img {
        max-width: 100px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.walsh-family-container .owl-carousel .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .walsh-family-container .owl-carousel .owl-nav {
        display: inherit;
    }

    .walsh-family-container .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 32%;
        left: -10px;
        background-color: rgba(0, 0, 0, 0);
        color: rgba(105, 105, 105, 0.5);
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-left:0px;
    }

    .walsh-family-container .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 30%;
        right: -10px;
        background-color: rgba(0, 0, 0, 0);
        color: rgba(105, 105, 105, 0.5);
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-right:0px;
    }

    .walsh-family-container .owl-carousel .owl-nav .owl-next:hover {
        background-color: #02A9A9;
    }

    .walsh-family-container .owl-carousel .owl-nav .owl-prev:hover {
        background-color: #02A9A9;
    }

    .walsh-family-container .owl-carousel .owl-dots {
        display: none;
    }
}

.spotlight-img {
    text-align: center;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .walsh-family-owl-carousel {
        margin-top: 35px;
    }

    .hide-768-up {
        display: none;
    }
}

@media (min-width: 992px) {
    .walsh-family-owl-carousel {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .walsh-family-owl-carousel {
        margin-top: 15px;
    }
}

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

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

.youtube-mobile-owl-carousel .owl-stage-outer {
    /*background-color:#fff;*/
}

.youtube-mobile-owl-carousel .owl-stage-outer .item h3 {
    font-size: 15px;
    font-weight: bold;
    padding-left: 11px;
    padding-right: 11px;
    background-color: #fff;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.youtube-mobile-owl-carousel .owl-stage-outer .item p {
    padding-left: 11px;
    padding-right: 11px;
    color: #696969;
    font-size: 12px;
    line-height: 1.25;
    background-color: #fff;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.spotlight-img img {
    height: 230px;
}

@media (min-width: 768px) {

    .spotlight-img img {
        height:215px;
    }

    .youtube-desktop-col-home h3, .youtube-three-container h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .youtube-desktop-col-home p, .youtube-three-container p {
        font-size: 12px;
        line-height: 1.67;
    }

    .youtube-three-container .white-container {
        height: 185px;
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px
    }

    .youtube-desktop-col-home .white-container .youtube-desktop-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .youtube-desktop-col-home .white-container {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .youtube-three-container .embed-col {
        padding: 0px;
    }

}

@media (min-width: 992px) {
    .youtube-three-container .white-container {
        height: 285px;
    }
    .spotlight-img img {
        height:230px;
    }
}

@media (min-width: 1200px) {
    .youtube-three-container .white-container {
        height: 258px;
        padding-bottom: 10px;
    }

    .youtube-mobile-owl-carousel .owl-stage-outer .item p {
        height: 50px;
    }
}

.embed-container .youtube {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    /*margin: 5px;*/
}

@media (min-width:768px) {
    .video-single-book {
        padding-bottom:10px;
    }
}

@media (min-width:992px) {
    .video-single-book {
        padding-bottom:30px;
    }
}

#myModal {
    width:90%;
    padding-left:10%;
}

.embed-container .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.embed-container .youtube img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.embed-container .youtube img:hover {
    -webkit-filter: brightness(75%);
}

.embed-container .youtube .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

.signup-holder {
    padding-bottom: 20px;
}

.signup-holder.signup-holder-single-news {
    background-color: #02a9a9;
    color:#fff;
}

.signup-holder-single-news .amf-el.amf-type-button input {
    background-color: #fff;
    color: #02a9a9;
    width: 75%;
}

.signup-holder-single-news .amf-el.amf-type-email input {
    width:90%;
}

.signup-holder-single-news h3 {
    margin-top:0px;
    padding-top:24px;
    margin-top:0px !important;
}


@media (min-width:992px) {
    .signup-holder.signup-holder-single-news {
        background-color: #fff;
        color:#000;
    }
    .signup-holder-single-news .amf-el.amf-type-button input {
        background-color: #02a9a9;
        color: #fff;
        width: 75%;
    }
    .signup-holder-single-news h3 {
        padding: 24px 15px;
    }

    .signup-holder.signup-holder-single-news.white-container-sidebar h3 {
        padding-top:24px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
    }

    .get-to-know-marian.white-container-sidebar {
        margin-top:20px;
    }
}

@media (min-width:768px) {
    .blog-page-hero-container {
        padding-top:78px !important;
    }
}

@media (min-width:992px) {
    .blog-page-hero-container {
        padding-top:120px !important;
    }
}

@media (min-width:1200px) {
    .blog-page-hero-container {
        padding-top:120px !important;
    }
}

@media (min-width:1400px) {
    .blog-page-hero-container {
        padding-top:150px !important;
    }
}



h4.marian-logo {
    font-family: 'Caslon540 BT W00 Roman', serif;
    float:left;
    text-transform:lowercase;
    margin:0px;
    font-size:28px;
    padding-top:2px;
}

@media (min-width:992px) {
    h4.marian-logo {
        font-size:30px;
    }
    .blog-single-content h2 {
        text-align: left;
    }
}

.post-navigation {
    background-color: #02a9a9;
    color:#fff;
    font-size:14px;
    height:50px;
    padding:10px 5px;
    margin-top: 10px;
    border-radius:18px;
}

@media (min-width:768px) {
    .post-navigation {
        font-size:20px;
    }
}

/*@media (min-width:768px) {
    .post-navigation  {
        padding-top:20px;
    }
}*/

.nav-left {
    padding-left:15px;
}

.nav-right {
    text-align: right;
    padding-right:15px;
}

.post-navigation a {
    color:#fff;
    font-size:11px;
}

@media (min-width:329px) {
    .nav-right {
        padding-right: 5px;
    }
    .nav-left {
        padding-left: 5px;
    }

    .post-navigation a {
        font-size:10px;
    }
}

@media (min-width:992px) {
    .post-navigation a {
        font-size:15px;
    }
}

@media (min-width:1200px) {
    .post-navigation a {
        font-size:17px;
    }
}

.padding-top {
    padding-top:3px;
}
@media (min-width:768px) {
   .padding-top {
        padding-top:0px;
    }
}

.post-navigation .fa {
    padding-top:8px;
}

@media (min-width:768px) {
    .post-navigation .fa {
        padding-top:0px;
    }
}

.padding-left-only {
    padding: 0px 0px 0px 15px;
}

.padding-right-only {
    padding: 0px 15px 0px 0px;
}


@media (min-width:1200px) {
    .padding-left-1200-only {
        padding: 0px 0px 0px 15px;
    }
    .padding-right-1200-only {
        padding: 0px 15px 0px 0px;
    }
}

.get-to-know-marian-img {
    text-align:center;
    padding-bottom:15px;
}

.get-to-know-marian-img img {
    height:167px;

}



p.latest-newsletters {
    border-bottom:1px solid #979797;
    padding-bottom:10px;
}
p.latest-newsletters:last-child {
    border:none;
    padding-bottom:0px;
}

p.latest-newsletters a {
    color: #000000;
}



.signup-holder h3 {
    margin-top: 38px;
}

.singup-holder .gform_confirmation_message {
    text-align: center;
}

.signup-holder .gform_heading {
    display: none;
}

.signup-holder form .gform_footer input {
    background-color: #02a9a9;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
    width: 100% !important;
    margin-right: 0px !important;
}

.signup-holder form .gform_footer input:hover {
    background-color: #028787;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-color: #028787;
}

.padding-0 {
    padding-left:0px;
    padding-right:0px;
}

@media (min-width:992px) {
    .padding-0 {
        padding-left:15px;
        padding-right:15px;
    }
}

.signup-holder form .gform_footer input:focus {
    background-color: #028787;
}

@media (min-width: 768px) {
    .signup-holder form .gform_footer input {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .signup-holder form .gform_footer input {
        width: 40% !important;
    }
}

@media (min-width: 1200px) {
    .signup-holder form .gform_footer input {
        width: 30% !important;
    }
}

.signup-holder form .gform_footer {
    text-align: center;
}

.signup-holder form .gform_body ul li .ginput_container {
    text-align: center;
}

@media (min-width: 768px) {
    .signup-holder form .gform_body ul li {
        margin-top: 0px;
    }

    .signup-holder form .gform_body ul li .ginput_container {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .front-page-container {
        padding-top: 20px;
    }
}

/**CALENDAR**/

/*.calendar-container-wrap {
    margin-bottom: 80px;
}*/

/*@media (min-width: 768px) {
    .calendar-container-wrap {
        margin-bottom: 60px;
    }
}*/

.calendar-container {
    background-color: #fff;
    margin-top: 14px;
    margin-bottom: 20px;
}

.calendar-container:last-child {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .calendar-container:first-child {
        margin-top: 40px;
    }

    .calendar-container:last-child {
        margin-bottom: 90px;
    }
}

.calendar-container .calendar-date-col {
    background-color: #00A9A8;
}

.calendar-container .calendar-date-col p {
    color: #fff;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
}

.calendar-container p a {
    text-decoration: underline;
    color: #2BC9C8;
}

@media (min-width: 768px) {
    .calendar-container p a {
        color: #000;
    }
}

.calendar-title-col h1 {
    font-size: 25px;
    text-align: center;
}

.calendar-container .calendar-days-block .calendar-single-day p,
.calendar-container .calendar-days-block .calendar-single-time p {
    font-weight: bold;
}

@media (min-width: 768px) {
    .calendar-container .calendar-days-block .calendar-single-day p,
    .calendar-container .calendar-days-block .calendar-single-time p {
        font-weight: normal;
    }
}

.calendar-container .calendar-days-block .calendar-single-day p,
.calendar-container .calendar-days-block .calendar-single-time p,
.calendar-container .calendar-days-block .calendar-single-item p {
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 0px;
}

.calendar-container .calendar-days-block .calendar-single-day p,
.calendar-container .calendar-days-block .calendar-single-time p {
    margin-bottom: 2px;
}

.calendar-container .calendar-days-block {
    border-bottom: solid 1px #979797;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .calendar-container .calendar-days-block {
        border: none;
    }
}

.calendar-container .calendar-days-block:last-child {
    border: none;
}

@media (min-width: 768px) {
    .calendar-container-wrap {
        /*background-color: #fff;*/
        margin-top: 30px;
        /*margin-bottom: 140px;*/
    }

    .event-headline h3 {
        text-align: left;
    }
}

/**Videos**/

.video-page-wrap {
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .video-page-wrap {
        margin-bottom: 60px;
    }
}

.video-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.video-section:first-child {
    padding-top: 20px;
}

.video-section:last-child {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .video-section {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .video-section:first-child {
        padding-top: 30px;
    }

    .video-section:last-child {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .video-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .video-section:first-child {
        padding-top: 30px;
    }

    .video-section:last-child {
        padding-bottom: 50px;
    }
}

.video-row h2 {
    padding-bottom: 15px;
}





.video-page-wrap .disabled {
    display: none !important;
}

.video-page-wrap .slider-navigation {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.video-page-wrap .dots {
    counter-reset: dots;
    display: inline-block;
    margin: 0 auto;
    /*width: 200px;*/
    text-align: center;
    font-size: 16px;
    position:absolute;
    left:30%;
    /*right:25%;*/
    bottom:0px;
    bottom:-9px;
}

.arrow-dots-wrapper {
    width:235px;
    margin:auto;
}

@media (min-width:430px) {
    .video-page-wrap .dots {
        left: 35%;
    }
}

@media (min-width:550px) {
    .video-page-wrap .dots {
        left: 39%;
    }
}

@media (min-width:650px) {
    .video-page-wrap .dots {
        left: 41%;
    }
}


@media (min-width:768px) {
    .arrow-dots-wrapper {
        margin:0 auto;
    }
    .video-page-wrap .dots {
        left: 42%;
    }
}

@media (min-width:992px) {
    .video-page-wrap .dots {
        left: 44%;
    }
}

@media (min-width:1200px) {
    .video-page-wrap .dots {
        left: 45%;
    }
}


.video-page-wrap .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.video-page-wrap .pageshow,
.video-page-wrap .owl-dot.active {
    padding: 5px !important;
    margin: 5px 0;
    visibility: visible !important;
    width:25px !important;
    display: inline-block !important;
}


.video-page-wrap .owl-dot {
    display: inline-block;
    cursor: pointer;
    /* hide by default */
    width: 0;
    padding: 0;
    marign: 0;
    visibility: hidden;
}

.video-page-wrap .owl-dot:hover,
.video-page-wrap .owl-dot.active {
    font-weight: bold;
    color: #02A9A9;
}

.video-page-wrap .arrows {
    position: relative;
    width:100%;
    margin:0 auto;
}

@media (min-width:768px) {
    .video-page-wrap .arrows {
        /*width:35%;*/
    }
}

@media (min-width:992px) {
    .video-page-wrap .arrows {
        /*width:23%;*/
    }
}

.video-page-wrap .arrows > div {
    position: relative;
    background: #02A9A9;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 12px;
    /*margin: 5px 0;*/
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
    width: 32px;
    display:inline-block;
}





/*.video-page-wrap .owl-prev {
    left: calc(50% - 110px);
}*/

.video-page-wrap .owl-prev:active {
    background-color:#4A4A4A;
}

.video-page-wrap .owl-prev:hover {
    background-color:#4A4A4A;
}

/*.video-page-wrap .owl-next {
    right: calc(50% - 110px);
}*/

.video-page-wrap .owl-next:active {
    background-color:#4A4A4A;
}

.video-page-wrap .owl-next:hover {
    background-color:#4A4A4A;
}


.video-page-wrap .arrows > div.owl-prev {
    left:0px;
}

.video-page-wrap .arrows > div.owl-next {
    right:0px;
    float:right;
}









/**News**/

/*.blog-container-wrap {
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .blog-container-wrap {
        margin-bottom: 60px;
    }
}*/

.news-title-col h1 {
    font-size: 25px;
    text-align: center;
}

.blog-container-wrap .blog-container {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .blog-container-wrap .blog-container {
        padding-top: 30px;
    }
}

.blog-link {
    background-color: #02a9a9;
    color:#fff;
}

.blog-container .blog-container-single {
    background-color: #fff;
    padding-top: 15px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .blog-container .blog-container-single {
        height: 315px;
    }
}

@media (min-width: 992px) {
    .blog-container .blog-container-single {
        height: 362px;
    }
    .blog-container .blog-container-single.news-page-single {
        height: 390px;
    }
}

@media (min-width: 1200px) {
    .blog-container .blog-container-single {
        height: 295px;
    }
    .blog-container .blog-container-single.news-page-single {
        height: 323px;
    }
}

.blog-container .col-xs-12:last-child .blog-container-single {
    margin-bottom: 40px;
}

.news-container.blog-container {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-bottom: 0px;
}

.news-subscribe-wrap .gform_heading {
    display: none;
}

.news-subscribe-wrap .gform_body ul li label {
    display: none !important;
}

.news-subscribe-wrap .gform_footer {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center !important;
}

.news-subscribe-wrap .gform_footer input.gform_button {
    margin-bottom: 0px !important;
    background-color: #00A8A8;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-right: 0px !important;
}

.news-subscribe-wrap .gform_footer input.gform_button:hover {
    background-color: #028787;
}

.news-subscribe-wrap .gform_footer input.gform_button:focus {
    background-color: #028787;
}

@media (min-width: 768px) {
    .news-subscribe-wrap .gform_footer input.gform_button {
        padding: 5px 10px;
    }
}

.news-subscribe-headline h4 {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.news-subscribe-container {
    background-color: #fff;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .news-subscribe-container {
        background-color: #F2EDE6;
        padding-top: 25px;
    }

    .news-subscribe-container.blog-page-subscribe {
        background-color:#fff;
        padding-top:0px;
        margin-top:25px;
    }

    .news-subscribe-headline h4 {
        font-size: 20px;
    }
}

@media (min-width: 641px) {
    .news-subscribe-wrap .gform_body ul li .ginput_container input {
        width: 100%;
    }

    .news-subscribe-wrap .gform_footer input.gform_button {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .news-subscribe-wrap .gform_body ul li .ginput_container input {
        width: 50%;
    }

    .news-subscribe-wrap .gform_footer input.gform_button {
        width: 50% !important;
    }

    .news-subscribe-wrap .gform_body ul li .ginput_container {
        text-align: center;
    }

    ..news-subscribe-wrap .gform_footer {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .news-subscribe-wrap .gform_body ul li .ginput_container input {
        width: 40%;
    }

    .news-subscribe-wrap .gform_footer input.gform_button {
        width: 40% !important;
    }
}

@media (min-width: 1200px) {
    .news-subscribe-wrap .gform_body ul li .ginput_container input {
        width: 30%;
    }

    .news-subscribe-wrap .gform_footer input.gform_button {
        width: 30% !important;
    }
}

.news-subscribe-wrap {
    text-align: center;
}

.news-subscribe-wrap form .amf-el-inner input {
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    border: 1px solid #ccc;
}

.news-subscribe-wrap form .amf-type-button input {
    width: 100%;
    background-color: #02a9a9;
    color: #fff;
    border-radius: 18px;
    border: none;
    padding: 5px 10px;
    margin: 15px 0 10px;
    outline: none !important;
}

@media (min-width: 768px) {
    .news-subscribe-wrap form .amf-el-inner input, .news-subscribe-wrap form .amf-type-button input {
        width: 50%;
    }

    .modal-news.news-subscribe-wrap form .amf-el-inner input, .modal-news.news-subscribe-wrap form .amf-type-button input {
        width: 100%;
    }
}

.news-subscribe-wrap form .amf-type-button input:hover {
    background-color: #028787;
    color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-color: #028787;
}
.news-subscribe-wrap form .amf-type-button input:active:hover {
    background-color: #4A4A4A;
    color: #fff;
    border-color: #4A4A4A;
}
.news-subscribe-wrap form .amf-type-button input:active:focus {
    background-color: #4A4A4A;
    color: #fff;
    border-color: #4A4A4A;
}

@media (min-width: 992px) {
    .news-subscribe-wrap form .amf-el-inner input, .news-subscribe-wrap form .amf-type-button input {
        width: 40%;
    }

    .modal-news.news-subscribe-wrap form .amf-el-inner input, .modal-news.news-subscribe-wrap form .amf-type-button input {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    /*.news-subscribe-wrap form .amf-el-inner input, .news-subscribe-wrap form .amf-type-button input {
        width: 20%;
    }*/

    .modal-news.news-subscribe-wrap form .amf-el-inner input, .modal-news.news-subscribe-wrap form .amf-type-button input {
        width: 100%;
    }
}

/**Books**/

.books-mobile-container, .books-desktop-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.books-mobile-container {
    margin-bottom: 80px;
}

.books-desktop-container {
    margin-bottom: 60px;
}

.books-desktop-container h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
}

.books-desktop-container .container {
    background-color: #fff;
}

@media (min-width: 768px) {
    .books-desktop-container .container ul.nav-pills {
        padding-left: 9%;
        border-bottom: 1px solid #979797;
        border-top: 1px solid #979797;
    }

    .books-desktop-container .container ul.nav-pills li {
        font-size: 15px;
    }

    .books-desktop-container .container ul.nav-pills li a {
        color: #000;
        padding: 10px 25px;
    }

    .books-desktop-container .container ul.nav-pills li a:hover {
        background-color: #fff;
    }

    .books-desktop-container .container ul.nav-pills li a:focus {
        background-color: #fff;
    }

    .books-desktop-container .container ul.nav-pills li.active a {
        color: #02a9a9;
        font-weight: bold;
        background-color: #fff;
        text-decoration: underline;
    }

    .books-desktop-container img {
        width: 200px;
    }

    .books-desktop-container .book-img-col {
        text-align: center;
    }

    .books-desktop-container .single-book-holder {
        border: 1px solid #979797;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .books-desktop-container .single-book-holder p.book-title {
        font-weight: bold;
        margin-top: 10px;
    }

    .books-desktop-container .single-book-holder .book-excerpt p {
        line-height: 1.33;
    }

    .books-desktop-container .single-book-holder .button-holder {
        padding-bottom: 5px;
    }

    .books-desktop-container .single-book-holder .button-holder button {
        width: 75%;
    }

    .books-desktop-container .single-book-holder .dropdown button {
        width: 75%;
    }

    .books-desktop-container .single-book-holder .dropdown ul.dropdown-menu {
        left: 13%;
        width: 237px;
    }

}

@media (min-width: 992px) {
    .books-desktop-container h1 {
        margin-top: 40px;
    }

    .books-desktop-container .container ul.nav-pills li a {
        color: #000;
        padding: 10px 40px;
    }

    .books-desktop-container .single-book-holder {
        padding: 15px;
        height: 383px;
    }

    .books-desktop-container .single-book-holder .dropdown ul.dropdown-menu {
        width: 134px;
        min-width: 0px;
    }

    .books-desktop-container .single-book-holder p.book-title {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .books-desktop-container .single-book-holder {
        height: 360px;
    }
}

.single-book-holder {
    padding-bottom: 70px;
}

.single-book-holder .dropdown {
    text-align: center;
    margin-bottom: 8px;
}

.single-book-holder .dropdown ul.dropdown-menu.mobile-dropdown {
    width: 160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .single-book-holder .dropdown ul.dropdown-menu {
        left: 20%;
    }

    .single-book-holder .dropdown button, .single-book-holder .button-holder button {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .books-desktop-container .container ul.nav-pills {
        padding-left: 11%;
    }

    .single-book-holder .dropdown ul.dropdown-menu {
        left: 25%;
    }

    .single-book-holder .dropdown button, .single-book-holder .button-holder button {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .books-desktop-container .container ul.nav-pills {
        padding-left: 14%;
    }

    .single-book-holder .dropdown ul.dropdown-menu {
        left: 30%;
    }

    .books-desktop-container .single-book-holder .dropdown ul.dropdown-menu {
        width: 172px;
    }

    .single-book-holder .dropdown button, .single-book-holder .button-holder button {
        width: 40%;
    }

    .books-desktop-container .single-book-holder p.book-title {
        margin-top: 10px;
    }

    .books-desktop-container .container ul.nav-pills li a {
        padding: 10px 50px;
    }
}

/**MODAL**/

#myModal .modal-dialog {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #myModal .modal-dialog {
        width: 40%;
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    #myModal .modal-dialog {
        width: 30%;
        margin-top: 150px;
    }
}

@media (min-width: 1200px) {
    #myModal .modal-dialog {
        width: 25%;
        margin-top: 200px;
    }
}

@media (min-width: 1500px) {
    #myModal .modal-dialog {
        width: 20%;
    }
}

#myModal .modal-dialog .modal-content iframe{
        position: absolute;
        top:0;
        bottom: 0;
        margin-top: 100px;
        margin-left: -180px;
        transform: scale(0.77, 0.77);
        object-fit:contain;
}

#myModal .modal-dialog .modal-header h4 {
    text-align: center;
}

#myModal .modal-dialog .modal-content button {
    position: relative;
    bottom: 25px;
    opacity: 1;
    color: #fff;
    outline: none !important;
}

#myModal .modal-dialog .modal-content .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

#myModal .modal-dialog .modal-content .modal-body .gform_heading {
    display: none;
}

#myModal .modal-dialog .modal-content .modal-body .gform_body input {
    border: solid 0.5px #979797;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 641px) {
    #myModal .modal-dialog .modal-content .modal-body .gform_body input {
        width: 100%;
    }
}

#myModal .modal-dialog .modal-content .modal-body .gform_body ul li {
    margin-top: 0px;
    padding-right: 0px;
}

#myModal .modal-dialog .modal-content .modal-body .gform_body ul li label {
    display: none;
}

#myModal .modal-dialog .modal-content .modal-body .gform_footer {
    margin-top: 0px;
}

#myModal .modal-dialog .modal-content .modal-body .gform_footer input.gform_button {
    background-color: #00A9A8;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-style: italic;
}

@media (min-width: 641px) {
    #myModal .modal-dialog .modal-content .modal-body .gform_footer input.gform_button {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0px !important;
    }
}



#extractModal .modal-content {
    border-radius:0px;
    background-color:#F2EDE6;
    border:none;
    padding: 25px 35px 0px;
}

#extractModal .modal-dialog-2 {
    width:100%;

}

#extractModal.modal.fade .modal-dialog-2 {
    transform:none;
}

#extractModal .modal-inner-container {
    background-color:#fff;
}

#extractModal .modal-inner-container .modal-body p {
    font-family:serif;
}

#extractModal .modal-inner-container .modal-header {
    text-align: center;
    border:none;
}

#extractModal .author-title {
    text-transform: uppercase;
}


#extractModal .x-close {
    background-color:#00A9A8;
    opacity:1;
    color:#fff;
    position:absolute;
    padding:3px 13px 9px;
    border-radius:18px;
    right:55px;
    top:40px;
    font-size:25px;
}

body.modal-open {
    overflow: hidden;
}

@media (min-width:768px) {
    #extractModal .modal-dialog-2 {
        width:700px;
        margin: 30px auto;
    }
    #extractModal .modal-inner-container .modal-body {
        padding: 0px 90px 25px;
    }
}

@media (min-width:992px) {
    #extractModal .modal-dialog-2 {
        width:900px;
    }
    #extractModal .modal-inner-container .modal-body {
        padding: 0 110px 25px;
    }
}

@media (min-width:1200px) {
    #extractModal .modal-dialog-2 {
        width:1100px;
    }
    #extractModal .modal-inner-container .modal-body {
        padding: 0px 150px 35px;
    }
}


#extractModal .modal-end-button {
    text-align: center;
    padding-bottom:30px;
}







/**SINGLE BLOG**/

.blog-single-container {
    /*margin-bottom: 28px;*/
    background-color: #fff;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .blog-single-container {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .blog-single-container {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .blog-single-container {
        padding: 35px 50px 50px;
    }
}

.blog-single-container .blog-single-headline-container hr {
    margin-top: 0px;
}

.blog-single-container .blog-single-headline h1 {
    font-size: 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .blog-single-container .blog-single-headline h1 {
        font-size: 30px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .blog-single-container .blog-single-headline h1 {
        font-size: 38px;
    }
}

/**ABOUT**/

.about-container .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 2px;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(105, 105, 105, 0.5);
    font-size: 30px;
}

.about-container .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 2px;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(105, 105, 105, 0.5);
    font-size: 30px;
}

.about-container h3 {
    background-color: #00a8a9;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-container p {
    /*background-color:#fff;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.about-container .white-about-container h3 {
    background-color: #00a8a9;
    color: #fff;
    margin: 0px;
    padding: 12px 10px;
    text-align: left;
}

.about-container .white-about-container p {
    padding: 5px 10px;
    margin-bottom: 0px;
    background-color: #fff;
    margin-bottom: 30px;
}

.about-container .about-publication h3 {
    text-align: left;
}

.about-container h2 {
    text-align: left;
}

@media (min-width: 768px) {
    .about-container {
        background-color: #fff;
        margin-top: 20px;
        /*margin-bottom: 70px;*/
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .about-container ul.nav-pills {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .about-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .about-container {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.about-container ul.nav-pills li {
    float: inherit;
    border-bottom: solid 1px #979797;
}

@media (min-width: 992px) {
    .about-container ul.nav-pills li {
        width: 80%;
    }
}

.about-container ul.nav-pills li a {
    font-size: 15px;
    color: #000;
    padding: 15px 15px 15px 0px;
}

.about-container ul.nav-pills li a:hover {
    background-color: #fff;
}

.about-container ul.nav-pills li a:focus {
    background-color: #fff;
}

.about-container ul.nav-pills li.active a {
    background: none;
    color: #02a9a9;
    /*font-weight:bold;*/
}

.about-container .tab-content h3 {
    text-align: left;
    color: #fff;
    background-color: #00a8a9;
    margin: 0px;
    padding: 12px 10px;
}

.about-container .tab-content p {
    padding-top: 10px;
    padding-bottom: 5px;
}

.about-prev-arrow {
    text-align: left;
    left: 0;
    padding-right: 0px;
}

.about-next-arrow {
    text-align: right;
    right: 0;
    padding-left: 0px;
}

.about-arrow {
    font-size: 25px;
    /*position:absolute;*/
}

.about-arrow a {
    color: rgba(105, 105, 105, 0.5);
}

.about-arrow a:hover {
    text-decoration: none;
}

.about-arrow a:focus {
    text-decoration: none;
}

.about-title-row {
    padding-top: 10px;
}

.about-title-row h1 {
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    margin-top: 6px;
}

@media (min-width: 768px) {
    .about-title-row {
        padding-left: 23px;
    }

    .about-title-row h1 {
        text-align: left;
    }
}

.beauty-about-permalink {
    text-align: right;
}

.beauty-about-permalink a {
    color: #139898;
    text-transform: lowercase;
    text-decoration: underline;
}

.beauty-about-permalink a:hover {
    text-decoration: underline;
}

.beauty-about-permalink a:focus {
    text-decoration: underline;
}

.beauty-about-holder {
    background-color: #fff;
}

.beauty-about-holder h3 {

}

@media (min-width: 768px) {
    .beauty-about-holder h3 {

    }
}

/**BOOK SINGLE**/

.book-single-title h1 {
    font-size: 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .book-single-title h1 {
        font-size: 40px;
        margin-bottom: 20px;
        text-align: left;
    }
}

.review-row .owl-carousel .item {
    background-color: #fff;
}

.review-row .owl-carousel .item .review-text p {
    font-style: italic;
    padding: 10px;
    margin-bottom: 0px;
}

.review-row .owl-carousel .item .review-publication p {
    font-style: italic;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0px;
    text-align: right;
}

@media (min-width: 768px) {
    .review-row .review-text p {
        background-color: #fff;
        margin-bottom: 0px;
        padding: 10px;
        font-style: italic
    }

    .review-row .review-publication p {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 30px;
        text-align: right;
        font-style: italic;
        font-weight: bold
    }
}

.art-int-row ul {
    padding-left: 0px;
    background-color: #fff;
    padding: 10px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .art-int-row ul {
        background-color: #F2EDE6;
        padding-left: 0px;
    }
}

.art-int-row ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art-int-row ul li a {
    color: #000;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .single-book-holder h2 {
        text-align: left;
    }

    .video-section h3 {
        background-color: #fff;
        margin: 0px;
        padding: 20px 10px 10px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.33;
    }

    .video-section p {
        background-color: #fff;
        margin: 0px;
        padding: 0px 10px 20px;
        margin-bottom: 20px;
        font-size: 12px;
        font-style: italic;
        color: #696969;
        line-height: 1.25;
    }

    .video-section h2 {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .single-book-holder {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

/**404 Page**/

.container-404 {
    margin-top: 20px;
}

.container-404 .row {
    background-color: #fff;
}

h1.h1-404 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

h2.h2-404 {
    text-align: center;
    font-size: 20px;
}

.icon-404 {
    text-align: center;
    padding-top: 10px;
}

.icon-404 i {
    color: #02a9a9;
    font-size: 90px;
}

.hero-text-container-ty h1 {
        font-family: 'Caslon540 BT W00 Roman', serif;
}

.text-wrap-404 {
    text-align: center;
}

@media (min-width: 768px) {
    .container-404 .row {
        padding-top: 20px;
        padding-bottom: 30px;
    }



    h1.h1-404 {
        font-size: 60px;
        margin-top: 0px;
    }



    .hero-text-container-404  {
        padding-top:60px;
    }

    .hero-text-container-ty {
        padding-top:60px;
    }

    .hero-text-container-404 h1 {
        font-family: 'Caslon540 BT W00 Roman', serif;
    }

    .h4-404 {
        font-size:24px;
    }

    h2.h2-404 {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 30px;

    }

    .icon-404 i {
        font-size: 150px;
    }

    .container-404 hr {
        width: 60%;
    }

    .spotlight-container .white-container {
        height: 447px;
    }

    .ty-mobile-text {
        display:none;
    }

}

@media (min-width: 992px) {
    .icon-404 i {
        font-size: 180px;
    }

    .spotlight-container .white-container {
        height: 353px;
    }
    .hero-text-container-404   {
        padding-top:140px;
    }
    .hero-text-container-ty {
        padding-top:140px;
    }

    .hero-text-container-404 h1 {
        font-size:45px;
    }
    .hero-text-container-ty h1 {
        font-size:45px;
    }
}

@media (min-width: 1200px) {
    .spotlight-container .white-container {
        height: 328px;
    }
    .hero-text-container-404 {
        padding-top:170px;
    }
    .hero-text-container-ty {
        padding-top:130px;
    }
    .hero-text-container-404 h1 {
        font-size:60px;
    }
    .hero-text-container-ty h1 {
        font-size:78px;
    }
    .hero-text-container-404 h4  {
        font-size:30px;
    }
    .hero-text-container-ty h4 {
        font-size:30px;
    }
    .hero-text-container-404 p {
        font-size:20px;
    }
    .hero-text-container-ty p {
        font-size:20px;
    }
}

.social-individual-holder {
    padding-bottom: 20px;
}

.social-individual-holder.social-individual-holder-news {
    padding-top: 5px;
    padding-bottom: 0px;
}

.social-individual-holder .social-individual-col {
    padding: 0px 5px;
    text-align: center;
}

.social-individual-holder p {
    font-size: 10px !important;
    text-align: center;
    line-height: 14px !important;
    padding-top: 16px;
    padding-left: 0px;
}

.social-individual-holder ul.social-media-icons {
    padding-left: 0px;
}

.social-individual-holder ul.social-media-icons li {
    list-style-type: none;
    padding-right:9px;
    /*padding-left:7px;*/
}

.social-individual-holder ul.social-media-icons li a {
    color: #696969;
}

.social-individual-holder ul.social-media-icons li a i.fa-stack-1x {
    padding-top: 12px;
    padding-left: 9px;
    font-size: 23px;
}

.social-individual-holder ul.social-media-icons li a i.fa-stack-2x {
    font-size: 45px;
}

.slider-dots-mobile {
    text-align: center;
}

.slider-dots-mobile li {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #d8d8d8;
    border: solid 1px #979797;
    list-style-type: none;
    display: inline-block;
}

.slider-dots-mobile a {
    padding: 0px 1px;
}

.slider-dots-mobile a:hover {
    text-decoration: none;
}

.slider-dots-mobile a:focus {
    text-decoration: none;
}

.slider-dots-mobile li.active {
    background-color: #00A9A8;
}

@media screen and (max-width:522px) {
    .post-navigation a {
        font-size: 9px;
    }
}

.prh-footer {
    padding-bottom:20px;
}

.post-navigation:hover {
    background-color: #028787;
    color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-color: #028787;
}

.competition-intro-text p {
    font-size:18px;
    line-height:30px;
}

@media (min-width:768px) {
    .competition-intro-text p {
        font-size:20px;
    }
}

.competition-details-text p {
    font-size:15px;
    line-height:25px;
}

.competition-details-text ul {
    font-size:15px;
}

.competition-terms-text ol {
    padding-left:15px;
}

.competition-terms-text ol li {
    font-size:8px;
    line-height:12px;
    padding-bottom:5px;
}

.competiton-page-wrap hr {
    border: solid 1px #02a9a9;
    margin-top:40px;
    margin-bottom:40px;
}

.competition-image {
    padding-bottom:30px;
}

.competition-social-share-icons {
    text-align: center;
    padding-bottom:20px;
}

.competition-social-share-icons img {
    width:55px;
    margin-left:5px;
    margin-right:5px;
}

@media (min-width:768px) {
    .competition-social-share-icons img {
        width:75px;
        margin-left:14px;
        margin-right:14px;
    }
    .hero-competition-container {
        padding-top:80px;
    }
}

.competition-book-wrap {
    text-align: center;
}

@media (min-width:768px) {
   .competition-book-wrap img {
        width:270px;
    }
}

@media (min-width:992px) {
   .competition-book-wrap img {
        width:350px;
    }
    .hero-competition-container {
        padding-top:105px;
    }
}

@media (min-width:1200px) {
   .competition-book-wrap img {
        width:377px;
    }
    .hero-competition-container {
        padding-top:145px;
    }
}

.competiton-wrap {
    padding-bottom:100px;
}


.checkbox-comp > label {
    display:none !important;
}

.competition-form-wrap input {
    width:100%;
}

.competition-form-wrap input.checkbox {
    width:inherit;
    display:inline-block;
    margin-right:8px;
}

.competition-form-wrap label {
    font-size:14px !important;
    font-weight:400;
}

.competition-form-wrap .submit-button-container {
    text-align: center;
    padding: 12px 0 24px;
}

.competition-form-wrap .submit-button-container .submit-button {
    background-color: #02a9a9;
    color:#fff;
    border:none;
    width:250px !important;
    border-radius:20px;
    padding:5px 0;
    font-size:15px;
    outline: none !important;
}


.competition-form-wrap .submit-button-container .submit-button:hover{
    background-color: #028787;
    color: #fff;
    border-color: #028787;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.competition-form-wrap .form-single-container {
    padding-bottom:12px;
}

.competition-form-wrap .form-single-container input {
    height:32px;
}


@media (min-width:450px) {
    .competition-form-wrap label {
        font-size:16px !important;
    }
}

@media (min-width:768px) {
    .competition-form-wrap label {
        font-size:17px !important;
    }
}

@media (min-width:992px) {
    .competition-form-wrap label {
        font-size:20px !important;
    }
    .competition-form-wrap .submit-button-container {
        padding: 24px 0 0;
    }
    .competition-form-wrap .form-single-container {
        padding-bottom:24px;
    }
}

.competition-form-wrap .form-checkbox-container label {
    color: #626262;
}

textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.calendar-outer-wrap {
    padding-bottom:110px;
}



@media (min-width:992px) {
    .white-color {
        background-color:#fff;
    }
}

.calendar-container .calendar-days-block .calendar-single-item .calendar-content p {
    font-size:13px;
    padding-top:5px;
    padding-bottom:5px;
}

.calendar-container .calendar-days-block .calendar-single-item .calendar-content p:first-child {
    padding-top:10px;
}

#compModal .modal-dialog .modal-content {
    border-radius:0px;
}

#compModal .modal-dialog .modal-content button.close {
    position: relative;
    bottom: 0px;
    opacity: 1;
    color: #00A9A8;
    outline: none !important;
    z-index:999;
    padding:10px 15px;
}

#compModal .modal-dialog .modal-content .modal-body p {
    text-align: center;
    margin:15px 0px;
    font-size:18px;
}

#compModal .modal-dialog {
    margin: 70px 10px;
}

@media (min-width:768px) {
    #compModal .modal-dialog {
        margin: 70px auto;
    }
}

@media (min-width:992px) {
    #compModal .modal-dialog {
        width:700px;
        margin: 160px auto;
    }
}

/* gdpr amendments for the newsletter */

.gdpr_notice {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #000 !important;
}

.gdpr_notice a:hover{
  text-decoration: underline !important;
  color: #000 !important;
}
