@font-face {
font-family: "Cochin";
src: url(//www.pranoysarkar.com/wp-content/Cochin.ttf); }    html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0; } h1 {
font-size: 2em;
margin: 0.67em 0; }  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; } abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible; } button,
select { text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto; } [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block; } summary {
display: list-item; }  template {
display: none; } [hidden] {
display: none; } body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Arimo", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
h1, h2, h3, h4, h5, h6 {
clear: both; }
.ps-heading {
font-family: "Arimo", sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 3.2;
letter-spacing: 2px;
color: #707070;
text-transform: uppercase;
margin: 0px; }
.ps-heading.ps-section-title {
margin-bottom: 25px; }
.ps-body {
font-family: "Arimo", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.4;
color: #707070;
margin: 0px; }
.ps-body p {
margin-top: 0;
margin-bottom: .9em; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; } html {
box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit; }
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
margin: 0 0 1.5em 3em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%; }
.ps-popup-image-modal {
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
background: white;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
display: none;
overflow-y: scroll;
overflow-x: hidden;
padding: 80px 0;
padding: 40px 0;
display: flex;
transition: .4s;
transform: scale(0);
opacity: 0;
transform-origin: top; }
.ps-popup-image-modal.visible {
opacity: 1;
transform: scale(1); }
.ps-popup-image-modal.visible .ps-popup-image-block {
opacity: 1; }
.ps-popup-image-modal .ps-popup-image-block {
width: auto;
max-width: 80vw;
position: relative;
opacity: 0;
transition: .3s;
transition-delay: .4s; }
.ps-popup-image-modal .ps-popup-image-block img {
width: 100%; }
.ps-popup-image-modal .back {
position: absolute;
top: -25px;
right: -25px;
display: block; width: 20px;
cursor: pointer;
height: 20px; }
.ps-popup-image-modal .back::before, .ps-popup-image-modal .back::after {
content: '';
width: 100%;
height: 1px;
position: absolute;
background: #707070;
top: 5px;
transition: .3s; }
.ps-popup-image-modal .back::before {
transform: rotate(-45deg); }
.ps-popup-image-modal .back::after {
transform: rotate(45deg); }
@media only screen and (max-width: 767px) {
.ps-popup-image-modal {
padding: 40px 0; }
.ps-popup-image-modal .ps-popup-image-block {
width: calc(100vw - 40px);
max-width: 100vw;
position: absolute;
left: auto;
right: auto;
top: 0px;
margin-bottom: 60px; }
.ps-popup-image-modal .ps-popup-image-block img {
width: 100%; }
.ps-popup-image-modal .ps-popup-image-block .back {
position: relative;
top: unset;
left: unset;
right: unset;
margin: 35px 0 20px auto; } }
@media only screen and (min-width: 768px) {
.ps-popup-image-modal.visible .ps-popup-image-block {
position: absolute;
left: auto;
right: auto;
top: 94px;
margin-bottom: 94px; } } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }
.ps-contact-form p {
margin: 0px;
margin-bottom: 14px; }
.ps-contact-form input {
border: none;
border-bottom: 1px solid #707070;
border-radius: 0px;
outline: none;
transition: .3s;
font-size: 10px;
color: #707070;
background: none;
width: 100%;
line-height: 32px;
padding: 0px; }
.ps-contact-form input:focus {
border-color: #000;
color: #000; }
.ps-contact-form input[type="submit"] {
width: 170px;
border: 1px solid #707070;
line-height: 32px;
letter-spacing: 2px;
text-transform: uppercase;
color: #707070;
cursor: pointer;
transition: .3s; }
.ps-contact-form input[type="submit"]:hover {
background: #707070;
color: #fff; }
.ps-contact-form textarea {
border: none;
border-bottom: 1px solid #707070;
border-radius: 0px;
outline: none;
transition: 0s;
font-size: 10px;
color: #707070;
padding: 0px;
resize: none;
height: 33px;
background: none;
line-height: 32px;
max-height: 200px;
overflow: scroll;
overflow: overlay;
min-height: 33px; }
.ps-contact-form textarea:focus {
border-color: #000; }
.ps-contact-form label {
position: relative;
display: inline-block;
width: 100%;
background: #fff; }
.ps-contact-form label.focused .ps-label-text {
top: -8px;
color: #000; }
.ps-contact-form label.touched .ps-label-text {
top: -8px; }
.ps-contact-form label .ps-label-text {
position: absolute;
top: 12px;
font-size: 10px;
color: #707070;
left: 0px;
background: #fff;
z-index: 1;
transition: .3s; }
.ps-contact-form span.wpcf7-not-valid-tip {
font-size: 10px;
padding-top: 2px;
font-style: italic; }
.ps-contact-form div.wpcf7-validation-errors, .ps-contact-form div.wpcf7-acceptance-missing,
.ps-contact-form div.wpcf7-mail-sent-ok {
margin: 0px;
font-size: 10px;
border: 0px solid #707070;
padding: 20px 0;
color: #000; }  a {
color: royalblue; }
a:visited {
color: purple; }
a:hover, a:focus, a:active {
color: midnightblue; }
a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
a.ps-back-arrow {
width: 20px;
display: inline-block;
position: relative;
height: 12px;
margin-bottom: 15px; }
a.ps-back-arrow:after {
content: "";
position: absolute;
width: 19px;
height: 1px; border-bottom: 1px solid #979797;
border-left: 1px solid #979797;
top: 50%;
left: 1px;
transform: translateY(-1px); }
a.ps-back-arrow:before {
content: "";
position: absolute;
width: 9px;
height: 9px; transform: rotate(45deg);
border-bottom: 1px solid #979797;
border-left: 1px solid #979797;
top: 1px;
left: 2px; } .ps-header {
padding: 50px 72px;
display: flex;
align-items: center;
transition: .3s; }
.ps-header .site-title {
margin: 0px; }
.ps-header .site-title > a {
font-size: 16px;
letter-spacing: 4px;
color: #707070;
font-family: "Cochin";
text-decoration: none;
margin-right: 35px;
text-transform: uppercase; }
.ps-header.fixed {
position: fixed;
background: #fff;
z-index: 2;
width: 100%;
left: 0px;
top: 0px; }
.ps-header.scrolled {
padding: 30px 72px;
transition: .5s;
transform: translateY(-100%); }
.ps-header.slide {
transform: translateY(0%); }
.main-navigation {
clear: both;
display: block;
float: left;
width: auto; }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: 0; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative;
padding: 0px 25px; }
.main-navigation li.current-menu-item a {
text-decoration: underline; }
.main-navigation a {
display: block;
text-decoration: none;
font-size: 10px;
font-family: "Arimo", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
color: #707070;
transition: .3s; }
.main-navigation a:hover {
text-decoration: underline; } a.menu-toggle {
display: none; }
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 992px) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
@media screen and (max-width: 991px) {
.ps-header {
padding: 30px 30px;
display: flex; }
.ps-header.scrolled {
padding: 30px 30px; }
.ps-header .main-navigation {
margin-left: auto;
display: flex;
right: -100%;
height: 100vh;
width: 100%;
position: fixed;
top: 0%;
transition: .5s; }
.ps-header .main-navigation a.menu-toggle {
display: block; width: 20px;
height: 14px;
border-bottom: 1px solid #707070;
border-top: 1px solid #707070;
margin-left: auto;
cursor: pointer;
position: relative;
transition: .3s;
position: fixed;
top: 34px;
right: 30px; }
.ps-header .main-navigation a.menu-toggle::before, .ps-header .main-navigation a.menu-toggle::after {
content: '';
width: 100%;
height: 1px;
position: absolute;
background: #707070;
top: 5px;
transition: .3s; }
.ps-header .main-navigation a.menu-toggle.active {
border: 1px solid transparent; }
.ps-header .main-navigation a.menu-toggle.active::before {
transform: rotate(-45deg); }
.ps-header .main-navigation a.menu-toggle.active::after {
transform: rotate(45deg); }
.main-navigation.mobile-active {
top: 0;
right: 0;
height: 100vh;
width: 100%;
background: white;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center; }
.main-navigation.mobile-active li {
margin-bottom: 30px; }
.main-navigation.mobile-active ul {
height: 100%;
width: 100%;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center; } }
@media screen and (max-width: 808px) {
.ps-header .site-title a {
margin-right: 0px; }
.main-navigation li {
padding: 0px 15px; } }
@media only screen and (max-width: 767px) {
.ps-header, .ps-header.scrolled {
padding: 30px 20px; }
.ps-header .main-navigation a.menu-toggle {
right: 20px; } }  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; } .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; } .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -12.5px;
margin-left: -12.5px; }
.row.fluid {
margin-right: -0.5%;
margin-left: -0.5%; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 12.5px;
padding-left: 12.5px; }
.col-1.fluid, .col-2.fluid, .col-3.fluid, .col-4.fluid, .col-5.fluid, .col-6.fluid, .col-7.fluid, .col-8.fluid, .col-9.fluid, .col-10.fluid, .col-11.fluid, .col-12.fluid, .col.fluid,
.col-auto.fluid, .col-sm-1.fluid, .col-sm-2.fluid, .col-sm-3.fluid, .col-sm-4.fluid, .col-sm-5.fluid, .col-sm-6.fluid, .col-sm-7.fluid, .col-sm-8.fluid, .col-sm-9.fluid, .col-sm-10.fluid, .col-sm-11.fluid, .col-sm-12.fluid, .col-sm.fluid,
.col-sm-auto.fluid, .col-md-1.fluid, .col-md-2.fluid, .col-md-3.fluid, .col-md-4.fluid, .col-md-5.fluid, .col-md-6.fluid, .col-md-7.fluid, .col-md-8.fluid, .col-md-9.fluid, .col-md-10.fluid, .col-md-11.fluid, .col-md-12.fluid, .col-md.fluid,
.col-md-auto.fluid, .col-lg-1.fluid, .col-lg-2.fluid, .col-lg-3.fluid, .col-lg-4.fluid, .col-lg-5.fluid, .col-lg-6.fluid, .col-lg-7.fluid, .col-lg-8.fluid, .col-lg-9.fluid, .col-lg-10.fluid, .col-lg-11.fluid, .col-lg-12.fluid, .col-lg.fluid,
.col-lg-auto.fluid, .col-xl-1.fluid, .col-xl-2.fluid, .col-xl-3.fluid, .col-xl-4.fluid, .col-xl-5.fluid, .col-xl-6.fluid, .col-xl-7.fluid, .col-xl-8.fluid, .col-xl-9.fluid, .col-xl-10.fluid, .col-xl-11.fluid, .col-xl-12.fluid, .col-xl.fluid,
.col-xl-auto.fluid {
padding-right: 0.5%;
padding-left: 0.5%; }
@media (max-width: 767px) {
.col-xs {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-xs-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xs-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-xs-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-xs-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xs-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-xs-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-xs-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xs-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-xs-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-xs-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xs-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-xs-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-xs-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-xs-0 {
margin-left: 0; }
.offset-xs-1 {
margin-left: 8.333333%; }
.offset-xs-2 {
margin-left: 16.666667%; }
.offset-xs-3 {
margin-left: 25%; }
.offset-xs-4 {
margin-left: 33.333333%; }
.offset-xs-5 {
margin-left: 41.666667%; }
.offset-xs-6 {
margin-left: 50%; }
.offset-xs-7 {
margin-left: 58.333333%; }
.offset-xs-8 {
margin-left: 66.666667%; }
.offset-xs-9 {
margin-left: 75%; }
.offset-xs-10 {
margin-left: 83.333333%; }
.offset-xs-11 {
margin-left: 91.666667%; } }
@media (max-width: 991px) and (min-width: 767px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.333333%; }
.offset-sm-2 {
margin-left: 16.666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.333333%; }
.offset-sm-5 {
margin-left: 41.666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.333333%; }
.offset-sm-8 {
margin-left: 66.666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.333333%; }
.offset-sm-11 {
margin-left: 91.666667%; } }
@media (min-width: 992px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-1 {
margin-left: 8.333333%; }
.offset-2 {
margin-left: 16.666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.333333%; }
.offset-5 {
margin-left: 41.666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.333333%; }
.offset-8 {
margin-left: 66.666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.333333%; }
.offset-11 {
margin-left: 91.666667%; } }
@media (min-width: 1280px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } } .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%; }  .sticky {
display: block; }
.post,
.page {
margin: 0 0 1.5em; }
.updated:not(.published) {
display: none; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; } .comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
.ps-wrapper {
margin: auto;
padding: 0px 72px; }
.ps-wrapper.floating {
float: left;
width: 100%; }
.site-main {
margin-top: 125px; }
.front-banner img {
width: auto;
height: calc(100vh - 174px); }
.front-banner img.mobile {
display: none; }
.front-banner .desktop {
display: flex; }
.front-banner .desktop.two-images {
overflow: hidden; }
.front-banner .desktop.two-images img:first-child {
margin-right: 5px; }
.ps-fade-image {
opacity: 0;
transition: 1s; }
.ps-fade-image.loaded {
opacity: 1; }
.ps-fade-image.from-down {
transform: translateY(50px); }
.ps-fade-image.from-down.loaded {
opacity: 1;
transform: translateY(0); }
img.lazy-load {
opacity: .4;
transition: 1.3s;
transition-delay: .2s;
transform: translateY(50px); }
img.lazy-load.is-loaded {
transform: unset;
opacity: 1; }
@media only screen and (max-width: 991px) {
.ps-wrapper {
padding: 0px 30px; }
.site-main {
margin-top: 100px; } }
@media only screen and (max-width: 767px) {
.ps-wrapper {
padding: 0px 20px; }
.space-bottom-sm {
margin-bottom: 40px; }
.front-banner img.mobile {
display: block;
width: 100%;
height: auto; }
.front-banner .desktop {
display: none; } }  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; } .ps-story-item {
transition: .3s;
float: left;
min-width: 25%;
margin-bottom: 1%; }
.ps-story-item h1 {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.6);
margin: 0px;
font-size: 10px;
font-weight: 400;
letter-spacing: 2px;
color: #333;
opacity: 0;
transition: opacity .3s;
cursor: pointer;
text-transform: uppercase;
line-height: 1.5;
flex-direction: column; }
.ps-story-item h1 span {
width: 150px;
text-align: center; }
.ps-story-item h1 span.date p {
margin: 0px; }
.ps-story-item a {
display: block;
text-decoration: none;
transition: .3s;
position: relative;
height: 100%; }
.ps-story-item a:hover {
cursor: pointer; }
.ps-story-item a:hover h1 {
opacity: 1; }
.ps-story-item img {
display: block;
width: 100%;
transition: 1s;
transform: translateY(30px);
opacity: 0;
height: 100%;
object-fit: cover;
background: #ccc; }
.ps-story-item.loaded img {
transform: translateY(0px);
opacity: 1;
background: #ddd; } .story-single article {
position: relative; }
.story-single .entry-header {
position: relative; }
.story-single .entry-header > .entry-title {
display: inline-block;
width: 40px;
font-size: 10px;
line-height: 14px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
margin: 0px;
color: #707070; }
.story-single .entry-content {
text-align: right; }
.story-single .entry-content p {
margin: 0px;
font-size: 0px; }
.story-single .entry-content img {
display: block;
margin-bottom: 20px;
margin-left: auto;
height: 390px;
width: auto;
background: #ddd; }
.story-single .gallery {
margin-left: -1.5px;
margin-right: -1.5px; }
.story-single .gallery .gallery-item {
padding: 0 1.5px;
width: auto; }
.story-single .navigation {
display: flex;
align-items: center;
justify-content: space-between;
margin: 50px 0; }
.story-single .navigation p {
height: auto;
margin: 0;
flex: 1; }
.story-single .navigation p:first-child {
text-align: left; }
.story-single .navigation a {
font-size: 10px;
line-height: 14px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
margin: 0px;
color: #707070;
text-decoration: none; }
.story-single .navigation a:hover {
text-decoration: underline; }
@media only screen and (max-width: 767px) {
.story-single .navigation {
margin-top: 10px;
margin-bottom: 30px; }
.story-single .entry-content img {
display: inline-block;
margin-bottom: 20px;
height: auto;
width: 100%; }
.story-single .entry-header {
position: relative; }
.story-single .gallery {
margin-left: -1.5px;
margin-right: -1.5px; }
.story-single .gallery .gallery-item {
padding: 1.5px;
margin: 0; }
.story-single .gallery .gallery-item img {
height: auto;
width: 100%; }
.ps-story-item {
padding: 0px;
margin-bottom: 20px; }
.ps-story-item h1 {
position: relative;
opacity: 1;
align-items: center;
justify-content: flex-start;
text-decoration: none;
margin-top: 2px;
background: none;
flex-direction: column; }
.ps-story-item h1 span {
width: 100%;
text-align: left;
border: 0;
text-decoration: none; }
.ps-story-item h1 span.date p {
margin: 0px; }
.ps-story-item a {
height: auto; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
.story-single .entry-header {
position: fixed;
top: 97px;
left: 30px; } }
@media only screen and (min-width: 992px) {
.story-single .entry-content img {
height: 520px; }
.story-single .entry-header {
position: fixed;
top: 127px;
left: 72px; } }
@media only screen and (min-width: 1280px) {
.story-single .entry-content img {
height: 700px; } }
@media only screen and (min-width: 2091px) {
.story-single .entry-content img {
height: 990px; } }  .singles-page article {
position: relative;
text-align: right; }
.singles-page .singles-item {
display: inline-block;
font-size: 0px;
text-align: right; }
.singles-page .singles-item p {
margin: 0px;
font-size: 0px; }
.singles-page .singles-item img {
display: inline-block;
height: 390px;
width: auto;
background: #ddd; }
.singles-page .singles-item .title {
text-transform: uppercase;
font-family: "Arimo", sans-serif;
font-size: 10px;
text-align: left;
font-weight: 400;
line-height: 1.4;
letter-spacing: 2px;
color: #707070;
margin: 0px;
margin-top: 5px; }
.singles-page .singles-item .title.date {
margin: 0px 0px 17px 0px; }
.singles-page .singles-item .title.date p {
font-family: "Arimo", sans-serif;
font-size: 10px;
text-align: left;
font-weight: 400;
line-height: 1.4;
letter-spacing: 2px;
color: #707070;
margin: 0px; }
.singles-page .gallery {
margin-left: -1.5px;
margin-right: -1.5px; }
.singles-page .gallery .gallery-item {
padding: 1.5px;
width: auto; }
@media only screen and (max-width: 767px) {
.singles-page .singles-item {
display: block; }
.singles-page .singles-item img {
display: inline-block;
margin-bottom: 10px;
height: auto;
width: 100%; }
.singles-page .singles-item .title {
margin: 0;
width: 100%; }
.singles-page .entry-header {
position: relative; }
.singles-page .gallery {
margin-left: -1.5px;
margin-right: -1.5px; }
.singles-page .gallery .gallery-item {
padding: 1.5px; }
.singles-page .gallery .gallery-item img {
height: auto;
width: 100%; } }
@media only screen and (min-width: 992px) {
.singles-page .singles-item img {
height: 520px; } }
@media only screen and (min-width: 1280px) {
.singles-page .singles-item img {
height: 700px; } }
@media only screen and (min-width: 2091px) {
.singles-page .singles-item img {
height: 990px; } } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; } .custom-logo-link {
display: inline-block; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; } .gallery {
margin-bottom: 0; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding-top: 0;
padding-bottom: 0;
margin: 0; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }