@charset "UTF-8";
/*  
Theme Name: Bordermedia responsive
Theme URI: https://bordermedia.org/
Description: Bordermedia is an Information Technology & multimedia organisation specialising in web development, audio/visual projects, training and consultancy.
Version: 2021-03-13
Author: Simon
Author URI: https://bordermedia.org/
*/
/* Sass variables
*********************/
/*	RESET - ADAPTED FROM MEYER RESET
    URL - http://meyerweb.com/eric/tools/css/reset/
================================================== */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, summary, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol {
  list-style: decimal;
  font-size: 16px;
  margin: 18px 0px 18px 36px;
}
@media (max-width: 767px) {
  ol {
    font-size: 14px;
  }
}
ol li {
  padding-left: 12px;
  padding-bottom: 12px;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Import SASS modules 
*************************/
/* Main layout section */
* {
  /* Firefox */
  /* Old versions of iOS & Android */
  box-sizing: border-box;
  /* Everyone else... */
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #000 url("../../images/background.jpg") center top no-repeat;
  padding: 0px;
  margin: 0px;
  background-attachment: fixed;
}

#page-wrapper {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  #page-wrapper {
    background-color: #fff;
  }
}

.content-1180 {
  max-width: 1080px;
  margin: 0px auto;
}

/* Header section 
*********************/
.hero {
  background: url("../../images/hero-02.jpg") center;
  background-size: cover;
  padding: 36px 24px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 767px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 4rem 2rem;
    gap: 24px;
  }
}
.hero h1 {
  color: #fff;
  margin: 24px 0px;
  margin-bottom: 48px;
  text-align: center;
  grid-column: 1/-1;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero h1 {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
.hero.english p {
  font-family: "Open Sans", sans-serif;
}
.hero article {
  padding: 0 18px 24px 80px;
}
@media (max-width: 967px) {
  .hero article {
    padding: 0 18px 24px 18px;
  }
}
.hero article p {
  color: #fff;
  line-height: 1.8em;
  font-size: 20px;
  font-weight: 300;
  text-shadow: 3px 3px 6px #000;
}
@media (max-width: 767px) {
  .hero article p {
    font-size: 16px;
  }
}
.hero article a {
  background-color: #ff691f;
  color: #fff;
  padding: 9px 18px;
  display: inline-block;
  margin-top: 18px;
  text-transform: uppercase;
  border-radius: 6px;
}

.header-outer-wrap {
  background: #000 url("../../images/background.jpg") center top no-repeat;
  background-attachment: fixed;
  box-shadow: 0px 0px 6px #666;
  position: relative;
  z-index: 5;
}

.header-wrap {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 1080px;
}

#header-image {
  margin: 0px auto;
  padding: 36px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #header-image {
    padding: 18px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-shadow: 0px 0px 6px #666;
  }
}
#header-image .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #header-image .header-right {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#header-image .header-right .header-right-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #header-image .header-right .header-right-wrap {
    width: 100%;
    justify-content: space-between;
    margin-top: 18px;
  }
}

.logo {
  margin: 0px;
  width: 100%;
  max-width: 500px;
}
.logo img {
  width: 500px;
}

/* Top links above header 
****************************/
.language-version {
  padding: 0px;
  margin: 6px 0px;
}
@media (max-width: 767px) {
  .language-version {
    margin: 0px;
  }
}
.language-version a {
  color: #666;
  font-size: 1.2rem;
}
.language-version a:hover {
  text-decoration: underline;
}
.language-version #lang_sel_list {
  display: inline-block;
  border: none;
  padding: 0px;
}
@media (max-width: 767px) {
  .language-version #lang_sel_list a {
    font-size: 14px !important;
  }
}
.language-version #lang_sel_list ul {
  margin-bottom: 6px !important;
}
.language-version #lang_sel_list ul li {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .language-version #lang_sel_list ul li {
    margin-right: 12px !important;
  }
}
.language-version #lang_sel_list ul li a {
  padding: 0px;
}
.language-version #lang_sel_list ul li a span {
  display: none;
}
.language-version #lang_sel_list ul li a img {
  width: 36px;
  height: auto;
}
.language-version #lang_sel_list ul li:nth-child(2) {
  margin-left: 12px;
}

