/*Theme Name: Cuba Skate*/

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;}

@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;
}

.cuba-flag {
position: relative;
float: right;
width: 150px;
height: 0px;
background: #fff;
}

.cuba-flag:before {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 8px;
content: " ";
background: #ff6c6c;
}

.cuba-flag:after {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 8px;
content: " ";
background: #5b84e8;
}

/*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: fixed;
top: 50px;
background: rgba(255, 255, 255, .4);
padding: 15px 0 10px 0;
z-index: 50;
-webkit-transition: all ease-out .5s;
-moz-transition: all ease-out .5s;
-o-transition: all ease-out .5s;
transition: all ease-out .5s;
border-top: 1px solid #fff;
}

.shelf[data-shelf="header"].sticky {
top: 0;
background: rgba(255, 255, 255, .8);
border-bottom: 1px solid #4d4d4d
}

.shelf[data-shelf="header"]:hover {
background: rgba(255, 255, 255, .8);
}

#h-logo {
float: left;
width: 20%;
min-height: 1px;
margin-right: 30px;
}

#h-logo a {
position: relative;
float: left;
width: 100px;
height: 100%;
}

#h-logo a img {
position: absolute;
top: -16px;
left: 0;
height: 42px;
}

#h-logo a img[data-size="mobile"] {
display: none;
}

#h-nav-main {
float: left;
width: auto;
}

#h-nav-main ul,
#h-nav-social ul {
float: left;
width: auto;
margin: 0;
padding: 0;
}

#h-nav-main li,
#h-nav-social li {
float: left;
width: auto;
list-style: none;
display: inline;
margin: 0 2px;
padding: 0;
}

#h-nav-main a {
float: left;
width: auto;
font-family: 'Oriya';
padding: 0 10px;
text-transform: uppercase;
color: #000;
font-size: 16px;
line-height: 16px;
}

#h-nav-main li.current-menu-item a {
color: #5b84e8;
}

#h-nav-main li:first-child {margin-left: 0;}
#h-nav-main li:first-child a {padding-left: 0;}
#h-nav-main li:last-child {margin-right: 0;}
#h-nav-main li:last-child a {padding-right: 0;}

#h-nav-social {
position: relative;
float: right;
width: auto;
}

#h-nav-social a {
float: left;
text-indent: -9999px;
width: 16px;
height: 16px;
margin: 0 5px;
opacity: .5;
background-position: top left;
background-repeat: no-repeat;
-webkit-transition: all ease-out .5s;
-moz-transition: all ease-out .5s;
-o-transition: all ease-out .5s;
transition: all ease-out .5s;
}

#h-nav-social a:hover,
#h-nav-social a:active {
opacity: .8;
}

#h-nav-social a[title~="Twitter"] {
background-image: url('media/images/icon-social-twitter.png');
}

#h-nav-social a[title~="Instagram"] {
margin-top: -1px;
background-image: url('media/images/icon-social-instagram.png');
}

#h-nav-social a[title~="Facebook"] {
margin-top: -1px;
background-image: url('media/images/icon-social-facebook.png');
}

#h-nav-social a[title~="Vimeo"] {
background-image: url('media/images/icon-social-vimeo.png');
}

#h-nav-donate {
position: relative;
float: right;
width: auto;
margin-top: -15px;
margin-right: 20px;
top: 5px;
}

#h-nav-donate ul {
float: left;
}

#h-nav-donate li {
float: left;
width: auto;
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
}

#h-nav-donate a {
float: left;
background: #5b84e8;
color: #fff;
text-transform: uppercase;
padding: 3px 10px 0 10px;
margin-left: 5px;
font-size: 16px;
line-height: 28px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#h-nav-toggle {
display: none;
}

/*Body*/

.shelf[data-shelf="body"] {
z-index: 40;
}

#b-header {
position: relative;
top: 0;
width: 100%;
height: 700px;
overflow: hidden;
z-index: 10;
cursor: pointer;
background: #5b84e8;
}

#b-header img {
position: absolute;
bottom: 0;
width: 100%;
height: auto;
}

#b-content {
position: relative;
float: left;
width: 100%;
min-height: 400px;
background: #fff;
z-index: 20;
}

#b-title {
float: right;
clear: both;
width: auto;
font-family: 'Cubano';
font-size: 25px;
line-height: 25px;
margin: 0;
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;
}

.column-narrow {
float: left;
width: 20%;
margin-right: 40px;
}

.column-wide {
float: left;
width: 75%;
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 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: 90%;
text-align: right;
color: #000;
padding: 20px 5% 20px 0;
font-size: 14px;
line-height: 18px;
}

/*MailChimp form*/

.mc4wp-form {
float: left;
width: auto;
padding: 20px;
margin: 0;
background: #e1e1e1;
}

.mc4wp-form h4 {
float: left;
width: auto;
margin: 0 0 10px 0 !important;
}

.mc4wp-form fieldset {
float: left;
clear: left;
width: auto;
margin: 0 !important;
}

.mc4wp-form label {
float: left;
width: 150px !important;
text-align: right;
margin-right: 15px;
margin-bottom: 0 !important;
font-size: 14px;
line-height: 36px !important;
}

.mc4wp-form input[type="email"] {
float: left;
width: 200px !important;
padding: 8px 15px;
color: #575757 !important;
font-size: 12px;
line-height: 20px;
border: 0;
background: #f9f9f9;
}

.mc4wp-form input[type="submit"] {
float: left;
width: auto;
border: 0;
margin-left: 10px;
padding: 8px 15px;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #5b84e8;
}


@media all and (max-width: 900px){

#h-logo a img {
top: -21px;
width: 100%;
height: auto;
border: 0;
}

#h-logo a img[data-size="mobile"] {
display: block;
}

#h-logo a img[data-size="desktop"] {
display: none;
}

}