:root  {
    --color-orange: #fc510b;
    --color-blue: #3103a3;
    --color-marine: #251a44;
    --color-gray: #dddddd;
}

body {
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    font-weight: lighter;
    letter-spacing: 0.05em;
}

.orange {
    color: var(--color-orange) !important;
}
.blue {
    color: var(--color-blue) !important;
}
.marine {
    color: var(--color-marine) !important;
}
.gray {
    color: var(--color-gray) !important;
}

.entry-content, p {
    color: var(--color-marine);
}
.entry-content strong, .entry-content b {
    color: var(--color-orange);
    font-weight: bold;
}

.entry-content *.bold-marine strong, .entry-content *.bold-marine b, .entry-content strong.bold-marine, .entry-content b.bold-marine {
    color: var(--color-marine) !important;
}

.entry-content *.bold-orange strong, .entry-content *.bold-orange b, .entry-content strong.bold-orange, .entry-content b.bold-orange {
    color: var(--color-orange) !important;
}

.entry-content *.bold-blue strong, .entry-content *.bold-blue b, .entry-content strong.bold-blue, .entry-content b.bold-blue {
    color: var(--color-blue) !important;
}

.a, a:visited,
.entry-content a, .entry-content a:visited {
    color: var(--color-marine);
    text-decoration: underline;
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color, :root .has-vivid-cyan-blue-color {
    color: var(--color-marine);

}

.entry-content a:hover {
    text-decoration: underline;
    color: var(--color-orange);
}

aside a, aside a:visited {
    text-decoration: none;
    font-weight: normal;
    color: var(--color-blue);
}

aside a:hover {
    text-decoration: underline;
    color: var(--color-blue);
}


.form-control {
    border-radius: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 1rem;
}

#footer-widget .wpcf7 form .wpcf7-response-output {
    color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: red; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: var(--color-orange); /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: var(--color-orange); /* Yellow */
}

#footer-widget .wpcf7-not-valid-tip {
    font-size: 0.7rem;
}


.btn-primary {
    text-decoration: none !important;
    color: white !important;
    padding: 6px 16px;
    border-radius: 50px;
    background-color: var(--color-orange);
    border: none;
}

.btn-primary:hover {
    background-color: var(--color-blue);
}

input[type="submit"] {
    border-radius: 0 !important;
    background-color: var(--color-orange);
    border: none;
    color: white;
}

input[type="submit"]:hover {
    background-color: var(--color-blue);
}

label {
    width: 70%;
}

textarea {
    width: 100%;
    border: solid 1px var(--color-gray);
}


input {
    margin: 0;
    margin-bottom: 5px;
    padding: 10px 10px;
    line-height: 1.6rem;
    width: 100%;
    border: solid 1px var(--color-gray);

}

input[type="submit"] {
    text-transform: none;
    font-weight:normal;
    display: block;
    width: auto;
}

select {
    margin: 0;
    margin-bottom: 5px;
    padding: 10px 10px;
    line-height: 1.6rem;
    width: 100%;
    border: solid 1px var(--color-gray);
    -webkit-appearance: none;
}

/* TITLES */

h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
    font-size: 3.4rem;
    color: var(--color-marine);
    margin-top: 3rem;
    line-height: 3.4rem;
}

h2 {
    font-size: 2.8rem;
    margin-top: 3rem;
    line-height: 3.2rem;
}

h3, h4 {
    font-size: 2.4rem;
    margin-top: 4rem;
    line-height: 3rem;
}

h5, h6 {
    font-size: 1.8rem;
    margin-top: 3rem;
    line-height: 2rem;
}

h1 span, h2 span, h3 span {
    color: var(--color-orange);

}

.entry-content h1 {
    margin-bottom: 3rem;
}

.entry-content .block-header {
    color: var(--color-orange);
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
    margin: 0 auto !important;
}

.entry-content .block-title {
    text-align: center;
    font-weight: normal;
    margin: 0 auto 1rem auto;
    font-size: 2.6rem;
}

.entry-content p, .entry-content ul {
    text-align: justify;
}

p + ul {
    margin-top: -1rem;
}

ul {
    margin-bottom: 1.5rem;
}
/* QUOTES */

.ky-quote-random:not(:first-child) {
    display: none;
}

.ky-quote-orange {
    background: url("../img/bg-orange.jpg") -220px -100px !important;
    padding: 3rem 0;
}

.ky-quote-blue {
    background: url("../img/bg-blue.jpg") -200px -100px !important;
    padding: 3rem 0;
}

.ky-quote-marine {
    background: url("../img/bg-marine.jpg") -220px -100px !important;
    padding: 3rem 0;
}