.facebook-twitter {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .facebook-twitter {
    margin-left: 6px;
  }
}
.facebook-twitter a {
  width: 35px;
  display: block;
  margin-left: 12px;
}

.twitter-timeline {
  height: 350px;
}

/* Search form above header */
.search-form {
  margin: 0px;
}
@media (max-width: 767px) {
  .search-form {
    display: none;
  }
}

input.search-field {
  width: 300px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  padding: 6px 12px;
  border-radius: 6px;
  -webkit-appearance: unset;
}

input.search-submit {
  display: none;
}

/* Main content area 
************************/
.content-wrap {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}

.content {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 36px 0px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .content {
    padding: 18px;
  }
}
.content .breadcrumbs {
  font-size: 14px;
}

.post {
  width: 100%;
}

.post-single {
  width: 100%;
}
.post-single .featured-image {
  margin: 30px 0px 18px 0px;
}
.post-single .featured-image img {
  width: 70%;
}
@media (max-width: 767px) {
  .post-single .featured-image img {
    width: 100%;
  }
}

.entry {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* Posts-blogs listing styles 
********************************/
.post-entry-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 36px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 767px) {
  .post-entry-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 467px) {
  .post-entry-wrap {
    grid-template-columns: 1fr;
    padding: 24px 0px;
  }
}

.post-list {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.post-list .post-thumb {
  padding: 0px;
  margin: 0px;
}
.post-list .post-thumb img {
  width: 100%;
}
.post-list h3 {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: "zawgyi-oneregular";
  font-size: 16px;
}
@media (max-width: 467px) {
  .post-list h3 {
    font-size: 16px;
  }
}
.post-list h3 a {
  color: #333;
  transition: 0.35s color ease-in-out;
}
.post-list h3 a:hover {
  color: #ff691f;
  text-decoration: none;
}
.post-list .post-entry {
  margin: 12px 0px;
}

.latest-post-header {
  background-color: #e6ecf0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 18px;
  padding-top: 42px;
  margin-top: 0px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.latest-post-header .post-text {
  padding: 0px 18px;
  padding-bottom: 18px;
  font-family: "zawgyi-oneregular";
}
.latest-post-header .post-text a {
  color: #333;
}
.latest-post-header h2 {
  margin: 0px;
  padding: 0px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}

.posted-meta {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999;
}

.post-list .post-entry-full {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

/* Post meta data 
*********************/
.essb_links {
  margin-bottom: 36px !important;
}

.social-links-home .essb_links {
  margin-bottom: 0px !important;
}

.post-meta-data {
  margin: 0px 0px 24px 0px;
  padding: 12px;
  display: block;
  background-color: whitesmoke;
  width: 100%;
  color: #666;
  font-size: 14px;
}

.post-meta-data li {
  list-style: none;
  display: inline;
}

ul.post-meta {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  list-style: none;
}

.clear {
  clear: both;
}

/* Slideshow for home page 
*****************************/
.slideshow-wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.slideshow {
  width: 100%;
  margin: 0px;
}
.slideshow .slider-image-wrap {
  position: relative;
  height: 550px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .slideshow .slider-image-wrap {
    height: 533px;
  }
}
@media (max-width: 768px) {
  .slideshow .slider-image-wrap {
    height: 400px;
  }
}
@media (max-width: 468px) {
  .slideshow .slider-image-wrap {
    height: 195px;
  }
}
.slideshow .slider-image-wrap .slider-image-text-wrap {
  position: absolute;
  background-color: rgba(15, 15, 15, 0.6);
  bottom: 24px;
  padding: 18px 36px;
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slideshow .slider-image-wrap .slider-image-text-wrap {
    font-size: 12px;
    bottom: 0px;
    padding: 12px 18px;
    width: 100%;
  }
}
.slideshow .slider-image-wrap .slider-image-text-wrap a {
  color: #fff !important;
}
.slideshow .slider-image-wrap .slider-image-text-wrap a:hover {
  color: #ff691f !important;
  text-decoration: none;
}
.slideshow .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  color: #fff;
  padding: 0px 30px;
}
@media (max-width: 767px) {
  .slideshow .owl-nav {
    top: 30%;
    font-size: 24px;
    padding: 0px 12px;
  }
}
.slideshow .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 30px;
}
@media (max-width: 767px) {
  .slideshow .owl-dots {
    display: none;
  }
}
.slideshow .owl-carousel .owl-item a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.slideshow .owl-carousel .owl-item a img {
  display: block;
  width: 100%;
}
.slideshow .owl-carousel .owl-nav .owl-prev,
.slideshow .owl-carousel .owl-nav .owl-next,
.slideshow .owl-carousel .owl-dot {
  font-family: "fontAwesome";
}
.slideshow .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  margin-right: 10px;
}
.slideshow .owl-carousel .owl-nav .owl-next:after {
  content: "";
  margin-right: 10px;
}
.slideshow .owl-carousel .owl-nav .owl-prev:hover,
.slideshow .owl-carousel .owl-nav .owl-next:hover {
  color: #ff691f;
  background: none;
}
.slideshow .owl-theme .owl-dots .owl-dot.active span, .slideshow .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff691f;
}

