@charset 'UTF-8';
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root{--jcb:#173c63;--jcb2:#e84b37;--ink:#182330;--muted:#65727e}.jcb-wrap,.jcb-single{max-width:1180px;margin:0 auto;padding:28px 16px 60px;box-sizing:border-box;font-family:inherit;color:var(--ink)}.jcb-hero{padding:42px;border-radius:24px;background:linear-gradient(135deg,#102d4b,#1d5d8d);color:#fff;margin-bottom:24px;box-shadow:0 18px 50px rgba(16,45,75,.15)}.jcb-kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.14em}.jcb-hero h1,.jcb-single h1{font-size:clamp(36px,5vw,58px)!important;line-height:1.02;margin:10px 0 14px!important}.jcb-hero p{max-width:760px;font-size:18px;line-height:1.6;margin:0}.jcb-toolbar{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin:24px 0}.jcb-toolbar input,.jcb-toolbar select{width:100%;height:50px;border:1px solid #dce2e7!important;border-radius:12px!important;background:#fff;padding:0 14px;font-size:15px}.jcb-search{position:relative}.jcb-search span{display:none}.jcb-resultline{margin:10px 0 18px;color:var(--muted)}.jcb-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.jcb-card{border:1px solid #e4e9ed;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(20,45,65,.07);transition:.18s}.jcb-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(20,45,65,.12)}.jcb-photo{height:170px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#eef4f8,#dfeaf1);position:relative;text-decoration:none!important;overflow:hidden}.jcb-photo img{width:100%;height:100%;object-fit:cover}.jcb-photo>span{font-size:70px;color:#244d70}.jcb-photo em{position:absolute;left:10px;top:10px;background:#fff;color:#173c63;padding:6px 8px;border-radius:999px;font-style:normal;font-weight:800;font-size:11px}.jcb-body{padding:15px}.jcb-body h2{font-size:20px!important;line-height:1.15;margin:0 0 12px!important}.jcb-body h2 a{color:var(--ink)!important;text-decoration:none!important}.jcb-facts{display:flex;justify-content:space-between;gap:6px;font-size:13px;color:#536473;border-bottom:1px solid #edf0f2;padding-bottom:10px}.jcb-tags{display:flex;gap:6px;flex-wrap:wrap;margin:11px 0}.jcb-tags span,.jcb-single-tags span{background:#eef4f8;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:700}.jcb-btn,.jcb-youtube{display:block;text-align:center;background:var(--jcb);color:#fff!important;text-decoration:none!important;font-weight:800;border-radius:9px;padding:10px 12px;margin-top:12px}.jcb-empty{text-align:center;padding:30px}.jcb-back{display:inline-block;margin:0 0 18px;text-decoration:none!important;font-weight:700;color:var(--jcb)!important}.jcb-single-hero{display:grid;grid-template-columns:1.2fr .8fr;background:linear-gradient(135deg,#102d4b,#1d5d8d);color:#fff;border-radius:24px;overflow:hidden;margin-bottom:28px}.jcb-single-hero>div:first-child{padding:44px}.jcb-single-hero p{font-size:18px}.jcb-single-tags{display:flex;gap:8px;flex-wrap:wrap}.jcb-single-tags span{background:rgba(255,255,255,.16)}.jcb-single-photo{min-height:320px;display:flex;align-items:center;justify-content:center;background:#e9f1f6}.jcb-single-photo img{width:100%;height:100%;object-fit:cover}.jcb-single-photo span{font-size:110px;color:#244d70}.jcb-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px}.jcb-copy h2{font-size:30px!important;margin-top:30px!important}.jcb-copy h3{font-size:22px!important}.jcb-copy p{font-size:17px;line-height:1.75}.jcb-side{align-self:start;position:sticky;top:24px;border:1px solid #e1e7eb;background:#f7fafc;padding:20px;border-radius:16px}.jcb-side h3{margin-top:0}.jcb-side p{display:grid;grid-template-columns:95px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid #e4e9ed;margin:0;font-size:14px}.jcb-video{margin-top:35px}.jcb-iframe{aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#000}.jcb-iframe iframe{width:100%;height:100%;border:0}.jcb-editorial{background:#eef4f8;border-left:4px solid var(--jcb);padding:16px;border-radius:10px}.jcb-editorial a{font-weight:800;color:var(--jcb)!important}@media(max-width:980px){.jcb-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.jcb-toolbar{grid-template-columns:1fr}.jcb-grid{grid-template-columns:repeat(2,1fr)}.jcb-single-grid,.jcb-single-hero{grid-template-columns:1fr}.jcb-side{position:static}}@media(max-width:520px){.jcb-hero{padding:28px}.jcb-grid{grid-template-columns:1fr}.jcb-photo{height:210px}.jcb-single-hero>div:first-child{padding:28px}} .jcb-single{max-width:1120px;padding-top:34px}.jcb-back{padding:9px 14px;border:1px solid #e1e6ea;border-radius:999px;background:#fff;box-shadow:0 4px 14px rgba(20,45,65,.06);font-size:14px}.jcb-detail-head{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);border:1px solid #e4e8ec;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 16px 45px rgba(20,45,65,.09)}.jcb-detail-copy{padding:46px}.jcb-detail-copy .jcb-kicker{color:var(--jcb2)}.jcb-detail-copy h1{font-size:clamp(38px,5vw,62px)!important;margin:9px 0 14px!important;letter-spacing:-.025em}.jcb-detail-copy p{max-width:680px;font-size:18px;line-height:1.65;color:#5c6872}.jcb-cover{min-height:300px;background:linear-gradient(145deg,#f1f5f7,#e1e9ee);display:flex;align-items:center;justify-content:center;padding:28px}.jcb-cover img{width:100%;height:100%;max-height:360px;object-fit:contain}.jcb-card-symbol{width:135px;height:190px;border-radius:13px;background:#fff;border:2px solid #d5dce1;box-shadow:0 14px 28px rgba(20,45,65,.14);display:flex;align-items:center;justify-content:center;gap:4px;font:700 54px Georgia,serif;transform:rotate(5deg);color:#1b252d}.jcb-card-symbol span{color:#c93434}.jcb-statbar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:20px 0 28px;background:#e4e9ed;border:1px solid #e4e9ed;border-radius:16px;overflow:hidden}.jcb-statbar div{background:#fff;padding:17px 20px;display:flex;flex-direction:column;gap:4px}.jcb-statbar b{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7b8790}.jcb-statbar span{font-size:17px;font-weight:800;color:#24323d}.jcb-single-grid{grid-template-columns:minmax(0,1fr) 290px;gap:24px}.jcb-summary{padding:20px 22px;margin-bottom:18px;background:#f1f6f9;border:1px solid #dde8ee;border-radius:15px}.jcb-summary strong{font-size:18px;color:var(--jcb)}.jcb-summary p{margin:6px 0 0;font-size:15px!important;line-height:1.55!important;color:#586874}.jcb-content-card{background:#fff;border:1px solid #e4e9ed;border-radius:18px;padding:28px 30px;box-shadow:0 8px 25px rgba(20,45,65,.045)}.jcb-copy .jcb-content-card>h2:first-child{margin-top:0!important}.jcb-copy h2{font-size:28px!important;line-height:1.2;margin:34px 0 12px!important}.jcb-copy h3{font-size:21px!important;margin:28px 0 9px!important}.jcb-copy p{font-size:16.5px;line-height:1.78;color:#46545f}.jcb-side{top:28px;background:#fff;border:1px solid #e2e7eb;padding:22px;border-radius:18px;box-shadow:0 8px 25px rgba(20,45,65,.05)}.jcb-side h3{font-size:20px!important;margin:0 0 12px!important}.jcb-side dl{margin:0}.jcb-side dl div{padding:12px 0;border-bottom:1px solid #edf0f2}.jcb-side dl div:last-child{border-bottom:0}.jcb-side dt{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#82909a;font-weight:800}.jcb-side dd{margin:3px 0 0;font-size:15px;font-weight:700;color:#273641;overflow-wrap:anywhere}.jcb-video{margin-top:18px}.jcb-youtube{display:inline-block;padding:11px 16px;margin-top:8px}.jcb-editorial{margin-top:18px}.jcb-iframe{margin-top:14px}
@media(max-width:760px){.jcb-detail-head{grid-template-columns:1fr}.jcb-detail-copy{padding:30px}.jcb-cover{min-height:230px}.jcb-statbar{grid-template-columns:repeat(2,1fr)}.jcb-content-card{padding:22px}.jcb-single-grid{grid-template-columns:1fr}} body.single-jcb_game .jcb-single{width:100%;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important;padding-left:20px!important;padding-right:20px!important}
.jcb-related{margin-top:46px;padding-top:34px;border-top:1px solid #e3e8ec}.jcb-related-title{margin-bottom:20px}.jcb-related-title .jcb-kicker{color:var(--jcb2)}.jcb-related-title h2{font-size:32px!important;line-height:1.15;margin:7px 0 8px!important}.jcb-related-title p{margin:0;color:#66737d}.jcb-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.jcb-related-card{overflow:hidden;border:1px solid #e2e7eb;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(20,45,65,.055)}.jcb-related-img{height:155px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#edf3f6,#dfe8ed);overflow:hidden;text-decoration:none!important}.jcb-related-img img{width:100%;height:100%;object-fit:cover}.jcb-related-img span{font:700 58px Georgia,serif;color:#254e70}.jcb-related-card>div{padding:16px}.jcb-related-date{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#89949c}.jcb-related-card h3{font-size:18px!important;line-height:1.3;margin:6px 0 14px!important}.jcb-related-card h3 a{color:#1d2a34!important;text-decoration:none!important}.jcb-related-more{font-size:13px;font-weight:800;color:var(--jcb)!important;text-decoration:none!important}@media(max-width:760px){.jcb-related-grid{grid-template-columns:1fr}.jcb-related-img{height:200px}} .jcb-wrap{overflow:visible}.jcb-hero{overflow:hidden}.jcb-hero h1{font-size:clamp(34px,4.2vw,54px)!important;max-width:900px}.jcb-photo{height:190px}.jcb-photo em{z-index:4}.jcb-facts span{display:flex;flex-direction:column;gap:2px}.jcb-facts b{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8a969f}.jcb-art{--a:#173c63;--b:#e84b37;position:relative;width:100%;height:100%;min-height:190px;overflow:hidden;background:linear-gradient(145deg,#eef4f8,#dce8ef);display:flex;align-items:flex-end;padding:18px;box-sizing:border-box}.jcb-art:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-55px;top:-70px;background:color-mix(in srgb,var(--a) 15%,transparent)}.jcb-art-card{position:absolute;left:42%;top:18px;width:70px;height:102px;background:#fff;border:1px solid rgba(20,40,55,.14);border-radius:9px;box-shadow:0 12px 25px rgba(18,44,67,.16);transform:rotate(-9deg);display:flex;align-items:center;justify-content:center;font-family:Georgia,serif}.jcb-art-card b{position:absolute;left:8px;top:5px;font-size:18px}.jcb-art-card i{font-style:normal;font-size:38px;color:var(--a)}.jcb-art-card2{left:52%;top:25px;transform:rotate(9deg)}.jcb-art-card2 i{color:var(--b)}.jcb-art strong{position:relative;z-index:2;display:block;max-width:72%;font-size:16px;line-height:1.05;color:#17334d}.jcb-art small{position:absolute;right:14px;bottom:16px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#647787}.jcb-art-1{--a:#315c4c;--b:#c58d2b;background:linear-gradient(145deg,#edf5ef,#dceadf)}.jcb-art-2{--a:#5a3d73;--b:#d56556;background:linear-gradient(145deg,#f2eef6,#e5ddef)}.jcb-art-3{--a:#7a4337;--b:#d0a42c;background:linear-gradient(145deg,#f7f0e9,#ebdfd4)}.jcb-art-4{--a:#1e6570;--b:#d45b77;background:linear-gradient(145deg,#eaf5f5,#d8e9eb)}.jcb-art-5{--a:#434f73;--b:#da7647;background:linear-gradient(145deg,#eef0f7,#dfe4ef)}.jcb-cover{padding:0;min-height:330px}.jcb-cover .jcb-art{min-height:330px;padding:28px}.jcb-cover .jcb-art-card{width:105px;height:150px;left:36%;top:48px}.jcb-cover .jcb-art-card2{left:53%;top:58px}.jcb-cover .jcb-art-card b{font-size:25px}.jcb-cover .jcb-art-card i{font-size:56px}.jcb-cover .jcb-art strong{font-size:24px;max-width:75%;bottom:4px}.jcb-cover .jcb-art small{font-size:11px;right:24px;bottom:28px}.jcb-content-card h2{padding-top:4px;border-top:1px solid #edf1f3}.jcb-content-card h2:first-child{border-top:0}.jcb-content-card h3{position:relative;padding-left:34px}.jcb-content-card h3:before{content:"";position:absolute;left:0;top:.15em;width:22px;height:22px;border-radius:50%;background:#edf4f8;border:1px solid #dbe7ee}.jcb-related-card{transition:.18s}.jcb-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(20,45,65,.1)}
@media(max-width:760px){.jcb-photo{height:210px}.jcb-cover .jcb-art{min-height:260px}.jcb-cover .jcb-art-card{top:30px}.jcb-cover .jcb-art-card2{top:38px}.jcb-art strong{max-width:65%}} .jcb-wrap .jcb-hero{color:#fff!important;min-height:0!important}
.jcb-wrap .jcb-hero .jcb-kicker{color:rgba(255,255,255,.88)!important}
.jcb-wrap .jcb-hero h1{color:#fff!important;font-size:clamp(32px,3.6vw,48px)!important;line-height:1.08!important;margin:10px 0 14px!important;text-shadow:0 1px 1px rgba(0,0,0,.08)}
.jcb-wrap .jcb-hero p{color:rgba(255,255,255,.94)!important;font-size:17px!important;line-height:1.65!important}
@media(max-width:760px){.jcb-wrap .jcb-hero h1{font-size:clamp(30px,9vw,42px)!important}} .jcb-rule-highlight{display:flex;gap:12px;align-items:flex-start;margin:22px 0 28px;padding:18px 20px;border-radius:14px;background:linear-gradient(135deg,#edf5fa,#f7fafc);border:1px solid #dce8ef;border-left:5px solid var(--jcb)}
.jcb-rule-highlight strong{flex:0 0 auto;color:var(--jcb);font-size:13px;text-transform:uppercase;letter-spacing:.07em}
.jcb-rule-highlight span{font-size:15.5px;line-height:1.6;color:#40515d}
.jcb-rule-list{margin:10px 0 24px!important;padding-left:0!important;list-style:none!important;display:grid;gap:10px}
.jcb-rule-list li{position:relative;margin:0!important;padding:12px 14px 12px 40px;border:1px solid #e5eaed;border-radius:12px;background:#fbfcfd;line-height:1.55;color:#40515d}
.jcb-rule-list li:before{content:"✓";position:absolute;left:13px;top:12px;width:18px;height:18px;border-radius:50%;background:#e8f1f7;color:var(--jcb);font-size:12px;line-height:18px;text-align:center;font-weight:900}
.jcb-content-card h2{scroll-margin-top:100px}
@media(max-width:560px){.jcb-rule-highlight{display:block}.jcb-rule-highlight strong{display:block;margin-bottom:6px}} .jcb-home-articles{margin:72px 0 18px;padding-top:54px;border-top:1px solid #e4eaf0}
.jcb-home-articles .jcb-related-title{max-width:760px;margin-bottom:26px}
.jcb-home-articles .jcb-related-title h2{margin:6px 0 8px;font-size:clamp(28px,3vw,42px);line-height:1.12;color:#153d63}
.jcb-home-articles .jcb-related-title p{margin:0;color:#607080}
.jcb-home-articles .jcb-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.jcb-home-articles .jcb-related-card{background:#fff;border:1px solid #e2e8ee;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(18,55,87,.07)}
.jcb-home-articles .jcb-related-img{display:block;aspect-ratio:16/9;background:#eaf2f7;overflow:hidden;text-decoration:none}
.jcb-home-articles .jcb-related-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.jcb-home-articles .jcb-related-card:hover img{transform:scale(1.035)}
.jcb-home-articles .jcb-related-card>div{padding:20px}
.jcb-home-articles .jcb-related-card h3{font-size:20px;line-height:1.25;margin:7px 0 10px}
.jcb-home-articles .jcb-related-card h3 a{color:#142f49;text-decoration:none}
.jcb-home-articles .jcb-related-card p{font-size:14px;line-height:1.55;color:#697887;margin:0 0 14px}
.jcb-home-articles .jcb-related-date{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8795a3}
.jcb-home-articles .jcb-related-more{font-weight:800;color:#174b78;text-decoration:none}
.jcb-article-placeholder{height:100%;display:grid;place-items:center;font-size:64px;color:#174b78}
@media(max-width:900px){.jcb-home-articles .jcb-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.jcb-home-articles{margin-top:46px;padding-top:36px}.jcb-home-articles .jcb-related-grid{grid-template-columns:1fr}}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
}
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
border-left: 4px solid #aaa;
padding: 1em;
}
.wp-block-quote.is-large {
padding: 1em 2em;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {    
width: 100vw;
max-width : 100vw;
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
width: 100vw !important;
max-width : 100vw;
margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}
.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
text-align: center;
max-width: 1200px;
width: 90%;
padding: 0 15px;
margin: 5px auto 0;
}
.no-sidebar .wp-block-table.alignfull {
display: table;
}
.no-sidebar .wp-block-audio.alignfull {
padding: 0 20px;
}
.no-sidebar .wp-block-categories.alignfull {
padding: 0 50px;
}
.no-sidebar .wp-block-gallery.alignfull {
padding: 0 25px;
} .wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border-color: #eee;
border: 0;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
border-top: 4px solid #aaa;
border-bottom: 4px solid #aaa;
padding: 1em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border-color: #ccc;
padding: 15px 25px;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button__link {
padding: 16px 40px;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: #26cdff;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
list-style-position: inside;
text-align: center;
} .blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
}  .has-blue-background-color {
background-color: #2c7dfa;
}
.has-green-background-color {
background-color: #07d79c;
}
.has-orange-background-color {
background-color: #ff8737;
}
.has-black-background-color {
background-color: #2f3633;
}
.has-grey-background-color {
background-color: #82868b;
} .has-blue-color {
color: #2c7dfa;
}
.has-green-color {
color: #07d79c;
}
.has-orange-color {
color: #ff8737;
}
.has-black-color {
color: #2f3633;
}
.has-grey-color {
color: #82868b;
} .has-larger-font-size {
font-size: 36px;
font-size: 2.25rem;
}
.has-huge-font-size {
font-size: 48px;
font-size: 3rem;
}
.has-larger-font-size,
.has-huge-font-size {
line-height: 1.5;
}
@media screen and (max-width: 992px) {
.has-larger-font-size {
font-size: 30px;
font-size: 1.875rem;
}
.has-huge-font-size {
font-size: 38px;
font-size: 2.375rem;
}
}
@media screen and (max-width: 767px) {
.has-larger-font-size {
font-size: 24px;
font-size: 1.5rem;
}
.has-huge-font-size {
font-size: 28px;
font-size: 1.75rem;
}
}
@media screen and (max-width: 567px) {
.has-larger-font-size,
.has-huge-font-size {
font-size: 16px;
font-size: 1rem;
line-height: 28px;
}
} .wp-block {
max-width: 840px;
}
 .slick-loading .slick-list
{
background: #fff url(//www.jeux-cartes.biz/wp-content/themes/cube-speed/assets/fonts/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//www.jeux-cartes.biz/wp-content/themes/cube-speed/assets/fonts/slick.eot);
src: url(//www.jeux-cartes.biz/wp-content/themes/cube-speed/assets/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//www.jeux-cartes.biz/wp-content/themes/cube-speed/assets/fonts/slick.woff) format('woff'), url(//www.jeux-cartes.biz/wp-content/themes/cube-speed/assets/fonts/slick.ttf) format('truetype'), url(//www.jeux-cartes.biz/wp-content/themes/cube-speed/assets/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
}
.boxed-layout #page,
.frame-layout #page {
width: 90%;
max-width: 1600px;
margin: 0 auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.frame-layout #page {
margin: 50px auto;
} h1.entry-title {
font-size: 2em;
margin: 0.67em 0;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 34px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 22px;
}
h6 {
font-size: 16px;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #555;
font-size: 16px;
line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 16px;
line-height: 1.4;
clear: both;
word-break: break-word;
color: #000;
font-weight: 400;
font-family: 'Jost', sans-serif;
}
p {
margin: 0 0 1.5em;
}
p:last-child {
margin: 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
padding: 15px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #f8f8f8;
overflow-x: hidden;
font-family: 'Jost', sans-serif;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 0;
padding-left: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
display: inline-block;
vertical-align: middle;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
}
table, td, th {  
border: 1px solid #ddd;
text-align: left;
}
th, td {
padding: 15px;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
position: relative;
background-color: transparent;
font-size: 12px;
line-height: 42px;
font-weight: 600;
color: #f37e7e;
border: 1px solid #f37e7e;
text-transform: uppercase;
letter-spacing: 0.10em;
display: inline-block;
vertical-align: middle;
padding: 11px 18px;
line-height: 1.3;
cursor: pointer;
border-radius: 0;
text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
background-color: #f37e7e;
color: #fff;
}
button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background-color: #f37e7e;
color: #fff;
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
background-color: #fff;
border: 1px solid #fff;
padding: 8px 12px;
border-radius: 0;
display: inline-block;
vertical-align: middle;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: thin dotted;
border-color: #f37e7e;
}
select {
border: 1px solid #ccc;
}
select:focus {
outline: thin dotted;
}
textarea {
width: 100%;
}  a {
color: #f37e7e;
}
a:hover, 
a:focus, 
a:active {
color: #000;
}
a:focus {
outline: thin dotted;
}
a:hover, 
a:active {
outline: 0;
} #masthead a,
#footer-widgets ul li a,
#secondary ul li a {
text-decoration: none;
} #masthead {
position: relative;
z-index: 10;
background-color: #fff;
}
.site-branding {
padding: 15px 0;
text-align: center;
}
.site-branding-logo img {
max-height: 125px;
width: auto;
}
.site-title {
font-size: 28px;
margin: 0 0 2px;
line-height: 1.2;
font-weight: 400;
font-family: 'Jost', sans-serif;
}
.site-title a {
color: #000;
}
.site-title a:hover,
.site-title a:focus {
color: #f37e7e; 
}
.site-description {
margin: 0;
color: #999;
font-size: 16px;
font-family: 'Jost', sans-serif;
}
.navigation-menu .search-form {
position: absolute;
float: right;
top: 0;
right: 30px;
}
.navigation-menu .search-form input[type="search"] {
color: #000;
width: 100%;
border: none;
padding: 17px 55px 17px 10px;
background-color: transparent;
}
.navigation-menu .search-form .search-submit {
border: none;
position: absolute;
top: 0;
right: 0;
height: 60px;
}
.navigation-menu .search-form .search-submit svg {
fill: #000;
}
.navigation-menu .search-form .search-submit:hover svg,
.navigation-menu .search-form .search-submit:focus svg {
fill: #fff;
}
.navigation-menu {
display: block;
width: 100%;
position: relative;
border-top: 1px solid #eee;
}
.navigation-menu ul {
list-style: none;
margin: 0;
padding-left: 0;
}
ul.nav-menu,
div.nav-menu > ul {
border-top: 1px solid #eee;
clear: both;
padding: 20px;
display: none;
}
.navigation-menu ul ul {
display: none;
}
.navigation-menu ul ul {
padding-left: 20px;
}
.navigation-menu li {
position: relative;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.navigation-menu a {
font-size: 14px;
display: block;
padding: 10px 0;
color: #000;
border-bottom: 1px solid #eee;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Jost', sans-serif;
}
.navigation-menu .nav-menu > li:last-child > a {
border-bottom: none;
}
#site-navigation.navigation-menu .nav-menu > a {
text-transform: uppercase;
}
.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
color: #f37e7e;
}
.navigation-menu li a svg {
display: none;
fill: #949393;
margin-left: 5px;
}
.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a {
color: #f37e7e;
}
.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg {
fill: #f37e7e;
}
.menu-toggle,
.navigation-menu.toggled ul {
display: block;
}
.menu-toggle {
margin: 0 auto;
padding: 16px 15px;
line-height: 28px;
color: #000;
width: 100%;
font-size: 14px;
border: none;
width: auto;
position: relative;
z-index: 1;
}
.menu-toggle svg {
fill: #000;
width: 20px;
height: 20px;
}
.menu-toggle:hover svg,
.menu-toggle:focus svg {
fill: #fff;
}
.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
display: none;
}
.menu-toggle.active .icon-close {
display: inline-block;
}
.primary-menu-label {
display: none;
}
.nav-menu .dropdown-toggle {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 48px;
padding: 0;
border-radius: 0;
background-color: transparent;
border: none;
}
.nav-menu .dropdown-toggle svg {
fill: #000;
}
svg {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
margin: 1.5em 0;
background-color: #fff;
padding: 15px 25px;
box-shadow: 0 2px 2px rgba(0,0,0,0.06);
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
color: #000;
text-decoration: none;
}
.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
color: #f37e7e;
}
.nav-subtitle {
display: block;
}
.nav-previous .nav-title-icon-wrapper {
margin-right: 10px;
}
.nav-next .nav-title-icon-wrapper {
margin-left: 10px;
}
.navigation.pagination .page-numbers {
width: 40px;
height: 40px;
display: inline-block;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.10);
text-align: center;
line-height: 40px;
margin-right: 5px;
color: #000;
text-decoration: none;
-webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
}
.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
position: relative;
top: -2px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
background-color: #f37e7e;
border-color: #f37e7e;
color: #fff;
}
.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
fill: #fff;
}
.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
fill: #f37e7e;
}
.navigation.pagination {
margin-top: 50px;
text-align: center;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
clear: both;
} .widget {
position: relative;
margin: 0 0 20px; }
.widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
width: 100%;
padding: 10px;
}
.widget_search form.search-form {
position: relative;
}
.widget_search input[type="search"] {
width: 100%;
}
.widget_search input[type="submit"] {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 8px 15px;
background-color: #f37e7e;
color: #fff;
line-height: 28px;
font-size: 12px;
}
.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
border-color: #444;
background-color: #444;
color: #fff;
}
#secondary .widget_block {
background-color: #fff;
padding: 20px;
box-shadow: 0 0 2px rgba(0,0,0,0.06);
}
#secondary .widget_search input[type="search"] {
background-color: #f6f6f6;
}
#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6,
#secondary .wp-block-search .wp-block-search__label {
font-size: 14px;
margin: 0;
color: #333;
font-weight: 400;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #ddd;
}
#secondary ol.wp-block-latest-comments {
padding-left: 0;
}
.widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget ul ul {
padding-left: 1em;
}
#secondary ul li,
#footer-widgets ul li {
border-bottom: 1px solid #e7e7e7;
display: block;
padding: 7px 0;
}
#secondary ul li:last-child,
#footer-widgets ul li:last-child {
border-bottom: none;
}
#secondary ul li a,
#footer-widgets ul li a {
display: inline-block;
text-transform: capitalize;
}
#footer-widgets ul li {
border-bottom-color: rgba(255, 255, 255, 0.15);
}
#secondary a {
color: #333;
}
#secondary a:hover,
#secondary a:focus {
color: #f37e7e;
}
.wp-block-tag-cloud a {
display: inline-block;
font-size: 14px !important;
margin: 0 10px 10px 0;
color: #333 !important;
border: 1px solid #ddd;
text-decoration: none;
padding: 5px 10px;
line-height: 1;
border-radius: 3px;
}
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
color: #fff !important;
background-color: #f37e7e;
border-color: #f37e7e;
}
#colophon .wp-block-tag-cloud a {
color: #fff !important;
}
.wp-block-search__button {
background-color: #f37e7e;
line-height: 1;
padding: 0;
height: auto;
border: none;
color: #fff;
padding: 5px 15px;
}
.wp-block-search__button:hover,
.wp-block-search__button:focus {
background-color: #333;
}
.widget_recent_entries span {
display: block;
}
.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
font-weight: 400;
}
.comment-metadata a,
.fn a {
text-decoration: none;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.error404 #primary,
.has-sidebar.error404 #primary {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.error-404.not-found .title {
font-size: 150px;
font-weight: bold;
line-height: 1;
color: #f37e7e;
}
.error-404.not-found input.search-field {
min-width: 300px;
display: block;
margin: 0 auto 20px;
}
.has-sidebar.no-sidebar #primary {
width: 100%;
float: none;
padding-left: 0;
padding-right: 0;
}
.has-sidebar.no-sidebar #secondary {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
}
.comment-form input[type="checkbox"] {
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.comments-title,
.comment-reply-title {
font-size: 32px;
font-weight: 600;
margin-top: 15px;
display: inline-block;
width: 100%;
}
.comments-title {
margin-bottom: 25px;
}
.comment-author.vcard img {
width: 60px;
height: 60px;
margin-right: 15px;
float: left;
border-radius: 50%;
object-fit: cover;
}
#comments > ol.comment-list {
margin-left: 0;
padding-left: 0;
}
#comments ol.comment-list {
list-style: none;
}
#comments ol.comment-list article {
background-color: #fff;
padding: 20px;
margin-bottom: 20px;
}
.comment-content {
display: table-cell;
}
.reply {
margin: 10px 0 0;
text-align: right;    
}
.form-submit {
margin-bottom: 0;
}
.has-sidebar #primary {
margin-bottom: 50px;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin: -5px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 5px;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
margin: 0 -10px;
}
.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
padding: 0 10px;
margin-bottom: 20px;
} .container {
width: 90%;
max-width: 1230px;
margin: 0 auto;
}
#content-wrap {
padding-top: 50px;
padding-bottom: 50px;
} #wp-custom-header {
text-align: center;
}
.custom-header-media {
position: relative;
}
#wp-custom-header img {
width: 100%;
}
.home.has-header-video #wp-custom-header {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#wp-custom-header-video-button {
position: absolute;
top: 50%;
left: 25px;
width: 50px;
height: 50px;
text-align: center;
border-color: #fff;
border-radius: 80px;
white-space: nowrap;
overflow: hidden;
background-color: #fff;
color: #fff;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #f37e7e;
display: inline-block;
margin-left: 2px;
margin-top: 4px;
}
#wp-custom-header-video-button.wp-custom-header-video-pause:before {
opacity: 0;
visibility: hidden;
}
#wp-custom-header-video-button.wp-custom-header-video-pause:after {
content: "";
display: inline-block;
width: 15px;
height: 20px;
background: #f37e7e;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 14px;
border-left: 5px solid #f37e7e;
box-shadow: inset 5px 0 0 0 #fff;
}
.page-header {
margin-bottom: 25px;
text-align: center;
}
.page-title {
margin-bottom: 0;
font-weight: 600;
font-size: 32px;
}
.home .page-header, 
.blog .page-header {
display: none;
}
.search-no-results .blog-archive.grid.columns-5.clear {
height: auto !important;
}
.no-results.not-found {
text-align: center;
} .blog-archive article {
width: 100%;
}
.entry-title {
font-weight: 500;
margin-bottom: 7px;
font-size: 20px;
}
.blog-archive .entry-meta {
display: flex;
align-items: center;
justify-content: space-between;
}
.posted-on a {
color: #717e81;
}
.single .blog-post-item .featured-image {
margin-bottom: 25px;
}
.blog-post-item .featured-image img {
width: 100%;
}
.entry-title a,
.comments-link a {
color: #000;
text-decoration: none;
}
.category-meta {
display: block;
margin-bottom: 5px;
}
.disable-post-category .blog-archive .cat-links,
.disable-post-author .blog-archive .byline,
.disable-post-date .blog-archive .posted-on {
display: none;
}
.cat-links a {
position: relative;
visibility: visible;
display: inline-block;
line-height: 1.3;
color: #f37e7e;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
}
.cat-links a:hover,
.cat-links a:focus {
color: #000;
}
.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
color: #f37e7e;
}
.blog-archive.grid.columns-5 article {
margin-bottom: 20px;
}
.blog-archive article:last-child {
margin-bottom: 0;
}
.featured-image {
position: relative;
}
body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
display: none;
}
.blog-archive .featured-image {
margin-bottom: 20px;
}
.blog-post-item {
box-shadow: 0 2px 2px rgba(0,0,0,0.06);
padding: 20px;
background-color: #fff;
height: 100%;
}
.blog-post-item .entry-title {
margin-bottom: 10px;
font-size: 24px;
font-weight: 400;
}
.blog-post-item .entry-content {
margin-bottom: 15px;
}
.single-page-wrapper .entry-content {
padding: 30px;
background-color: #fff;
}
.single-post-wrap .blog-post-item .entry-title {
font-size: 22px;
margin: 0 0 20px;
}
.blog-archive .cat-links a:before {
display: none;
}
.blog-archive .cat-links,
.blog-archive .posted-on {
margin-bottom: 10px;
display: inline-block;
}
.blog-archive .posted-on {
margin-bottom: 15px;
font-size: 14px;
}
.blog-archive .cat-links a,
.blog-archive .posted-on a:hover,
.blog-archive .byline a:hover,
.blog-archive .posted-on a:focus,
.blog-archive .byline a:focus {
color: #f37e7e;
}
.blog-archive .cat-links a:hover,
.blog-archive .cat-links a:focus {
color: #000;
}
.blog-archive .byline {
margin-right: 10px;
border-right: 1px solid #bbb;
padding-right: 10px;
}
.blog-archive .posted-on a,
.blog-archive .byline a {
text-decoration: none;
color: #999;
}
.blog-post-item .entry-meta a {
color: #999;
text-decoration: none;
line-height: 1.2;
}
.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
color: #f37e7e;
}
.blog-post-item .entry-meta > span:not(:last-child) {
margin-right: 15px;
}
.single .blog-post-item .entry-meta > span:not(:last-child) {
margin-right: 0;
}
.single .entry-meta .byline,
.single .entry-footer .comments-link {
display: none;
}
.single .entry-footer .tags-links a {
}
.posted-on {
color: #666;
}
.byline a:focus:before {
opacity: 1;
}
.read-more a {
text-decoration: none;
} .single .entry-footer .tags-links a {
color: #333;
border: 1px solid #ddd;
text-decoration: none;
padding: 5px 10px;
line-height: 1;
border-radius: 3px;
font-size: 14px;
}
.logged-in-as a {
color: #000;
text-decoration: none;
}
.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
color: #f37e7e;
}
.single .entry-footer > span {
display: block;
}
.single .entry-footer span.cat-links {
margin-bottom: 10px;
}
.single .blog-post-item .entry-meta {
display: block;
margin-bottom: 15px;
}
.single .blog-post-item .entry-content {
margin-bottom: 20px;
}
.single .blog-post-item .entry-footer {
margin-bottom: 0;
background-color: #fff;
margin-top: 15px;
} #colophon {
background-color: #1d2024;
}
#footer-widgets {
padding-top: 60px;
padding-bottom: 60px;
}
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
color: #fff;
font-size: 24px;
margin-bottom: 0;
}
#footer-widgets .widget-area {
margin: 0 -30px;
}
#footer-widgets .widget-column {
padding: 0 30px;
margin-bottom: 30px;
}
#footer-widgets .widget-column:last-child {
margin-bottom: 0;
}
#footer-widgets .widget-title {
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.05em;
position: relative;
display: inline-block;
margin-bottom: 25px;
padding-bottom: 20px;
}
#secondary .widget-title {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.05em;
margin-bottom: 10px;
}
#footer-widgets .widget-title:after {
content: "";
position: absolute;
background-color: #f37e7e;
width: 50px;
height: 3px;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
#colophon, 
#colophon a {
color: #ccc;
}
#colophon a:hover,
#colophon a:focus {
color: #f37e7e;
}
#colophon .tagcloud a {
border-color: rgba(255, 255, 255, 0.10);
color: #ccc !important;
}
#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
color: #fff !important;
}
.site-info {
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 15px 0;
text-align: center;
}
.to-top {
width: 40px;
height: 40px;
background-color: #f37e7e;
position: fixed;
bottom: -100px;
right: 15px;
z-index: 1;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.to-top:hover,
.to-top:focus {
background-color: #000;
}
.to-top:before {
content: "";
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #fff;
position: absolute;
top: 17px;
text-align: center;
left: 0;
right: 0;
margin: auto;
} .header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
font-family: 'Raleway', sans-serif;
}
.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6 {
font-family: 'Poppins', sans-serif;
}
.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6 {
font-family: 'Roboto', sans-serif;
}
.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6 {
font-family: 'Open Sans', sans-serif;
}
.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6 {
font-family: 'Lato', sans-serif;
}
.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6 {
font-family: 'Ubuntu', sans-serif;
}
.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6 {
font-family: 'Montserrat', sans-serif;
}
.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6 {
font-family: 'Lora', serif;
}
.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6 {
font-family: 'Titillium Web', sans-serif;
}
.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6 {
font-family: 'Muli', sans-serif;
}
.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6 {
font-family: 'Oxygen', sans-serif;
}
.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6 {
font-family: 'Nunito Sans', sans-serif;
}
.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6 {
font-family: 'Maven Pro', sans-serif;
}
.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6 {
font-family: 'Cairo', serif;
}
.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6 {
font-family: 'Philosopher', sans-serif;
}
.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6 {
font-family: 'Dosis', sans-serif;
}
.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
font-family: 'Josefin Sans', sans-serif;
}
.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6 {
font-family: 'Jost', sans-serif;
}
.header-font-19 h1,
.header-font-19 h2,
.header-font-19 h3,
.header-font-19 h4,
.header-font-19 h5,
.header-font-19 h6 {
font-family: 'Karla', sans-serif;
}
.header-font-20 h1,
.header-font-20 h2,
.header-font-20 h3,
.header-font-20 h4,
.header-font-20 h5,
.header-font-20 h6 {
font-family: 'Playfair Display', serif;
}
.body-font-1 {
font-family: 'Raleway', sans-serif;
}
.body-font-2  {
font-family: 'Poppins', sans-serif;
}
.body-font-3 {
font-family: 'Roboto', sans-serif;
}
.body-font-4 {
font-family: 'Open Sans', sans-serif;
}
.body-font-5 {
font-family: 'Montserrat', sans-serif;
}
.body-font-6 {
font-family: 'Ubuntu', sans-serif;
}
.body-font-7 {
font-family: 'Playfair Display', serif;
}
.body-font-8 {
font-family: 'Lora', serif;
}
.body-font-9 {
font-family: 'Titillium Web', sans-serif;
}
.body-font-10 {
font-family: 'Muli', sans-serif;
}
.body-font-11 {
font-family: 'Oxygen', sans-serif;
}
.body-font-12 {
font-family: 'Nunito Sans', sans-serif;
}
.body-font-13 {
font-family: 'Maven Pro', sans-serif;
}
.body-font-14 {
font-family: 'Cairo', serif;
}
.body-font-15 {
font-family: 'Philosopher', sans-serif;
}
.body-font-16 {
font-family: 'Dosis', sans-serif;
}
.body-font-17 {
font-family: 'Josefin Sans', sans-serif;
}
.body-font-18 {
font-family: 'Jost', sans-serif;
}
.body-font-19 {
font-family: 'Karla', sans-serif;
}
.site-title-font-1 .site-title,
.site-title-font-1 .site-description {
font-family: 'Raleway', sans-serif;
}
.site-title-font-2 .site-title,
.site-title-font-2 .site-description {
font-family: 'Poppins', sans-serif;
}
.site-title-font-3 .site-title,
.site-title-font-3 .site-description {
font-family: 'Roboto', sans-serif;
}
.site-title-font-4 .site-title,
.site-title-font-4 .site-description {
font-family: 'Open Sans', sans-serif;
}
.site-title-font-5 .site-title,
.site-title-font-5 .site-description {
font-family: 'Lato', sans-serif;
}
.site-title-font-6 .site-title,
.site-title-font-6 .site-description {
font-family: 'Ubuntu', sans-serif;
}
.site-title-font-7 .site-title,
.site-title-font-7 .site-description {
font-family: 'Montserrat', sans-serif;
}
.site-title-font-8 .site-title,
.site-title-font-8 .site-description {
font-family: 'Lora', serif;
}
.site-title-font-9 .site-title,
.site-title-font-9 .site-description {
font-family: 'Titillium Web', sans-serif;
}
.site-title-font-10 .site-title,
.site-title-font-10 .site-description {
font-family: 'Muli', sans-serif;
}
.site-title-font-11 .site-title,
.site-title-font-11 .site-description {
font-family: 'Oxygen', sans-serif;
}
.site-title-font-12 .site-title,
.site-title-font-12 .site-description {
font-family: 'Nunito Sans', sans-serif;
}
.site-title-font-13 .site-title,
.site-title-font-13 .site-description {
font-family: 'Maven Pro', sans-serif;
}
.site-title-font-14 .site-title,
.site-title-font-14 .site-description {
font-family: 'Cairo', serif;
}
.site-title-font-15 .site-title,
.site-title-font-15 .site-description {
font-family: 'Philosopher', sans-serif;
}
.site-title-font-16 .site-title,
.site-title-font-16 .site-description {
font-family: 'Dosis', sans-serif;
}
.site-title-font-17 .site-title,
.site-title-font-17 .site-description {
font-family: 'Josefin Sans', sans-serif;
}
.site-title-font-18 .site-title,
.site-title-font-18 .site-description {
font-family: 'Jost', sans-serif;
}
.site-title-font-19 .site-title,
.site-title-font-19 .site-description {
font-family: 'Karla', sans-serif;
}
.site-title-font-20 .site-title,
.site-title-font-20 .site-description {
font-family: 'Playfair Display', serif;
}
.menu-font-1 .navigation-menu a {
font-family: 'Raleway', sans-serif;
}
.menu-font-2 .navigation-menu a {
font-family: 'Poppins', sans-serif;
}
.menu-font-3 .navigation-menu a {
font-family: 'Roboto', sans-serif;
}
.menu-font-4 .navigation-menu a {
font-family: 'Open Sans', sans-serif;
}
.menu-font-5 .navigation-menu a {
font-family: 'Montserrat', sans-serif;
}
.menu-font-6 .navigation-menu a {
font-family: 'Ubuntu', sans-serif;
}
.menu-font-7 .navigation-menu a {
font-family: 'Lato', sans-serif;
}
.menu-font-8 .navigation-menu a {
font-family: 'Lora', serif;
}
.menu-font-9 .navigation-menu a {
font-family: 'Titillium Web', sans-serif;
}
.menu-font-10 .navigation-menu a {
font-family: 'Muli', sans-serif;
}
.menu-font-11 .navigation-menu a {
font-family: 'Oxygen', sans-serif;
}
.menu-font-12 .navigation-menu a {
font-family: 'Nunito Sans', sans-serif;
}
.menu-font-13 .navigation-menu a {
font-family: 'Maven Pro', sans-serif;
}
.menu-font-14 .navigation-menu a {
font-family: 'Cairo', serif;
}
.menu-font-15 .navigation-menu a {
font-family: 'Philosopher', sans-serif;
}
.menu-font-16 .navigation-menu a {
font-family: 'Dosis', sans-serif;
}
.menu-font-17 .navigation-menu a {
font-family: 'Josefin Sans', sans-serif;
}
.menu-font-18 .navigation-menu a {
font-family: 'Jost', sans-serif;
}
.menu-font-19 .navigation-menu a {
font-family: 'Karla', sans-serif;
}
.menu-font-20 .navigation-menu a {
font-family: 'Playfair Display', serif;
} @media screen and (min-width: 567px) {
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
display: flex;
flex-wrap: wrap;
}
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
width: 50%;
float: left;
}
.columns-2 article:nth-child(2n+1),
.columns-3 article:nth-child(2n+1),
.columns-4 article:nth-child(2n+1),
.columns-5 article:nth-child(2n+1) {
clear: left;
}
.primary-menu-label {
display: inline-block;
vertical-align: middle;
}
.error-404.not-found input.search-field {
min-width: 450px;
}
}
@media screen and (min-width: 767px) {
.columns-3 article,
.columns-5 article {
width: 33.33%;
}
.columns-3 article:nth-child(2n+1),
.columns-5 article:nth-child(2n+1) {
clear: none;
}
.columns-3 article:nth-child(3n+1),
.columns-5 article:nth-child(3n+1) {
clear: left;
}
.site-description:before,
.site-description:after {
content: "";
background-color: #999;
width: 35px;
height: 1px;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.site-description:after {
margin-left: 15px;
margin-right: 0;
}
.blog-archive.columns-1 .blog-post-item .entry-title {
font-size: 32px;
}
.single-post-wrap .blog-post-item .entry-title {
font-size: 40px;
}
.widget_latest_posts .widget-header {
margin-bottom: 70px;
}
.single .blog-post-item .entry-footer {
display: flex;
align-items: center;
justify-content: space-between;
}
.single .entry-footer span.cat-links {
margin-bottom: 0;
}
#footer-widgets .widget-column {
text-align: left;
margin-bottom: 0;
width: 33.33%;
float: left;
}
#footer-widgets .widget-title:after {
left: 0;
transform: none;
}
}
@media screen and (min-width: 992px) {
.columns-4 article {
width: 25%;
}
.columns-4 article:nth-child(2n+1) {
clear: none;
}
.columns-4 article:nth-child(4n+1) {
clear: left;
}
}
@media screen and (min-width: 1024px) {
.columns-5 article {
width: 20%;
}
.columns-5 article:nth-child(3n+1) {
clear: none;
}
.columns-5 article:nth-child(5n+1) {
clear: left;
}
.navigation-menu .search-form {
position: relative;
top: 1px;
right: 0;
}
.navigation-menu .search-form .search-submit {
top: 0;
}
.menu-sticky #masthead {
position: sticky;
top: 0;
}
.menu-sticky.customize-support #masthead {
top: 32px;
}
.navigation-menu {
width: auto;
}
.navigation-menu ul,
.navigation-menu .nav-menu ul {
display: block;
}
.navigation-menu li a svg,
.nav-menu > li,
.navigation-menu li {
display: inline-block;
}
.navigation-menu a {
padding: 8px 16px;
}
.nav-menu ul.sub-menu,
.nav-menu ul.children {
background-color: #fff;
}
.navigation-menu ul ul {
padding-left: 0;
}
.navigation-menu ul ul ul {
-webkit-transform: translateX(-20px) translateZ(0);
-moz-transform: translateX(-20px) translateZ(0);
transform: translateX(-20px) translateZ(0);
-webkit-transition: -webkit-transform .05s .3s,opacity .3s ease-out;
transition: transform .05s .3s,opacity .3s ease-out;
visibility: hidden;
}
.navigation-menu ul ul li:hover > ul,
.navigation-menu ul ul li.focus > ul {
opacity: 1;
-webkit-transform: translateX(0) translateZ(0);
-moz-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease;
transition: transform .3s ease-out,opacity .3s ease;
visibility: visible;
}	
.navigation-menu ul ul svg {
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%) rotate(-90deg);
-moz-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
.navigation-menu ul ul li:last-child > a {
border-bottom: none;
}
.navigation-menu .nav-menu > li > a,
.navigation-menu .nav-menu > ul > li > a {
padding: 10px 15px;
line-height: 40px;
border-bottom: none;
}
.navigation-menu a {
border-bottom: none;
}
.navigation-menu li.current-menu-item > a {
color: #f37e7e;
}
.navigation-menu ul ul a {
border-bottom: 1px solid #eee;
}
.navigation-menu .nav-menu > li:hover > a:after,
.navigation-menu .nav-menu > li.focus > a:after {
opacity: 1;
}
.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
color: #f37e7e;
}
.navigation-menu .nav-menu > li:hover {
border-right-color: #f37e7e;
}
.navigation-menu .nav-menu > li.current-menu-item {
border-right-color: #f37e7e;
}
.navigation-menu ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 10;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.navigation-menu .nav-menu ul.sub-menu,
.navigation-menu .nav-menu ul.children {
visibility: hidden;
opacity: 0;
box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
}
.navigation-menu .nav-menu li:hover ul,
.navigation-menu .nav-menu li.focus ul {
opacity: 1;
visibility: visible;
display: block !important;
}
.navigation-menu ul ul ul {
left: -999em;
top: 0;
}
.navigation-menu ul ul li:hover > ul,
.navigation-menu ul ul li.focus > ul {
left: 100%;
}
.navigation-menu ul ul a {
width: 256px;
padding: 8px 30px 8px 15px;
}
.navigation-menu ul li:hover > ul,
.navigation-menu ul li.focus > ul {
right: auto;
left: 0;
}
.nav-menu button.dropdown-toggle,
.menu-toggle {
display: none;
}
#masthead .nav-menu,
#masthead .nav-menu > ul {
border-top: none;
display: block !important;
text-align: center;
padding: 0;
}
#masthead .nav-menu ul.sub-menu {
text-align: left;
border-top: 2px solid #f37e7e;
}
.site-branding {
padding: 25px 0;
}
.site-title {
font-size: 40px;
}
.blog-archive.columns-1 .blog-post-item .entry-title {
font-size: 42px;
}
.custom-header .page-title {
font-size: 32px;
}
.has-sidebar #primary {
width: 70%;
float: left;
padding-right: 30px;
margin-bottom: 0;
}
.has-sidebar #secondary {
width: 30%;
float: left;
position: sticky;
top: 30px;
}
.has-sidebar.right-sidebar #primary {
float: left;
padding-right: 20px;
}
.has-sidebar.right-sidebar #secondary {
float: right;
}
.has-sidebar.left-sidebar #primary {
float: right;
padding-right: 0;
padding-left: 20px;
}
.has-sidebar.left-sidebar #secondary {
float: left;
}
} .custom-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
[class*="custom-col-"] {
padding: 0 10px;
position: relative;
width: 100%;
}
.section-feature-posts-one-area {
margin-bottom: 25px;
}
.section-feature-posts-one-area .feature-posts-image {
background-color: #cccccc;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
z-index: 1;
}
.section-feature-posts-one-area .feature-posts-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.section-feature-posts-one-area .feature-posts-image {
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
}
.section-feature-posts-one-area .feature-posts-image {
height: 260px;
}
.section-feature-posts-one-area .feature-big-posts .feature-posts-image {
height: 540px;
}
.section-feature-posts-one-area .feature-posts-image:before {
background-color: rgba(0, 0, 0, 0.5);
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
position: absolute;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
z-index: 1;
}
.section-feature-posts-one-area .feature-posts-content {
padding: 0 20px 20px;
position: relative;
width: 100%;
z-index: 2;
}
.feature-posts-content-wrap {
margin-bottom: 20px;
}
.section-feature-posts-one-area .feature-posts-content .cat-links {
display: inline-block;
margin-bottom: 15px;
}
.section-feature-posts-one-area .feature-posts-content .cat-links a {
background-color: #f37e7e;
color: #FFFFFF;
letter-spacing: 0.8px;
line-height: 1;
padding: 5px;
margin: 2px;
transition: all 0.4s ease-out 0s;
}
.section-feature-posts-one-area .feature-posts-content .cat-links a:hover,
.section-feature-posts-one-area .feature-posts-content .cat-links a:focus {
background-color: #000;
color: #FFF;
}
.section-feature-posts-one-area .feature-posts-content .feature-posts-title {
font-size: 20px;
line-height: 1.2;
margin-bottom: 12px;
}
.section-feature-posts-one-area .feature-posts-content .feature-posts-title a {
text-decoration: none;
color: #FFFFFF;
}
.section-feature-posts-one-area .feature-posts-content .feature-posts-title a:hover,
.section-feature-posts-one-area .feature-posts-content .feature-posts-title a:focus {
color: #f37e7e;
}
.section-feature-posts-one-area .feature-posts-content .entry-meta a {
color: #FFFFFF;
text-decoration: none;
font-size: 13px;
}
.section-feature-posts-one-area .feature-posts-content .entry-meta a:hover,
.section-feature-posts-one-area .feature-posts-content .entry-meta a:focus {
color: #f37e7e;
}
@media screen and (min-width: 768px) {
.custom-col-md-12 {
width: 100%;
}
.custom-col-md-6 {
width: 50%;
}
}
@media screen and (min-width: 992px) {
.custom-col-lg-7 {
width: 58.333333%;
}
.custom-col-lg-5 {
width: 41.666667%;
}
} .blog-archive .post.layout_two .blog-post-item {
padding: 0;
}
.blog-archive .post.layout_two .entry-container {
padding: 20px;
}
.blog-archive .post.layout_two .featured-image {
margin-bottom: 0;
}
.blog-archive .post.layout_two .featured-post-item-inner {
position: relative;
}
.blog-archive .post.layout_two .featured-image a {
display: inline-block;
}
.blog-archive .post.layout_two .cat-links {
font-size: 0;
margin-bottom: 0;
}
.blog-archive .post.layout_two:not(.has-no-thumbnail) .cat-links {
position: absolute;
bottom: 10px;
left: 10px;
z-index: 1;
}
.blog-archive .post.layout_two .cat-links a {
background-color: #f37e7e;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1;
padding: 8px 10px;
margin: 2px;
transition: all 0.4s ease-out 0s;
}
.blog-archive .post.layout_two .cat-links a:hover,
.blog-archive .post.layout_two .cat-links a:focus {
background-color: #000;
color: #FFF;
}
.blog-archive .post.layout_two .blog-post-item .entry-content {
margin-bottom: 0;
}
.blog-archive .post.layout_two.has-no-thumbnail .blog-post-item {
padding: 20px;
}
.blog-archive .post.layout_two.has-no-thumbnail .entry-container {
padding: 20px 0 0;
} .section-header {
border-bottom: 2px solid #ddd;
margin-bottom: 30px;
padding-bottom: 5px;
position: relative;
}
.section-header .section-title {
margin-bottom: 0;
font-size: 20px;
text-transform: uppercase;
padding-bottom: 10px;
}
.section-header:after {
content: "";
background-color: #f37e7e;
width: 50px;
height: 4px;
position: absolute;
left: 0;
bottom: -2px;
} .section-trending-posts {
margin-bottom: 30px;
}
.section-trending-posts .featured-image {
margin-bottom: 20px;
background-size: cover;
background-position: center center;
padding: 100px 0;
}
.section-trending-posts .cat-links {
margin-bottom: 10px;
display: inline-block;
}
.section-trending-posts .cat-links a {
background-color: #f37e7e;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1;
padding: 5px 7px;
margin: 2px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.section-trending-posts .cat-links a:hover,
.section-trending-posts .cat-links a:focus {
background-color: #000;
}
.section-trending-posts .posted-on a {
text-decoration: none;
font-size: 14px;
} .section-popular-posts {
margin-bottom: 50px;
}
.section-popular-posts article {
position: relative;
display: table;
}
.section-popular-posts .featured-image {
padding: 0;
background-size: cover;
background-position: center center;
border-radius: 5px;
margin-bottom: 15px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100px;
height: 100%;
display: table-cell;
background-color: #eee;
}
.section-popular-posts .entry-container {
width: 100%;
float: right;
display: table-cell;
text-align: left;
padding-left: 115px;
}
.section-popular-posts .cat-links {
margin-bottom: 10px;
display: inline-block;
}
.section-popular-posts .cat-links a {
background-color: #f37e7e;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1;
padding: 5px 7px;
margin: 2px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.section-popular-posts .cat-links a:hover,
.section-popular-posts .cat-links a:focus {
background-color: #000;
}
.section-popular-posts .entry-title {
font-weight: 500;
font-size: 16px;
margin-bottom: 5px;
}
.section-popular-posts .entry-title a {
color: #0d1e50;
}
.section-popular-posts .entry-title a:hover,
.section-popular-posts .entry-title a:focus,
.section-popular-posts .posted-on a:hover,
.section-popular-posts .posted-on a:focus {
color: #f37e7e;
}
.section-popular-posts .posted-on a {
text-decoration: none;
font-size: 14px;
}
.section-popular-posts article:nth-child(1),
.section-popular-posts article:nth-child(2),
.section-popular-posts article:nth-child(3) {
display: block;
}
.section-popular-posts article:nth-child(1) .featured-image,
.section-popular-posts article:nth-child(2) .featured-image,
.section-popular-posts article:nth-child(3) .featured-image {
padding: 120px 0;
position: relative;
width: 100%;
height: auto;
display: block;
}
.section-popular-posts article:nth-child(1) .entry-container,
.section-popular-posts article:nth-child(2) .entry-container,
.section-popular-posts article:nth-child(3) .entry-container {
float: none;
display: block;
padding-left: 0;
}
.section-popular-posts article:nth-child(1) .entry-title,
.section-popular-posts article:nth-child(2) .entry-title,
.section-popular-posts article:nth-child(3) .entry-title {
font-size: 22px;
}
.post-thumbnail-link {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
@media screen and (min-width: 767px) {
.section-popular-posts .entry-container {
padding-left: 100px;
}
} .section-top-stories {
margin-bottom: 50px;
}
.section-top-stories .featured-image {
margin-bottom: 20px;
padding: 100px 0;
background-size: cover;
background-position: center center;
}
.section-top-stories .cat-links {
margin-bottom: 10px;
display: inline-block;
}
.section-top-stories .cat-links a {
background-color: #f37e7e;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1;
padding: 5px 7px;
margin: 2px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.section-top-stories .cat-links a:hover,
.section-top-stories .cat-links a:focus {
background-color: #000;
}
.section-top-stories .posted-on a {
text-decoration: none;
font-size: 14px;
} .section-recent-posts {
margin-bottom: 20px;
}
.section-recent-posts .recent-post-wrap {
border: 1px solid #ccc;
padding: 20px;
border-radius: 5px;
height: 100%;
}
.section-recent-posts .featured-image {
padding: 100px 0;
background-size: cover;
background-position: center center;
border-radius: 5px;
margin-bottom: 15px;
}
.section-recent-posts article:not(.has-post-thumbnail) .entry-container {
width: 100%;
padding: 0;
display: block;
float: none;
}
.section-recent-posts .cat-links {
margin-bottom: 10px;
display: inline-block;
}
.section-recent-posts .cat-links a {
background-color: #fc5356;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1;
padding: 5px 7px;
margin: 2px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.section-recent-posts .cat-links a:hover,
.section-recent-posts .cat-links a:focus {
background-color: #000;
}
.section-recent-posts .entry-title {
font-weight: 600;
font-size: 20px;
margin-bottom: 5px;
}
.section-recent-posts .entry-title a {
color: #0d1e50;
}
.section-recent-posts .entry-title a:hover,
.section-recent-posts .entry-title a:focus,
.section-recent-posts .posted-on a:hover,
.section-recent-posts .posted-on a:focus {
color: #fc5356;
}
.section-recent-posts .posted-on a {
text-decoration: none;
font-size: 14px;
}
@media screen and (min-width: 767px) {
.section-recent-posts .recent-post-item {
position: relative;
display: table;
width: 100%;
height: 100%;
}
.section-recent-posts .featured-image {
margin: 0;
padding: 0;
width: 50%;
display: table-cell;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
}
.section-recent-posts .entry-container {
float: right;
display: table-cell;
width: 50%;
text-align: left;
padding: 35px 0 35px 25px;
}
} .section-title-layout-two .section-header .section-title {
font-size: 16px;
margin-bottom: 0;
color: #fff;
font-weight: 400;
display: inline-block;
text-transform: uppercase;
background-color: #d72924;
line-height: 1;
padding: 10px 15px;
border-bottom: 2px solid #fff;
}
.section-title-layout-two .section-header {
margin-bottom: 20px;
border-bottom: 2px solid #d72924;
padding-bottom: 0;
}
.section-title-layout-two .section-header:after {
display: none;
}
.section-editors-choice {
margin-bottom: 30px;
}
.section-editors-choice .editors-choice-item {
position: relative;
}
.section-editors-choice .featured-image {
padding: 150px 0;
background-size: cover;
background-position: center center;
background-color: #333;
}
.section-editors-choice .featured-image:before {
background-color: rgba(0, 0, 0, 0.5);
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
position: absolute;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
z-index: 1;
}
.section-editors-choice .entry-container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: left;
padding: 20px;
z-index: 2;
}
.section-editors-choice .cat-links {
margin-bottom: 10px;
display: inline-block;
}
.section-editors-choice .cat-links a {
background-color: #d72924;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1;
padding: 5px 7px;
margin: 2px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.section-editors-choice .cat-links a:hover,
.section-editors-choice .cat-links a:focus {
background-color: #000;
}
.section-editors-choice .entry-title a {
color: #fff;
}
.section-editors-choice .posted-on a {
text-decoration: none;
font-size: 14px;
color: #fff;
}
.section-editors-choice .entry-title a:hover,
.section-editors-choice .entry-title a:focus,
.section-editors-choice .posted-on a:hover,
.section-editors-choice .posted-on a:focus {
color: #d72924;
} .section-highlighted-posts {
margin-bottom: 50px;
background-color: #fff;
padding: 30px;
}
.section-highlighted-posts .featured-image {
padding: 50px 0;
background-size: cover;
background-position: center center;
width: 100px;
height: 100px;
float: left;
margin-right: 15px;
border-radius: 100%;
}
.section-highlighted-posts .entry-container {
display: table-row;
}
.section-highlighted-posts .entry-title {
font-size: 18px;
padding-top: 10px;
}
.section-highlighted-posts .posted-on a {
text-decoration: none;
font-size: 14px;
}
@media screen and (max-width: 992px) {
.section-highlighted-posts article {
width: 100%;
}
.section-highlighted-posts {
padding: 20px;
}
} .wp-block-search__inside-wrapper {
display: flex;
flex: auto;
flex-wrap: nowrap;
max-width: 100%;
}
.wp-block-search__button {
margin-left: 5px;
} .slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots {
bottom: 25px;
}
.slick-dots li {
margin: 0 7px;
width: auto;
height: auto;
}
.slick-dots li button {
padding: 0;
background-color: #fff;
width: 12px;
height: 12px;
border-radius: 100%;
}
.slick-dots li.slick-active button {
background-color: #f37e7e;
}
.slick-dots li button:before {
display: none;
} #section-half-slider {
margin-bottom: 60px;
}
#section-half-slider article {
background-color: #fff;
}
#section-half-slider .featured-image {
background-size: cover;
background-position: 50% 50%;
padding: 150px 0;
background-color: #cfac9f;
}
#section-half-slider .entry-container {
padding: 30px 30px 75px;
text-align: center;
}
#section-half-slider .cat-links {
margin-bottom: 15px;
display: block;
}
#section-half-slider .entry-title {
font-size: 24px;
font-weight: 500;
margin-bottom: 20px;
}
#section-half-slider .entry-content {
margin-bottom: 25px;
}
#section-half-slider .read-more a {
color: #fff;
background-color: #f37e7e;
display: inline-block;
line-height: 1;
padding: 15px 25px;
}
#section-half-slider .read-more a:hover,
#section-half-slider .read-more a:focus {
background-color: #000;
color: #fff;
}
#section-half-slider .slick-dots li button {
background-color: #aaa;
}
#section-half-slider .slick-dots li.slick-active button {
background-color: #f37e7e;
}
@media screen and (min-width: 767px) {
#section-half-slider article {
display: table;
position: relative;
}
#section-half-slider .featured-image {
width: 50%;
display: table-cell;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 50%;
padding: 0;
}
#section-half-slider .entry-container {
width: 50%;
display: table-cell;
padding: 100px 30px;
float: right;
text-align: left;
}
#section-half-slider .slick-dots {
position: absolute;
bottom: 30px;
right: 25px;
text-align: right;
}
}
@media screen and (min-width: 1023px) {
#section-half-slider .entry-container {
max-width: 800px;
margin: 0 auto;
padding: 100px 50px;
}
#section-half-slider .entry-title {
font-size: 36px;
}
} #section-slider-posts {
margin-bottom: 60px;
}
#section-slider-posts article {
background-size: cover;
background-position: center center;
position: relative;
padding: 175px 0;
}
#section-slider-posts article:before {
content: "";
background-color: #000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0.3;
}
#section-slider-posts .entry-container {
z-index: 1;
padding: 0 20px;
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#section-slider-posts .cat-links,
#section-slider-posts .cat-links a {
color: #fff;
}
#section-slider-posts .cat-links a:hover,
#section-slider-posts .cat-links a:focus {
color: #fff;
text-decoration: underline;
}
#section-slider-posts .entry-title {
font-size: 28px;
font-weight: 600;
margin-bottom: 20px;
}
#section-slider-posts .entry-title a {
color: #fff;
}
#section-slider-posts .entry-title a:hover,
#section-slider-posts .entry-title a:focus {
color: #f37e7e;
}
#section-slider-posts .entry-content {
color: #fff;
margin-bottom: 25px;
}
#section-slider-posts .read-more a {
color: #fff;
background-color: #f37e7e;
display: inline-block;
line-height: 1;
padding: 15px 25px;
}
#section-slider-posts .read-more a:hover,
#section-slider-posts .read-more a:focus {
background-color: #fff;
color: #f37e7e;
}
@media screen and (min-width: 767px) {
#section-slider-posts article {
padding: 225px 0;
}
#section-slider-posts .entry-container {
max-width: 600px;
margin: 0 auto;
}
#section-slider-posts .entry-title {
font-size: 38px;
}
}
@media screen and (min-width: 1023px) {
#section-slider-posts article {
padding: 275px 0;
}
#section-slider-posts .entry-container {
max-width: 800px;
margin: 0 auto;
}
#section-slider-posts .entry-title {
font-size: 48px;
}
} .section-headlines-posts {
margin-bottom: 30px;
}
.section-headlines-posts .headlines-item-wrapper {
position: relative;
}
.section-headlines-posts .featured-image {
background-size: cover;
background-position: center center;
padding: 250px 0;
border-radius: 3px;
background-color: #eee;
}
.section-headlines-posts .entry-container {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
padding: 25px;
background: linear-gradient(180deg,rgba(25,27,38,0),rgba(25,27,38,.96));
}
.section-headlines-posts .entry-meta {
margin-bottom: 10px;
display: block;
}
.section-headlines-posts .cat-links a {
background-color: #f37e7e;
color: #fff;
padding: 5px 10px;
}
.section-headlines-posts .cat-links a:hover,
.section-headlines-posts .cat-links a:focus {
background-color: #000;
color: #fff;
}
.section-headlines-posts .entry-title {
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}
.section-headlines-posts .entry-title a,
.section-headlines-posts .posted-on a {
color: #fff;
text-decoration: none;
}
.section-headlines-posts .entry-title a:hover,
.section-headlines-posts .entry-title a:focus,
.section-headlines-posts .posted-on a:hover,
.section-headlines-posts .posted-on a:focus {
color: #fff;
text-decoration: underline;
} .section-title-layout-three .section-header {
border: none;
margin-bottom: 30px;
}
.section-title-layout-three .section-header:after {
display: none;
}
.section-title-layout-three .section-header .section-title {
background-color: transparent;
color: #000;
display: flex;
align-items: center;
position: relative;
line-height: 1.4;
font-size: 24px;
font-weight: bold;
text-transform: none;
padding: 0;
border: none;
}
.section-title-layout-three .section-header .section-title:before {
content: "";
width: 9px;
height: 9px;
border-radius: 50%;
background-color: #f37e7e;
margin-right: 7px;
margin-left: 0;
display: inline-block;
}
.section-title-layout-three .section-header .section-title:after {
content: "";
border: 1px solid #ddd;
border-width: 1px 0;
flex-grow: 1;
height: 4px;
margin-left: 15px;
}