/*Theme Name: Cuba Skate 2019*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,canvas,video {display: inline-block;max-width: 100%;}
html {overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
.ui-loader {display: none;}

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

@font-face {font-family: Oriya; src: url('media/fonts/OriyaSangamMN.ttf');}
@font-face {font-family: OriyaBold; src: url('media/fonts/OriyaSangamMN-Bold.ttf');}
@font-face {font-family: Cubano; src: url('media/fonts/Cubano-Regular.ttf');}

body {
background: #fff;
color: #000;
font-family: 'Oriya', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px;
}

a {
color: #5b84e8;
text-decoration: none;
}

a:active,
a:hover {
color: #3f5da5;
}

/*Layout*/

.shelf {
position: relative;
float: left;
width: 100%;
}

.abs-reset {
position: absolute;
width: 100%;
}

.center {
position: relative;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

.center-container {
position: relative;
float: left;
width: 100%;
}

/*Header*/

.shelf[data-shelf="header"] {
position: relative;
width: 100%;
height: 100vh;
min-height: 700px;
z-index: 50;
}

.shelf[data-shelf="header-callout"],
.shelf[data-shelf="header-callout"] .center,
.shelf[data-shelf="header-callout"] .center-container {
height: 100%;
min-height: inherit;
}

.shelf[data-shelf="header-menu"] {
position: fixed;
top: calc(100vh - 60px);
left: 0;
opacity: 0;
-webkit-transition: opacity ease 300ms;
-moz-transition: opacity ease 300ms;
-o-transition: opacity ease 300ms;
transition: opacity ease 300ms;
z-index: 20;
}

.shelf[data-shelf="header"][data-loaded="true"] .shelf[data-shelf="header-menu"] {
opacity: 1;
-webkit-transition: opacity ease 300ms, top ease 1s;
-moz-transition: opacity ease 300ms, top ease 1s;
-o-transition: opacity ease 300ms, top ease 1s;
transition: opacity ease 300ms, top ease 1s;
}

.shelf[data-shelf="header-menu"][data-position="top"] {
top: 20px;
}

.shelf[data-shelf="header-menu"] .center-container {
height: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

#h-logo,
#h-content {
float: left;
height: 100%;
display: inline-block;
vertical-align: top;
}

#h-logo {
position: relative;
width: 18%;
padding: 20px;
background: #fff;
text-align: center;
}

#h-logo a {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 70%;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#h-logo a img {
display: inline-block;
width: auto;
max-width: 100%;
height: 100%;
}

#h-logo a img[data-size="mobile"] {
display: none;
}

#h-content {
width: 82%;
padding-left: 40px;
background: rgba(60, 73, 169, 0.8);
}

#h-nav-main {
float: left;
width: auto;
}

#h-nav-main ul {
float: left;
width: auto;
margin: 0;
padding: 0;
}

#h-nav-main li {
float: left;
width: auto;
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

#h-nav-main a {
float: left;
width: auto;
font-family: 'Oriya';
padding: 0 20px;
text-transform: uppercase;
color: #fff;
font-size: 16px;
line-height: 43px;
font-weight: 400;
}

#h-nav-main li.current-menu-item a {
font-weight: 600;
}

#h-nav-donate {
position: relative;
float: right;
top: 50%;
width: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#h-nav-donate ul {
float: right;
}

#h-nav-donate li {
float: left;
width: auto;
padding: 0;
margin: 0 10px 0 0;
list-style: none;
display: inline-block;
}

#h-nav-donate a {
float: left;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-transform: uppercase;
padding: 0 10px;
font-size: 16px;
line-height: 27px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#h-nav-donate a[title="Online Shop"] {
position: relative;
}

#h-nav-donate a[title="Online Shop"]:before {
content: "\f07a";
font-family: "Font Awesome\ 5 Free";
font-size: 14px;
line-height: 27px;
font-weight: 900;
display: inline-block;
margin-right: 5px;
}