.slider {
  width: 100%;
}

/* Header info boxes 
***********************/
.what-we-do-wrap {
  padding: 60px 0px;
  padding-top: 42px;
  background-color: #fff;
}
.what-we-do-wrap h2 {
  color: #333;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 42px;
}

.headerinfo-wrap {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px;
}
@media (max-width: 1080px) {
  .headerinfo-wrap {
    padding: 0px 18px;
  }
}

.headerinfo {
  width: 100%;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
}

.headerinfo-widget {
  width: 31%;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .headerinfo-widget {
    width: 48%;
    margin-bottom: 30px;
  }
}
.headerinfo-widget .text {
  padding: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 467px) {
  .headerinfo-widget .text {
    padding: 0px 12px;
  }
}
.headerinfo-widget .text h4 {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 2.5rem;
  text-shadow: 0px 0px 6px #333;
}
@media (max-width: 467px) {
  .headerinfo-widget .text h4 {
    font-size: 16px;
  }
}
.headerinfo-widget .image {
  width: 100%;
  flex-shrink: 0;
}
.headerinfo-widget .image a {
  display: flex;
  overflow: hidden;
}
.headerinfo-widget .image a img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.headerinfo-widget .image a:hover img {
  transform: scale(1.1);
}

/* Various margin option classes */
.with-margin {
  margin-bottom: 10px;
  border: 1px solid red;
}

/* Image hover zoom effect
*****************************/
a.hover-zoom {
  display: flex;
  overflow: hidden;
}
a.hover-zoom img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
a.hover-zoom:hover img {
  transform: scale(1.1);
}

a.hover-icon img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
a.hover-icon:hover img {
  transform: scale(1.1);
}

a.wpml-ls-link img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
a.wpml-ls-link:hover img {
  transform: scale(1.1);
}

