@charset "UTF-8";
@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;
}
.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;
}.imgset {
float: left; border: none;
margin-right: 6px;
}
.serieslist-content {
font-size: 1.2em;
color: #000;
text-align: left;
}
.serieslist-box {
background: #fff;
width: 90%; padding: 6px;
margin: 10px auto 0 auto;
border: 1px solid #1E3A96;
border-bottom: 2px solid #1E3A96;
}
html>body .serieslist-box {
height: auto; }
h2.series-title {
font-size: 1.2em;
color: #1E3A96;
text-align: center;
}
ul.serieslist-ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li.serieslist-li {
margin: 0;
padding: 0;
}
.seriesbox {
background: #F8F8F8;
color: #777;
text-align: left;
font-size: .8em;
margin: 0 10px 0px 10px;
padding: 0 20px 20px;
border: 1px solid #1E3A96;
border-bottom-width: 3px;
min-width: 125px;
}
.seriesbox img {
padding-top: 20px;
}
h3.series-title-post-page {
font-size: 1.1em;
color: #1E3A96;
text-align: center;
}
p.series-description {
font-style: italic;
}
.seriesmeta {
background-color: #E5F3FF;
font-size: .8em;
padding: 20px;
margin-bottom: 20px;
}
.series-nav-left {
float: left;
margin-right: 20px;
}
.series-nav-right {
float: right;
}
.stocpagination {
clear: both;
padding: 20px 0;
position: relative;
left: 465px;
font-size: 12px;
line-height: 13px;
color: #fff;
}
.stocpagination a {
display: block;
text-decoration: none;
color: #717171;
font: bold 11px Arial, sans-serif;
text-shadow: 0px 1px white;
padding: 5px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
background: #f9f9f9;
background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 );
}
.stocpagination a:visited {
color: #5F7BB3;
background-color: #F1F6F5;
text-decoration: none;
}
.page-numbers {
background-color:transparent;
display: block;
float: left;
margin: 0 5px 5px 0;
padding: 6px 9px 5px 9px;
text-decoration:none;
width: auto;
color: #fff;
background: #555;
border-color: #c8d6d6 #9EADAD #9EADAD #c8d6d6;
}
.stocpagination a:hover {
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
background: #fff;
background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
background: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
background: -ms-linear-gradient(top, #fff 0%, #e8e8e8 100%);
background: linear-gradient(top, #fff 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e8e8e8',GradientType=0 );
}
.stocpagination a:active, .page-numbers.current:active {
-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1);
box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1);
}
.page-numbers.current:hover {
-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
background: #99cefc;
background: -webkit-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
background: -moz-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
background: -o-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
background: -ms-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
background: linear-gradient(top, #99cefc 0%, #57a1d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cefc', endColorstr='#57a1d8',GradientType=0 );
}
.page-numbers.current {
color: white;
text-shadow: 0px 1px #3f789f;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
background: #7cb9e5;
background: -webkit-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
background: -moz-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
background: -o-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
background: -ms-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
background: linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb9e5', endColorstr='#57a1d8',GradientType=0 );
}.pps-post-list-box {
margin: 20px 0;
box-sizing: border-box;
padding: 20px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
}
.pps-post-list-box * {
box-sizing: border-box;
}
.pps-post-list-title {
margin: 0 0 20px 0;
padding: 0;
line-height: 1.3;
} .pps-post-list {
display: flex;
flex-direction: column;
}
.pps-post-list.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
} .pps-post-item {
display: flex;
gap: 15px;
align-items: flex-start;
padding: 15px;
border: 1px solid #e5e5e5;
border-radius: 4px;
background-color: #fff;
transition: all 0.3s ease;
}
.pps-post-list.grid .pps-post-item {
flex-direction: column;
align-items: stretch;
height: 100%;
} .pps-post-thumbnail {
flex-shrink: 0;
line-height: 0;
}
.pps-post-thumbnail img {
width: 100%;
height: auto;
border-radius: 4px;
display: block;
} .pps-post-content {
flex: 1;
min-width: 0;
}
.pps-post-list.grid .pps-post-content {
display: flex;
flex-direction: column;
flex: 1;
}
.pps-post-title {
margin: 0 0 8px 0;
padding: 0;
font-size: 18px;
line-height: 1.4;
font-weight: 600;
}
.pps-post-title a {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
.pps-post-title a:hover {
color: #007cba;
} .pps-post-excerpt {
margin: 8px 0;
color: #666;
line-height: 1.5;
font-size: 14px;
}
.pps-post-excerpt p {
margin: 0;
} .pps-post-meta {
display: flex;
gap: 10px;
align-items: center;
flex-wrap: wrap;
font-size: 13px;
color: #888;
margin-top: auto;
}
.pps-post-author,
.pps-post-date {
display: inline-flex;
align-items: center;
} @media (max-width: 768px) {
.pps-post-list.grid {
grid-template-columns: 1fr;
}
.pps-post-list.list .pps-post-item {
flex-direction: column;
align-items: stretch;
}
}
@media (max-width: 480px) {
.pps-post-item {
padding: 10px;
gap: 10px;
}
.pps-post-title {
font-size: 16px;
}
} .pps-post-list-box.no-border .pps-post-item {
border: none;
}
.pps-post-list-box.no-shadow .pps-post-item {
box-shadow: none;
}
.pps-post-list-box.no-shadow .pps-post-item:hover {
box-shadow: none;
} .pps-post-item.current-post {
position: relative;
}
.pps-post-item.current-post .pps-post-title a {
color: inherit;
font-weight: 700;
}
.pps-post-item.current-post .pps-post-meta {
color: inherit;
opacity: 0.8;
}
 @font-face{font-family:Bitter;font-style:normal;font-weight:400;src:local(""),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-regular.woff2) format("woff2"),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-regular.woff) format("woff")}@font-face{font-family:Bitter;font-style:normal;font-weight:700;src:local(""),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-700.woff2) format("woff2"),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-700.woff) format("woff")}@font-face{font-family:Bitter;font-style:italic;font-weight:400;src:local(""),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-italic.woff2) format("woff2"),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-italic.woff) format("woff")}body{max-width:100vw;overflow-x:hidden}body,h1,h2,h3,h4,html,input#submit,input[type=button],input[type=submit]{font-family:Bitter,serif}h1,h2,h3,h4{color:#00334f;font-weight:700;line-height:1.3}h1{font-size:48px}h2{font-size:32px}h3{font-size:24px}h4{font-size:21px}.entry-content h1{font-size:48px}.entry-content h2{font-size:32px}.entry-content h3{font-size:24px}.entry-content h4{font-size:21px}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{line-height:1.3}date{color:#00334f}svg{max-height:100%}.no-hyphens{-webkit-hyphens:none;hyphens:none}.archive-header{overflow:auto}.entry-content p,p{color:#464646}.big-thumb .entry-header p.intro,.entry-content,.entry-content dl,.entry-content h5,.entry-content h6,.entry-content ol,.entry-content p,.entry-content ul,.page .entry-content blockquote cite,.section-one-column-one .type-post .entry-summary,.section-three-column-one .type-post .entry-summary,.single-post .entry-content blockquote cite,address,p,p.text-small{font-family:Bitter,serif;font-size:18px}.entry-content,.entry-content ol,.entry-content ul,.page .entry-content,.page .entry-content p,p,single-post .entry-content p{line-height:1.5}.hidden{display:none}.author-bio a,.comment-text a,.entry-content a,.textwidget a,a{text-decoration:none}.author-bio a:focus,.comment-text a:focus,.entry-content a:focus,.textwidget a:focus,a:focus{color:#00334f;outline:1px dotted #fff}.entry-header h2.entry-title a,.single-post .entry-tags a,a{color:#ed6d05}.genericon:before,a,h3{transition:color .25s linear}.current-menu-item a,.current-page-ancestor a,.single-post .entry-tags a:hover,a:focus,a:hover,header.entry-header h2.entry-title>a:hover{color:#00334f}#overlay-nav a:hover{color:#00334f!important}html .genericon{font-family:Bitter,serif}.genericon:before{font-family:Genericons}#secondary h2.widget-title,#sidebar-page h2.widget-title,.big-instagram-wrap .clear,.contact-form input[type=submit],.entry-content,.entry-content blockquote p,.entry-content dl,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content ol,.entry-content p,.entry-content p span.uppercase,.entry-content table,.entry-content ul,.entry-header p.intro,.entry-summary,.jetpack_subscription_widget #subscribe-email input[type=email],.jetpack_subscription_widget #subscribe-submit input[type=submit],.section-about-column-one p cite,.section-about-column-two .social-nav ul li a,.single-product .entry-summary h1,.site-content div.wpcf7 input,.site-content div.wpcf7 p,.site-content div.wpcf7 textarea,.title-footer,.widget,.widget h2.widget-title,.widget_mc4wp_form_widget input[type=email],.widget_mc4wp_form_widget input[type=submit],a.standard-btn,div.sharedaddy h3.sd-title,h1.site-title,input,p.section-about-text,p.site-title,p.text-big,p.text-small,textarea{font-family:Bitter,serif}.error404 #primary .page,.page-fullwidth #primary .hentry,.page-template-default #primary .hentry,.page-template-no-sidebar #primary .hentry{border-top:none}.archive .blog-wrap,.error404 .content-wrap,.front-section:first-of-type,.page .content-wrap,.page.has-thumb .blog-wrap,.search-results .blog-wrap{padding-top:inherit}.blog-wrap{border-top:4px solid #ed6d05;margin-top:1.5rem;padding-bottom:1rem}.archive-header h1.archive-title,.blog-wrap h3.blog-title{border-top:none}.no-results .entry-content{margin-top:1rem}.mobit-linklist-item{border-top:1.5px solid #464646}.mobit-linklist-item h4{font-style:italic;font-weight:400}.mobit-linklist-item a{font-size:1.375rem;font-weight:700}.mobit-linklist-item a:after{content:"➜";padding-left:.5rem}input[type=submit]{background:#ed6d05;border:none;color:#fff;transition:background .25s linear}input[type=submit]:hover{background:#00334f;border:none}input:active,input:focus,textarea:active,textarea:focus{border:1px solid #00334f}.archive-date{color:#464646;display:block;margin-bottom:.5em}.single-attachment .post-navigation a,.single-post .post-navigation a{border-bottom:none}.single-attachment .post-navigation a:hover,.single-post .post-navigation a:hover{border-bottom:none;color:#00334f!important}.navigation.pagination{border:none}.nav-links .genericon-previous{padding-right:.5em}.nav-links .genericon-next{padding-left:.5em}.nav-links a.page-numbers{color:#ed6d05}.nav-links a.page-numbers:hover{color:#00334f!important}.press-archive .entry-main,.press-archive .meta-main-wrap{width:100%!important}body{padding-top:0}#masthead{border-bottom:none}#site-branding{position:relative}#site-branding #search-open{bottom:1.6vw;left:0;top:auto}#site-branding #search-open:focus{outline:1px dotted #fff}#site-branding,.site-header-content{background:#00334f}@media screen and (min-width:69.25em){.header-social{bottom:1.6vw;top:auto}}.header-social ul li a{height:30px;margin:.5rem;width:30px}.header-social ul li a:before{background:#ed6d05;border-radius:5px;color:#00334f;height:30px;padding-top:5px;transition:color .25s linear;width:30px}.header-social ul li a:focus:before,.header-social ul li a:hover:before{color:#fff}#mobile-social a:before{color:#00334f}@media screen and (min-width:69.25em){#site-branding{padding:17px 0}#search-open{color:#ed6d05;left:6.25%}#overlay-open{display:none}}#desktop-navigation{background:#fff}#overlay-open{color:#fff}.header-logo-container{display:flex;justify-content:space-between;margin:auto;width:70%}.header-logo-container:after{clear:both;content:"";display:table}@media screen and (max-width:660px){.header-logo-container{display:block}}@media screen and (max-width:66.24em){.header-logo-container{padding-right:40px;width:100%}}.header-logo-container img{display:block;float:left;width:38%}@media screen and (max-width:660px){.header-logo-container img{float:none;max-width:200px;width:auto}}@media screen and (max-width:550px){.header-logo-container img{max-width:120px}}.header-logo-container div{align-self:flex-end;display:flex;flex-direction:column;float:right;justify-content:center;margin-bottom:1.6vw;margin-left:2%;width:58%}@media screen and (max-width:660px){.header-logo-container div{float:none;margin-left:0;width:auto}}.header-logo-container div span{display:block;font-size:1.3rem;font-weight:700;line-height:1.5}@media screen and (max-width:550px){.header-logo-container div span{font-size:1rem}}.header-logo-container div :first-child{color:#ed6d05}.header-logo-container div :last-child{color:#fff;font-style:italic}@media screen and (max-width:419px){.header-logo-container div :last-child{display:none}}.sticky-header{background:#00334f}.sticky-header .overlay-btn,.sticky-header .search-btn{color:#ed6d05}#overlay-close{transition:color .25s linear}.sticky-logo{width:120px}.desktop-search{background:#ed6d05}.desktop-search ::-moz-placeholder{color:#464646!important}.desktop-search ::placeholder{color:#464646!important}.desktop-search ::-moz-placeholder{font-family:Bitter,serif}.desktop-search ::placeholder{font-family:Bitter,serif}#desktop-navigation ul.menu li a:hover{color:#00334f}#desktop-navigation ul li a,#overlay-nav ul li a{font-size:18px;letter-spacing:0;text-transform:none}#desktop-navigation ul ul.children,#desktop-navigation ul ul.sub-menu{background:#00334f}#desktop-navigation ul ul.children a,#desktop-navigation ul ul.sub-menu a{font-size:18px}.home .page h1.entry-title{border-bottom:none;font-size:2rem;margin:0;padding:6px 0 12px}.header_container{position:relative}.header_container img{display:block}.header_container .header_cta_container{background:#ed6d05;bottom:10vw;padding:2rem;position:absolute;right:10vw}.header_container .header_cta_container a,.header_container .header_cta_container h4,.header_container .header_cta_container span{font-size:1.5rem;line-height:1.5}.header_container .header_cta_container h4{color:#fff;padding-top:0}.header_container .header_cta_container a{color:#fff;display:block;font-family:Bitter,serif;text-align:left}.header_container .header_cta_container a:before{background:#00334f;border-radius:5px;color:#ed6d05;display:inline-block;font-size:30px;height:30px;line-height:30px;margin-right:.5rem;position:relative;top:5px;width:30px}.header_container .header_cta_container a:last-of-type{margin-top:5px}.header_container .header_cta_container a:hover{color:#00334f}.header_container .header_cta_container span{text-decoration:underline}@media screen and (max-width:1100px){.header_container .header_cta_container{bottom:5vw}}@media screen and (max-width:999px){.header_container .header_cta_container{padding-left:5.3125%;position:static}}.header_textcontainer{bottom:10vw;left:10vw;position:absolute;width:40%}.header_textcontainer h1,.header_textcontainer h2{color:#fff;-webkit-hyphens:none;hyphens:none;padding:0}.header_textcontainer h2{font-size:1.3rem;font-style:italic;margin-top:1rem}@media screen and (max-width:1100px){.header_textcontainer{bottom:5vw}}@media screen and (max-width:999px){.header_textcontainer{bottom:auto;top:5vw;width:80vw}}@media screen and (max-width:730px){.header_textcontainer{left:5.3125%;top:5vw;width:90vw}}@media screen and (max-width:650px){.header_textcontainer{margin:1rem 0;padding:0 5.3125%;position:static;width:auto}.header_textcontainer h1,.header_textcontainer h2{color:#00334f}.header_textcontainer h1{font-size:1.5rem}.header_textcontainer h2{font-size:1rem}}.mobit-activities{display:flex}.mobit-activities article{border-top:1px solid #00334f;flex:1;margin:1rem;padding-top:1rem}.mobit-activities article:first-of-type{margin-left:0}.mobit-activities article:last-of-type{margin-right:0}@media screen and (max-width:959px){.mobit-activities{display:block}.mobit-activities .mobit-activity{margin:1rem 0}}article a.activity-linkbox{background:#ed6d05;display:block;margin-bottom:2rem;padding:3rem;transition:background .25s linear}@media screen and (max-width:1200px){article a.activity-linkbox{padding:1rem}}article a.activity-linkbox div{align-items:flex-end;display:flex;justify-content:space-between}article a.activity-linkbox span{color:#fff;font-size:2.5rem;transform:rotate(-90deg)}article a.activity-linkbox h3{font-size:2.5rem;padding:0}article a.activity-linkbox img{display:block;width:3rem}article a.activity-linkbox:focus,article a.activity-linkbox:hover{background:#00334f}article a.activity-linkbox:focus h3,article a.activity-linkbox:hover h3{color:#ed6d05}.chronic-activity .activity-linkbox{border-bottom:none}.chronic-activity a,.chronic-activity h4{border-bottom:1px solid #464646;display:block}.chronic-activity a:last-of-type{border-bottom:1px solid #00334f}.chronic-activity h4{border-top:4px solid #ed6d05;color:#00334f;font-size:2rem}.chronic-activity a{font-size:1.5rem;padding:1rem 0;text-align:left}.chronic-activity a:before{font-size:2rem;margin-right:.5rem;position:relative;top:3px}.chronic-activity span.genericon-expand{color:#fff}.frontpage-news{display:flex;justify-content:space-between;margin-bottom:3rem}.frontpage-news section{border-top:4px solid #ed6d05;flex:1;margin-top:2rem}.frontpage-news section:first-of-type{margin-right:1rem}.frontpage-news section:last-of-type{margin-left:1rem}.frontpage-news article{border-top:1px solid #000;margin-top:1rem}.frontpage-news header{align-items:baseline;display:flex;justify-content:space-between}.frontpage-news header span{font-size:1.5rem;margin-left:.5rem}@media screen and (max-width:1199px){.frontpage-news header{display:block}}.frontpage-news a:focus h3{color:#00334f;outline:1px dotted #fff}.frontpage-news h3{color:#ed6d05;font-size:21px}.frontpage-news h3:focus,.frontpage-news h3:hover{color:#00334f}.frontpage-news time{color:#464646}@media screen and (max-width:799px){.frontpage-news{display:block}.frontpage-news section:last-of-type{margin-left:0}.frontpage-news section:first-of-type{margin-right:0}}@media screen and (max-width:420px){.frontpage-news h2{font-size:1.5rem}.frontpage-news .blog-teasers{display:block}.frontpage-news .blog-teasers article:last-of-type{margin-left:0}.frontpage-news .blog-teasers article:first-of-type{margin-right:0}.frontpage-news .blog-teasers footer{position:static}}.blog-teasers .post-categories{margin:0;padding:0}.blog-teasers .post-categories li{display:inline;font-size:14px;padding:0}.blog-teasers .post-categories li a:focus,.blog-teasers .post-categories li a:hover{color:#ed6d05!important}.blog-teasers .post-categories li:before{content:none}.blog-teasers .post-categories li:after{content:" / "}.blog-teasers .post-categories li:last-of-type:after{content:none}.frontpage-press h3{padding-top:1rem}.blog-teasers{display:flex}.blog-teasers article{flex:1;padding-top:1rem;position:relative}.blog-teasers article:first-of-type{margin-right:1rem}.blog-teasers article:last-of-type{margin-left:1rem}.blog-teasers p{font-size:14px}.blog-teasers .category-links{font-size:12px}.blog-teasers .category-links a{color:#00334f;text-transform:uppercase}.blog-teasers footer{bottom:0;font-size:.8rem;position:absolute}.blog-teasers footer a{color:#00334f}.blog-teasers footer span{font-size:inherit;margin-left:1rem}.blog-teasers footer span:before{margin-right:.25em}.cta-full-width{margin-left:50%;position:relative;transform:translateX(-50vw);width:100vw}.cta-full-width>img{display:block;width:100vw}.cta-fw-text{background:#ed6d05;padding:2rem;position:absolute;right:10%;top:50%;transform:translateY(-50%)}.cta-fw-text img{display:block;width:3rem}.cta-fw-text span{display:inline-block;font-size:2.5rem;font-weight:700;line-height:1.2}.cta-fw-text span:first-of-type{color:#00334f}.cta-fw-text span:last-of-type{color:#fff;margin-left:6rem;text-align:right;transform:rotate(-90deg);vertical-align:bottom}@media screen and (max-width:1700px){.cta-fw-text{right:5%}}@media screen and (max-width:1400px){.cta-fw-text{right:2%}}@media screen and (max-width:1200px){.cta-fw-text{right:1%}.cta-fw-text span{font-size:1.5rem}}@media screen and (max-width:900px){.cta-fw-text{padding:1rem}}@media screen and (max-width:800px){.cta-fw-text span:last-of-type{margin-left:2rem}}@media screen and (max-width:650px){.cta-fw-text span:last-of-type{margin-left:1rem}}@media screen and (max-width:599px){.cta-fw-text{position:static;transform:none}.cta-fw-text span:last-of-type{margin-left:6rem}}.mobit-sponsors{display:flex;justify-content:space-between;padding:2rem 0}@media screen and (max-width:1024px){.mobit-sponsors{flex-wrap:wrap}.mobit-sponsors h4{width:100%}.mobit-sponsors h4 br{display:none}}@media screen and (max-width:599px){.mobit-sponsors{display:block;text-align:center}}.mobit-sponsors a{display:inline-block;flex:1;margin:0 1rem;width:200px}@media screen and (min-width:69.25em){.home #primary{float:left;width:100%}}.page-id-25.page h1.entry-title{margin-bottom:20px}mark{background:#ed6d05}.chronic-count{background:#00334f;color:#fff;display:none;font-size:2rem;padding:2rem}@media screen and (min-width:69.25em){.chronic-count{display:block}}header .chronic-count{display:block;margin:2rem 0 0 5px;padding:1rem}@media screen and (min-width:69.25em){header .chronic-count{display:none}}@media screen and (max-width:650px){header .chronic-count{margin:2rem 0 0}}.count-number{color:#ed6d05;font-weight:700}.entry-content.chronic{background:none;padding:0}.chronic-filters{margin-bottom:2rem}.chronic-filters:after{clear:both;content:"";display:table}.attack,.motivations,.regions,.years{background:#fff}.attack{border-top:1px solid #464646;clear:both;margin-top:1rem;padding-top:1rem;position:relative}.attack date{display:block;font-size:24px;font-weight:700;margin-right:1rem;position:absolute;top:3.25rem;width:160px}.attack date.date--end{top:5.25rem}@media screen and (max-width:700px){.attack date{position:static}}.attack_wrapper{font-size:18px;line-height:1.5;margin-left:160px;overflow:hidden}@media screen and (max-width:700px){.attack_wrapper{margin-left:0}}.attack_wrapper .place{display:block;font-size:12px;font-weight:400;margin-bottom:.5rem}.attack_wrapper .second_heading{font-size:24px}.attack_wrapper p.source{font-style:italic;margin:1rem 0 2rem}.years{display:flex;flex-wrap:wrap;padding-left:5px}@media screen and (max-width:650px){.years{display:block;padding-bottom:10px;padding-left:0;width:100%}.years:after{clear:both;content:"";display:table}}.years a,.years button{background:#ed6d05;border:none;color:#fff;flex:0 1 auto;font-weight:700;height:auto;margin:5px 10px 5px 0;padding:9px;white-space:nowrap}.years a.active,.years button.active{background:#00334f}.entry-content .years a{color:#fff!important;transition:background .25s linear}.entry-content .years a:hover{background:#00334f;color:#fff!important}.years button:last-of-type{margin-right:5px}.filter_name{display:inline-block;font-size:18px;font-weight:700;left:5px;position:relative;top:5px;width:140px}@media screen and (max-width:650px){.filter_name{display:block;margin:0 0 5px;position:static;width:auto}}.motivations,.regions,.years{line-height:1.1;overflow:hidden;position:relative}@media screen and (max-width:650px){.motivations,.regions,.years{height:auto}}.regions{padding-right:12px}.motivations{padding-left:12px}.motivations,.regions{display:block;float:left;margin:16px 0;width:50%}.motivations select,.regions select{border-radius:0;line-height:1.5;margin-left:5px;padding:5px;width:100%}@media screen and (max-width:650px){.motivations select,.regions select{margin-left:0;position:static;width:100%}}@media screen and (max-width:460px){.motivations select,.regions select{font-size:14px}}@media screen and (max-width:650px){.motivations,.regions{float:none;padding:5px 0;width:100%}}@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)){select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#ed6d05;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAQCAYAAADj5tSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ5JREFUeNqk0OERgCAIBeBqAkdx lEZgtEZqhEZoA8JOyiwF4t29fqjxnY6IOBQJ1H3w5zFnKjaAulGjE4h5Dlwr6SZUwDs7NeZ1a2P+ nwPnS9Fnxnf+QDXAmdNmoK5OqAWkuYEPeaAuwM/lgUSgRqyQCvhCtJAaaCESBBagh/QgtAASooW6 gAaRIBHQIi1IBViQGlIDVoShxQKkHgIMAEHrmg6PIO9tAAAAAElF);background-position:96% 10px;background-repeat:no-repeat;background-size:auto 15px;border:none;color:#fff;font-weight:700}}.chronic-search{padding-left:5px}@media screen and (max-width:650px){.chronic-search{padding-left:0}}.chronic-search-input{background:#eee;border:1px solid #eee;color:#ed6d05;width:100%}.chronic-search-input:active,.chronic-search-input:focus{border:1px solid #00334f}.chronic-search-input::-moz-placeholder{color:#ed6d05}.chronic-search-input::placeholder{color:#ed6d05}.footer-wrap{display:flex;justify-content:space-between}.footer-wrap .mobit-footer-widget{flex:1}@media screen and (max-width:959px){.footer-wrap{display:block}.footer-wrap .mobit-footer-widget{margin-bottom:2rem}}.footer-address,.footer-donate{font-size:.875rem;line-height:1.5}.footer-address b,.footer-donate b{font-weight:700}.footer-donate img{margin-bottom:.75rem;width:7rem}.footer-donate small{display:block;font-size:12px;font-style:italic;margin-top:1em}.footer-address .genericon{font-size:2rem;margin-bottom:1rem}.footer-address .genericon-twitter{background:#fff;border-radius:4px;color:#ed6d05!important;height:2rem;transform:scale(.9);width:2rem}#colophon .footer-address-links{color:#fff;font-weight:700;margin-top:.5rem}#colophon .footer-address-links a:focus,#colophon .footer-address-links a:hover,#colophon .footer-address-links span{color:#00334f}div.mobit-footer-widget:last-of-type{background:#00334f;padding:2rem}@media screen and (max-width:359px){div.mobit-footer-widget:last-of-type{padding:1rem}}#colophon .footer-contact a,#colophon .footer-contact h4{color:#fff;font-size:1.5rem;line-height:1.5}#colophon .footer-contact a{display:block;text-align:left;text-decoration:underline}#colophon .footer-contact a:focus,#colophon .footer-contact a:hover{color:#ed6d05}#colophon .footer-contact a:before{background:#ed6d05;border-radius:5px;color:#00334f;display:inline-block;font-size:30px;height:30px;line-height:30px;margin-right:.5rem;position:relative;top:5px;transition:color .25s linear;width:30px}.footer-address .genericon:focus:before,.footer-address .genericon:hover:before{color:#00334f}.sidebar-before-widgets{border-top:1px solid #1a1a1a;margin-bottom:1rem;margin-top:0;padding-top:.5rem}.sidebar-after-widgets{border-top:1px solid #1a1a1a;margin-top:1rem;padding-top:.5rem}.sidebar-image{margin:1rem 0;width:100%}#secondary h2.widget-title{font-size:21px}.tagcloud a,.widget_archive a,.widget_categories a{font-size:21px!important;font-weight:700}a.mobit-linkbox{align-items:center;background:#ed6d05;color:#00334f!important;display:block;display:flex;justify-content:space-between;padding:2rem}a.mobit-linkbox span{font-size:1.5rem;font-weight:700}.entry-content a.mobit-linkbox:hover,a.mobit-linkbox:hover{color:#fff!important}a.mobit-linkbox .genericon-expand{flex:0 0 1.5rem;height:1.5rem;transform:rotate(-90deg)}.tagcloud a:after{color:#00334f;content:" / ";display:inline;font-size:16px}.tagcloud a:last-of-type:after{content:none}@font-face {