#h-nav-toggle {
display: none;
}

.shelf[data-shelf="header-callout"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}

.shelf[data-shelf="header-callout"] #h-callout-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
border: 10px solid #3c49a9;
opacity: 0;
z-index: 10;
}

.shelf[data-shelf="header"][data-loaded="true"] .shelf[data-shelf="header-callout"] #h-callout-image {
opacity: 1;
}

.shelf[data-shelf="header-callout"] #h-callout-image span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-image: inherit;
opacity: 0;
-webkit-transition: opacity 200ms ease 0s;
-moz-transition: opacity 200ms ease 0s;
-o-transition: opacity 200ms ease 0s;
transition: opacity 200ms ease 0s;
}

.shelf[data-shelf="header-callout"].loading #h-callout-image span {
opacity: 1;
}

.shelf[data-shelf="header-callout"] .center {
z-index: 20;
}

.shelf[data-shelf="header-callout"] #h-callout-container {
position: absolute;
left: 0;
width: 100%;
max-width: 300px;
opacity: 0;
-webkit-transition: bottom 1s ease 1s, opacity 1s ease 1s;
-moz-transition: bottom 1s ease 1s, opacity 1s ease 1s;
-o-transition: bottom 1s ease 1s, opacity 1s ease 1s;
transition: bottom 1s ease 1s, opacity 1s ease 1s;
}

.shelf[data-shelf="header"][data-loaded="true"] .shelf[data-shelf="header-callout"] #h-callout-container {
opacity: 1;
}

#h-callout-content {
position: relative;
float: left;
width: 100%;
max-width: 400px;
text-align: center;
padding: 20px 5% 30px 5%;
background: rgba(60, 73, 169, 0.9);
border-bottom: 10px solid #3c49a9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.6);
}

#h-callout-title {
position: relative;
top: 10px;
font-family: 'Cubano';
font-size: 25px;
line-height: 27px;
color: #fff;
opacity: 0;
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
}

.shelf[data-shelf="header"][data-loaded="true"] #h-callout-title {
top: 0;
opacity: 1;
}

#h-callout-button {
position: relative;
top: 30px;
display: inline-block;
opacity: 0;
-webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
transition: all ease 1s;
}

.shelf[data-shelf="header"][data-loaded="true"] #h-callout-button {
top: 0;
opacity: 1;
}

#h-callout-button a {
display: inline-block;
font-size: 16px;
line-height: 16px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
padding: 14px 15px 10px 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#h-callout-button[data-color="white"] a {
color: #3c49a9;
background: #fff;
}

#h-callout-button[data-color="red"] a {
color: #fff;
background: #ec1923;
}

#h-callout-more {
display: block;
width: 100%;
text-align: center;
cursor: pointer;
margin-top: 10px;
}

#h-callout-more a {
display: inline-block;
padding: 0 20px;
}

#h-callout-more-text {
display: block;
font-size: 18px;
line-height: 18px;
color: #fff;
font-weight: 600;
padding: 0 15%;
margin-bottom: 5px;
}

#h-callout-more-icon {
position: absolute;
left: 50%;
bottom: -30px;
width: 50px;
height: 50px;
background: #3c49a9;
margin-left: -25px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

#h-callout-more-icon i {
position: relative;
top: 50%;
font-size: 22px;
line-height: 22px;
color: #fff;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 100ms;
-moz-transition: all ease 100ms;
-o-transition: all ease 100ms;
transition: all ease 100ms;
}

#h-callout-more:hover #h-callout-more-icon i {
top: 55%;
}

#h-callout-menu {
position: absolute;
bottom: -50px;
left: 0;
width: 100%;
text-align: center;
}

#h-callout-menu a {
position: relative;
top: 5px;
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0 5px;
border: 5px solid #3c49a9;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
}

#h-callout-menu a.active {
border-color: #fff;
}

#h-callout-menu a img {
display: block;
width: 50px;
height: 50px;
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
}