.home-page-extra-wrap-outer {
  background-color: #e6ecf0;
}
.home-page-extra-wrap-outer .home-page-extra-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .home-page-extra-wrap-outer .home-page-extra-wrap {
    padding: 60px 18px;
  }
}
@media (max-width: 767px) {
  .home-page-extra-wrap-outer .home-page-extra-wrap {
    flex-wrap: wrap;
  }
}
.home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra {
  width: 31%;
}
@media (max-width: 767px) {
  .home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra {
    width: 100%;
    margin-bottom: 18px;
  }
}
.home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra h2 {
  background-color: #ff691f;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px;
}
.home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra .home-page-extra-text {
  padding: 18px 0;
}
.home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra .home-page-extra-text a {
  color: #333;
}
.home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra .home-page-extra-text ul li {
  list-style: disc;
  margin: 12px 20px 10px 18px;
  font-size: 16px;
  padding: 0px;
  line-height: 1.4em;
  word-wrap: break-word;
}
.home-page-extra-wrap-outer .home-page-extra-wrap .home-page-extra .home-page-extra-text img {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.618;
  color: #6c6360;
  font-family: "zawgyi-oneregular", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

.open-sans {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.zawgyi {
  font-family: "zawgyi-oneregular";
}

h1,
h3,
h4,
h5,
h6 {
  color: #363230;
  margin: 1em 0 0.618em;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: normal;
}

h1 {
  font-size: 2.244em;
  line-height: 1.5em;
}

h2 {
  color: #363230;
  font-size: 28px;
  line-height: 1.5em;
  margin: 36px 0px 18px 0px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
  color: #ff691f !important;
  font-weight: bold;
}

h6 {
  font-size: 0.857em;
}

p {
  orphans: 3;
  widows: 3;
  font-size: 18px;
  margin-bottom: 0.618em;
  line-height: 1.7em;
}
@media (max-width: 467px) {
  p {
    font-size: 16px;
  }
}

.post h3 {
  font-size: 1.4em;
  color: #313131;
  font-weight: normal;
}

.post ul,
.post-single ul {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px;
  line-height: 2.5rem;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .post ul,
.post-single ul {
    font-size: 14px;
  }
}
.post ul li,
.post-single ul li {
  padding-bottom: 12px;
}

.post li {
  font-size: 14px;
  list-style: inherit;
  padding-left: 0px;
  margin-left: 10px;
}

textarea {
  border: 1px inset #ccc;
  background-color: #fff;
}

/* Burmese Font details 
**************************/
@font-face {
  font-family: "zawgyi-oneregular";
  src: url("../../font/zawgyione2008.eot");
  src: url("../../font/zawgyione2008.eot?#iefix") format("embedded-opentype"), url("../../font/zawgyione2008.woff") format("woff"), url("../../font/zawgyione2008.ttf") format("truetype"), url("../../font/zawgyione2008.svg#zawgyi-oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Navigation menu 
**********************/
#menu-wrap {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  #menu-wrap {
    display: none;
  }
}

#menu-english {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.dropdown-menu li {
  position: relative;
  flex: 1 1 auto;
}
.dropdown-menu li a i.fa {
  margin-left: 6px;
  margin-bottom: 3px;
}
.dropdown-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  margin: 10px 0 0 0;
  _margin: 0;
  /*IE6 only*/
}

.dropdown-menu > li {
  float: left;
  display: block;
}

.dropdown-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.dropdown-menu a {
  display: block;
  position: relative;
}

.dropdown-menu ul ul {
  top: 0;
  left: 100%;
}

.dropdown-menu > li ul {
  min-width: 275px;
}

.dropdown-menu ul ul li {
  width: 100%;
}

#navigation {
  height: 66px;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  background-color: transparent;
}
#navigation .menu-main-menu-container {
  display: flex;
}

#navigation .dropdown-menu > li.sfHover > a,
#navigation .dropdown-menu > .current-menu-item > a,
#navigation .current-menu-parent > a,
#navigation .current-menu-ancestor > a,
#navigation .current-menu-parent > a:hover,
#navigation .dropdown-menu > .current-menu-item > a:hover {
  color: #fff !important;
  background: #ff691f;
}

#navigation .sub-menu .current-menu-item a {
  color: #fff !important;
  background-color: #ff691f;
}

#navigation .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #ff691f;
}

#navigation .dropdown-menu > li {
  padding: 0px;
}

#navigation .dropdown-menu > li:last-child {
  border-right: none;
}

#navigation .dropdown-menu a {
  height: 66px;
  line-height: 66px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

/*drop-down styles*/
#navigation .dropdown-menu ul {
  top: 66px;
  background: #fff;
  border: 0px solid #ccc;
  border-bottom: none;
  box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
}

#navigation .dropdown-menu ul a {
  display: block;
  height: auto;
  line-height: 1.7em;
  padding: 10px 15px;
  margin: 0px;
  border: 0px;
  color: #000;
}