.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-pullquote blockquote>cite {
    display: block;
    text-align: right;
    color: white;
    font-size: 0.8rem;
    margin: 2rem 4rem 0 4rem;
}

.wp-block-pullquote p {
    color: white;
    text-align: center;
    margin: 0 2rem;
    font-size: 1.2rem;
}




.ky_blog_btn {
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    display: block !important;
    font-weight: normal;
}

.ky_blog_btn a {
    position: relative;
    background: transparent;
    font-size: .9rem;
    white-space: nowrap;
    padding: 10px 50px;
    border: solid 2px #cfcdd5;
    border-radius: 50px;
    color: var(--color-orange) !important;
    text-decoration: none;
}

.ky_blog_btn a:before {
    position: absolute;
    left: 30px;
    top: 10px;
    content: "";
    background: url("../img/arrow-open-orange-small.png") no-repeat ;
    width: 11px;
    height: 21px;
}

.ky_blog_btn a:after {
    position: absolute;
    right: 30px;
    top:11px;
    content: "";
    background: url("../img/bar-orange-small.png") no-repeat ;
    width: 11px;
    height: 21px;
}

.ky_blog_btn a:hover {
    position: relative;
    background: var(--color-orange);
    font-size: .9rem;
    white-space: nowrap;
    padding: 10px 50px;
    border: solid 2px var(--color-orange);
    border-radius: 50px;
    color: white !important;
    text-decoration: none;
}

.ky_blog_btn a:hover:before {
    background: url("../img/arrow-open-white-small.png") no-repeat ;
}

.ky_blog_btn a:hover:after {
    background: url("../img/bar-white-small.png") no-repeat ;
}

.ky_btn {
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    display: block !important;
}
.ky_btn a {
    position: relative;
    background: transparent;
    font-size: .9rem;
    white-space: nowrap;
    padding: 10px 50px;
    color: white !important;
}

.ky_btn_rounded a {
    border: solid 2px white;
    border-radius: 50px;
    text-decoration: none;
}

.ky_btn a:before {
    position: absolute;
    left: 30px;
    top: 10px;
    content: "";
    background: url("../img/arrow-open-white-small.png") no-repeat ;
    width: 11px;
    height: 21px;
}

.ky_btn a:after {
    position: absolute;
    right: 30px;
    top:11px;
    content: "";
    background: url("../img/bar-white-small.png") no-repeat ;
    width: 11px;
    height: 21px;
}

.ky_btn a:hover {
    text-decoration: underline !important;
}

.ky_btn a:hover:before {
    background: url("../img/arrow-open-orange-small.png") no-repeat ;
}

.ky_btn a:hover:after {
    background: url("../img/bar-orange-small.png") no-repeat ;
}

.ky_btn_over_orange_rounded a:hover {
    text-decoration: none !important;
    color: var(--color-orange) !important;
    background: white;
}

.ky_btn_over_orange_rounded a:hover:before {
    background: url("../img/arrow-open-orange-small.png") no-repeat;
}

.ky_btn_over_orange_rounded a:hover:after {
    background: url("../img/bar-orange-small.png") no-repeat;
}

.ky_btn_over_blue_rounded a:hover {
    text-decoration: none !important;
    color: var(--color-blue) !important;
    background: white;
}

.ky_btn_over_blue_rounded a:hover:before {
    background: url("../img/arrow-open-blue-small.png") no-repeat;
}

.ky_btn_over_blue_rounded a:hover:after {
    background: url("../img/bar-blue-small.png") no-repeat;
}

.ky_btn_over_marine_rounded a:hover {
    text-decoration: none !important;
    color: #130a30 !important;
    background: white;
}

.ky_btn_over_marine_rounded a:hover:before {
    background: url("../img/arrow-open-marine-small.png") no-repeat;
}

.ky_btn_over_marine_rounded a:hover:after {
    background: url("../img/bar-marine-small.png") no-repeat;
}

.ky_btn_blocks {
    justify-content: center;
}

/* TABLE LIST */
.ky-table-list table {
    border-spacing: 10px;
    border-collapse: separate;
}

.ky-table-list tr:nth-child(even) td:nth-child(odd),
.ky-table-list tr:nth-child(odd) td:nth-child(even) {
    background-color: var( --color-orange );
}

.ky-table-list td {
    padding:2px;
    height: 4rem;
    text-align: center;
    line-height: 1.5rem;
    background-color: var( --color-blue );
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    width: 50%;
}

/* COVER */
.ky-block-cover {
    height:560px;
    max-width:1440px;
    margin: 3rem auto 0 auto;
}

.ky-block-cover h1 {
    font-size: 4rem;
    font-weight: bold;
    color: white !important;
}

.ky-block-cover p {
    font-size: 1.6rem;
    color: white !important;
}

@media (min-width: 1400px) {
    .ky-block-cover h1, .ky-block-cover p {
        width: 70%;
        color: white !important;
    }
}

@media (min-width: 900px) {
    .ky-block-cover h1, .ky-block-cover p {
        width: 80%;
        color: white !important;
    }
}

@media (max-width: 576px) {
    .ky-block-cover {
        height:300px;
    }
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 45%;
}

.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a,
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
    border: none;
    color: var( --color-orange );
}

.comment-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover {
    background: none;
    text-decoration: underline;
    color: var( --color-marine );

}

.ky-list-block {
    margin: 2rem 0 4rem 0;
}
.ky-list-block ul {
    margin: 0;
    padding: 0 1.5rem 0 1.5rem;
}

#masthead {
    margin-bottom: 0;
    padding: .74rem 15px;
    z-index: 100;
}
@media (max-width: 576px) {

    #masthead {
        padding-left: 0;
        padding-right: 0;
    }
}

#masthead.fixed {
    position: fixed;
    top:0;
    left:0;
    right:0;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}

#masthead>.container-fluid {
    max-width:1280px;
}

#masthead.navbar-blue {
    background-color: var(--color-blue);
}

#masthead.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#masthead.navbar-transparent .navbar-toggler-icon,
#masthead.navbar-blue .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#masthead.navbar-white .navbar-brand img {
    content: '';
    display: block;
    background-image:url('../img/logo-black.png');
    background-size: 150px 42px;
    padding-left: 150px;
    width: 150px;
    height: 42px;
}

#masthead.navbar-transparent .navbar-brand img,
#masthead.navbar-blue .navbar-brand img {
    content: '';
    display: block;
    background-image:url('../img/logo-white.png');
    background-size: 150px 42px;
    padding-left: 150px;
    width: 150px;
    height: 42px;
}

#masthead.navbar-white .site-description {
    color: #130a30;
}

#masthead.navbar-transparent .site-description,
#masthead.navbar-blue .site-description {
    color: white;
}

#masthead.navbar-white .navbar-nav > li > a {
    color: #130a30;
}

#masthead.navbar-transparent .navbar-nav > li > a,
#masthead.navbar-blue .navbar-nav > li > a {
    color: white;
}

#masthead nav {
    z-index:100;
}

#masthead .navbar-brand img {
    width: 150px;
    height: 42px;
}

#masthead .site-description {
    text-transform: uppercase;
    font-size: .7rem;
    color: #130a30;
}


@media (max-width: 960px) {
    #masthead .site-description {
        display: none;
    }
}

#masthead .navbar-nav > li > a {
    color: #130a30;
    margin: 0 .5rem;
    padding: .5rem .8rem;
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.mastheadCover {
    margin-top: -92px;
}

@media only screen and (max-width: 1280px) {
    .mastheadCover {
        margin-top: -90px;
    }
}

@media only screen and (max-width: 1024px) {
    .mastheadCover {
        margin-top: -87px;
    }
}

@media only screen and (max-width: 960px) {
    .mastheadCover {
        margin-top: -71px;
    }
}

@media only screen and (max-width: 768px) {
    .mastheadCover {
        margin-top: -69px;
    }
}




@media (max-width: 1200px) {
    #masthead .navbar-nav > li > a {
        margin: 0 .3rem;
        padding: .5rem .6rem;
    }
}

@media (max-width: 998px) {
    #masthead .navbar-nav > li > a {
        margin: 0 .2rem;
        padding: .5rem .5rem;
    }
}

@media (max-width: 830px) {
    #masthead .navbar-nav > li > a {
        font-size: 0.65rem;
    }
}

@media (max-width: 767px) {

    #masthead .navbar-nav > li > a {
        color: #130a30;
    }
}


#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current_page_item > a {
    color: white !important;
    background-color: var(--color-orange);
    text-decoration: none;
    border-radius: 20px;
}

#masthead .navbar-toggler-icon {
    color: #130a30;
}

#menu-main-menu li {
    margin: .5rem 0;
}

@media (max-width: 767px) {

    #main-nav {
        margin-top: 1rem;
    }

    #main-nav .navbar-nav > li > a {
        font-size: 0.9rem;
        padding: .5rem 2rem;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#footer-widget {
    padding-top: 2rem;
    line-height: 1rem;
    background-color: var(--color-blue);
}

#footer-widget>.container {
    border-bottom : solid 1px #461dac;
    background: url("../img/logo-white.png") no-repeat 15px 40px;
    background-size: 150px 42px;
}

#footer-widget>.container>.row {
    margin-top: 5rem;
}

#footer-widget .widget-title {
    color: #DB4C12;
    font-size: .8rem;
    margin: 0;
    margin-bottom: .5rem;
}