#h-callout-menu a.active,
#h-callout-menu a:hover {
top: 0;
}

#h-callout-menu a.active img,
#h-callout-menu a:hover img {
width: 60px;
height: 60px;
}

/*Body*/

.shelf[data-shelf="body"] {
padding-top: 50px;
z-index: 40;
}

#b-content {
position: relative;
float: left;
width: 100%;
min-height: 400px;
background: #fff;
z-index: 20;
}

.column-narrow {
float: left;
width: 20%;
margin-right: 40px;
}

.column-wide {
float: left;
width: 75%;
padding: 40px 0;
}

.column-wide-small {
float: left;
width: 45%;
font-size: 20px;
line-height: 25px;
padding: 40px 0;
}

#b-content h1,
#b-content h2,
#b-content h3,
#b-content h4,
#b-content h5,
#b-content h6 {
clear: both;
font-weight: 700;
margin: 36px 0 12px;
}

#b-content h1 {
font-size: 26px;
line-height: 28px;
}

#b-content h2 {
font-size: 24px;
line-height: 26px;
}

#b-content h3 {
font-size: 22px;
line-height: 24px;
}

#b-content h4 {
font-size: 20px;
line-height: 22px;
}

#b-content h5 {
font-size: 18px;
line-height: 20px;
}

#b-content h6 {
font-size: 16px;
line-height: 18px;
}

#b-content b,
#b-content strong {
font-family: 'OriyaBold';
}

#b-content em,
#b-content i {
font-style: italic;
}

#b-content p {
margin-bottom: 24px;
}

#b-content sup,
#b-content sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}

#b-content sup {
bottom: 1ex;
}

#b-content sub {
top: .5ex;
}

#b-content h1#b-title {
float: right;
clear: both;
width: auto;
font-family: 'Cubano';
font-size: 34px;
line-height: 34px;
padding: 0;
color: #4d4d4d;
}

.single #b-title {
text-align: right;
margin-top: 0;
}

.single #b-date {
float: right;
width: auto;
font-family: 'Cubano';
font-size: 20px;
line-height: 20px;
color: #929292;
margin: 40px 0 5px 0;
}

#b-link {
float: right;
clear: both;
width: auto;
margin-top: 20px;
text-transform: uppercase;
}

#b-content ul,
#b-content ol {
list-style: none;
margin: 0 0 24px 20px;
}

#b-content ul {
list-style: disc;
}

#b-content ol {
list-style: decimal;
}

#b-content li > ul,
#b-content li > ol {
margin: 0 0 0 20px;
}

#b-content img,
#b-content embed,
#b-content object,
#b-content iframe {
max-width: 100%;
}

/*Footer*/

.shelf[data-shelf="footer"] {
position: relative;
float: left;
width: 100%;
text-align: right;
color: #000;
padding: 20px 5%;
font-size: 14px;
line-height: 18px;
}

/*MailChimp form*/

.mc4wp-form {
float: left;
width: auto;
padding: 20px;
margin: 0;
background: #e1e1e1;
}

.mc4wp-form .newsletter-form-title,
.mc4wp-form .newsletter-form-subtitle {
float: left;
width: auto;
margin: 0 0 10px 0;
}

.mc4wp-form fieldset {
float: left;
clear: left;
width: auto;
margin: 0 !important;
}

.mc4wp-form input {
float: left;
width: 200px !important;
padding: 8px 15px;
color: #575757 !important;
font-size: 12px;
line-height: 20px;
border: 0;
background: #f9f9f9;
}

.mc4wp-form button {
float: left;
width: auto;
border: 0;
margin-left: 10px;
padding: 8px 15px;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #5b84e8;
}

/*Gallery*/

.g-gallery a.g-request {
position: absolute;
top: 50%;
width: 60px;
height: 60px;
text-align: center;
background: transparent;
display: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 20;
}

.g-gallery a.g-request[data-request="prev"] {
left: -80px;
}