#navigation .dropdown-menu ul li {
  position: relative;
  display: block;
}

#navigation .dropdown-menu ul li:last-child {
  border-bottom: none;
}

#navigation .dropdown-menu ul li > a:hover {
  color: #fff;
  background-color: #ff691f;
}

#navigation .dropdown-menu ul ul {
  top: -1px;
}

#navigation .selector {
  display: none;
}

/* Responsive menu changes
 ****************************/
button#responsive-menu-button,
.responsive-menu-open button#responsive-menu-button:hover,
.responsive-menu-open button#responsive-menu-button:focus,
button#responsive-menu-button:hover,
button#responsive-menu-button:focus {
  background: #ff691f !important;
}

#responsive-menu-container {
  background: #ff691f !important;
}
#responsive-menu-container #responsive-menu-wrapper {
  background: #ff691f !important;
}
#responsive-menu-container #responsive-menu-wrapper #responsive-menu-title {
  background-color: #ff691f !important;
  padding: 18px 5% !important;
}
#responsive-menu-container #responsive-menu-wrapper #responsive-menu-title #responsive-menu-title-image {
  margin-bottom: 0px !important;
}
#responsive-menu-container #responsive-menu-wrapper #responsive-menu-title img {
  width: 100% !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  padding-left: 24px !important;
  line-height: 50px !important;
  height: 50px !important;
  background-color: #ff691f !important;
  border-bottom: 0px solid rgba(155, 155, 155, 0.2) !important;
  text-shadow: none;
  font-size: 14px !important;
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
  border-top: 0px solid #212121 !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
  padding-left: 20% !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link {
  padding-left: 30% !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-3 a.responsive-menu-item-link {
  padding-left: 40% !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {
  background-color: #0005 !important;
  color: #ffffff;
  border-color: #212121;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
  right: 0;
  height: 49px !important;
  line-height: 49px !important;
  width: 40px;
  color: #ffffff;
  border-left: 1px solid #ff691f !important;
  background-color: #ff691f !important;
}

/* Sidebar section 
********************/
#sidebar {
  display: none;
  margin: 0px;
  padding: 30px 18px;
  padding-top: 0px;
  padding-right: 0px;
  width: 300px;
  background-color: #e6ecf0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #sidebar {
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
}

#sidebar .widget-area {
  width: 100%;
}
#sidebar .widget-area li {
  list-style: none;
  background-color: white;
  margin: 0px 0px 24px 0px;
  padding: 0px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
#sidebar .widget-area .textwidget img {
  width: 100%;
  padding: 0px 12px;
}

#sidebar .widget-area li ul li {
  list-style: disc;
  background-color: transparent;
  border: 0px solid #ccc;
  margin: 10px 20px 10px 30px;
  padding: 0px;
  box-shadow: none;
  line-height: 1.4em;
  word-wrap: break-word;
}

#sidebar h2.widgettitle {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #ff691f;
  padding: 12px;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.widget-area li.advanced_recent_posts_widget {
  border: 1px solid #ccc !important;
  border-radius: 5px;
}

.advanced_recent_posts_widget .post-date {
  font-style: normal !important;
  font-size: 12px !important;
  color: #999 !important;
}

.advanced_recent_posts_widget li.recent-post-item {
  margin: 5px 5px 0px 30px !important;
}

span.post-date {
  color: #666;
  font-size: 10px;
  display: block;
}