#footer-widget .location .widget-title {
    display: none;
}

#footer-widget .location .row>*:first-child {
    padding-top:1rem;
    padding-bottom:1rem;
}

#footer-widget .location .widget_media_image:last-of-type img {
    width: 78px;
    height: 23px;
}

#footer-widget .location .textwidget {
    color: #ad9ada;
    font-size: .8rem
}


#footer-widget .about .textwidget {
    line-height: 1.3rem;
    font-size: .9rem;
    color: white;
}

#footer-widget form>p {
    margin: 0;
}

#footer-widget .form input {
    background-color: #461dac !important;
    margin: 0;
    margin-bottom: 5px;
    color: white;
    border: none;
    padding: 5px 10px;
    line-height: 1.6rem;
    width: 90%;
}

#footer-widget .form input[type="submit"] {
    text-transform: none;
    font-weight:normal;
    display: block;
    width: auto;
}

#footer-widget .simple-social-icons {
    margin-top: 2rem;
}

#footer-widget .simple-social-icons li {
    float: none;
    margin:0;
    margin-bottom: .25rem !important;
}


#colophon {
    background-color: var(--color-blue);
    color: white;
    color: #ad9ada;
    font-size: .7rem;
}

#colophon .site-info {
    text-align: center;
}

#colophon .menu-footer-container {
    display: inline;
}

#colophon .menu {
    display: inline;
    list-style:none;
    margin: 0;
    padding: 0;
}

#colophon .menu li {
    display: inline;
}

#colophon .menu li:before {
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}

#colophon a {
    font-weight: normal;
}

.footer-credits {
    margin: 0 auto;
}

.footer-credits>.footer-copyright {
    font-weight: normal;
}

@media (max-width: 768px) {

    #footer-widget>.container>.row>* {
        padding-top: 2rem;
    }

    #footer-widget .location .widget-title {
        display:block;
        margin-top: 2rem;
    }

    #footer-widget .location .textwidget {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    #footer-widget .simple-social-icons {
        margin-left:-1rem;

    }
    #footer-widget .simple-social-icons li {
        float: left;
        margin:0;
    }

    #colophon .menu {
        display: block;
    }

    #colophon .menu li {
        display: block;
    }

    #colophon .menu li:before {
        content: '';
        margin: 0;
    }
}

@media (max-width: 992px) {
    #footer-widget .about {
        margin-top: 2rem;
    }

    #footer-widget .location .widget-title {
        display: block;
    }
    #footer-widget .location .row>*:first-child {
        padding-top:0;
    }
}

body.page-template-default aside {
    margin-top: 4rem;
}
body.post-template-default aside,
body.archive aside {
    margin-top: 2rem;
}

aside section {
    border: solid 2px #dddddd;
    padding: 2rem;
    margin-bottom: 3rem !important;
}

aside .simple-social-icons {
    padding-right: 1rem;
}

aside .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside .widget_recent_entries span {
    display: block;
    margin-bottom: 1rem;
}

aside .widget-title {
    color: var(--color-orange);
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 1rem;
    margin: 0 0 1rem 0;
}

aside input:not([type="submit"]) {
    width: calc(100% - 60px);
    border: solid 1px var(--color-blue);
}

aside input[type="submit"] {
    border: solid 1px var(--color-blue);
    background: var(--color-blue);
    color: white;
    width: 50px;
    display: inline;
}


aside input[type="submit"]:hover {
    border: solid 1px var(--color-orange);
    background: var(--color-orange);
}

aside input[type="submit"]:before {
    background: url("../img/arrow-open-orange-small.png") no-repeat;
}

aside input[type="submit"]:after {
    background: url("../img/bar-orange-small.png") no-repeat;
}


@media (max-width: 992px) {
    aside {
        margin-left: 0;
    }
}

aside .simple-social-icons .alignleft {
    margin-left: -7px;
}

aside .nav-link,
aside .nav-link.visited {
    display: block;
    padding-left: 0;
}

aside .nav-link:hover {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.recent-posts-extended ul {
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    list-style: none;
}


.recent-posts-extended li {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

.recent-posts-extended li>* {
    display: flex;
    flex-direction: column;
}

.recent-posts-extended .rpwe-img {
    flex: 0 0 100px;
    padding-right: 10px;
}

.recent-posts-extended .rpwe-thumb {
    border: none !important;
    max-width: 100%;
}

.recent-posts-extended .rpwe-title {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.recent-posts-extended h3 {
    line-height: 1rem;
    margin: 0;
}

.recent-posts-extended h3 a {
    font-size: .8rem;
}

@media (max-width: 992px) {
    .recent-posts-extended h3 a {
        font-size: 1rem;
    }
}