font-family: "Genericons";
src: url(https://mobit.org/wp-content/themes/uku/assets/fonts/Genericons.eot);
src: url(https://mobit.org/wp-content/themes/uku/assets/fonts/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://mobit.org/wp-content/themes/uku/assets/fonts/Genericons.ttf) format("truetype"),
url(https://mobit.org/wp-content/themes/uku/assets/fonts/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://mobit.org/wp-content/themes/uku/assets/fonts/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
figure {
margin: 0;
}
figcaption {
text-align: center;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
a:hover,
a:active,
a:focus {
outline: none;
-moz-outline-style: none;
}
input {
-webkit-border-radius: 0;
border-radius: 0;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::selection {
background: #d7f4f9;
}
::-moz-selection {
background: #d7f4f9;
} .clearfix:after,
#main-wrap .sharedaddy:after,
.clear:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.cf:before,
.cf:after {
content: ' '; display: table; }
.cf:after {
clear: both;
} @font-face {
font-family: 'icomoon';
src: url(//mobit.org/wp-content/themes/uku/assets/fonts/icomoon.eot?1sitd0);
src: url(//mobit.org/wp-content/themes/uku/assets/fonts/icomoon.eot?1sitd0#iefix) format('embedded-opentype'),
url(//mobit.org/wp-content/themes/uku/assets/fonts/icomoon.ttf?1sitd0) format('truetype'),
url(//mobit.org/wp-content/themes/uku/assets/fonts/icomoon.woff?1sitd0) format('woff'),
url(//mobit.org/wp-content/themes/uku/assets/fonts/icomoon.svg?1sitd0#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
display: block;
font-family: 'Kanit', sans-serif;
color: #1a1a1a;
background: #ffffff;
font-size: 16px;
font-size: 1rem;
line-height: 1.35;
}
html.overlay-show,
body.overlay-show {
overflow: hidden;
}
body {
padding-top: 51px; }
body.blog.slider-on.slider-fullscreen,
body.blog.headerimg-on.header-fullscreen {
padding-top: 0;
}
#site-branding,
.blog-wrap,
.singlepost-wrap,
.recommended-posts-wrap,
#colophon,
.featured-slider .entry-header,
.featured-slider .entry-meta,
.mobile-search,
#overlay-nav ul li a,
#overlay-nav ul ul li a,
#mobile-social,
#sidebar-offcanvas .widget,
.front-section,
.slider-on.slider-boxed .featured-content {
padding-left: 5.3125%; padding-right: 5.3125%; }
#offcanvas-widgets-open,
.headerimg-on.header-boxed .header-image {
margin-left: 5.3125%; margin-right: 5.3125%; }
.featured-slider .entry-thumbnail a,
#front-section-four .entry-thumbnail a {
width: 130%;
}
.featured-content,
#front-section-four .type-post {
width: 100%;
overflow: hidden;
}
.front-section:first-of-type,
.page .content-wrap,
.search-results .blog-wrap,
.archive .blog-wrap,
.error404 .content-wrap {
padding-top: 35px;
}
.slider-on .front-section:first-of-type,
.headerimg-on .front-section:first-of-type {
padding-top: 0;
} h1.site-title,
p.site-title,
.entry-summary,
.widget,
.title-footer,
.entry-header p.intro,
.entry-content,
.entry-content p,
.entry-content table,
.entry-content dl,
.entry-content ul,
.entry-content ol,
p.section-about-text,
p.text-big,
p.text-small {
font-family: 'Noticia Text', serif;
}
#secondary h2.widget-title,
#sidebar-page h2.widget-title,
.entry-content blockquote p,
.entry-content p span.uppercase,
.section-about-column-two .social-nav ul li a,
.section-about-column-one p cite,
.widget_mc4wp_form_widget input[type='email'],
.widget_mc4wp_form_widget input[type='submit'],
.jetpack_subscription_widget #subscribe-email input[type='email'],
.jetpack_subscription_widget #subscribe-submit input[type='submit'],
.contact-form input[type='submit'],
input,
textarea,
.site-content div.wpcf7 input,
.site-content div.wpcf7 textarea,
.site-content div.wpcf7 p,
a.standard-btn,
div.sharedaddy h3.sd-title,
.widget h2.widget-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.big-instagram-wrap .clear,
.single-product .entry-summary h1 {
font-family: 'Kanit', sans-serif;
} h1.site-title,
p.site-title {
font-size: 25px;
font-size: 1.5625rem;
}
.single-post .entry-header h1.entry-title,
.blog-wrap h3.blog-title,
.archive-header h1.archive-title,
.page h1.entry-title,
.featured-slider .entry-header h2.entry-title,
#front-section-four .entry-header h2.entry-title,
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-header
h2.entry-title,
.front-section-title,
.social-front-title,
.section-one-column-one .entry-header h2.entry-title,
.section-three-column-one .entry-header h2.entry-title,
p.text-big,
.widget_mc4wp_form_widget p,
.jetpack_subscription_widget #subscribe-text p,
.single-post .entry-content blockquote p,
.page .entry-content blockquote p,
#front-section-three h3.front-section-title,
.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,
#big-footer-feature h3.footer-feature-title,
.single-post .entry-content p.intro {
font-size: 20px;
font-size: 1.25rem;
}
.entry-content blockquote,
.section-about-column-one p,
.entry-content p.pull-left,
.entry-content p.pull-right {
font-size: 18px;
font-size: 1.125rem;
}
.entry-content p,
#secondary h2.widget-title,
#sidebar-page h2.widget-title,
#comments .comment-author,
.entry-header h2.entry-title,
.entry-header p.intro,
.page .entry-content blockquote cite,
.single-post .entry-content blockquote cite,
.site-content div.wpcf7 input,
.site-content div.wpcf7 textarea,
.site-content div.wpcf7 p {
font-size: 16px;
font-size: 1rem;
}
.footer-menu h3.footer-menu-title,
#overlay-nav ul li a,
#desktop-navigation ul li a,
.comments-toggle,
.authorbox h3.author-title,
#comments h3.comments-title,
#comments #respond h3#reply-title,
.section-about-column-two .social-nav ul li a,
.section-about-column-one p cite,
.footer-feature-btn,
.widget_mc4wp_form_widget h2.widget-title,
.jetpack_subscription_widget h2.widget-title,
.page a.post-edit-link,
.site-content p.nocomments,
.site-content div.wpcf7 p input.wpcf7-submit {
font-size: 15px;
font-size: 0.9375rem;
}
.entry-summary,
.footer-menu ul li,
#overlay-nav ul ul li a,
#footer-social span,
.widget_rss ul li .rssSummary,
.widget_rss ul li cite,
.contact-form label span {
font-size: 14px;
font-size: 0.875rem;
}
#site-info,
.front-section a.all-posts-link,
.single-post .entry-tags,
div.sharedaddy h3.sd-title,
.null-instagram-feed .clear {
font-size: 12px;
font-size: 0.75rem;
}
.entry-meta,
.entry-cats {
font-size: 11px;
font-size: 0.6875rem;
}
.entry-meta,
.entry-cats,
#overlay-nav ul li a,
#desktop-navigation ul li a,
.site-content p.nocomments,
.page-links {
text-transform: uppercase;
letter-spacing: 1px;
} .entry-content a,
.comment-text a,
.author-bio a,
.textwidget a {
text-decoration: underline;
}
.page-links a {
text-decoration: none;
}
.single-post .entry-header p.intro,
.entry-meta,
.entry-cats,
.entry-summary,
.front-section-title,
.social-front-title,
.widget_mc4wp_form_widget p,
.jetpack_subscription_widget #subscribe-text p,
.section-about-column-one p {
color: #2b2b2b;
}
a,
.entry-header h2.entry-title,
.entry-header h2.entry-title a,
#secondary h2.widget-title,
#sidebar-page h2.widget-title,
.entry-meta a,
.entry-cats a {
color: #2b2b2b;
text-decoration: none;
}
.entry-content a,
.comment-text a,
#desktop-navigation ul li a:hover,
.featured-slider button.slick-arrow:hover::after,
.front-section a.all-posts-link:hover,
#overlay-close:hover,
.widget-area .widget ul li a:hover,
#sidebar-offcanvas .widget a:hover,
.textwidget a:hover,
#overlay-nav a:hover,
.author-links a:hover,
.single-post .post-navigation a:hover,
.single-attachment .post-navigation a:hover,
.author-bio a,
.single-post .hentry .entry-meta a:hover,
.entry-header a:hover,
.entry-header h2.entry-title a:hover,
.blog .entry-meta a:hover {
color: #51a8dd;
}
#desktop-navigation ul li.menu-item-has-children a:hover::after {
border-top-color: #51a8dd;
}
.single-post .post-navigation a:hover,
.single-attachment .post-navigation a:hover {
border-bottom: 2px solid #51a8dd;
}
.featured-slider .entry-cats a,
.section-one-column-one .entry-cats a,
.section-three-column-one .entry-cats a,
#front-section-four .entry-cats a,
.single-post .entry-cats a,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-cats a,
#desktop-navigation .sub-menu li a:hover,
#desktop-navigation .children li a:hover,
.widget_mc4wp_form_widget input[type='submit'],
.jetpack_subscription_widget #subscribe-submit input[type='submit'],
.uku-neo .format-video .entry-thumbnail span.video-icon:before,
.uku-neo .format-video .entry-thumbnail span.video-icon:after {
background: #51a8dd;
}
.entry-content a:hover,
.comment-text a:hover,
.author-bio a:hover {
color: #0c6ca6;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-cats a:hover,
.featured-slider .entry-cats a:hover,
.section-one-column-one .entry-cats a:hover,
.section-three-column-one .entry-cats a:hover,
#front-section-four .entry-cats a:hover,
.single-post .entry-cats a:hover,
.footer-feature-btn:hover,
.comments-show #comments-toggle,
.widget_mc4wp_form_widget input[type='submit']:hover,
.jetpack_subscription_widget #subscribe-submit input[type='submit']:hover,
#comments-toggle:hover,
input[type='submit']:hover,
input#submit:hover,
#primary #infinite-handle span:hover,
#front-section-three a.all-posts-link:hover,
.desktop-search input[type='submit']:hover,
#offcanvas-widgets-open:hover,
.offcanvas-widgets-show #offcanvas-widgets-open {
background: #0c6ca6;
}
.comments-show #comments-toggle,
#comments-toggle:hover,
input[type='submit']:hover,
input#submit:hover,
#primary #infinite-handle span:hover,
#front-section-three a.all-posts-link:hover,
.desktop-search input[type='submit']:hover,
.widget_search input[type='submit']:hover,
.post-password-form input[type='submit']:hover .footer-feature-btn:hover,
#offcanvas-widgets-open:hover,
.offcanvas-widgets-show #offcanvas-widgets-open {
border: 2px solid #0c6ca6;
color: #fff;
}
.desktop-search input.search-field:active,
.desktop-search input.search-field:focus {
border-bottom: 1px solid #51a8dd;
}
#comments .comment-reply a,
#respond a#cancel-comment-reply-link,
#comments #respond p.comment-notes a,
#comments #respond p.logged-in-as a,
#nav-comments a,
#comments .comment-meta,
#comments .comment-meta a,
.single-post .entry-tags a,
p.wp-caption-text,
.contact-form label span,
.gallery .gallery-item .gallery-caption {
color: #999;
}
#colophon .footer-menu ul a,
#colophon #site-info,
#colophon #site-info a,
#footer-social span {
color: rgba(255, 255, 255, 0.5);
}
#colophon .footer-menu ul a:hover,
#colophon #site-info a:hover {
color: rgba(255, 255, 255, 1);
} #colophon a,
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-header
h2.entry-title
a,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-meta,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-meta a,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-cats a,
.featured-slider .entry-header h2.entry-title a,
.featured-slider .entry-meta,
.featured-slider .entry-meta a,
.featured-slider .entry-cats a,
.section-one-column-one .entry-cats a,
.section-three-column-one .entry-cats a,
#front-section-four .entry-cats a,
#front-section-four .entry-header h2.entry-title a,
#front-section-four .entry-meta,
#front-section-four .entry-meta a,
.single-post .entry-cats a,
.big-thumb .entry-header h1.entry-title,
.big-thumb .entry-header p.intro,
#primary #infinite-handle span:hover button,
.blog .featured-slider .entry-meta a:hover {
color: #fff;
}
.blog.headerfont-light h1.site-title a,
.blog.headerfont-light #overlay-open,
.blog.headerfont-light #site-branding .site-title a,
.blog.headerfont-light #overlay-open,
.blog.headerfont-light p.site-description {
color: #fff;
}
.featured-slider .entry-header h2.entry-title a {
color: #fff !important;
} .imagefont-dark .featured-slider .entry-header h2.entry-title a,
.blog.imagefont-dark
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-header
h2.entry-title
a,
.blog.imagefont-dark
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-meta,
.blog.imagefont-dark
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-meta
a,
.imagefont-dark .featured-slider .entry-header h2.entry-title a,
.imagefont-dark .featured-slider .entry-meta,
.imagefont-dark .featured-slider .entry-meta a,
.imagefont-dark #front-section-four .entry-header h2.entry-title a,
.imagefont-dark #front-section-four .entry-meta,
.imagefont-dark #front-section-four .entry-meta a,
.imagefont-dark .big-thumb .entry-header h1.entry-title,
.imagefont-dark .big-thumb .entry-header p.intro,
.imagefont-dark.blog .featured-slider .entry-meta a:hover {
color: #2b2b2b !important;
} h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.entry-content h1 {
font-size: 20px;
font-size: 1.25rem;
padding: 6px 0 9px;
line-height: 1.2;
}
.entry-content h2 {
font-size: 18px;
font-size: 1.125rem;
padding: 6px 0 9px;
line-height: 1.2;
}
.entry-content h3 {
font-size: 18px;
font-size: 1.125rem;
padding: 5px 0 8px;
line-height: 1.3;
}
.entry-content h4 {
font-size: 16px;
font-size: 1rem;
padding: 5px 0 8px;
line-height: 1.3;
}
.entry-content h5 {
font-size: 15px;
font-size: 0.9375rem;
padding: 3px 0;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 1px;
}
.entry-content h6 {
font-size: 16px;
font-size: 1rem;
padding: 3px 0;
line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6,
#overlay-nav ul li a,
#desktop-navigation ul li a,
.authorbox h3.author-title,
#comments h3.comments-title,
.page-links {
font-weight: 600;
}
h1.site-title,
p.site-title {
font-weight: bold;
padding-right: 55px;
}
p.site-title {
margin: 0;
}
.footer-menu h3.footer-menu-title {
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
} p {
margin-bottom: 30px;
}
.entry-content p:last-child,
.team-text p:last-child {
margin-bottom: 0;
}
ul,
ol {
margin: 0 0 30px 0;
padding-left: 40px;
list-style-position: inside;
}
ul ul,
ol ol {
margin: 0;
}
ol ol {
list-style: lower-alpha;
}
.comment-text ul,
.comment-text ol {
margin: 0 0 15px;
padding-left: 20px;
}
ul {
list-style: none;
}
.entry-content ul li,
.comment-text li {
position: relative;
padding: 0 0 0 24px;
}
.entry-content ul li:before,
.comment-text ul li:before {
vertical-align: top;
position: absolute;
top: 0;
left: 0;
content: '\2013';
padding: 0;
}
.entry-content ol li ul li,
.comment-text ul li ul li {
padding-left: 24px;
}
.entry-content ul li ol li:before,
.comment-text ul li ol li:before {
display: none;
}
.entry-content ul li,
.comment-text ol ul li {
padding: 0 0 0 24px;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0;
}
.entry-content ul {
padding-left: 50px;
}
.entry-content ol {
padding-left: 70px;
}
.entry-content ol li {
padding-left: 4px;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ol li {
list-style-position: outside;
}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
padding-left: 50px;
}
b,
strong {
font-weight: bold;
}
dfn,
em,
i {
font-style: italic;
}
s,
strike,
del {
text-decoration: line-through;
}
address {
margin: 0 0 30px;
}
pre {
max-width: 100%;
word-wrap: break-word;
margin-bottom: 30px;
padding: 15px;
overflow: auto;
background: #f4f4f4;
color: #444;
}
code,
kbd,
tt,
var,
pre {
font-family: Courier, Monaco, monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
mark,
ins {
background: #d2f1ff;
text-decoration: none;
}
sup,
sub {
position: relative;
vertical-align: baseline;
height: 0;
font-size: 75%;
line-height: 0;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
img {
max-width: 100%; height: auto; }
dt {
padding-bottom: 4px;
font-weight: bold;
}
dd {
margin: 0 0 30px;
}
dl dt {
font-weight: bold;
}
dl dd {
margin: 0 0 30px;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.justify {
text-align: justify;
}
.single-post .entry-content blockquote p,
.page .entry-content blockquote p,
.single-post #comments blockquote p {
position: relative;
font-weight: 600;
line-height: 1.2;
}
.single-post .entry-content blockquote,
.page .entry-content blockquote {
border-top: 4px solid #2b2b2b;
border-bottom: 1px solid #2b2b2b;
padding: 20px 0;
margin: 0 0 30px;
}
.page .entry-content blockquote cite,
.single-post .entry-content blockquote cite,
#comments blockquote cite {
display: block;
padding-top: 10px;
font-style: normal;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
margin-bottom: 15px;
font-weight: 600;
line-height: 1.4 !important;
}
span.dropcap {
float: left;
padding: 3px 4px 0 0;
font-size: 64px;
font-size: 4rem;
font-weight: 600;
line-height: 0.78;
}
.uppercase {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.wide-content {
margin-bottom: 30px;
} table {
width: 100%;
margin: 0 0 40px;
border-collapse: collapse;
border-spacing: 0;
border-bottom: 1px solid #ddd;
line-height: 2;
font-size: 18px;
font-size: 1.125rem;
}
table td {
padding: 10px 10px 10px 0;
border-top: 1px solid #ddd;
}
table caption {
margin: 40px 0;
}
table th {
border-top: 1px solid #ddd;
padding: 10px 10px 10px 0;
text-align: left;
} .alignleft,
.alignright {
display: block;
}
.alignleft {
margin-right: 35px;
float: left;
}
.alignright {
margin-left: 35px;
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}
img.alignleft,
img.alignright {
margin-top: 8px;
margin-bottom: 25px;
} input,
textarea {
padding: 12px 15px;
background: #fff;
border: 1px solid #ccc;
line-height: normal;
outline: none;
color: #2b2b2b;
}
textarea:focus,
textarea:active,
input:focus,
input:active {
border: 1px solid #2b2b2b;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type='button'],
input[type='submit'],
input#submit {
padding: 9px 30px;
border: 2px solid #2b2b2b;
line-height: normal;
cursor: pointer;
outline: none;
-webkit-appearance: none;
font-family: 'Kanit', sans-serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 3px;
}
.post-password-form input[type='password'] {
padding: 9px 15px;
}
.widget_search .searchform {
width: 100%;
max-width: 500px;
display: block;
overflow: hidden;
}
.widget_search input.search-field {
margin-right: 6px;
padding: 12px 2%;
font-family: 'Kanit', sans-serif;
float: left;
width: 58%;
}
.error404 input.search-field {
padding: 12px 2%;
}
.error404 input[type='submit'] {
padding: 10px 30px;
}
.widget_search input[type='submit'],
.post-password-form input[type='submit'] {
padding: 11px 0;
font-weight: 600;
line-height: 1.65;
border: 2px solid #1a1a1a;
}
.widget_search input[type='submit'] {
width: 40%;
float: right;
} img.wp-post-image {
padding: 0;
}
img.img-border {
border: 5px solid #e2e2e2;
}
img.img-border-thin {
background: #fff;
padding: 5px;
border: 1px solid #ededee;
}
.widget img {
max-width: 100%;
height: auto;
}
.wp-caption.alignnone {
margin: 0;
}
.wp-caption {
max-width: 100%;
}
.wp-caption a {
line-height: 0;
display: block;
}
img#wpstats {
display: none;
}
.entry-content .wp-caption-text,
.entry-content p.wp-caption-text,
.type-attachment .entry-content .entry-caption p,
.gallery .gallery-item .gallery-caption {
margin: 0;
padding: 8px 2px 30px;
font-size: 14px;
font-size: 0.875rem;
}
.entry-content .alignleft p.wp-caption-text {
text-align: left;
}
.entry-content .alignright p.wp-caption-text {
text-align: right;
margin-right: 6px;
}
embed,
iframe,
object,
video {
max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; }
.site-content .type-attachment {
padding-top: 0 !important;
} .gallery,
.tiled-gallery {
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
.tiled-gallery {
margin-bottom: 30px !important;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
width: 33.3%;
}
.gallery .gallery-item a {
border-bottom: none;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
padding-right: 1.4%;
}
.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
padding-left: 1.4%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n + 2) {
padding-left: 0.7%;
padding-right: 0.7%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.6%;
}
.gallery-columns-7 .gallery-item {
width: 14%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11%;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail {
max-width: 93%;
height: auto;
}
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail {
max-width: 94%;
height: auto;
}
.gallery dl,
.gallery dt {
margin: 0;
}
.gallery br + br {
display: none;
}
.gallery .gallery-item img {
width: 100%;
height: auto;
}
.single .gallery .gallery-item .gallery-caption {
display: block;
} .blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-thumbnail
a:after,
.featured-slider .entry-thumbnail a:after,
.single-post .big-thumb .entry-thumbnail a:after,
.header-image:after,
#front-section-four .entry-thumbnail a:after,
.uku-serif #front-section-four .entry-thumbnail a .thumb-wrap:after,
.uku-serif .section-two-column-one .entry-thumbnail a:after {
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
}
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-thumbnail
a:after,
.featured-slider .entry-thumbnail a:after,
.uku-serif #front-section-four .entry-thumbnail a .thumb-wrap:after,
.single-post .big-thumb .entry-thumbnail a:after,
.header-image:after,
.uku-serif .section-two-column-one .entry-thumbnail a:after {
background-color: #000000;
opacity: 0;
}
#front-section-four .meta-main-wrap,
.featured-slider .meta-main-wrap,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .meta-main-wrap {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
}
.big-thumb .title-wrap {
position: absolute;
}
#front-section-four .meta-main-wrap,
.featured-slider .meta-main-wrap,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .meta-main-wrap,
.big-thumb .title-wrap,
.uku-serif .section-two-column-one .entry-text-wrap {
background: -moz-linear-gradient(
top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.7) 100%
);
background: -webkit-linear-gradient(
top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.7) 100%
);
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.7) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}  #desktop-navigation,
.header-social,
.search-open,
.desktop-search,
.sticky-header {
display: none;
}
#site-branding {
position: fixed;
top: 0;
left: 0;
right: 0;
display: block;
padding-top: 9px;
padding-bottom: 9px;
border-bottom: 1px solid #ddd;
background: #fff;
z-index: 10;
}
.home.blog.slider-on.slider-fullscreen #site-branding,
.home.blog.headerimg-on.header-fullscreen #site-branding {
position: absolute;
}
.admin-bar #site-branding,
.admin-bar .inner-offcanvas-wrap {
top: 46px;
}
a.site-logo {
display: none;
line-height: 0;
}
.home a.site-logo {
display: inline-block;
}
p.site-description {
display: none;
}
.header-image {
display: block;
position: relative;
}
.custom-logo-wrap {
margin-left: auto;
margin-right: auto;
text-align: left;
display: block;
}
.custom-logo-wrap a.custom-logo-link img {
max-width: 100px;
max-height: 45px;
} #overlay-nav {
display: block;
}
#overlay-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#overlay-nav ul li {
display: block;
margin: 0;
padding: 0;
border-bottom: 1px solid #ddd;
}
#overlay-nav ul ul li {
margin: 0;
padding: 5px 0;
border-bottom: none;
}
#overlay-nav ul li a {
display: block;
padding-top: 15px;
padding-bottom: 15px;
}
#overlay-nav ul ul.sub-menu,
#overlay-nav ul ul.children {
display: none;
overflow: hidden;
margin: 0;
padding: 0 0 10px;
}
#overlay-nav ul ul ul.sub-menu,
#overlay-nav ul ul ul.children {
margin: 0;
border-top: none;
}
#overlay-nav ul ul li a {
border-bottom: none;
padding-top: 0;
padding-bottom: 0;
font-weight: normal;
line-height: 1.5;
text-transform: none;
letter-spacing: 0;
} .dropdown-toggle {
border: none;
outline: none;
}
#secondary .dropdown-toggle,
#sidebar-offcanvas .widget-area .dropdown-toggle,
#colophon .dropdown-toggle {
display: none;
}
.menu-item-has-children,
.page_item_has_children {
position: relative;
}
.dropdown-toggle {
position: absolute;
top: 0;
right: 5.3125%;
width: 50px;
height: 50px;
background: transparent;
}
.dropdown-toggle:after {
vertical-align: top;
position: absolute;
content: '\f431';
font: normal 24px/1 'Genericons';
top: 0;
right: 0;
width: 50px;
height: 50px;
padding: 13px 0 0 0;
text-align: right;
}
.dropdown-toggle.toggle-on:after {
content: '\f432';
}
.sub-menu .menu-item-has-children .dropdown-toggle,
.children .page_item_has_childrenn .dropdown-toggle:after {
width: 30px;
height: 30px;
}
.sub-menu .menu-item-has-children .dropdown-toggle:after,
.children .page_item_has_children .dropdown-toggle:after {
padding: 4px 0 0 0;
}
.screen-reader-text {
position: absolute;
left: -1000em;
}
#overlay-nav ul.sub-menu.toggled-on,
#overlay-nav ul.children.toggled-on {
display: block !important;
} #mobile-social {
border-bottom: 1px solid #ddd;
}
#mobile-social li {
padding: 10px 0;
}   .overlay-btn {
border: none;
outline: none;
}
.overlay-btn {
display: block;
margin: 0;
padding: 0;
z-index: 9999;
text-align: right;
background: transparent;
line-height: 1;
opacity: 1;
} #overlay-open,
#overlay-close {
position: absolute;
top: 5px;
right: 5.3125%;
width: 40px;
height: 40px;
}
#overlay-open {
z-index: 100;
}
#overlay-close {
z-index: 1000;
}
.overlay-btn span {
display: none;
}
.overlay-btn:before {
font: normal 25px/1 'Genericons';
display: block;
}
#overlay-open:before,
#overlay-open-sticky:before {
content: '\f419';
}
#overlay-close:before {
content: '\f406';
}
.close-btn-wrap {
height: 51px;
border-bottom: 1px solid #ddd;
background: #fff;
} .menu-item-has-children,
.page_item_has_children {
position: relative;
}
.screen-reader-text {
position: absolute;
left: -1000em;
} .inner-offcanvas-wrap {
width: 100%;
display: block;
position: fixed;
left: -100%;
top: 0;
height: 100%;
overflow: auto;
z-index: 1000;
background: #fff;
-webkit-transition: left, 0.35s, ease-in-out;
-moz-transition: left, 0.35s, ease-in-out;
-o-transition: left, 0.35s, ease-in-out;
transition: left, 0.35s, ease-in-out;
}
.overlay-show .inner-offcanvas-wrap {
left: 0;
}
#offcanvas-wrap {
padding-top: 20px;
}
#offcanvas-widgets-open {
margin-bottom: 20px;
outline: none;
width: 89.375%;
background: transparent;
display: block;
padding: 14px 0;
border: 2px solid #2b2b2b;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
}
.sidebar-offcanvas {
display: none;
padding: 0 0 30px;
}
.offcanvas-widgets-show .sidebar-offcanvas {
display: block;
}
.mobilewidgets-show .sidebar-offcanvas {
display: block;
} .mobile-search {
padding-top: 20px;
padding-bottom: 20px;
background: #f5f5f6;
border-bottom: 1px solid #ddd;
}
.mobile-search .searchform #s {
width: 100%;
line-height: 1.4;
}
.mobile-search .submit {
display: none;
}  .featured-content {
padding-bottom: 35px;
}
.header-image {
display: block;
line-height: 0;
margin-bottom: 35px;
}
.header-image img {
width: 100%;
}
.slider-on.slider-boxed .featured-content {
padding-top: 20px;
}
.headerimg-on.slider-on.slider-boxed .featured-content {
padding-top: 0 !important;
}
.headerimg-on.header-boxed .header-image {
margin-top: 20px;
}
.slider-on.slider-boxed .featured-slider .entry-header,
.slider-on.slider-boxed .featured-slider .entry-meta {
padding-left: 17px;
padding-right: 17px;
}
.featured-slider {
visibility: hidden;
overflow: hidden;
position: relative;
padding-bottom: 35px;
}
.slick-initialized {
visibility: visible !important;
}
.featured-slider .entry-thumbnail img {
position: relative;
width: 100%;
}
.slick-slide {
position: relative;
}
.featured-slider .meta-main-wrap {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.featured-slider .meta-main-wrap {
padding-bottom: 17px;
}
.featured-slider .entry-author,
.section-one-column-one .entry-author,
.section-one-column-one .entry-date:before {
display: none;
}
.featured-slider .entry-edit {
margin-left: 20px;
}
.featured-slider button.slick-next,
.featured-slider button.slick-prev {
position: absolute;
bottom: 0;
width: 50%;
height: 35px;
background: transparent;
outline: 0;
border-top: none;
border-left: none;
border-bottom: 1px solid #ddd;
text-indent: -99999px;
}
.featured-slider button.slick-prev {
left: 0;
border-right: 1px solid #ddd;
}
.featured-slider button.slick-next {
right: 0;
border-right: none;
}
.slider-on.slider-boxed .featured-slider button.slick-prev {
border-left: 1px solid #ddd;
}
.slider-on.slider-boxed .featured-slider button.slick-next {
border-right: 1px solid #ddd;
}
.featured-slider button.slick-prev:after,
.featured-slider button.slick-next:after {
position: absolute;
display: block;
font: normal 24px/1 'Genericons';
text-indent: 0;
content: '\f431';
color: #2b2b2b;
}
.featured-slider button.slick-prev:after {
left: 47%;
bottom: 3px;
transform: rotate(90deg);
}
.featured-slider button.slick-next:after {
right: 47%;
bottom: 4px;
transform: rotate(-90deg);
} .slider-on.slider-fullscreen .featured-content,
.headerimg-on.header-fullscreen .featured-content {
padding-top: 0;
}
.home.blog.slider-on.slider-fullscreen #site-branding,
.home.blog.headerimg-on.header-fullscreen #site-branding {
background: none;
border-bottom: none;
}  .front-section {
margin: 0 auto;
padding-bottom: 70px;
}
.front-section-title,
.social-front-title {
position: relative;
display: block;
padding: 3px 130px 20px 0;
border-top: 4px solid #1a1a1a;
}
.social-front-title {
padding-right: 0;
}
.front-section a.all-posts-link,
.big-instagram-wrap .null-instagram-feed .clear {
position: absolute;
top: 11px;
right: -2px;
display: block;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 600;
}
.sidebar-offcanvas .null-instagram-feed .clear,
.sidebar .null-instagram-feed .clear {
position: absolute;
top: 16px;
right: 0;
display: block;
margin: 0;
}
.front-section a.all-posts-link:after {
content: '\2192';
text-align: right;
padding-left: 3px;
}
.front-section .type-post {
position: relative;
display: block;
margin: 0;
padding: 20px 0 35px;
border-top: 1px solid #1a1a1a;
} .section-one-column-one .entry-author,
.section-two-column-one .entry-author,
.section-three-column-one .entry-author {
font-weight: 600;
}
.section-one-column-one .entry-date:before,
.section-two-column-one .entry-date:before,
.section-three-column-one .entry-date:before {
content: ' / ';
padding: 0 2px;
}
.section-one-column-one .entry-comments,
.section-one-column-one .entry-edit,
.section-two-column-one .entry-comments,
.section-two-column-one .entry-edit,
.section-three-column-one .entry-comments,
.section-three-column-one .entry-edit {
margin-left: 20px;
} .section-one-column-two,
.section-two-column-two {
display: block;
overflow: hidden;
}
.section-one-column-two .type-post:nth-of-type(n + 2),
.section-two-column-two .type-post,
.section-fourcolumn-postwrap .type-post,
.section-sixcolumn-postwrap .type-post {
width: 47.8134110787172%;
}
.section-one-column-two .type-post:nth-of-type(2),
.section-one-column-two .type-post:nth-of-type(4),
.section-two-column-two .type-post:nth-of-type(1),
.section-two-column-two .type-post:nth-of-type(3),
.section-two-column-two .type-post:nth-of-type(5),
.section-two-column-two .type-post:nth-of-type(7),
.section-fourcolumn-postwrap .type-post:nth-of-type(odd),
.section-sixcolumn-postwrap .type-post:nth-of-type(odd) {
float: left;
margin-right: 2.1865889212828%;
clear: left;
}
.section-one-column-two .type-post:nth-of-type(3),
.section-one-column-two .type-post:nth-of-type(5),
.section-two-column-two .type-post:nth-of-type(2),
.section-two-column-two .type-post:nth-of-type(4),
.section-two-column-two .type-post:nth-of-type(6),
.section-two-column-two .type-post:nth-of-type(8),
.section-fourcolumn-postwrap .type-post:nth-of-type(even),
.section-sixcolumn-postwrap .type-post:nth-of-type(even) {
float: right;
margin-left: 2.1865889212828%;
clear: right;
}
#front-section-one .section-one-column-two .type-post:nth-of-type(4),
#front-section-one .section-one-column-two .type-post:nth-of-type(5),
#front-section-two .section-two-column-two .type-post:nth-of-type(7),
#front-section-two .section-two-column-two .type-post:nth-of-type(8),
.section-fourcolumn-postwrap .type-post:last-child,
.section-fourcolumn-postwrap .type-post:nth-last-child(2),
.section-sixcolumn-postwrap .type-post:last-child,
.section-sixcolumn-postwrap .type-post:nth-last-child(2) {
padding-bottom: 0;
}
.section-one-column-one .entry-header,
.section-two-column-one .entry-header,
.section-three-column-one .entry-header {
padding: 15px 0 10px;
}
.section-one-column-one .entry-cats {
position: absolute;
top: 37px;
left: 17px;
}
.section-one-column-one .entry-summary,
.section-two-column-one .entry-summary,
.section-three-column-one .entry-summary {
padding: 0 0 20px;
line-height: 1.35;
}
.columns-wrap .entry-header,
.columns-wrap .entry-header h2.entry-title,
.columns-wrap .entry-summary {
padding: 8px 0 0 0;
} #front-section-three {
width: 100%;
background: #f4f4f4;
margin-left: 0;
margin-right: 0;
margin-bottom: 70px;
padding-top: 35px;
padding-bottom: 35px;
}
#front-section-three h3.front-section-title {
position: relative;
display: block;
padding: 8px 0 20px;
border-top: none;
}
#front-section-three h3.front-section-title:before,
#big-footer-feature h3.footer-feature-title:before {
content: ' ';
border-top: 4px solid #1a1a1a;
width: 50px;
position: absolute;
top: 0;
left: 0;
}
#big-footer-feature h3.footer-feature-title:before {
border-top: 4px solid #fff;
}
#front-section-three a.all-posts-link {
border: 2px solid #2b2b2b;
padding: 4px 6px;
top: 2px;
}
#front-section-three a.all-posts-link:after {
display: none;
}
#front-section-three .section-three-column-one .type-post {
border-top: none;
padding-top: 0;
}
.section-three-column-two .entry-cats {
display: none;
}
.section-three-column-two .entry-thumbnail {
width: 50%;
float: left;
padding-right: 4.6875%;
padding-bottom: 35px;
}
.section-three-column-two .entry-header {
width: 50%;
float: left;
}
.section-three-column-two .type-post .entry-header h2.entry-title {
padding: 0;
}
.section-three-column-two .type-post:last-of-type .entry-thumbnail {
padding-bottom: 0;
}
.section-three-column-two .type-post {
clear: both;
}
.section-three-column-one .entry-cats {
position: absolute;
top: 17px;
left: 17px;
} #front-section-four {
padding-left: 0;
padding-right: 0;
}
#front-section-four .type-post {
position: relative;
padding: 0;
border-top: none;
}
#front-section-four .type-post .entry-summary,
#front-section-four .type-post .entry-author {
display: none;
}
#front-section-four .type-post .entry-thumbnail img {
width: 100%;
}
#front-section-four .meta-main-wrap {
display: block;
padding-left: 5.3125%;
padding-right: 5.3125%;
padding-bottom: 17px;
} .section-about-column-one {
padding: 0;
overflow: hidden;
}
.section-about-column-one .front-section-title {
border-bottom: 1px solid #1a1a1a;
margin-bottom: 20px;
}
.front-about-img {
width: 50%;
float: left;
clear: left;
padding-right: 2.34375%;
}
.section-about-column-one p {
display: block;
margin: 0;
clear: right;
float: left;
width: 50%;
padding-left: 2.34375%;
}
.section-about-column-one p cite {
display: block;
padding: 20px 0 0 0;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
font-style: normal;
}
.section-about-column-two {
padding-top: 60px;
}
.section-about-column-two .social-nav ul {
display: block;
border-top: 1px solid #1a1a1a;
}
.section-about-column-two .social-nav ul li {
display: block;
border-bottom: 1px solid #1a1a1a;
}
.section-about-column-two .social-nav ul li a {
position: relative;
display: block;
margin: 0;
padding: 0;
padding: 22px 0 22px 35px;
text-align: left;
width: auto;
height: auto;
overflow: hidden;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
}
.section-about-column-two .social-nav ul li a:before {
position: absolute;
top: 18px;
left: 0;
font-size: 24px;
width: 28px;
} #front-section-twocolumn .type-post:last-of-type,
#front-section-threecolumn .type-post:last-of-type {
padding-bottom: 0;
}
#front-section-twocolumn .entry-summary,
#front-section-threecolumn .entry-summary,
#front-section-fourcolumn .entry-summary,
#front-section-sixcolumn .entry-summary {
display: none;
}  .blog-wrap h3.blog-title,
.archive-header h1.archive-title {
display: block;
padding: 3px 0 20px;
border-top: 4px solid #1a1a1a;
} #primary .hentry {
position: relative;
padding: 20px 0 34px;
border-top: 1px solid #1a1a1a;
}
#primary .hentry .entry-meta,
#primary .hentry .entry-author,
.comment-name {
display: none;
}
.entry-author span {
padding-right: 4px;
}
.blog #primary .hentry .entry-thumbnail,
.archive #primary .hentry .entry-thumbnail,
.search-results #primary .hentry .entry-thumbnail {
width: 32.1875%; margin: 0 0 0 10px;
float: right;
}
.blog .hentry .entry-cats a {
display: none;
}
.blog .entry-cats a:nth-child(n + 2):before,
.search-results .entry-cats a:nth-child(n + 2):before,
.archive .entry-cats a:nth-child(n + 2):before {
content: ' / ';
padding: 0 2px;
color: #2b2b2b !important;
}
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-cats
a:before,
.blog .section-one-column-one .entry-cats a:before,
.blog .section-three-column-one .entry-cats a:before,
.blog #front-section-four .entry-cats a:before,
.featured-slider .entry-cats a:before {
display: none;
}
.blog .hentry .entry-cats a:nth-child(1),
.blog .hentry .entry-cats a:nth-child(2) {
display: inline-block;
} .blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) {
margin-left: -5.94405594405594%; margin-right: -5.94405594405594%; margin-bottom: 34px;
padding: 0;
border-top: 0;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-thumbnail {
width: 100%;
margin: 0;
float: none;
}
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-thumbnail
img {
width: 100%;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .meta-main-wrap {
width: 100%;
padding: 0 5.3125% 28px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-meta {
float: none;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-summary {
display: none;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-cats a {
padding: 2px 5px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-date,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-comments,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-edit,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-author {
display: inline-block;
padding-bottom: 0;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-date,
#front-section-four .entry-date,
.featured-slider .entry-date {
padding-right: 20px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-author {
font-weight: 600;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-meta {
display: block;
position: absolute;
width: 80.43478260869566%;
left: 5.3125%;
bottom: 17px;
}
.featured-slider .entry-edit,
#front-section-four .entry-edit,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-edit,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-author {
display: none;
}  .single-post .format-video .entry-thumbnail a:before,
.featured-slider .entry-date:before {
display: none;
}
.entry-header h2.entry-title {
padding: 4px 0 8px;
}
.entry-thumbnail a {
position: relative;
line-height: 0;
display: block;
}
.entry-header h2.entry-title,
.entry-header h1.entry-title {
display: block;
margin: 0;
line-height: 1.1;
}
.entry-summary {
line-height: 1.5;
}
.single-post .entry-content p,
.page .entry-content p,
.page .entry-content,
.entry-content ol,
.entry-content ul {
line-height: 1.6;
}
.single-post .entry-content p.intro {
line-height: 1.5;
}
.format-video .entry-thumbnail {
position: relative;
}
.format-video .entry-thumbnail a:before {
content: '\25b6';
position: absolute;
display: block;
width: 40px;
height: 28px;
padding: 15px 0 0 16px;
font-size: 12px;
color: #1a1a1a;
background: #fff;
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#front-section-twocolumn .format-video .entry-thumbnail a:before,
#front-section-threecolumn .format-video .entry-thumbnail a:before,
.section-one-column-one .format-video .entry-thumbnail a:before,
.blog #primary .hentry.format-video:nth-child(4n + 1) .entry-thumbnail a:before,
.section-two-column-one .format-video .entry-thumbnail a:before {
width: 60px;
height: 42px;
padding: 22px 0 0 24px;
font-size: 16px;
}
.blog #primary .hentry.format-video:nth-child(4n + 1) .entry-thumbnail a:before,
#front-section-four .format-video .entry-thumbnail a:before {
top: 30px;
left: 5.3125%;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.featured-slider .format-video .entry-thumbnail a:before {
display: none;
}
.sticky {
} .entry-meta {
display: block;
clear: both;
}
#primary .hentry .entry-date,
#primary .hentry .entry-comments,
#primary .hentry .entry-edit {
display: block;
}
#primary .hentry .entry-date,
#primary .hentry .entry-comments {
padding-bottom: 8px;
}
.entry-comments a {
position: relative;
padding-left: 18px;
}
.entry-comments a:before {
font: normal 14px/1 'Genericons';
display: block;
content: '\f108';
position: absolute;
top: 2px;
left: 0;
}
.entry-meta .entry-tags ul {
margin: 0;
padding: 0;
}
.featured-slider .entry-cats a,
.section-one-column-one .entry-cats a,
.section-three-column-one .entry-cats a,
#front-section-four .entry-cats a,
.single-post .entry-cats a {
padding: 3px 5px;
margin: 0 2px 4px 0;
color: #fff !important;
} .singlepost-wrap,
.recommended-posts-wrap {
margin-left: auto;
margin-right: auto;
}
.single-post .hentry {
position: relative;
padding: 0;
} .single-post .entry-header,
.single-attachment .entry-header {
display: block;
margin: 0 0 35px;
padding: 25px 0 0;
}
.single-attachment .entry-header {
padding-top: 40px;
}
.single-post .entry-header .entry-cats {
display: block;
}
.single-post .entry-header .entry-cats a {
display: inline-block;
}
.single-post .entry-header h1.entry-title {
position: relative;
display: block;
padding-top: 5px;
}
.single-post .hentry .entry-meta,
.single-attachment .entry-meta {
display: block;
margin-top: 20px;
padding-top: 15px;
border-top: 3px solid #1a1a1a;
line-height: 1.6;
}
.entry-header p.intro {
display: none;
margin: 0;
padding: 10px 0 0;
}
.meta-columnone {
width: 60%;
float: left;
}
.meta-columntwo,
.meta-columthree {
width: 40%;
float: left;
}
.single-post .entry-comments-title {
font-weight: 600;
}
.author-pic {
width: 35px;
float: left;
margin: 0 10px 0 0;
display: block;
line-height: 0;
}
.author-pic img {
width: 35px;
height: 35px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.single-post .entry-author,
.single-post .entry-tags span {
font-weight: 600;
} .single-post .entry-thumbnail {
padding-bottom: 35px;
}
.single-post .big-thumb .entry-thumbnail {
margin-left: -5.94405594405594%; margin-right: -5.94405594405594%;
padding-bottom: 35px;
}
.single-post .big-thumb .entry-thumbnail img {
width: 100%;
}
.big-thumb .entry-header {
position: relative;
padding: 0;
}
.big-thumb .title-wrap {
bottom: 88px;
width: 111.88811188811188%;
margin-left: -5.94405594405594%; margin-right: -5.94405594405594%;
padding-bottom: 17px;
}
.big-thumb .title-wrap .entry-cats,
.big-thumb .entry-header h1.entry-title,
.big-thumb .entry-header p.intro {
padding-left: 5.3125%;
padding-right: 5.3125%;
}
.single-post .big-thumb .entry-meta {
margin-top: 0;
} .single-post .entry-tags {
padding: 30px 0 0 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.single-post .entry-tags span:after {
content: '\2022';
padding: 0 7px;
}
.single-post .authorbox {
position: relative;
margin: 40px 0 0 0;
padding: 30px 0 0 0;
clear: both;
border-top: 1px solid #1a1a1a;
}
.authorbox .author-pic {
width: 40px;
height: 40px;
float: left;
}
.authorbox .author-pic img {
width: 40px;
height: 40px;
}
.authorbox .author-heading {
padding: 0 0 0 60px;
}
.authorbox h3.author-title {
margin: 0;
padding: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.authorbox h3.author-title span {
padding: 0 5px 0 0;
display: inline-block;
font-style: normal;
}
.authorbox h3.author-title:after {
content: ':';
padding-left: 1px;
}
.authorbox p.author-bio {
margin: 0;
padding: 15px 0 0 60px;
}
.authorbox .author-links {
padding: 16px 0 0 60px;
}
.author-links a.author-website {
position: relative;
padding: 0 0 0 20px;
display: block;
}
.author-links a.author-twitter {
position: relative;
display: block;
margin: 4px 0 0 0;
padding: 0 0 0 18px;
}
.author-links a.author-website:before,
.author-links a.author-twitter:before {
display: block;
position: absolute;
top: 2px;
left: -4px;
text-align: left;
}
.author-links a.author-website:before {
font: normal 23px/1 'Genericons';
content: '\f442';
}
.author-links a.author-twitter:before {
font: normal 18px/1 'Genericons';
content: '\f202';
}  #comments-toggle {
position: relative;
display: block;
width: 100%;
padding: 18px 20px 18px 60px;
border: 2px solid #2b2b2b;
background: none;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
text-align: left;
outline: none;
}
#comments-toggle:before {
font: normal 24px/1 'Genericons';
display: block;
content: '\f431';
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 58px;
text-align: center;
padding-top: 16px;
background: none;
}
.comments-show #comments-toggle:before {
content: '\f432';
}
.toggledcomments .comments-content {
display: none;
}
.comments-show .comments-content {
display: block;
}
#comments {
position: relative;
padding: 60px 0 0 0;
}
#comments li.comment,
#comments li.pingback {
overflow: hidden;
margin: 0 0 16px;
padding: 0;
}
#comments li.comment:last-of-type,
#comments li.pingback:last-of-type {
margin: 0;
}
#comments li.comment ul.children {
margin: 16px 0 0;
}
#comments .children .comment:last-child {
margin: 0;
}
#comments h3.comments-title {
padding: 27px 0 0 0;
border-top: 1px solid #1a1a1a;
display: block;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
}
ol.commentlist {
list-style: none;
margin: 0;
padding: 40px 0 0;
}
ol.commentlist li {
display: block;
margin: 0;
padding: 0;
}
ol.commentlist .comment-text li {
padding: 0 0 0 18px;
}
#comments ul.children {
margin: 0;
padding: 0;
} .comment-wrap {
padding: 0 0 16px 60px;
}
ol.commentlist li.comment:last-of-type .comment-wrap {
padding-bottom: 0;
}
ol.commentlist ul.children li.comment:last-of-type .comment-wrap {
padding-bottom: 16px;
}
#comments .comment-details {
position: relative;
margin: 0 90px 0 0;
padding: 0;
}
#comments li.pingback {
padding: 0 0 0 50px;
}
#comments .comment-avatar {
margin: 0;
padding: 0;
line-height: 0;
float: left;
}
#comments .comment-avatar img.avatar {
width: 40px;
height: 40px;
margin: 0;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
#comments .comment-author {
font-weight: 600;
}
#comments .comment-author span {
display: none;
}
#comments .comment-text {
overflow: hidden;
padding: 10px 30px 10px 0;
}
#comments .comment-text p {
margin: 0;
padding: 0 0 15px;
}
#comments .comment-text p:last-child {
padding: 0;
}
#comments .comment-meta {
overflow: hidden;
list-style: none;
}
#comments .comment-meta li {
display: inline;
}
#comments .comment-reply {
position: relative;
padding: 0;
}
#comments p.comment-awaiting-moderation {
display: inline-block;
}
.bypostauthor {
}
.comment-edit:before {
content: ',';
display: inline;
}
#comments .comment-reply a {
padding-left: 13px;
}
#comments .comment-reply a:before {
font: normal 12px/1 'Genericons';
display: block;
content: '\f412';
position: absolute;
top: 4px;
left: 0;
text-align: left;
} #comments ol li.pingback p {
margin: 0;
} .site-content .nopassword,
.site-content p.nocomments {
position: relative;
margin: 15px 0 0;
padding: 0;
font-weight: 600;
} #comments #respond {
margin: 0;
padding-top: 60px;
overflow: hidden;
text-align: left;
}
#comments li.comment #respond {
padding-top: 20px;
}
#comments ol.commentlist #respond {
margin: 0;
padding-left: 0;
padding-right: 0;
}
#comments #respond h3#reply-title {
margin: 0;
padding: 0;
display: block;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
}
#comments #respond p.comment-notes {
margin: 0;
padding: 0;
}
#comments #respond p.logged-in-as {
padding: 3px 0 0 0;
}
#respond a#cancel-comment-reply-link {
margin: 21px 0 0 0;
float: right;
font-weight: normal;
text-transform: none;
letter-spacing: 0;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
margin: 0;
padding: 20px 0 0;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
.contact-form div {
float: none;
clear: both;
width: 100%;
}
#commentform p.comment-form-comment {
line-height: 0;
}
#commentform p label,
#commentform p span {
display: none;
}
#commentform p.form-allowed-tags {
display: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
display: block;
width: 100%;
margin: 0;
line-height: normal;
-webkit-appearance: none;
outline-color: transparent;
outline-style: none;
}
#commentform textarea#comment {
width: 100%;
margin: 0;
line-height: normal;
-webkit-appearance: none;
outline-color: transparent;
outline-style: none;
}
#commentform input#submit {
margin: 20px 0;
width: 100%;
font-weight: 600;
}
#commentform p.form-submit {
margin: 0;
clear: both;
}
#respond small {
font-size: 100%;
}
.comment-notes {
display: none;
}  .pagination {
position: relative;
clear: both;
padding: 18px 20px;
border: 2px solid #2b2b2b;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.pagination,
.pagination a {
color: #2b2b2b;
}
.pagination .nav-links a.next.page-numbers:hover,
.pagination .nav-links a.prev.page-numbers:hover {
text-decoration: none;
}
.pagination .nav-links {
text-align: center;
}
.single-post .navigation {
clear: both;
text-align: center;
}
.single-post .post-navigation,
.single-attachment .post-navigation {
overflow: hidden;
clear: both;
padding-top: 60px;
}
.single-post .post-navigation .nav-previous,
.pagination .prev,
.single-attachment .nav-previous {
float: left;
}
.single-post .post-navigation .nav-next,
.pagination .next,
.single-attachment .nav-next {
float: right;
}
.single-post .post-navigation a,
.single-attachment .post-navigation a {
position: relative;
display: block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.15;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
border-bottom: 2px solid #2b2b2b;
}
.single-post .post-navigation .nav-previous a {
text-align: left;
}
.single-post .post-navigation .nav-next a {
text-align: right;
}
#nav-comments {
padding: 10px 0;
clear: both;
overflow: hidden;
}
#nav-comments .nav-previous {
float: right;
}  .page-template-default #primary .hentry,
.page-fullwidth #primary .hentry,
.page-template-no-sidebar #primary .hentry,
.error404 #primary .page {
padding: 0;
border-top: 4px solid #1a1a1a;
}
.page h1.entry-title {
display: block;
margin: 0 0 20px;
padding: 6px 0 20px;
border-bottom: 1px solid #1a1a1a;
}
.page a.post-edit-link {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
margin-top: 30px;
display: inline-block;
}
.page.has-thumb .content-wrap {
padding-top: 0;
}
.page.has-thumb .blog-wrap {
padding-top: 35px;
}
.page.has-thumb .entry-thumbnail img {
width: 100%;
}  .archive-header .taxonomy-description p {
margin: 8px 0 0 0;
}
.author .taxonomy-description {
display: none;
}
.entry-summary p:last-child {
margin-bottom: 0;
}
.archive .site-content .post,
.search-results .site-content .post,
.search-results .site-content .page {
clear: both;
overflow: hidden;
}
.search-no-results .searchform {
width: 420px;
}
.error404 .site-content .entry-wrap {
overflow: hidden;
}
.author h3.author-archive-title {
margin: 0;
padding: 80px 0 0 0;
}
.page .edit-link {
padding-top: 30px;
}  #secondary,
#sidebar-page {
padding-top: 40px;
padding-bottom: 70px;
}
.no-sidebar #secondary,
.no-sidebar #sidebar-page {
display: none;
}
.widget-area .widget {
clear: both;
float: none;
line-height: 1.5;
padding-bottom: 34px;
}
#secondary .widget:last-of-type,
#sidebar-page.widget:last-of-type {
padding-bottom: 0;
}
.widget .widget-title-wrap {
display: block;
}
.widget h2.widget-title {
display: block;
margin: 0;
padding: 15px 0 24px;
border-top: 1px solid #1a1a1a;
color: #2b2b2b;
}
.widget-area .widget ul {
margin: 0;
padding: 0;
}
.widget-area .widget ul ul {
display: inline;
}
.widget ul ul:before {
display: inline;
content: ' / ';
}
.widget ul li:after {
display: inline;
content: ' / ';
}
.widget-area .widget ul li {
list-style: none;
display: inline;
}
.widget-area .widget ul li:last-child {
padding-bottom: 0;
}
.widget-area .widget ul li:last-child::after {
content: '';
}
.widget-area .widget img.resize {
max-width: 100%;
height: auto;
}
.widget select,
.widget iframe {
max-width: 99%;
margin-left: 1px;
margin-left: 0.1rem;
}
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.widget_recent_comments a.url,
.widget_recent_comments span.comment-author-link {
font-weight: 600;
}
.widget-area .widget_recent_comments ul li {
display: block;
padding-bottom: 6px;
}
.widget-area .widget_recent_comments ul li:after,
.widget-area .widget_rss ul li:after {
display: none;
content: '  ';
}
.tagcloud a {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
} .widget_search {
clear: both;
overflow: hidden;
}
.widget ul .dropdown-toggle {
display: none;
} .widget-area .widget_rss ul {
margin: 0;
padding: 0;
}
.widget-area .widget_rss ul li {
display: block;
padding-bottom: 20px;
}
.widget-area .widget_rss ul li .rssSummary {
padding: 0;
display: inline-block;
}
.widget-area .widget_rss ul li cite {
font-style: normal;
font-weight: 600;
}
a.rsswidget {
font-weight: 600;
}
.widget-area .widget_rss ul ul:after {
display: none;
content: ' ';
} .widget_calendar #calendar_wrap {
position: relative;
}
.widget_calendar #calendar_wrap table {
width: 100%;
}
.widget_calendar #calendar_wrap a {
font-weight: bold;
}
.widget_calendar #wp-calendar caption {
margin: 0 0 15px;
text-align: left;
}
.widget_calendar table#wp-calendar tr th {
padding: 2px;
text-align: center;
}
.widget_calendar table#wp-calendar tr td {
padding: 7px 0 3px;
border: 1px solid #000;
text-align: center;
}
.widget_calendar table#wp-calendar tbody tr td a {
display: block;
} .textwidget p {
margin: 0 0 20px;
}
.textwidget p:last-child {
margin: 0;
}
.textwidget img {
display: block;
line-height: 0;
}  .social-nav ul {
display: inline-block;
margin: 0;
padding: 0;
}
.social-nav ul li {
display: inline-block;
margin: 0 -2px;
border-bottom: none;
}
.social-nav ul li a::before {
text-align: center;
height: 30px;
}
.social-nav ul li a {
display: block;
margin: 0;
padding: 7px 0 0 0;
font: normal 19px/1 'Genericons';
text-align: center;
width: 30px;
height: 30px;
overflow: hidden;
}
.social-nav ul li a:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
vertical-align: top;
visibility: visible;
}
.social-nav ul li a::before {
font: normal 19px/1 'Genericons';
padding: 0;
text-align: left;
width: 23px;
overflow: hidden;
}
.social-nav ul li a::before {
content: '\f408';
}
.social-nav ul li a[href*='codepen.io']::before {
content: '\f216';
}
.social-nav ul li a[href*='digg.com']::before {
content: '\f221';
}
.social-nav ul li a[href*='dropbox.com']::before {
content: '\f225';
}
.social-nav ul li a[href*='facebook.com']::before {
content: '\f204';
}
.social-nav ul li a[href*='flickr.com']::before {
content: '\f211';
}
.social-nav ul li a[href*='plus.google.com']::before {
content: '\f218';
}
.social-nav ul li a[href*='github.com']::before {
content: '\f200';
}
.social-nav ul li a[href*='instagram.com']::before {
content: '\f215';
}
.social-nav ul li a[href*='linkedin.com']::before {
content: '\f208';
}
.social-nav ul li a[href*='pinterest.com']::before {
content: '\f210';
}
.social-nav ul li a[href*='path.com']::before {
content: '\f219';
}
.social-nav ul li a[href*='dribbble.com']::before {
content: '\f201';
}
.social-nav ul li a[href*='polldaddy.com']::before {
content: '\f217';
}
.social-nav ul li a[href*='getpocket.com']::before {
content: '\f224';
}
.social-nav ul li a[href*='reddit.com']::before {
content: '\f222';
}
.social-nav ul li a[href*='foursquare.com']::before {
content: '\f226';
}
.social-nav ul li a[href*='skype.com']::before,
.social-nav ul li a[href*='skype:']::before {
content: '\f220';
}
.social-nav ul li a[href*='stumbleupon.com']::before {
content: '\f223';
}
.social-nav ul li a[href*='tumblr.com']::before {
content: '\f214';
}
.social-nav ul li a[href*='twitter.com']::before {
content: '\f202';
}
.social-nav ul li a[href*='vimeo.com']::before {
content: '\f212';
}
.social-nav ul li a[href*='youtube.com']::before {
content: '\f213';
}
.social-nav ul li a[href*='spotify.com']::before {
content: '\f515';
}
.social-nav ul li a[href*='wordpress.org']::before,
.social-nav ul li a[href*='wordpress.com']::before {
content: '\f205';
}
.social-nav ul li a[href*='feed']::before {
content: '\f413';
}
.social-nav ul li a[href*='mailto']::before {
content: '\f410';
}  #colophon {
clear: both;
overflow: hidden;
margin: 0 auto;
background: #1a1a1a;
color: #fff;
padding-top: 40px;
padding-bottom: 40px;
}
.no-sidebar #colophon {
margin-top: 60px;
}
.page-template-shop-front #colophon {
margin-top: 0;
}
#site-info {
padding-top: 30px;
}
#site-info ul {
margin: 0;
padding: 0;
}
#site-info ul li {
display: block;
}
#site-info ul li.copyright:after,
#site-info ul li.wp-credit:after,
#site-info ul li.theme-author:after {
content: '\002E';
}
.title-footer {
display: block;
margin: 0;
padding-bottom: 45px;
font-size: 24px;
font-size: 1.5rem;
font-weight: bold;
}
#colophon .custom-logo-wrap {
text-align: left;
display: block;
padding-bottom: 45px;
} .big-footer-feature {
display: block;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#big-footer-feature h3.footer-feature-title {
position: relative;
display: block;
padding: 8px 0 20px;
}
.big-footer-feature p {
margin-bottom: 0;
}
.big-footer-feature p.text-small {
padding: 10px 0 0 0;
opacity: 0.5;
}
.footer-feature-btn {
display: inline-block;
margin: 20px 0 0 0;
padding: 18px 30px;
background: none;
border: 2px solid #fff;
text-transform: uppercase;
letter-spacing: 3px;
outline: none;
font-weight: 500;
}
.footer-feature-btn:hover {
border: 2px solid #0c6ca6 !important;
}
.footer-feature-textwrap {
padding: 15px 0 0 0;
}
.footer-feature-image a {
display: block;
line-height: 0;
} .big-instagram-wrap .widget h2.widget-title {
display: none;
}
.big-instagram-wrap .widget-area .widget {
position: relative;
padding: 35px 0 0 0;
}
.widget ul.instagram-pics li a {
width: 16.66666666666667%;
}
.widget ul.instagram-pics li:after {
display: none;
}
.widget ul.instagram-pics li a {
display: block;
float: left;
line-height: 0;
}
.null-instagram-feed {
position: relative;
overflow: hidden;
}
.big-instagram-wrap .null-instagram-feed .clear {
position: absolute;
top: 0;
width: 100%;
text-align: center;
} .footer-wrap {
margin: 0 auto;
}
.footer-menus-wrap {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-menu h3.footer-menu-title {
padding: 0 0 20px;
}
.footer-menu {
width: 50%;
float: left;
}
#footer-menu-one,
#footer-menu-three {
clear: left;
}
#footer-menu-two,
#footer-menu-four {
clear: right;
}
.footer-menu ul {
margin: 0;
padding: 0 0 60px;
}
.footer-menu ul ul {
margin: 0;
padding: 0;
}
.footer-menu ul li {
padding: 0 0 10px;
}
.footer-menu ul ul li:last-child {
padding: 0;
} #footer-social {
padding-top: 30px;
}
#footer-social span {
display: none;
}
#footer-social ul {
margin: 0;
padding: 0;
display: inline-block;
}
#footer-social span {
display: none;
}
#footer-social ul li {
display: inline-block;
}   .jetpack_subscription_widget {
clear: both;
overflow: hidden;
margin-bottom: 34px;
}
.jetpack_subscription_widget #subscribe-text p {
margin-bottom: 23px;
display: block;
margin-bottom: 0;
}
.jetpack_subscription_widget p#subscribe-email,
.jetpack_subscription_widget p#subscribe-submit {
width: 100%;
display: block;
margin-bottom: 0;
}
.jetpack_subscription_widget p#subscribe-email input {
width: 100%;
}
.jetpack_subscription_widget input[type='submit'] {
padding-left: 0;
padding-right: 0;
width: 100%;
border-left: none;
}
.jetpack_subscription_widget label#jetpack-subscribe-label {
display: none;
}
.widget-grofile ul.grofile-accounts {
margin: 0 auto;
display: inline-block;
}
.comment-subscription-form .subscribe-label {
display: inline !important;
float: none !important;
font-weight: normal;
}
p.comment-subscription-form {
clear: both;
overflow: hidden;
margin-top: 2px !important;
margin-bottom: 2px !important;
font-weight: normal;
}
p.comment-subscription-form:last-child {
padding-top: 0;
margin-bottom: 0 !important;
}
.widget_twitter_timeline iframe {
display: block;
}
.widget_jetpack_display_posts_widget img {
margin: 0 0 15px;
}
.widget_contact_info .contact-info-map-canvas {
height: 400px;
}
.widget_contact_info .confit-address {
margin: 30px 0 0 0;
}
.contact-form {
padding: 0 0 30px;
}
.contact-form div {
overflow: hidden;
margin-top: 10px;
}
.contact-form label {
margin-left: 0;
margin-bottom: 3px !important;
font-weight: 600 !important;
}
.contact-form label span {
margin-left: 3 !important;
padding-top: 0;
font-weight: normal;
}
.contact-form input,
.contact-form textarea {
margin-bottom: 8px;
}
.page .contact-form input[type='text'],
.page .contact-form input[type='email'],
.page .contact-form textarea {
display: block;
width: 99%;
max-width: 99%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
margin-bottom: 4px !important;
}
.contact-form p.contact-submit {
clear: both;
float: none;
overflow: hidden;
margin-top: 5px;
}
.contact-form input[type='submit'] {
width: 99%;
font-weight: 600;
} .infinite-scroll .pagination {
display: none;
}
.infinity-end.neverending #colophon {
display: block;
}
#primary #infinite-footer .container {
display: none;
}
#primary #infinite-handle {
display: block;
overflow: hidden;
clear: both;
}
#primary #infinite-handle {
float: none;
margin: 0;
text-align: center;
}
#primary #infinite-handle span {
background: none;
border: 2px solid #2b2b2b;
border-radius: 0;
color: #2b2b2b !important;
cursor: pointer;
display: block;
width: 100%;
padding: 18px;
}
#primary #infinite-handle span:hover {
padding: 18px;
}
#primary #infinite-handle span,
#primary #infinite-handle span button {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 600;
width: 100%;
display: block;
}
#primary .infinite-loader {
margin: 0;
padding: 0;
text-align: center;
}
#primary .infinite-loader .spinner {
left: 50% !important;
}
#primary #infinite-handle span button {
outline: none;
} .disable-share .sharedaddy {
display: none !important;
}
.single-post div.sharedaddy h3.sd-title {
margin: 0;
}
.entry-content .sd-content ul {
margin: 0 !important;
}
.entry-content .sharedaddy ul li:before {
display: none;
}
div.sharedaddy h3.sd-title:before {
display: none !important;
}
.single-post .sd-social-icon .sd-content ul li[class*='share-'] a,
.single-post .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.single-post .sd-social-icon .sd-content ul li[class*='share-'] div.option a,
.page .sd-social-icon .sd-content ul li[class*='share-'] a,
.page .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.page .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
border-radius: 0;
-webkit-border-radius: 0;
margin: 0;
padding: 16px;
}
.single-post .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button,
.page .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
margin-top: 0;
}
div.sharedaddy h3.sd-title {
font-weight: 600 !important;
text-transform: uppercase;
letter-spacing: 1px;
}
.single-post .sd-content ul li a.sd-button:before,
.page .sd-content ul li a.sd-button:before {
font-size: 19px !important;
vertical-align: top;
}
.single-post .sd-social-icon .sd-content ul li a.sd-button:hover,
.page .sd-social-icon .sd-content ul li a.sd-button:hover {
color: #fff;
opacity: 0.7;
}
.single-post .sd-social-icon .sd-content ul li a.share-email:hover,
.page .sd-social-icon .sd-content ul li a.share-email:hover {
color: #555 !important;
opacity: 0.7;
}
.single-post #sharing_email,
.page #sharing_email {
z-index: 10000001;
} #jp-relatedposts
.jp-relatedposts-items
.jp-relatedposts-post
.jp-relatedposts-post-context,
#jp-relatedposts
.jp-relatedposts-items
.jp-relatedposts-post
.jp-relatedposts-post-date {
display: none;
}
.recommended-posts-wrap #jp-relatedposts {
width: 100%;
display: none;
padding-top: 0;
margin: 0;
position: relative;
clear: both;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
display: none !important;
}
.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline {
margin: 0;
padding: 3px 140px 20px 0;
display: block;
float: none;
font-weight: 600;
font-family: inherit;
position: relative;
border-top: 4px solid #1a1a1a;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post {
padding-right: 0;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
width: 46.1%;
margin: 0;
padding: 20px 0 35px;
border-top: 1px solid #1a1a1a;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(odd) {
float: left;
margin-right: 2.1865889212828%;
clear: left;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(even) {
float: left;
margin-left: 2.1865889212828%;
clear: right;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items
.jp-relatedposts-post:hover
.jp-relatedposts-post-title
a {
text-decoration: none;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
h4.jp-relatedposts-post-title {
font-size: 16px;
font-size: 1rem;
line-height: 1.1;
margin: 0;
padding: 8px 0 0 0;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items
.jp-relatedposts-post
.jp-relatedposts-post-title
a {
font-weight: 600;
}
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post
img.jp-relatedposts-post-img {
width: 100%;
} .widget_mc4wp_form_widget,
.jetpack_subscription_widget {
padding: 25px 30px 30px;
background: #f4f4f4;
border: 1px solid #1a1a1a;
clear: both;
overflow: hidden;
}
#secondary .widget_mc4wp_form_widget:last-of-type,
#sidebar-page .widget_mc4wp_form_widget:last-of-type,
#secondary .jetpack_subscription_widget:last-of-type,
#sidebar-page .jetpack_subscription_widget:last-of-type {
padding-bottom: 30px;
}
.widget_mc4wp_form_widget h2.widget-title,
.jetpack_subscription_widget h2.widget-title {
padding: 0 0 15px;
border-top: none;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
line-height: 1.2;
}
.widget_mc4wp_form_widget p,
.jetpack_subscription_widget #subscribe-text p {
line-height: 1.4;
margin-bottom: 25px;
}
.widget_mc4wp_form_widget input[type='email'],
.jetpack_subscription_widget #subscribe-email input[type='email'] {
width: 100%;
padding: 17px 4%;
margin-bottom: 10px;
}
.widget_mc4wp_form_widget input[type='submit'],
.jetpack_subscription_widget #subscribe-submit input[type='submit'] {
padding: 19px 4%;
color: #fff;
border: none !important;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.52;
width: 100%;
}
.widget_mc4wp_form_widget input[type='submit']:hover,
.jetpack_subscription_widget #subscribe-submit input[type='submit']:hover {
border: none !important;
} .site-content div.wpcf7 {
clear: both;
overflow: hidden;
max-width: 100%;
padding: 0 0 30px;
}
.site-content div.wpcf7 p {
margin: 10px 0 0 0;
padding: 0;
}
.site-content div.wpcf7 p:last-of-type {
padding: 0;
}
.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
width: 100%;
}
.site-content input.wpcf7-submit,
.site-content div.wpcf7 p input.wpcf7-submit {
clear: both;
overflow: hidden;
width: 100%;
font-weight: 600;
}   .two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
width: 100%;
}
.entry-content .two-columns-one,
.entry-content .three-columns-one,
.entry-content .three-columns-two,
.entry-content .four-columns-one,
.entry-content .four-columns-two,
.entry-content .four-columns-three {
position: relative;
float: left;
margin-bottom: 30px;
font-size: 16px;
font-size: 1rem;
}
.entry-content .two-columns-one p,
.entry-content .three-columns-one p,
.entry-content .three-columns-two p,
.entry-content .four-columns-one p,
.entry-content .four-columns-two p,
.entry-content .four-columns-three p {
font-size: 16px;
font-size: 1rem;
}
.last {
clear: right;
margin-right: 0 !important;
}
.divider {
width: 100%;
margin-bottom: 21px;
padding-top: 21px;
display: block;
clear: both;
} .box {
margin: 0 0 30px;
padding: 20px;
overflow: hidden;
line-height: 1.4;
}
.site-content .box p {
margin: 0 0 30px;
}
.white-box {
border: 3px solid #fff;
}
.blue-box {
border: 3px solid #0066ff;
}
.yellow-box {
border: 3px solid #e7b547;
}
.red-box {
border: 3px solid #d7464d;
}
.green-box {
border: 3px solid #85c066;
}
.lightgrey-box {
border: 3px solid #ececed;
}
.grey-box {
border: 3px solid #a9a9a9;
}
.dark-box {
border: 3px solid #222;
} a.standard-btn {
display: inline-block;
margin: 0 0 30px;
padding: 10px 18px;
overflow: hidden;
cursor: pointer;
background: #2b2b2b;
color: #fff;
font-size: 16px;
font-size: 1rem;
text-align: center;
font-weight: normal;
text-decoration: none !important;
-webkit-transition: 0.2s background ease;
-moz-transition: 0.2s background ease;
-o-transition: 0.2s background ease;
-ms-transition: 0.2s background ease;
transition: 0.2s background ease;
}
.post .entry-content a.standard-btn,
.page .entry-content a.standard-btn,
.post .entry-content a.standard-btn:hover,
.page .entry-content a.standard-btn:hover {
color: #fff;
border: none;
}
a.standard-btn.xsmall-btn {
padding: 5px 10px 3px;
font-size: 14px;
font-size: 0.875rem;
}
a.standard-btn.small-btn {
padding: 7px 12px 5px;
font-size: 18px;
font-size: 1.125rem;
}
a.standard-btn.large-btn {
padding: 14px 20px 13px;
font-size: 23px;
font-size: 1.4375rem;
}
a.standard-btn.xlarge-btn {
padding: 18px 30px 17px;
font-size: 25px;
font-size: 1.5625rem;
}
a.standard-btn.red-btn {
background: #d7464d;
}
a.standard-btn.green-btn {
background: #85c066;
}
a.standard-btn.blue-btn {
background: #0066ff;
}
a.standard-btn.yellow-btn {
background: #e7b547;
}
a.standard-btn.grey-btn {
background: #a9a9a9;
}
a.standard-btn.black-btn {
background: #000;
}   @media screen and (min-width: 37.5em) {
.featured-slider .entry-edit,
#front-section-four .entry-edit,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-edit,
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-author {
display: inline-block;
}
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-date:before {
content: ' / ';
padding: 0 4px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-edit,
#front-section-four .entry-edit {
padding-left: 20px;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
width: 48%;
}
.entry-content p.pull-left {
float: left;
margin-right: 20px;
}
.entry-content p.pull-right {
float: right;
margin-left: 20px;
text-align: right;
} #front-section-twocolumn .type-post {
width: 47.8134110787172%;
float: left;
}
#front-section-twocolumn .type-post:nth-of-type(odd) {
margin-right: 2.1865889212828%;
clear: left;
}
#front-section-twocolumn .type-post:nth-of-type(even) {
margin-left: 2.1865889212828%;
clear: right;
}
#front-section-twocolumn .type-post:nth-last-of-type(2) {
padding-bottom: 0;
} .widget_search input.search-field {
width: 67.8%;
}
.widget_search input[type='submit'] {
width: 30%;
}
.widget_mc4wp_form_widget input[type='email'],
.jetpack_subscription_widget #subscribe-email input[type='email'] {
width: 58%;
float: left;
}
.widget_mc4wp_form_widget input[type='submit'],
.jetpack_subscription_widget #subscribe-submit input[type='submit'] {
width: 40%;
float: right;
} .footer-feature-image {
width: 47.8134110787172%;
float: left;
margin-right: 2.1865889212828%;
}
.footer-feature-textwrap {
width: 47.8134110787172%;
float: right;
padding-top: 0;
margin-left: 2.1865889212828%;
}
} @media screen and (min-width: 48em) { .page .content-wrap,
.front-section:first-of-type,
.page.has-thumb .blog-wrap,
.search-results .blog-wrap,
.archive .blog-wrap,
.error404 .content-wrap {
padding-top: 60px;
} .single-post .entry-header h1.entry-title,
.single-attachment .entry-header h1.entry-title,
.page h1.entry-title {
font-size: 48px;
font-size: 3rem;
}
.single-post .entry-content blockquote p,
.page .entry-content blockquote p,
.front-section-title,
.blog-wrap h3.blog-title,
.social-front-title,
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-header
h2.entry-title,
.featured-slider .entry-header h2.entry-title,
.section-one-column-one .entry-header h2.entry-title,
.section-three-column-one .entry-header h2.entry-title,
#front-section-four .entry-header h2.entry-title,
.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,
.archive-header h1.archive-title,
.entry-content h1 {
font-size: 36px;
font-size: 2.25rem;
}
.entry-header p.intro,
.section-about-column-one p,
p.text-big,
.single-post .entry-content p.intro,
.entry-content h2 {
font-size: 26px;
font-size: 1.625rem;
}
.entry-header h2.entry-title,
.entry-content h3 {
font-size: 24px;
font-size: 1.5rem;
}
.entry-content h4,
.entry-content p.pull-left,
.entry-content p.pull-right {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.big-thumb .entry-header p.intro,
.section-one-column-one .type-post .entry-summary,
.section-three-column-one .type-post .entry-summary,
p.text-small,
.single-post .entry-content blockquote cite,
.page .entry-content blockquote cite,
.entry-content h5,
.entry-content h6,
address {
font-size: 19px;
font-size: 1.1875rem;
}
.entry-summary,
.section-one-column-two
.type-post:nth-of-type(n + 2)
.entry-header
h2.entry-title,
.section-two-column-two .type-post .entry-header h2.entry-title,
.section-three-column-two .type-post .entry-header h2.entry-title,
#front-section-fourcolumn .type-post .entry-header h2.entry-title,
.section-sixcolumn-postwrap .type-post .entry-header h2.entry-title {
font-size: 16px;
font-size: 1rem;
}
input[type='button'],
input[type='submit'],
input#submit,
.single-post .hentry .entry-meta,
.single-attachment .hentry .entry-meta,
.front-section a.all-posts-link,
.single-post .entry-tags,
.single-post div.sharedaddy h3.sd-title,
.page div.sharedaddy h3.sd-title,
.page div.sharedaddy h3.sd-title,
.null-instagram-feed .clear {
font-size: 15px;
font-size: 0.9375rem;
}
.section-fourcolumn-postwrap .type-post .entry-summary,
.section-sixcolumn-postwrap .type-post .entry-summary {
font-size: 14px;
font-size: 0.875rem;
} .single-post .entry-content blockquote,
.page .entry-content blockquote {
margin: 0 0 40px;
padding-bottom: 40px;
}
#front-section-four .format-video .entry-thumbnail a:before,
.section-three-column-one .format-video .entry-thumbnail a:before,
.featured-slider .format-video .entry-thumbnail a:before {
width: 60px;
height: 42px;
padding: 22px 0 0 24px;
font-size: 16px;
} .featured-content {
padding-bottom: 60px;
}
.header-image {
margin-bottom: 60px;
}
.featured-slider {
padding-bottom: 0;
}
.featured-slider .meta-main-wrap,
#front-section-four .meta-main-wrap {
padding-bottom: 35px;
}
.featured-slider button.slick-next,
.featured-slider button.slick-prev {
position: absolute;
bottom: 0;
outline: 0;
border-top: none;
border-left: none;
border-bottom: none;
text-indent: -99999px;
z-index: 1;
background: rgba(26, 26, 26, 0.75);
width: 50px;
height: 50px;
}
.slider-on.slider-boxed .featured-slider button.slick-prev,
.slider-on.slider-boxed .featured-slider button.slick-next {
border: none;
}
.featured-slider button.slick-next:hover,
.featured-slider button.slick-prev:hover {
background: rgba(26, 26, 26, 1);
}
.featured-slider button.slick-prev {
left: auto;
right: 50px;
border-right: none;
}
.featured-slider button.slick-next {
right: 0;
}
.featured-slider button.slick-prev:after,
.featured-slider button.slick-next:after {
color: #fff;
position: absolute;
bottom: 0;
}
.featured-slider button.slick-prev:after {
left: 13px;
bottom: 10px;
}
.featured-slider button.slick-next:after {
right: 13px;
bottom: 13px;
}
.slider-on.slider-boxed .featured-slider .entry-header,
.slider-on.slider-boxed .featured-slider .entry-meta {
padding-left: 40px;
padding-right: 40px;
} .front-section {
padding-bottom: 75px;
}
.front-section-title,
.social-front-title,
.page h1.entry-title,
.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline {
padding: 3px 0 20px;
}
.front-section a.all-posts-link {
top: 25px;
} .section-one-column-one .entry-cats {
top: 60px;
left: 40px;
} .section-two-column-two .type-post {
width: 22.28915662650602%;
}
.section-two-column-two .type-post:nth-of-type(1),
.section-two-column-two .type-post:nth-of-type(2),
.section-two-column-two .type-post:nth-of-type(3),
.section-two-column-two .type-post:nth-of-type(5),
.section-two-column-two .type-post:nth-of-type(6),
.section-two-column-two .type-post:nth-of-type(7) {
float: left;
margin-right: 3.6144578313253%;
margin-left: 0;
clear: none;
}
.section-two-column-two .type-post:nth-of-type(1),
.section-two-column-two .type-post:nth-of-type(5) {
clear: left;
}
.section-two-column-two .type-post:nth-of-type(4),
.section-two-column-two .type-post:nth-of-type(8) {
float: right;
margin: 0;
clear: right;
}
.front-section .section-two-column-two .type-post:nth-of-type(5),
.front-section .section-two-column-two .type-post:nth-of-type(6),
.front-section .section-two-column-two .type-post:nth-of-type(7),
.front-section .section-two-column-two .type-post:nth-of-type(8) {
padding-bottom: 0;
} #front-section-three {
padding-top: 75px;
padding-bottom: 75px;
}
#front-section-three h3.front-section-title {
padding-bottom: 40px;
}
#front-section-three a.all-posts-link {
padding: 8px 20px;
top: 0;
}
.section-three-column-two .entry-thumbnail {
padding-bottom: 0;
}
.section-three-column-two .type-post:nth-of-type(1),
.section-three-column-two .type-post:nth-of-type(3) {
width: 47.81021897810219%;
float: left;
clear: left;
}
.section-three-column-two .type-post:nth-of-type(2),
.section-three-column-two .type-post:nth-of-type(4) {
width: 47.81021897810219%;
float: right;
clear: right;
}
.section-three-column-two .type-post:nth-of-type(3),
.section-three-column-two .type-post:nth-of-type(4) {
padding-bottom: 0;
} #front-section-threecolumn .type-post,
.section-sixcolumn-postwrap .type-post {
width: 30.42333333333333%;
float: left;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(even) {
float: left;
clear: none;
margin-left: 0;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(odd) {
clear: none;
margin-right: 0;
}
#front-section-threecolumn .type-post:nth-of-type(3n + 1),
.section-sixcolumn-postwrap .type-post:nth-of-type(3n + 1) {
margin-right: 2.9%;
clear: left;
}
#front-section-threecolumn .type-post:nth-of-type(3n + 2),
.section-sixcolumn-postwrap .type-post:nth-of-type(3n + 2) {
margin-left: 1.455%;
margin-right: 1.455%;
}
#front-section-threecolumn .type-post:nth-of-type(3n + 3),
.section-sixcolumn-postwrap .type-post:nth-of-type(3n + 3) {
margin-left: 2.915%;
clear: right;
}
.section-fourcolumn-postwrap .type-post {
width: 22.28915662650602%;
margin-right: 3.6144578313253%;
float: left;
clear: none;
}
.section-fourcolumn-postwrap .type-post:nth-of-type(odd),
.section-fourcolumn-postwrap .type-post:nth-of-type(even) {
clear: none;
margin-left: 0;
margin-right: 3.6144578313253%;
float: left;
}
.section-fourcolumn-postwrap .type-post:nth-of-type(4n + 1) {
clear: left;
}
.section-fourcolumn-postwrap .type-post:nth-of-type(4n + 4) {
margin-right: 0;
clear: right;
}
#front-section-threecolumn .type-post:last-child,
#front-section-threecolumn .type-post:nth-last-child(2),
#front-section-threecolumn .type-post:nth-last-child(3),
.section-fourcolumn-postwrap .type-post:last-child,
.section-fourcolumn-postwrap .type-post:nth-last-child(2),
.section-fourcolumn-postwrap .type-post:nth-last-child(3),
.section-fourcolumn-postwrap .type-post:nth-last-child(4),
.section-sixcolumn-postwrap .type-post:nth-last-child(3) {
padding-bottom: 0;
} #primary .hentry {
padding: 20px 0 40px;
} .blog #primary .hentry .entry-meta,
.archive #primary .hentry .entry-meta,
.search-results #primary .hentry .entry-meta {
width: 25.49019607843137%; float: left;
display: block;
}
.blog #primary .hentry .entry-main,
.archive #primary .hentry .entry-main,
.search-results #primary .hentry .entry-main {
width: 74.50980392156863%; float: left;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-main {
width: 100%;
float: none;
}
.blog #primary .hentry .entry-thumbnail,
.archive #primary .hentry .entry-thumbnail,
.search-results #primary .hentry .entry-thumbnail {
width: 36.14457831325301%; }
.blog #primary .hentry .meta-main-wrap,
.archive #primary .hentry .meta-main-wrap,
.search-results #primary .hentry .meta-main-wrap {
width: 61.44578313253012%; float: left;
} .blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) {
margin-top: 40px;
margin-bottom: 80px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .meta-main-wrap {
padding: 0 5.3125% 64px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-meta {
width: 80.43478260869566%;
left: 5.3125%;
bottom: 35px;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-cats {
padding-bottom: 8px;
} .single-post .entry-header {
margin: 0 0 60px;
padding: 45px 0 0;
}
.single-post .big-thumb .entry-header {
padding: 0;
}
.single-post .entry-thumbnail {
padding-bottom: 53px;
}
.single-post .big-thumb .entry-thumbnail {
padding-bottom: 60px;
}
.single-post .big-thumb .entry-thumbnail,
.big-thumb .title-wrap {
margin-left: -7.14285714285714%; margin-right: -7.14285714285714%;
padding-bottom: 60px;
}
.big-thumb .title-wrap {
width: 114.28571428571428%;
}
.big-thumb .title-wrap .entry-cats,
.big-thumb .entry-header h1.entry-title,
.big-thumb .entry-header p.intro {
padding-left: 6.25%;
padding-right: 6.25%;
}
.big-thumb .title-wrap {
bottom: 128px;
padding-bottom: 35px;
}
.meta-columnone,
.meta-columntwo {
display: block;
width: 320px;
}
.meta-columntwo {
width: 200px;
}
.single-post .entry-comments-title {
display: block;
}
.single-post .entry-comments a:before {
font: normal 18px/1 'Genericons';
top: 4px;
}
.single-post .entry-comments a {
padding-left: 22px;
}
.single-post .entry-tags {
padding: 30px 0 0 0;
}
.author-pic {
width: 50px;
}
.author-pic img {
width: 50px;
height: 50px;
}
.authorbox .author-heading,
.authorbox p.author-bio,
.authorbox .author-links {
padding-left: 90px;
}
.authorbox .author-pic,
.authorbox .author-pic img {
width: 70px;
height: 70px;
}
.author-links a.author-website {
display: inline-block;
margin: 0 30px 0 0;
}
.author-links a.author-twitter {
display: inline-block;
} #comments {
padding: 70px 0 0 0;
}
ol.commentlist {
padding: 40px 0 10px;
} .pagination {
letter-spacing: 3px;
}
.single-post .post-navigation {
padding-top: 75px;
}
#comments li.comment ul.children {
margin-left: 60px;
}
#comments li.comment ul.children ul.children ul.children {
margin-left: 0;
} .page h1.entry-title {
margin-bottom: 45px;
} #colophon {
padding-top: 70px;
}
#site-info {
font-size: 14px;
font-size: 0.875rem;
}
#site-info ul li {
display: inline-block;
}
#footer-social {
padding-top: 10px;
}
.big-footer-feature {
margin-bottom: 70px;
padding-bottom: 70px;
}
#big-footer-feature h3.footer-feature-title {
padding: 8px 0 35px;
}
.big-instagram-wrap .widget-area .widget {
padding: 45px 0 0 0;
} .two-columns-one {
width: 48.5%;
}
.three-columns-one {
width: 30.3%;
}
.three-columns-two {
width: 65.15%;
}
.four-columns-one {
width: 22.375%;
}
.four-columns-two {
width: 48%;
}
.four-columns-three {
width: 74.5%;
}
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
position: relative;
float: left;
margin-bottom: 0;
}
.two-columns-one {
margin: 0 1.5% 0 0;
}
.two-columns-one.last {
margin: 0 1.5% 0;
}
.three-columns-one {
margin: 0 3% 0 0;
}
.four-columns-one {
margin: 0 3.5% 0 0;
} .recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post {
width: 21.8%;
margin-right: 3.6144578313253%;
float: left;
clear: none;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(odd),
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(even) {
margin-left: 0;
margin-right: 3.6144578313253%;
clear: none;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(4n + 4) {
margin-right: 0;
clear: right;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(4n + 1) {
clear: left;
}
} @media screen and (min-width: 49.375em) {
.admin-bar #site-branding,
.admin-bar .inner-offcanvas-wrap {
top: 32px;
}
} @media screen and (min-width: 64em) { .featured-slider .entry-thumbnail a,
#front-section-four .entry-thumbnail a {
width: 100%;
} .entry-header h2.entry-title {
font-size: 28px;
font-size: 1.75rem;
}
#front-section-twocolumn .entry-header h2.entry-title,
p.text-big {
font-size: 32px;
font-size: 2rem;
} .front-about-img {
width: 32.8%;
padding-right: 1.6%;
}
.section-about-column-one p {
padding-left: 1.6%;
width: 67.2%;
} .footer-feature-btn {
margin: 40px 0 0 0;
padding: 18px 40px;
}
.big-footer-feature p.text-small {
padding: 20px 0 0 0;
}
} @media screen and (min-width: 69.25em) { body,
.inner-offcanvas-wrap,
.featured-content {
padding-top: 0;
}
.blog.slider-on #masthead,
.blog.headerimg-on #masthead {
margin-bottom: 0;
border-bottom: none;
}
.slider-on.slider-boxed #masthead,
.headerimg-on.header-boxed #masthead {
border-bottom: 1px solid #ddd !important;
}
.front-section:first-of-type {
padding-top: 0;
}
.page .content-wrap {
padding-top: 60px;
}
.blog #masthead {
margin-bottom: 60px;
} .custom-logo-wrap {
text-align: center;
}
.custom-logo-wrap a.custom-logo-link img {
width: 260px;
max-width: 260px;
max-height: 120px;
}
.admin-bar #site-branding,
.admin-bar .inner-offcanvas-wrap {
top: 0;
}
.admin-bar .inner-offcanvas-wrap {
top: 32px;
}
.admin-bar.slider-on.overlay-show #masthead {
padding-top: 32px;
}
p.site-description {
display: block;
text-align: center;
margin: 0;
padding: 4px 0 0 0;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.hide-tagline p.site-description {
display: none !important;
}
.home.blog.slider-on.slider-fullscreen #site-branding,
.home.blog.headerimg-on.header-fullscreen #site-branding {
position: relative;
}
.content-wrap {
margin-top: 0;
}
#site-branding {
position: relative;
width: 87.5%; margin-left: auto;
margin-right: auto;
padding: 17px 0 0;
border-bottom: none;
background: none;
} .js .imgfade-on .fadein {
opacity: 0;
transition: opacity 0.7s ease-in-out;
-webkit-transition: opacity 0.7s ease-in-out;
-webkit-transform: translateZ(0);
}
.js .imgfade-on .fadein.inview {
opacity: 1;
} .blog-wrap {
padding-bottom: 80px;
}
.blog-wrap,
#colophon,
.featured-slider .entry-header,
.featured-slider .entry-meta,
.singlepost-wrap,
.recommended-posts-wrap,
.front-section,
.slider-on.slider-boxed .featured-content,
.headerimg-on.header-boxed .header-image {
padding-left: 0;
padding-right: 0;
}
.blog-wrap,
.front-section,
.singlepost-wrap,
.recommended-posts-wrap,
.footer-wrap,
.big-footer-feature,
.slider-on.slider-boxed .featured-content,
.headerimg-on.header-boxed .header-image {
margin-left: 6.25%;
margin-right: 6.25%;
}
.slider-on.slider-boxed .featured-content {
width: 87.5%;
}
#front-section-four {
margin-left: auto;
margin-right: auto;
}
#primary {
width: 65.87301587301587%; float: left;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) {
margin-left: -10.8433734939759%; margin-right: 0;
}
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
img.wp-post-image {
width: 100%;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .meta-main-wrap {
padding-left: 9.78260869565217%;
}
.blog #primary .hentry.has-post-thumbnail:nth-child(4n + 1) .entry-meta {
left: 9.78260869565217%;
}
.blog
#primary
.hentry.has-post-thumbnail.format-video:nth-child(4n + 1)
.entry-thumbnail
a:before {
left: 9.78260869565217%;
top: 35px;
}
#secondary,
#sidebar-page {
width: 31.74603174603175%; float: right;
padding-top: 0;
} .sidebar-left #primary {
float: right;
}
.single-post.sidebar-left .contentwrap {
float: right;
}
.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n + 1) {
margin-right: -10.8433734939759%; margin-left: 0;
}
.blog.sidebar-left
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.meta-main-wrap {
padding-left: 40px;
padding-right: 9.78260869565217%;
}
.sidebar-left #secondary,
.sidebar-left #sidebar-page {
float: left;
padding-top: 0;
}
.blog.sidebar-left
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-meta,
.blog.no-sidebar
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-meta {
left: 40px;
}
.no-sidebar #primary {
width: 90%;
max-width: 1260px;
float: none;
margin-left: auto;
margin-right: auto;
}
.page-fullwidth #primary {
width: 100% !important;
max-width: none;
float: none;
margin-left: auto;
margin-right: auto;
}
.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n + 1) {
margin-left: auto;
}
.blog.no-sidebar
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.meta-main-wrap {
padding-left: 40px;
}
.single-post.no-sidebar .contentwrap {
width: 100%;
max-width: 1260px;
float: none;
margin-left: 0;
}
.single-post.no-sidebar .entry-content,
.single-post.no-sidebar .entry-footer,
.single-post.no-sidebar #comments,
.single-post.no-sidebar .post-navigation {
margin-left: auto;
margin-right: auto;
width: 80%;
}
.single-post.no-sidebar .entry-content .wide-content {
margin-left: -12.5%;
margin-right: -12.5%;
} h1.site-title,
p.site-title {
font-size: 60px;
font-size: 3.75rem;
line-height: 1.35;
text-align: center;
padding-right: 0;
}
.blog
#primary
.hentry.has-post-thumbnail:nth-child(4n + 1)
.entry-header
h2.entry-title,
.featured-slider .entry-header h2.entry-title,
.section-one-column-one .entry-header h2.entry-title,
.section-three-column-one .entry-header h2.entry-title,
#front-section-four .entry-header h2.entry-title,
p.text-big {
font-size: 48px;
font-size: 3rem;
}
.section-one-column-one .type-post .entry-summary,
.section-about-column-one p {
font-size: 32px;
font-size: 2rem;
line-height: 1.25;
}
.big-thumb .entry-header p.intro {
font-size: 26px;
font-size: 1.625rem;
}
#front-section-fourcolumn .type-post .entry-header h2.entry-title,
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
h4.jp-relatedposts-post-title {
font-size: 20px;
font-size: 1.25rem;
}
.entry-meta,
.entry-cats,
.search-results a.post-edit-link,
.archive a.post-edit-link {
font-size: 12px;
font-size: 0.75rem;
font-weight: normal;
} .blog.headerfont-light #site-branding .site-title a,
.blog.headerfont-light #desktop-navigation ul a,
.blog.headerfont-light #search-open,
.blog.headerfont-light #header-social ul li a,
.blog.headerfont-light #desktop-navigation ul a,
.blog.headerfont-light #search-open,
.blog.headerfont-light #header-social ul li a {
color: #fff;
} #overlay-nav .dropdown-toggle {
display: none !important;
}
.overlay-show #overlay-wrap {
width: 100%; background: transparent;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: -20px;
z-index: 90000000;
cursor: pointer;
}
.inner-offcanvas-wrap {
position: fixed;
left: -100%;
top: 0;
height: 100%;
overflow: auto;
display: block;
background: #f4f4f4;
width: 70.13888888888889%; padding-left: 6.25%; padding-right: 6.25%; z-index: 100000000;
pointer-events: auto;
padding-bottom: 100px;
-webkit-transition: left, 0.35s, ease-in-out;
-moz-transition: left, 0.35s, ease-in-out;
-o-transition: left, 0.35s, ease-in-out;
transition: left, 0.35s, ease-in-out;
}
.offcanvas-widgets-off .inner-offcanvas-wrap {
width: 40.27777777777778%; }
.overlay-show .inner-offcanvas-wrap {
left: 0;
}
#overlay-open {
position: absolute;
top: 40px;
left: -17px;
right: auto;
width: 4.76190476190476%;
height: 59px;
text-align: center;
}
.close-btn-wrap {
border: none;
}
.mobile-search,
#mobile-social {
display: none;
}
#overlay-nav {
width: 48.19277108433735%; float: left;
border-top: 1px solid #1a1a1a;
}
#sidebar-offcanvas {
width: 48.19277108433735%; float: right;
}
.offcanvas-widgets-off #overlay-nav {
width: 100%;
}
.close-btn-wrap {
position: relative;
height: 160px;
}
#overlay-close {
position: absolute;
top: 40px;
left: -17px;
right: auto;
width: 59px;
height: 59px;
text-align: center;
}
#overlay-nav ul li {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #1a1a1a;
}
#overlay-nav ul li.menu-item-has-children,
#overlay-nav ul li.page_item_has_children {
padding-bottom: 0;
border-bottom: none;
}
#overlay-nav ul li a {
display: inline-block;
padding: 0;
}
#overlay-nav ul li.menu-item-has-children a,
#overlay-nav ul li.page_item_has_children a {
border-bottom: none !important;
padding-bottom: 0;
}
#overlay-nav ul ul.sub-menu,
#overlay-nav ul ul.children {
display: block;
border-bottom: 1px solid #1a1a1a;
padding-top: 15px;
padding-bottom: 15px;
}
#overlay-nav ul ul ul.sub-menu,
#overlay-nav ul ul ul.children {
border-bottom: none;
padding-top: 0;
padding-bottom: 0;
}
#overlay-nav ul ul li a {
padding-left: 0;
padding-right: 0;
}
#offcanvas-widgets-open {
display: none;
}
#sidebar-offcanvas {
display: block !important;
}
#sidebar-offcanvas .widget {
padding-left: 0;
padding-right: 0;
}
.overlay-show .close-btn-wrap {
position: relative;
top: 0;
left: auto;
right: auto;
background: transparent;
height: 158px;
} .header-social {
display: block;
position: absolute;
right: 0;
top: 40px;
height: 59px;
}
.header-social ul li a {
font: normal 22px/1 'Genericons';
padding: 0;
width: 45px;
height: 59px;
}
.header-social ul li a::before {
font: normal 22px/1 'Genericons';
text-align: center;
width: 45px;
height: 59px;
padding-top: 20px;
} #masthead {
position: relative;
border-bottom: 1px solid #ddd;
}
.search-open,
.desktop-search {
display: block;
}
.search-open {
position: absolute;
top: 40px;
left: 9.23611111111111%;
right: auto;
width: 4.16666666666667%;
height: 59px;
text-align: center;
background: transparent;
border: none;
text-indent: -99999px;
z-index: 10000;
outline: none;
}
.search-open:before {
display: block;
position: absolute;
top: 0;
left: 0;
text-indent: 0;
font: normal 27px/1 'Genericons';
content: '\f400';
text-align: center;
width: 100%;
height: 59px;
padding-top: 17px;
}
.desktop-search {
position: absolute;
top: 100%;
width: 100%;
opacity: 0;
height: 0;
z-index: 10000;
background: rgba(26, 26, 26, 0.75);
text-align: center;
border-top: 1px solid #ddd;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.desktop-search-show .desktop-search {
position: absolute;
top: 100%;
opacity: 1;
height: 118px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.desktop-search .searchform {
height: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.desktop-search-show .desktop-search .searchform {
height: 118px;
padding-top: 35px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.desktop-search input.search-field {
width: 33%;
border-top: 0;
border-left: 0;
border-right: 0;
background: none;
border-bottom: 1px solid #fff;
padding: 9px 0;
color: #fff;
letter-spacing: 0.5px;
}
.desktop-search input[type='submit'] {
margin-left: 10px;
padding: 8px 20px;
background: none;
color: #fff;
border: 2px solid #fff;
font-size: 15px;
font-size: 0.9375rem;
text-transform: uppercase;
letter-spacing: 3px;
} #desktop-navigation {
display: block;
padding: 0;
}
#desktop-navigation ul {
margin: 0;
padding: 0;
text-align: center;
}
#desktop-navigation ul li {
position: relative;
display: inline-block;
padding: 20px 15px 18px;
}
#desktop-navigation .sub-menu,
#desktop-navigation .children {
display: none;
}
#desktop-navigation .dropdown-toggle {
display: none;
} #desktop-navigation ul li:hover > ul.sub-menu,
#desktop-navigation ul li:hover > ul.children {
display: block !important;
}
#desktop-navigation ul ul.sub-menu,
#desktop-navigation ul ul.children {
position: absolute;
top: 59px;
left: 0;
width: 200px;
margin: 0;
padding: 5px 0;
text-align: left;
color: #fff;
background: #1a1a1a;
z-index: 100000;
}
#desktop-navigation ul ul.sub-menu:before,
#desktop-navigation ul ul.children:before {
font: normal 22px/1 'Genericons';
content: '\f500';
position: absolute;
top: -22px;
left: 15px;
width: 30px;
text-align: left;
background: none;
z-index: 10;
color: #1a1a1a;
}
#desktop-navigation ul ul.sub-menu ul.sub-menu:before,
#desktop-navigation ul ul.children ul.children:before {
display: none;
}
#desktop-navigation ul ul.sub-menu ul.sub-menu,
#desktop-navigation ul ul.children ul.children {
top: -5px;
left: 200px;
}
#desktop-navigation .sub-menu li a,
#desktop-navigation .children li a {
display: block;
padding: 10px 15px;
font-size: 14px;
font-size: 0.875rem;
color: #fff !important;
text-transform: none;
font-weight: normal;
letter-spacing: 0;
}
#desktop-navigation .sub-menu li,
#desktop-navigation .children li {
padding: 0;
line-height: 1.1;
display: block;
} .hide-header-sticky .sticky-header {
display: none !important;
}
.sticky-header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
height: 59px;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
z-index: 100000;
}
.fixedheader-dark .sticky-header {
background: #1a1a1a;
}
.fixedheader-dark.header-stick #overlay-open-sticky,
.fixedheader-dark.header-stick #search-open-sticky,
.fixedheader-dark.header-stick #header-social-sticky ul li a {
color: rgba(255, 255, 255, 0.5);
}
.fixedheader-dark.header-stick .sticky-header p.site-title a,
.fixedheader-dark.header-stick #overlay-open-sticky:hover,
.fixedheader-dark.header-stick #search-open-sticky:hover,
.fixedheader-dark.header-stick #header-social-sticky ul li a:hover {
color: #fff;
}
.sticky-header.hidden {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
box-shadow: none;
}
.sticky-header p {
display: none;
font-size: 30px;
font-size: 1.875rem;
}
.header-stick .sticky-header p {
display: block;
padding: 8px 0 0 0;
}
#overlay-open-sticky {
position: absolute;
height: 59px;
text-align: center;
}
#overlay-open-sticky {
top: 0;
left: 10px;
width: 59px;
}
#search-open-sticky {
top: 0;
left: 69px;
width: 59px;
}
#header-social-sticky {
top: 0;
right: 20px;
}
.header-stick #overlay-open-sticky,
.header-stick #search-open-sticky,
.header-stick #header-social-sticky {
top: 0;
z-index: 9999;
}
.header-stick #overlay-open-sticky {
width: 60px;
}
.header-stick .desktop-search {
position: fixed;
top: 59px;
border-top: none;
height: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-stick.desktop-search-show .desktop-search {
height: 118px;
}
.sticky-header .custom-logo-wrap {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.sticky-header .custom-logo-wrap .custom-logo-link img {
max-width: 130px;
max-height: 59px;
} .featured-slider .entry-header,
.featured-slider .entry-meta {
width: 57.63888888888889%; margin-left: 6.25%;
}
.slider-on.slider-boxed .featured-slider .entry-header,
.slider-on.slider-boxed .featured-slider .entry-meta {
margin-left: 0;
}
.featured-slider .entry-author,
.section-one-column-one .entry-author,
.section-one-column-one .entry-date:before {
display: inline-block;
}
.featured-slider .entry-date:before {
content: ' / ';
padding: 0 2px;
display: inline-block;
}
.featured-slider .entry-meta {
padding-top: 20px;
}
.featured-slider .entry-header h2.entry-title {
padding-top: 10px;
}
.slider-on.slider-boxed .featured-content {
padding-top: 30px;
}
.headerimg-on.header-boxed .header-image {
margin-top: 30px;
}
.home.blog.headerimg-on.header-fullscreen #masthead .site-header-content,
.home.blog.slider-on.slider-fullscreen #masthead .site-header-content {
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: none;
z-index: 1000000;
} .section-one-column-one {
width: 65.87301587301587%; float: left;
}
.section-one-column-one .type-post {
padding-bottom: 0;
}
.section-one-column-two {
width: 31.74603174603175%; float: right;
}
.section-one-column-one .entry-header {
padding: 25px 0 15px;
}
.section-one-column-one .entry-summary,
.section-three-column-one .entry-summary {
padding: 0 0 35px;
}
.columns-wrap .entry-header {
padding: 12px 0 0 0;
} .section-two-column-one {
width: 31.74603174603175%; float: left;
}
.section-two-column-two {
width: 65.87301587301587%; float: right;
}
.section-two-column-one .entry-header {
padding: 20px 0 0 0;
}
.section-two-column-one .entry-header h2.entry-title {
padding: 10px 0 20px;
}
.front-section .section-two-column-one .type-post {
padding-bottom: 0;
} #front-section-three {
padding-left: 6.25%;
padding-right: 6.25%;
}
.section-three-column-one {
padding-bottom: 50px;
clear: both;
overflow: hidden;
}
.section-three-column-one .entry-thumbnail {
width: 48.80952380952381%; float: right;
}
.section-three-column-one .entry-cats {
top: 30px;
left: 53.57142857142857%; }
.section-three-column-one .entry-header,
.section-three-column-one .entry-summary,
.section-three-column-one .entry-meta,
.page-template-shop-front .entry-text-wrap {
width: 48.80952380952381%; float: left;
clear: left;
}
.page-template-shop-front .section-three-column-one .entry-header,
.page-template-shop-front .section-three-column-one .entry-summary,
.page-template-shop-front .section-three-column-one .entry-meta {
width: 100%;
}
.section-three-column-one .entry-header,
.section-three-column-one .entry-header h2.entry-title {
padding-top: 0;
}
.section-three-column-two .type-post {
width: 23.21428571428571% !important;
float: left !important;
padding-bottom: 0 !important;
}
.section-three-column-two .type-post .entry-header h2.entry-title {
padding-bottom: 0;
}
.section-three-column-two .type-post:nth-of-type(2),
.section-three-column-two .type-post:nth-of-type(3) {
clear: none;
margin-right: 2.38095238095238%;
}
.section-three-column-two .type-post:nth-of-type(1) {
clear: left;
margin-right: 2.38095238095238%;
}
.section-three-column-two .type-post:nth-of-type(4) {
clear: right;
} #front-section-four .meta-main-wrap {
padding-left: 6.25%;
padding-right: 6.25%;
}
#front-section-four .format-video .entry-thumbnail a:before,
.featured-slider .format-video .entry-thumbnail a:before {
left: 6.25%;
top: 40px;
}
#front-section-four .meta-main-wrap .entry-header {
width: 65.87301587301587%; }
#front-section-four .meta-main-wrap .entry-meta {
padding-top: 20px;
}
#front-section-four .entry-header h2.entry-title {
padding-top: 10px;
} .section-about-column-one {
width: 74.4047619047619%; float: left;
}
.section-about-column-two {
width: 23.21428571428571%; float: right;
padding: 0;
} #front-section-twocolumn .type-post {
width: 48.80952380952381%;
}
#front-section-twocolumn .type-post:nth-of-type(odd) {
margin-right: 1.19047619047619%;
}
#front-section-twocolumn .type-post:nth-of-type(even) {
margin-left: 1.19047619047619%;
}
#front-section-threecolumn .type-post {
width: 31.74603333333333%;
}
#front-section-threecolumn .type-post:nth-of-type(3n + 1) {
margin-right: 1.5873%;
}
#front-section-threecolumn .type-post:nth-of-type(3n + 2) {
margin-left: 0.79365%;
margin-right: 0.79365%;
}
#front-section-threecolumn .type-post:nth-of-type(3n + 3) {
margin-left: 1.5873%;
}
.section-fourcolumn-postwrap .type-post {
width: 23.21428571428572%;
margin-right: 2.38095238095238%; float: left;
clear: none;
}
.section-fourcolumn-postwrap .type-post:nth-of-type(odd),
.section-fourcolumn-postwrap .type-post:nth-of-type(even) {
margin-right: 2.38095238095238%;
}
.section-fourcolumn-postwrap .type-post:nth-of-type(4n + 1) {
clear: left;
}
.section-fourcolumn-postwrap .type-post:nth-of-type(4n + 4) {
margin-right: 0;
clear: right;
}
.section-sixcolumn-postwrap .type-post {
width: 14.68253968253968%;
margin-right: 2.38095238095238% !important;
margin-left: 0;
float: left;
clear: none;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(3n + 1) {
clear: none;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(3n + 2) {
margin-left: 0;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(3n + 3) {
margin-left: 0;
clear: none;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(6n + 1) {
clear: left;
}
.section-sixcolumn-postwrap .type-post:nth-of-type(6n + 6) {
clear: right;
margin-right: 0 !important;
}
.section-sixcolumn-postwrap .type-post:nth-last-child(4),
.section-sixcolumn-postwrap .type-post:nth-last-child(5),
.section-sixcolumn-postwrap .type-post:nth-last-child(6) {
padding-bottom: 0;
}
#front-section-twocolumn .entry-header,
#front-section-threecolumn .entry-header,
#front-section-fourcolumn .entry-header {
padding: 20px 0 0 0;
}
#front-section-twocolumn .entry-summary,
#front-section-threecolumn .entry-summary,
#front-section-fourcolumn .entry-summary {
padding: 12px 0 0 0;
} .singlepost-wrap {
margin-top: 0;
}
.single-post .contentwrap,
.single-attachment .contentwrap {
width: 65.87301587301587%;
float: left;
}
.single-post #colophon,
.single-attachment #colophon {
margin-top: 80px;
}
.entry-header p.intro {
display: block;
} .title-footer,
#colophon .custom-logo-wrap {
width: 31.74603174603175%; margin-right: 2.38095238095238%; float: left;
}
#colophon .custom-logo-wrap .custom-logo-link img {
max-width: 130px;
max-height: 59px;
}
#footer-menu-one,
#footer-menu-two,
#footer-menu-three,
#footer-menu-four {
clear: none;
}
.footer-menu {
width: 14.68253968253968%; float: left;
}
#footer-menu-one,
#footer-menu-two,
#footer-menu-three {
margin-right: 2.38095238095238%; }
.title-footer {
font-size: 36px;
font-size: 2.25rem;
}
#site-info {
width: 50%;
float: left;
}
#footer-social {
padding-top: 23px;
float: right;
text-align: right;
}
#footer-social ul {
float: left;
}
#footer-social span {
display: inline-block;
float: left;
padding: 8px 15px 0px 0px;
}
.footer-feature-image {
width: 31.74603174603175%;
margin-right: 0;
}
.footer-feature-textwrap {
width: 65.87301587301587%;
margin-left: 0;
} .widget_mc4wp_form_widget input[type='email'],
.jetpack_subscription_widget #subscribe-email input[type='email'] {
width: 100%;
margin-bottom: 10px;
}
.widget_mc4wp_form_widget input[type='submit'],
.jetpack_subscription_widget #subscribe-submit input[type='submit'] {
width: 100%;
} .recommended-posts-wrap {
padding-top: 80px;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post {
width: 22.6%;
margin-right: 2.38095238095238%;
padding-bottom: 0;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(odd),
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post:nth-of-type(even) {
margin-right: 2.38095238095238%;
}
.recommended-posts-wrap
#jp-relatedposts
.jp-relatedposts-items-visual
h4.jp-relatedposts-post-title {
padding: 18px 0 0 0;
}
} @media screen and (min-width: 85em) { .featured-slider .entry-header h2.entry-title,
.single-post .entry-header h1.entry-title,
#front-section-four .entry-header h2.entry-title {
font-size: 58px;
font-size: 3.625rem;
line-height: 1.03;
}
.section-three-column-one .type-post .entry-summary,
.section-about-column-one p,
.widget_mc4wp_form_widget p,
.jetpack_subscription_widget #subscribe-text p {
font-size: 34px;
font-size: 2.125rem;
line-height: 1.3;
} .entry-content p.pull-left,
.entry-content p.pull-right {
margin-bottom: 20px;
} .single-post #primary .hentry.has-post-thumbnail:nth-child(4n + 1) {
margin-left: 0;
} .section-about-column-one p cite {
padding: 30px 0 0 0;
}
.section-one-column-one .format-video .entry-thumbnail a:before,
.section-two-column-one .format-video .entry-thumbnail a:before,
#front-section-four .format-video .entry-thumbnail a:before {
width: 70px;
height: 52px;
padding: 29px 0 0 28px;
font-size: 19px;
}
#front-section-fourcolumn .format-video .entry-thumbnail a:before {
width: 60px;
height: 42px;
padding: 22px 0 0 24px;
font-size: 16px;
} .single-post .entry-content,
.single-post .entry-footer,
.single-post #comments,
.single-post .post-navigation {
margin-left: 12.04819277108434%;
}
.big-thumb .title-wrap {
width: 114.28571428571428%;
}
.single-post .entry-content {
margin-top: -8px;
} .no-sidebar #primary {
width: 80%;
}
.single-post.no-sidebar .contentwrap {
width: 100%;
float: none;
margin-left: 0;
}
.single-post.no-sidebar .entry-content,
.single-post.no-sidebar .entry-footer,
.single-post.no-sidebar #comments,
.single-post.no-sidebar .post-navigation {
width: 70%;
margin-left: 100px;
margin-right: auto;
}
.single-post.no-sidebar .entry-content .wide-content {
margin-left: 0;
margin-right: -31.5%;
} .single-post #socialicons-sticky {
position: relative;
}
.single-post div.sharedaddy .sd-social-icon h3.sd-title {
display: none;
}
.single-post .sharedaddy .sd-social-icon {
display: block;
position: absolute;
top: 8px;
left: 0;
z-index: 10000;
}
.single-post .sd-social-icon .sd-content ul li {
display: block;
}
.single-post .sd-social-icon .sd-content ul {
margin: 0 !important;
} .widget_mc4wp_form_widget,
.jetpack_subscription_widget {
margin-bottom: 45px;
}
.widget_mc4wp_form_widget input[type='email'],
.jetpack_subscription_widget #subscribe-email input[type='email'] {
width: 60%;
margin-bottom: 0;
}
.widget_mc4wp_form_widget input[type='submit'],
.jetpack_subscription_widget #subscribe-submit input[type='submit'] {
width: 38%;
padding: 19px 4%;
}
} @media screen and (min-width: 112.5em) { .blog-wrap,
.front-section,
#front-section-three .front-section-title,
#front-section-three .section-three-column-one,
#front-section-three .section-three-column-two,
.singlepost-wrap,
.recommended-posts-wrap,
.footer-wrap,
.big-footer-feature,
.slider-on.slider-boxed .featured-content,
.headerimg-on.header-boxed .header-image,
.featured-slider .entry-header,
.featured-slider .entry-meta,
.big-instagram-wrap {
width: 70%;
margin-left: auto;
margin-right: auto;
}
#front-section-three {
padding-left: 0;
padding-right: 0;
}
#front-section-four {
width: 100%;
margin-left: 0;
}
#front-section-four .meta-main-wrap,
.big-thumb .title-wrap .entry-cats,
.big-thumb .entry-header h1.entry-title,
.big-thumb .entry-header p.intro {
padding-left: 15%;
padding-right: 15%;
}
#front-section-four .format-video .entry-thumbnail a:before {
left: 15%;
}
.single-post .big-thumb .entry-thumbnail {
width: 142.85714285714286%;
margin-left: -21.42857142857143%;
}
.single-post .big-thumb .title-wrap {
width: 142.85714285714286%;
margin-left: -21.42857142857143%;
margin-right: -21.42857142857143%;
}
.slider-on .featured-slider .entry-thumbnail a,
.single-post .big-thumb .entry-thumbnail a,
#front-section-four .entry-thumbnail a {
max-height: 700px;
overflow: hidden;
}
.slider-on.slider-fullscreen .featured-slider .entry-thumbnail a,
.headerimg-on.header-fullscreen a.header-image {
max-height: 900px !important;
overflow: hidden;
}
} @media screen and (min-width: 137.5em) { .blog-wrap,
.front-section,
#front-section-three .front-section-title,
#front-section-three .section-three-column-one,
#front-section-three .section-three-column-two,
.singlepost-wrap,
.recommended-posts-wrap,
.footer-wrap,
.big-footer-feature,
.slider-on.slider-boxed .featured-content,
.headerimg-on.header-boxed .header-image,
.featured-slider .entry-header,
.featured-slider .entry-meta,
.big-instagram-wrap {
width: 56%;
}
#front-section-four .meta-main-wrap,
.big-thumb .title-wrap .entry-cats,
.big-thumb .entry-header h1.entry-title,
.big-thumb .entry-header p.intro {
padding-left: 22%;
padding-right: 22%;
}
#front-section-four .format-video .entry-thumbnail a:before {
left: 22%;
}
.single-post .big-thumb .entry-thumbnail {
width: 178.86178861788618%;
margin-left: -39.43089430894309%;
}
.single-post .big-thumb .title-wrap {
width: 178.86178861788618%;
margin-left: -39.43089430894309%;
margin-right: -39.43089430894309%;
}
}
 @font-face{font-family:Bitter;font-style:normal;font-weight:400;src:local(""),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-regular.woff2) format("woff2"),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-regular.woff) format("woff")}@font-face{font-family:Bitter;font-style:normal;font-weight:700;src:local(""),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-700.woff2) format("woff2"),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-700.woff) format("woff")}@font-face{font-family:Bitter;font-style:italic;font-weight:400;src:local(""),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-italic.woff2) format("woff2"),url(//mobit.org/wp-content/themes/uku_child/fonts/bitter-v28-latin-italic.woff) format("woff")}body{max-width:100vw;overflow-x:hidden}body,h1,h2,h3,h4,html,input#submit,input[type=button],input[type=submit]{font-family:Bitter,serif}h1,h2,h3,h4{color:#00334f;font-weight:700;line-height:1.3}h1{font-size:48px}h2{font-size:32px}h3{font-size:24px}h4{font-size:21px}.entry-content h1{font-size:48px}.entry-content h2{font-size:32px}.entry-content h3{font-size:24px}.entry-content h4{font-size:21px}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{line-height:1.3}date{color:#00334f}svg{max-height:100%}.no-hyphens{-webkit-hyphens:none;hyphens:none}.archive-header{overflow:auto}.entry-content p,p{color:#464646}.big-thumb .entry-header p.intro,.entry-content,.entry-content dl,.entry-content h5,.entry-content h6,.entry-content ol,.entry-content p,.entry-content ul,.page .entry-content blockquote cite,.section-one-column-one .type-post .entry-summary,.section-three-column-one .type-post .entry-summary,.single-post .entry-content blockquote cite,address,p,p.text-small{font-family:Bitter,serif;font-size:18px}.entry-content,.entry-content ol,.entry-content ul,.page .entry-content,.page .entry-content p,p,single-post .entry-content p{line-height:1.5}.hidden{display:none}.author-bio a,.comment-text a,.entry-content a,.textwidget a,a{text-decoration:none}.author-bio a:focus,.comment-text a:focus,.entry-content a:focus,.textwidget a:focus,a:focus{color:#00334f;outline:1px dotted #fff}.entry-header h2.entry-title a,.single-post .entry-tags a,a{color:#ed6d05}.genericon:before,a,h3{transition:color .25s linear}.current-menu-item a,.current-page-ancestor a,.single-post .entry-tags a:hover,a:focus,a:hover,header.entry-header h2.entry-title>a:hover{color:#00334f}#overlay-nav a:hover{color:#00334f!important}html .genericon{font-family:Bitter,serif}.genericon:before{font-family:Genericons}#secondary h2.widget-title,#sidebar-page h2.widget-title,.big-instagram-wrap .clear,.contact-form input[type=submit],.entry-content,.entry-content blockquote p,.entry-content dl,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content ol,.entry-content p,.entry-content p span.uppercase,.entry-content table,.entry-content ul,.entry-header p.intro,.entry-summary,.jetpack_subscription_widget #subscribe-email input[type=email],.jetpack_subscription_widget #subscribe-submit input[type=submit],.section-about-column-one p cite,.section-about-column-two .social-nav ul li a,.single-product .entry-summary h1,.site-content div.wpcf7 input,.site-content div.wpcf7 p,.site-content div.wpcf7 textarea,.title-footer,.widget,.widget h2.widget-title,.widget_mc4wp_form_widget input[type=email],.widget_mc4wp_form_widget input[type=submit],a.standard-btn,div.sharedaddy h3.sd-title,h1.site-title,input,p.section-about-text,p.site-title,p.text-big,p.text-small,textarea{font-family:Bitter,serif}.error404 #primary .page,.page-fullwidth #primary .hentry,.page-template-default #primary .hentry,.page-template-no-sidebar #primary .hentry{border-top:none}.archive .blog-wrap,.error404 .content-wrap,.front-section:first-of-type,.page .content-wrap,.page.has-thumb .blog-wrap,.search-results .blog-wrap{padding-top:inherit}.blog-wrap{border-top:4px solid #ed6d05;margin-top:1.5rem;padding-bottom:1rem}.archive-header h1.archive-title,.blog-wrap h3.blog-title{border-top:none}.no-results .entry-content{margin-top:1rem}.mobit-linklist-item{border-top:1.5px solid #464646}.mobit-linklist-item h4{font-style:italic;font-weight:400}.mobit-linklist-item a{font-size:1.375rem;font-weight:700}.mobit-linklist-item a:after{content:"➜";padding-left:.5rem}input[type=submit]{background:#ed6d05;border:none;color:#fff;transition:background .25s linear}input[type=submit]:hover{background:#00334f;border:none}input:active,input:focus,textarea:active,textarea:focus{border:1px solid #00334f}.archive-date{color:#464646;display:block;margin-bottom:.5em}.single-attachment .post-navigation a,.single-post .post-navigation a{border-bottom:none}.single-attachment .post-navigation a:hover,.single-post .post-navigation a:hover{border-bottom:none;color:#00334f!important}.navigation.pagination{border:none}.nav-links .genericon-previous{padding-right:.5em}.nav-links .genericon-next{padding-left:.5em}.nav-links a.page-numbers{color:#ed6d05}.nav-links a.page-numbers:hover{color:#00334f!important}.press-archive .entry-main,.press-archive .meta-main-wrap{width:100%!important}body{padding-top:0}#masthead{border-bottom:none}#site-branding{position:relative}#site-branding #search-open{bottom:1.6vw;left:0;top:auto}#site-branding #search-open:focus{outline:1px dotted #fff}#site-branding,.site-header-content{background:#00334f}@media screen and (min-width:69.25em){.header-social{bottom:1.6vw;top:auto}}.header-social ul li a{height:30px;margin:.5rem;width:30px}.header-social ul li a:before{background:#ed6d05;border-radius:5px;color:#00334f;height:30px;padding-top:5px;transition:color .25s linear;width:30px}.header-social ul li a:focus:before,.header-social ul li a:hover:before{color:#fff}#mobile-social a:before{color:#00334f}@media screen and (min-width:69.25em){#site-branding{padding:17px 0}#search-open{color:#ed6d05;left:6.25%}#overlay-open{display:none}}#desktop-navigation{background:#fff}#overlay-open{color:#fff}.header-logo-container{display:flex;justify-content:space-between;margin:auto;width:70%}.header-logo-container:after{clear:both;content:"";display:table}@media screen and (max-width:660px){.header-logo-container{display:block}}@media screen and (max-width:66.24em){.header-logo-container{padding-right:40px;width:100%}}.header-logo-container img{display:block;float:left;width:38%}@media screen and (max-width:660px){.header-logo-container img{float:none;max-width:200px;width:auto}}@media screen and (max-width:550px){.header-logo-container img{max-width:120px}}.header-logo-container div{align-self:flex-end;display:flex;flex-direction:column;float:right;justify-content:center;margin-bottom:1.6vw;margin-left:2%;width:58%}@media screen and (max-width:660px){.header-logo-container div{float:none;margin-left:0;width:auto}}.header-logo-container div span{display:block;font-size:1.3rem;font-weight:700;line-height:1.5}@media screen and (max-width:550px){.header-logo-container div span{font-size:1rem}}.header-logo-container div :first-child{color:#ed6d05}.header-logo-container div :last-child{color:#fff;font-style:italic}@media screen and (max-width:419px){.header-logo-container div :last-child{display:none}}.sticky-header{background:#00334f}.sticky-header .overlay-btn,.sticky-header .search-btn{color:#ed6d05}#overlay-close{transition:color .25s linear}.sticky-logo{width:120px}.desktop-search{background:#ed6d05}.desktop-search ::-moz-placeholder{color:#464646!important}.desktop-search ::placeholder{color:#464646!important}.desktop-search ::-moz-placeholder{font-family:Bitter,serif}.desktop-search ::placeholder{font-family:Bitter,serif}#desktop-navigation ul.menu li a:hover{color:#00334f}#desktop-navigation ul li a,#overlay-nav ul li a{font-size:18px;letter-spacing:0;text-transform:none}#desktop-navigation ul ul.children,#desktop-navigation ul ul.sub-menu{background:#00334f}#desktop-navigation ul ul.children a,#desktop-navigation ul ul.sub-menu a{font-size:18px}.home .page h1.entry-title{border-bottom:none;font-size:2rem;margin:0;padding:6px 0 12px}.header_container{position:relative}.header_container img{display:block}.header_container .header_cta_container{background:#ed6d05;bottom:10vw;padding:2rem;position:absolute;right:10vw}.header_container .header_cta_container a,.header_container .header_cta_container h4,.header_container .header_cta_container span{font-size:1.5rem;line-height:1.5}.header_container .header_cta_container h4{color:#fff;padding-top:0}.header_container .header_cta_container a{color:#fff;display:block;font-family:Bitter,serif;text-align:left}.header_container .header_cta_container a:before{background:#00334f;border-radius:5px;color:#ed6d05;display:inline-block;font-size:30px;height:30px;line-height:30px;margin-right:.5rem;position:relative;top:5px;width:30px}.header_container .header_cta_container a:last-of-type{margin-top:5px}.header_container .header_cta_container a:hover{color:#00334f}.header_container .header_cta_container span{text-decoration:underline}@media screen and (max-width:1100px){.header_container .header_cta_container{bottom:5vw}}@media screen and (max-width:999px){.header_container .header_cta_container{padding-left:5.3125%;position:static}}.header_textcontainer{bottom:10vw;left:10vw;position:absolute;width:40%}.header_textcontainer h1,.header_textcontainer h2{color:#fff;-webkit-hyphens:none;hyphens:none;padding:0}.header_textcontainer h2{font-size:1.3rem;font-style:italic;margin-top:1rem}@media screen and (max-width:1100px){.header_textcontainer{bottom:5vw}}@media screen and (max-width:999px){.header_textcontainer{bottom:auto;top:5vw;width:80vw}}@media screen and (max-width:730px){.header_textcontainer{left:5.3125%;top:5vw;width:90vw}}@media screen and (max-width:650px){.header_textcontainer{margin:1rem 0;padding:0 5.3125%;position:static;width:auto}.header_textcontainer h1,.header_textcontainer h2{color:#00334f}.header_textcontainer h1{font-size:1.5rem}.header_textcontainer h2{font-size:1rem}}.mobit-activities{display:flex}.mobit-activities article{border-top:1px solid #00334f;flex:1;margin:1rem;padding-top:1rem}.mobit-activities article:first-of-type{margin-left:0}.mobit-activities article:last-of-type{margin-right:0}@media screen and (max-width:959px){.mobit-activities{display:block}.mobit-activities .mobit-activity{margin:1rem 0}}article a.activity-linkbox{background:#ed6d05;display:block;margin-bottom:2rem;padding:3rem;transition:background .25s linear}@media screen and (max-width:1200px){article a.activity-linkbox{padding:1rem}}article a.activity-linkbox div{align-items:flex-end;display:flex;justify-content:space-between}article a.activity-linkbox span{color:#fff;font-size:2.5rem;transform:rotate(-90deg)}article a.activity-linkbox h3{font-size:2.5rem;padding:0}article a.activity-linkbox img{display:block;width:3rem}article a.activity-linkbox:focus,article a.activity-linkbox:hover{background:#00334f}article a.activity-linkbox:focus h3,article a.activity-linkbox:hover h3{color:#ed6d05}.chronic-activity .activity-linkbox{border-bottom:none}.chronic-activity a,.chronic-activity h4{border-bottom:1px solid #464646;display:block}.chronic-activity a:last-of-type{border-bottom:1px solid #00334f}.chronic-activity h4{border-top:4px solid #ed6d05;color:#00334f;font-size:2rem}.chronic-activity a{font-size:1.5rem;padding:1rem 0;text-align:left}.chronic-activity a:before{font-size:2rem;margin-right:.5rem;position:relative;top:3px}.chronic-activity span.genericon-expand{color:#fff}.frontpage-news{display:flex;justify-content:space-between;margin-bottom:3rem}.frontpage-news section{border-top:4px solid #ed6d05;flex:1;margin-top:2rem}.frontpage-news section:first-of-type{margin-right:1rem}.frontpage-news section:last-of-type{margin-left:1rem}.frontpage-news article{border-top:1px solid #000;margin-top:1rem}.frontpage-news header{align-items:baseline;display:flex;justify-content:space-between}.frontpage-news header span{font-size:1.5rem;margin-left:.5rem}@media screen and (max-width:1199px){.frontpage-news header{display:block}}.frontpage-news a:focus h3{color:#00334f;outline:1px dotted #fff}.frontpage-news h3{color:#ed6d05;font-size:21px}.frontpage-news h3:focus,.frontpage-news h3:hover{color:#00334f}.frontpage-news time{color:#464646}@media screen and (max-width:799px){.frontpage-news{display:block}.frontpage-news section:last-of-type{margin-left:0}.frontpage-news section:first-of-type{margin-right:0}}@media screen and (max-width:420px){.frontpage-news h2{font-size:1.5rem}.frontpage-news .blog-teasers{display:block}.frontpage-news .blog-teasers article:last-of-type{margin-left:0}.frontpage-news .blog-teasers article:first-of-type{margin-right:0}.frontpage-news .blog-teasers footer{position:static}}.blog-teasers .post-categories{margin:0;padding:0}.blog-teasers .post-categories li{display:inline;font-size:14px;padding:0}.blog-teasers .post-categories li a:focus,.blog-teasers .post-categories li a:hover{color:#ed6d05!important}.blog-teasers .post-categories li:before{content:none}.blog-teasers .post-categories li:after{content:" / "}.blog-teasers .post-categories li:last-of-type:after{content:none}.frontpage-press h3{padding-top:1rem}.blog-teasers{display:flex}.blog-teasers article{flex:1;padding-top:1rem;position:relative}.blog-teasers article:first-of-type{margin-right:1rem}.blog-teasers article:last-of-type{margin-left:1rem}.blog-teasers p{font-size:14px}.blog-teasers .category-links{font-size:12px}.blog-teasers .category-links a{color:#00334f;text-transform:uppercase}.blog-teasers footer{bottom:0;font-size:.8rem;position:absolute}.blog-teasers footer a{color:#00334f}.blog-teasers footer span{font-size:inherit;margin-left:1rem}.blog-teasers footer span:before{margin-right:.25em}.cta-full-width{margin-left:50%;position:relative;transform:translateX(-50vw);width:100vw}.cta-full-width>img{display:block;width:100vw}.cta-fw-text{background:#ed6d05;padding:2rem;position:absolute;right:10%;top:50%;transform:translateY(-50%)}.cta-fw-text img{display:block;width:3rem}.cta-fw-text span{display:inline-block;font-size:2.5rem;font-weight:700;line-height:1.2}.cta-fw-text span:first-of-type{color:#00334f}.cta-fw-text span:last-of-type{color:#fff;margin-left:6rem;text-align:right;transform:rotate(-90deg);vertical-align:bottom}@media screen and (max-width:1700px){.cta-fw-text{right:5%}}@media screen and (max-width:1400px){.cta-fw-text{right:2%}}@media screen and (max-width:1200px){.cta-fw-text{right:1%}.cta-fw-text span{font-size:1.5rem}}@media screen and (max-width:900px){.cta-fw-text{padding:1rem}}@media screen and (max-width:800px){.cta-fw-text span:last-of-type{margin-left:2rem}}@media screen and (max-width:650px){.cta-fw-text span:last-of-type{margin-left:1rem}}@media screen and (max-width:599px){.cta-fw-text{position:static;transform:none}.cta-fw-text span:last-of-type{margin-left:6rem}}.mobit-sponsors{display:flex;justify-content:space-between;padding:2rem 0}@media screen and (max-width:1024px){.mobit-sponsors{flex-wrap:wrap}.mobit-sponsors h4{width:100%}.mobit-sponsors h4 br{display:none}}@media screen and (max-width:599px){.mobit-sponsors{display:block;text-align:center}}.mobit-sponsors a{display:inline-block;flex:1;margin:0 1rem;width:200px}@media screen and (min-width:69.25em){.home #primary{float:left;width:100%}}.page-id-25.page h1.entry-title{margin-bottom:20px}mark{background:#ed6d05}.chronic-count{background:#00334f;color:#fff;display:none;font-size:2rem;padding:2rem}@media screen and (min-width:69.25em){.chronic-count{display:block}}header .chronic-count{display:block;margin:2rem 0 0 5px;padding:1rem}@media screen and (min-width:69.25em){header .chronic-count{display:none}}@media screen and (max-width:650px){header .chronic-count{margin:2rem 0 0}}.count-number{color:#ed6d05;font-weight:700}.entry-content.chronic{background:none;padding:0}.chronic-filters{margin-bottom:2rem}.chronic-filters:after{clear:both;content:"";display:table}.attack,.motivations,.regions,.years{background:#fff}.attack{border-top:1px solid #464646;clear:both;margin-top:1rem;padding-top:1rem;position:relative}.attack date{display:block;font-size:24px;font-weight:700;margin-right:1rem;position:absolute;top:3.25rem;width:160px}.attack date.date--end{top:5.25rem}@media screen and (max-width:700px){.attack date{position:static}}.attack_wrapper{font-size:18px;line-height:1.5;margin-left:160px;overflow:hidden}@media screen and (max-width:700px){.attack_wrapper{margin-left:0}}.attack_wrapper .place{display:block;font-size:12px;font-weight:400;margin-bottom:.5rem}.attack_wrapper .second_heading{font-size:24px}.attack_wrapper p.source{font-style:italic;margin:1rem 0 2rem}.years{display:flex;flex-wrap:wrap;padding-left:5px}@media screen and (max-width:650px){.years{display:block;padding-bottom:10px;padding-left:0;width:100%}.years:after{clear:both;content:"";display:table}}.years a,.years button{background:#ed6d05;border:none;color:#fff;flex:0 1 auto;font-weight:700;height:auto;margin:5px 10px 5px 0;padding:9px;white-space:nowrap}.years a.active,.years button.active{background:#00334f}.entry-content .years a{color:#fff!important;transition:background .25s linear}.entry-content .years a:hover{background:#00334f;color:#fff!important}.years button:last-of-type{margin-right:5px}.filter_name{display:inline-block;font-size:18px;font-weight:700;left:5px;position:relative;top:5px;width:140px}@media screen and (max-width:650px){.filter_name{display:block;margin:0 0 5px;position:static;width:auto}}.motivations,.regions,.years{line-height:1.1;overflow:hidden;position:relative}@media screen and (max-width:650px){.motivations,.regions,.years{height:auto}}.regions{padding-right:12px}.motivations{padding-left:12px}.motivations,.regions{display:block;float:left;margin:16px 0;width:50%}.motivations select,.regions select{border-radius:0;line-height:1.5;margin-left:5px;padding:5px;width:100%}@media screen and (max-width:650px){.motivations select,.regions select{margin-left:0;position:static;width:100%}}@media screen and (max-width:460px){.motivations select,.regions select{font-size:14px}}@media screen and (max-width:650px){.motivations,.regions{float:none;padding:5px 0;width:100%}}@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)){select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#ed6d05;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAQCAYAAADj5tSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ5JREFUeNqk0OERgCAIBeBqAkdx lEZgtEZqhEZoA8JOyiwF4t29fqjxnY6IOBQJ1H3w5zFnKjaAulGjE4h5Dlwr6SZUwDs7NeZ1a2P+ nwPnS9Fnxnf+QDXAmdNmoK5OqAWkuYEPeaAuwM/lgUSgRqyQCvhCtJAaaCESBBagh/QgtAASooW6 gAaRIBHQIi1IBViQGlIDVoShxQKkHgIMAEHrmg6PIO9tAAAAAElF);background-position:96% 10px;background-repeat:no-repeat;background-size:auto 15px;border:none;color:#fff;font-weight:700}}.chronic-search{padding-left:5px}@media screen and (max-width:650px){.chronic-search{padding-left:0}}.chronic-search-input{background:#eee;border:1px solid #eee;color:#ed6d05;width:100%}.chronic-search-input:active,.chronic-search-input:focus{border:1px solid #00334f}.chronic-search-input::-moz-placeholder{color:#ed6d05}.chronic-search-input::placeholder{color:#ed6d05}.footer-wrap{display:flex;justify-content:space-between}.footer-wrap .mobit-footer-widget{flex:1}@media screen and (max-width:959px){.footer-wrap{display:block}.footer-wrap .mobit-footer-widget{margin-bottom:2rem}}.footer-address,.footer-donate{font-size:.875rem;line-height:1.5}.footer-address b,.footer-donate b{font-weight:700}.footer-donate img{margin-bottom:.75rem;width:7rem}.footer-donate small{display:block;font-size:12px;font-style:italic;margin-top:1em}.footer-address .genericon{font-size:2rem;margin-bottom:1rem}.footer-address .genericon-twitter{background:#fff;border-radius:4px;color:#ed6d05!important;height:2rem;transform:scale(.9);width:2rem}#colophon .footer-address-links{color:#fff;font-weight:700;margin-top:.5rem}#colophon .footer-address-links a:focus,#colophon .footer-address-links a:hover,#colophon .footer-address-links span{color:#00334f}div.mobit-footer-widget:last-of-type{background:#00334f;padding:2rem}@media screen and (max-width:359px){div.mobit-footer-widget:last-of-type{padding:1rem}}#colophon .footer-contact a,#colophon .footer-contact h4{color:#fff;font-size:1.5rem;line-height:1.5}#colophon .footer-contact a{display:block;text-align:left;text-decoration:underline}#colophon .footer-contact a:focus,#colophon .footer-contact a:hover{color:#ed6d05}#colophon .footer-contact a:before{background:#ed6d05;border-radius:5px;color:#00334f;display:inline-block;font-size:30px;height:30px;line-height:30px;margin-right:.5rem;position:relative;top:5px;transition:color .25s linear;width:30px}.footer-address .genericon:focus:before,.footer-address .genericon:hover:before{color:#00334f}.sidebar-before-widgets{border-top:1px solid #1a1a1a;margin-bottom:1rem;margin-top:0;padding-top:.5rem}.sidebar-after-widgets{border-top:1px solid #1a1a1a;margin-top:1rem;padding-top:.5rem}.sidebar-image{margin:1rem 0;width:100%}#secondary h2.widget-title{font-size:21px}.tagcloud a,.widget_archive a,.widget_categories a{font-size:21px!important;font-weight:700}a.mobit-linkbox{align-items:center;background:#ed6d05;color:#00334f!important;display:block;display:flex;justify-content:space-between;padding:2rem}a.mobit-linkbox span{font-size:1.5rem;font-weight:700}.entry-content a.mobit-linkbox:hover,a.mobit-linkbox:hover{color:#fff!important}a.mobit-linkbox .genericon-expand{flex:0 0 1.5rem;height:1.5rem;transform:rotate(-90deg)}.tagcloud a:after{color:#00334f;content:" / ";display:inline;font-size:16px}.tagcloud a:last-of-type:after{content:none}