/* Footer section 
*********************/
.footer-wrap {
  display: flex;
  padding: 0px;
  margin: 0px auto;
  font-weight: normal;
  text-align: center;
  color: #ccc;
  width: 100%;
  background: #0006;
}
.footer-wrap .footer {
  width: 100%;
  margin: 0px auto;
  padding: 36px 0px;
  font-size: 14px;
  max-width: 1080px;
}
@media (max-width: 1080px) {
  .footer-wrap .footer {
    padding: 36px 18px;
  }
}
.footer-wrap .footer a {
  color: #ccc;
}
.footer-wrap .footer p {
  font-size: 14px;
}
.footer-wrap .footer .footer-widget-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-widget {
  width: 30%;
}
@media (max-width: 767px) {
  .footer-widget {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-widget:nth-child(2) {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-widget:nth-child(3) {
    display: none;
  }
}

.footer-widget h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  margin: 0px 0px 18px 0px;
  background-color: #555;
  padding: 12px 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.widget-padding {
  margin-right: 24px;
}

.footer-copyright {
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(155, 155, 155, 0.5);
  margin-top: 24px;
  padding: 15px 0 20px 0;
  line-height: 2em;
}

.footer-widget ul {
  list-style: circle;
  margin: 0 0 0 20px;
  word-break: break-word;
}
.footer-widget ul li {
  margin-bottom: 12px;
}

/* Front page welcome area */
.welcome-box {
  border: 0px solid red;
  float: left;
  width: 49%;
}

@media (max-width: 480px) {
  .welcome-box {
    width: 100%;
  }
}
.welcome-image {
  width: 100%;
  float: left;
  border: 0px solid green;
}

.welcome-text {
  width: 100%;
  float: left;
  background-color: #efefef;
  padding: 15px;
  clear: left;
}

/* Front page highlight areas */
.fp-items-box {
  width: 49%;
  float: left;
  background-color: #fff;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  clear: left;
}

@media (max-width: 480px) {
  .fp-items-box {
    width: 100%;
  }
}
.fp-items-image {
  width: 100px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  border: none;
  float: left;
}

.fp-items-text {
  height: 100px;
  padding: 10px;
  background-color: #efefef;
  line-height: 1.45em;
  overflow: hidden;
}

a.h3link {
  font-weight: bold;
}

/* Facebook box */
.facebook-box {
  width: 49%;
  float: right;
  border: 0px solid #f00;
}

@media (max-width: 480px) {
  .facebook-box {
    display: none;
  }
}
.fb-like-box {
  min-width: 180px;
  width: 100% !important;
}

.fb-like-box iframe[style] {
  min-width: 180px;
  width: 100% !important;
}

.fb-comments span {
  width: 100% !important;
}

.fb-comments iframe span[style] {
  width: 100% !important;
}

.fb-like-box span {
  min-width: 280px;
  width: 100% !important;
}

.fb-like-box iframe span[style] {
  min-width: 280px;
  width: 100% !important;
}

.-cx-PRIVATE-pluginBoxContainer__border {
  border: none;
}

.introtable {
  border: 1px solid #ff6600;
  width: 745px;
}

.introtext {
  padding: 10px;
  vertical-align: top;
  background-color: #f0f0f0;
  color: #333333;
  line-height: 1.25em;
}

.highlighttext {
  font-size: 1em;
  padding: 6px;
  vertical-align: top;
  background-color: #f0f0f0;
  color: #313131;
  width: 267px;
  line-height: 1.4em;
}

.highlighttextdonate {
  font-size: 1em;
  padding: 6px;
  vertical-align: top;
  background-color: #f0f0f0;
  color: #313131;
  line-height: 1.2em;
}

.profiletable {
  background-color: #f0f0f0;
  border: 1px solid #ff6600;
  height: 182px;
}

.profiletablerowhead {
  padding-left: 10px;
  font-weight: bold;
  color: #313131;
  width: 125px;
  height: 23px;
  border-bottom: 1px dashed #ff6600;
  border-right: 1px solid #ff6600;
}

.profiletablerowcont {
  height: 23px;
  padding-left: 10px;
  padding-right: 10px;
  color: #313131;
  border-bottom: 1px dashed #ff6600;
}

div.entry div.profile {
  margin: 0px 0px 25px 0px;
  border: 0px solid #ff0000;
  float: left;
  width: 100%;
}

div.entry .profile .picture {
  float: left;
}

div.entry .profile .picture1 {
  float: left;
  border: 1px dotted #ccc;
  text-align: center;
  background-color: #f0f0f0;
}

div.entry .profile .picture2 {
  float: left;
  margin-left: 10px;
  border: 1px dotted #ccc;
  text-align: center;
  background-color: #f0f0f0;
}

div.entry .profile .profilelabels {
  border: 1px solid #ff6600;
  float: left;
  padding: 5px 5px 5px 15px;
  margin: 0px 0px 0px 15px;
  width: 110px;
  height: 170px;
  font-weight: bold;
  background-color: #f0f0f0;
}

div.entry .profile .profilelabels2 {
  border: 1px solid #ff6600;
  float: left;
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 0px 10px;
  width: 95px;
  height: 187px;
  font-weight: bold;
  background-color: #f0f0f0;
}

div.entry .profile .profileinfo {
  border: 1px solid #ff6600;
  border-left: none;
  float: left;
  padding: 5px 5px 5px 15px;
  margin: 0px;
  width: 450px;
  height: 170px;
  background-color: #f0f0f0;
}

div.entry .profile .profileinfo2 {
  border: 1px solid #ff6600;
  border-left: none;
  float: left;
  padding: 5px 15px 5px 15px;
  margin: 0px;
  width: 330px;
  height: 187px;
  background-color: #f0f0f0;
}

div.entry .profile p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

/* Extra details */
.stayquote {
  quotes: "“";
  font-style: italic;
  padding: 10px;
  margin: 0px 0px 5px 15px;
  font-family: georgia, times, serif;
  font-size: 1.2rem;
  line-height: 150%;
  float: right;
  width: 26%;
  min-width: 150px;
  background-color: #ececec;
}

.paypal-donations {
  float: left;
  margin: 15px 15px 5px 0px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  padding: 12px;
  border: 1px solid #ccc;
  width: 80%;
  margin-bottom: 18px;
}
@media (max-width: 467px) {
  .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    width: 100%;
  }
}
.wpcf7 input[type=submit] {
  padding: 9px 24px;
  font-size: 14px;
  background-color: #eb4411;
  margin-top: 12px;
  margin-bottom: 24px;
  color: #fff;
  border-radius: 6px;
  border: none;
  transition: all 0.35s ease-in-out;
}
.wpcf7 input[type=submit]:hover {
  background-color: #666;
  cursor: pointer;
}

/* SlideDeck 2 overrides */
.slide-title {
  font-size: 18px !important;
  font-weight: normal !important;
  font-family: "zawgyi-oneregular", Arial, sans-serif !important;
  word-wrap: break-word !important;
}

.lens-tool-kit .sd-node-title-box .slide-text {
  font-size: 14px !important;
  margin: 5px 0px 5px 0px !important;
  font-family: "zawgyi-oneregular", Arial, sans-serif !important;
}

p.slide-text {
  font-family: "zawgyi-oneregular", Arial, sans-serif !important;
}

/* Background image size and position overrides */
.slidedeck dd .sd2-slide-background {
  border: 0px solid red;
}

/* Text box right hand side */
.lens-tool-kit.sd2-title-pos-right .sd-node-title-box {
  left: 600px !important;
}

.slider .sd-nav-wrapper {
  height: 30px !important;
}

.prisoner-animation.dark {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 360px;
  border: 4px solid #F5A71E;
  border-radius: 20px;
  border-collapse: inherit;
  margin: 0px auto;
  background-color: rgba(15, 15, 15, 0.8);
  overflow: hidden;
}
@media (max-width: 767px) {
  .prisoner-animation.dark {
    width: 100%;
  }
}
.prisoner-animation.dark .prisoner-column-header {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 4px solid #F5A71E;
  padding: 9px;
  margin: 0 0 3px 0;
  text-align: center;
  text-transform: capitalize;
  color: #F5A71E;
}
@media (max-width: 767px) {
  .prisoner-animation.dark .prisoner-column-header {
    font-size: 18px;
  }
}
.prisoner-animation.dark .prisoner-column {
  padding: 0;
}
.prisoner-animation.dark .prisoner-column .prisoner-column-double-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.prisoner-animation.dark .prisoner-column .counter {
  font-size: 24px;
  font-weight: 400;
  color: #F5A71E;
  text-align: center;
  padding-top: 12px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .prisoner-animation.dark .prisoner-column .counter {
    font-size: 22px;
  }
}
.prisoner-animation.dark .prisoner-column .counter.counter-large {
  font-size: 36px;
}
.prisoner-animation.dark .prisoner-column .label {
  font-size: 14px;
  text-align: center;
  padding: 3px 12px;
}
@media (max-width: 767px) {
  .prisoner-animation.dark .prisoner-column .label {
    font-size: 14px;
  }
}
.prisoner-animation.dark .prisoner-date {
  font-size: 24px;
  font-weight: 400;
  border-top: 4px solid #F5A71E;
  padding: 12px;
  margin-top: 18px;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .prisoner-animation.dark .prisoner-date {
    font-size: 20px;
  }
}

/* Main content area */
.post_thumb {
  float: left;
  width: 140px;
  margin: 0px 15px 10px 0px;
}

.hidden {
  display: none;
}

.screen-reader-text {
  position: absolute;
  left: -1000em;
}

/* Standard links 
***********************/
a img {
  border: none;
}

a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #ff691f;
  border: none;
}