.g-gallery a.g-request[data-request="next"] {
right: -80px;
}

.g-gallery a.g-request:before {
display: inline-block;
font-family: "Font Awesome\ 5 Free";
font-size: 25px;
line-height: 60px;
font-weight: 900;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.g-gallery a.g-request[data-request="prev"]:before {
content: "\f060";
margin-left: 0;
}

.g-gallery a.g-request[data-request="prev"]:hover:before {
margin-left: -5px;
}

.g-gallery a.g-request[data-request="next"]:before {
content: "\f061";
margin-right: 0;
}

.g-gallery a.g-request[data-request="next"]:hover:before {
margin-right: -5px;
}

.g-gallery .g-canvas {
position: relative;
float: left;
width: 100%;
min-height: 100px;
overflow: hidden;
z-index: 5;
}

.g-gallery .g-content {
display: none !important;
}

.g-gallery .g-item {
position: absolute;
top: auto;
left: 0;
width: auto;
height: auto;
}

.g-item .g-item-content-container {
position: relative;
top: 0;
float: left;
width: 96%;
margin: 10px 2%;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

/*Post Listing*/

.post-section {
float: left;
width: 100%;
margin-top: 40px;
}

.post-section:first-child {
margin-top: 0;
}

.post-section-title {
display: block;
font-family: 'Cubano';
font-size: 25px;
line-height: 25px;
color: #515151;
margin-bottom: 20px;
}

.post-section-list {
position: relative;
float: left;
width: 100%;
}

.post-section[data-gallery="false"] .post-section-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.post-section-list .g-gallery {
float: left;
width: 100%;
}

.post-section:nth-child(1) .g-request {
background: #3c49a9;
}

.post-section:nth-child(2) .g-request {
background: #616161;
}

.post-section:nth-child(3) .g-request {
background: #a63b3b;
}

.post-item {
position: relative;
top: 0;
width: 100%;
display: inline-block;
margin: 0 10px 20px 0;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
}

.post-section[data-gallery="false"] .post-item {
width: auto;
max-width: calc(33.3% - 10px);
flex: 1 0 calc(33.3% - 10px);
}

.post-item:hover {
top: -5px;
-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.post-item-image {
position: relative;
display: block;
width: 100%;
height: 200px;
background-color: #aaa;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
z-index: 10;
}

.post-item[data-video="yes"] .post-item-image:before {
content: "\f04b";
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
font-family: "Font Awesome\ 5 Free";
font-size: 20px;
line-height: 60px;
font-weight: 900;
color: #3c49a9;
margin-left: -7px;
z-index: 100;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.post-section:nth-child(2) .post-item[data-video="yes"] .post-item-image:before {
color: #616161;
}

.post-section:nth-child(3) .post-item[data-video="yes"] .post-item-image:before {
color: #a63b3b;
}

.post-item[data-video="yes"] .post-item-image:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
background: #fff;
margin-left: -30px;
z-index: 95;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.post-item-text {
position: relative;
display: block;
width: 100%;
height: 100px;
background: #f7f7f7;
z-index: 5;
}

.post-item[data-item-type="event"] .post-item-text {
height: 150px;
}

.post-item-text:before {
content: "";
position: absolute;
top: -24px;
left: -2px;
width: 30%;
height: 30px;
background: #3c49a9;
z-index: -1;
}

.post-section:nth-child(2) .post-item-text:before {
background: #616161;
}

.post-section:nth-child(3) .post-item-text:before {
background: #a63b3b;
}

.post-item-text-container {
position: absolute;
top: 50%;
width: 100%;
padding: 20px 10%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.post-item-title {
display: block;
width: 100%;
font-size: 20px;
line-height: 22px;
font-weight: 600;
color: #414141;
text-align: center;
}

.post-item-subtitle {
display: block;
width: 100%;
font-size: 16px;
line-height: 18px;
font-weight: 400;
color: #818181;
text-transform: uppercase;
text-align: center;
margin-top: 5px;
}