a:visited {
  text-decoration: underline;
  color: #ff691f;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #ff691f;
  border: none;
}

a:active {
  text-decoration: underline;
  color: #ff691f;
  border: none;
}

/* Read older entries and new entries navigation 
****************************************************/
.page-navigation-top {
  margin: 0px 0px 10px 0px;
  clear: both;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 480px) {
  .page-navigation-top {
    display: none;
  }
}

.page-navigation-bottom {
  margin: 10px 0px 20px 0px;
  clear: both;
  float: left;
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .page-navigation-bottom {
    display: none;
  }
}

.wp-pagenavi span.current {
  background-color: #efefef !important;
  border-color: #ccc !important;
}

.wp-pagenavi span.extend {
  border: none !important;
}

.navigation {
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both;
  float: left;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 480px) {
  .navigation {
    display: block;
  }
}

.navleft {
  border: 1px solid #ccc;
  background-color: #efefef;
  float: left;
  padding: 5px;
}

.navright {
  border: 1px solid #ccc;
  background-color: #efefef;
  float: right;
  padding: 5px;
}

/* Tweet, facebook buttons for most recent posts */
.social-buttons-list {
  width: 100%;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  height: 35px;
  padding: 10px 0px 5px 0px;
}

.social-buttons-post {
  width: 300px;
  display: block;
  float: left;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  height: 20px;
}

.twitter-share-button {
  width: 90px !important;
}

/* Image and alignment classes 
*********************************/
.alignleft {
  float: left;
  border: 0px solid #000000;
  margin: 3px 20px 20px 0px;
  padding: 0px;
}

.alignright {
  float: right;
  border: 0px solid #000000;
  margin: 3px 0px 20px 20px;
  padding: 0px;
}

.aligncenter {
  margin: 24px auto;
}

img.imagecenteralign {
  text-align: center;
  border: 1px solid #000000;
}

img.min-150 {
  width: 25%;
  min-width: 150px;
}

.image-large {
  float: right;
  width: 300px;
  margin: 3px 0px 20px 20px;
}

.wp-caption {
  background-color: #ff691f;
}
@media (max-width: 867px) {
  .wp-caption {
    width: 100% !important;
  }
}
.wp-caption img {
  width: 100%;
  vertical-align: middle;
}
.wp-caption p.wp-caption-text {
  font-style: italic;
  width: 100%;
  padding: 12px;
  margin: 0px;
  color: #fff;
  text-align: center;
}
@media (max-width: 467px) {
  .wp-caption p.wp-caption-text {
    padding: 6px;
    padding-top: 9px;
    font-size: 12px;
    font-style: normal;
  }
}

/* Download styles */
a.download-pdf {
  display: block;
  border: 0px solid red;
  padding: 5px 0px 5px 35px;
  margin: 20px;
  background: #fff url("../images/download-pdf.png") left center no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=app.css.map*/