/*-------Typography and ShortCodes-------*/
.firstcharacter {
  float: left;
  color: #27ae60;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  margin-bottom: 15px;
  color: #2c3e50;
}
blockquote {
  font-style: italic;
  color: #888;
  border-left: 5px solid #27ae60;
  margin-left: 0;
  padding: 10px 15px;
}
blockquote:before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #888;
}
blockquote:after {
  content: "\f10e";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  color: #888;
}
.button {
  background-color: #2c3e50;
  float: left;
  padding: 5px 12px;
  margin: 5px;
  color: #fff;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-out !important;
  -webkit-transition: all 0.3s ease-out !important;
}
a.button {
  color: #fff;
}
.button:hover {
  background-color: #27ae60;
  color: #fff;
}
.button.small {
  font-size: 12px;
  padding: 5px 12px;
}
.button.medium {
  font-size: 16px;
  padding: 6px 15px;
}
.button.large {
  font-size: 18px;
  padding: 8px 18px;
}
.small-button {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.medium-button {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.large-button {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.demo:before {
  content: "\f06e";
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.download:before {
  content: "\f019";
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.buy:before {
  content: "\f09d";
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visit:before {
  content: "\f14c";
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget .post-body ul,
.widget .post-body ol {
  line-height: 1.5;
  font-weight: 400;
}
.widget .post-body li {
  margin: 5px 0;
  padding: 0;
  line-height: 1.5;
}
.post-body ul li:before {
  content: "\f105";
  margin-right: 5px;
  font-family: fontawesome;
}
pre {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: #2c3e50;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.05) 50%,
    transparent 50%,
    transparent
  );
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0.05) 50%,
    transparent 50%,
    transparent
  );
  background-image: -ms-linear-gradient(
    rgba(0, 0, 0, 0.05) 50%,
    transparent 50%,
    transparent
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0.05) 50%,
    transparent 50%,
    transparent
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.05) 50%,
    transparent 50%,
    transparent
  );
  -webkit-background-size: 100% 50px;
  -moz-background-size: 100% 50px;
  background-size: 100% 50px;
  line-height: 25px;
  color: #f1f1f1;
  position: relative;
  padding: 0 7px;
  margin: 15px 0 10px;
  overflow: hidden;
  word-wrap: normal;
  white-space: pre;
  position: relative;
}
pre:before {
  content: "Code";
  display: block;
  background: #f7f7f7;
  margin-left: -7px;
  margin-right: -7px;
  color: #2c3e50;
  padding-left: 7px;
  font-weight: 400;
  font-size: 14px;
}
pre code,
pre .line-number {
  display: block;
}
pre .line-number a {
  color: #27ae60;
  opacity: 0.6;
}
pre .line-number span {
  display: block;
  float: left;
  clear: both;
  width: 20px;
  text-align: center;
  margin-left: -7px;
  margin-right: 7px;
}
pre .line-number span:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.11);
}
pre .line-number span:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
pre .cl {
  display: block;
  clear: both;
}
#contact {
  background-color: #fff;
  margin: 30px 0 !important;
}
#contact .contact-form-widget {
  max-width: 100% !important;
}
#contact .contact-form-name,
#contact .contact-form-email,
#contact .contact-form-email-message {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px !important;
  max-width: 100% !important;
}
#contact .contact-form-name {
  width: 47.7%;
  height: 50px;
}
#contact .contact-form-email {
  width: 49.7%;
  height: 50px;
}
#contact .contact-form-email-message {
  height: 150px;
}
#contact .contact-form-button-submit {
  max-width: 100%;
  width: 100%;
  z-index: 0;
  margin: 4px 0 0;
  padding: 10px !important;
  text-align: center;
  cursor: pointer;
  background: #27ae60;
  border: 0;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
}
#contact .contact-form-button-submit:hover {
  background: #2c3e50;
}
#contact .contact-form-email:focus,
#contact .contact-form-name:focus,
#contact .contact-form-email-message:focus {
  box-shadow: none !important;
}
.alert-message {
  position: relative;
  display: block;
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2f3239;
  border: 1px solid;
}
.alert-message p {
  margin: 0 !important;
  padding: 0;
  line-height: 22px;
  font-size: 13px;
  color: #2f3239;
}
.alert-message span {
  font-size: 14px !important;
}
.alert-message i {
  font-size: 16px;
  line-height: 20px;
}
.alert-message.success {
  background-color: #f1f9f7;
  border-color: #e0f1e9;
  color: #1d9d74;
}
.alert-message.success a,
.alert-message.success span {
  color: #1d9d74;
}
.alert-message.alert {
  background-color: #daefff;
  border-color: #8ed2ff;
  color: #378fff;
}
.alert-message.alert a,
.alert-message.alert span {
  color: #378fff;
}
.alert-message.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-message.warning a,
.alert-message.warning span {
  color: #8a6d3b;
}
.alert-message.error {
  background-color: #ffd7d2;
  border-color: #ff9494;
  color: #f55d5d;
}
.alert-message.error a,
.alert-message.error span {
  color: #f55d5d;
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.post-table table {
  border-collapse: collapse;
  width: 100%;
}
.post-table th {
  background-color: #eee;
  font-weight: bold;
}
.post-table th,
.post-table td {
  border: 0.125em solid #333;
  line-height: 1.5;
  padding: 0.75em;
  text-align: left;
}
@media (max-width: 30em) {
  .post-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .post-table tr {
    border: 0.125em solid #333;
    border-bottom: 0;
  }
  .post-table tr + tr {
    margin-top: 1.5em;
  }
  .post-table tr,
  .post-table td {
    display: block;
  }
  .post-table td {
    border: none;
    border-bottom: 0.125em solid #333;
    padding-left: 50%;
  }
  .post-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
  }
}
@media (max-width: 20em) {
  .post-table td {
    padding-left: 0.75em;
  }
  .post-table td:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
}
.FollowByEmail {
  clear: both;
}

/*------Layout (No Edit)----------*/
#layout .scrolling-menu {
  display: none;
}
#layout .sora-contact-widget {
  display: none;
}
body#layout #outer-wrapper {
  padding: 0;
  width: 800px;
}
body#layout .section h4 {
  color: #333 !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
body#layout .tm-menu,
body#layout #menu {
  height: auto;
  position: static;
}
body#layout #menu .widget {
  display: block;
  visibility: visible;
}
body#layout #header-wrapper {
  height: auto;
}
body#layout #content-wrapper {
  margin: 0 auto;
  padding: 0;
}
body#layout #main-wrapper {
  float: left;
  width: 70%;
  margin: 0;
  padding: 0;
}
body#layout #sidebar-wrapper {
  float: right;
  width: 30%;
  margin: 0;
  padding: 0;
  display: block;
  visibility: visible;
  height: auto;
  opacity: 1;
}
body#layout #sidebar-wrapper .section {
  background-color: #f8e244 !important;
  border: 1px solid #fff;
}
body#layout #sidebar-wrapper .section h4 {
  color: #fff;
}
body#layout #sidebar-wrapper .section .widget-content {
  border-color: #5a7ea2 !important;
}
body#layout #sidebar-wrapper .section .draggable-widget .widget-wrap2 {
  background-color: #0080ce !important;
}
body#layout #main-wrapper #main {
  margin-right: 4px;
  background-color: #5a7ea2;
  border-color: #34495e;
}
body#layout #main-wrapper #main h4 {
  color: #fff !important;
}
body#layout .layout-widget-description {
  display: none !important;
}
body#layout #Blog1 .widget-content {
  border-color: #34495e;
}
body#layout .draggable-widget .widget-wrap2 {
  background: #0080ce url(https://www.blogger.com/img/widgets/draggable.png)
    no-repeat 4px 50%;
}
body#layout .editlink {
  background: #0080ce;
  color: #fff !important;
  padding: 0 3px;
  line-height: 18px;
  border: 1px solid #2469d9;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
}
body#layout .add_widget {
  background: #fff;
}
body#layout .tm-menu .section {
  background-color: #f6b3d2 !important;
  border: 1px solid #ed67a7;
}
body#layout .header {
  background-color: #f2132d !important;
  border: 1px solid #f53551;
}
body#layout .feat-slider-wrap .section {
  background-color: #a0d3db !important;
  border: 1px solid #a2dbeb;
}
body#layout .insta-wrap .section {
  background-color: #a0d3db !important;
  border: 1px solid #a2dbeb;
}
body#layout .FollowByEmail .widget-content:before,
body#layout .jugas_footer_copyright {
  display: none;
}
body#layout .sora-special-box,
body#layout .sora-works-box,
body#layout .sora-about-box,
body#layout .insta-wrap,
body#layout .Portfolio-title {
  display: none;
}
/*------Layout (end)----------*/

#myBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 100%;
}
#myBtn:hover {
  background-color: #555;
}
.works-tiles {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 15px auto;
  justify-content: center;
}
.works-tile .wrapper {
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  height: 100%;
}
.works-tile .icon {
  text-align: center;
  margin-bottom: 20px;
}
.works-heading {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
}
.gmap-section {
  margin: 20px 0;
}
.about-section,
.faq-section {
  max-width: 1140px;
  margin: 20px auto;
  padding: 10px;
}
.faq-section .wrapper {
  padding: 20px 0;
}
.about-section .content p {
  margin-bottom: 15px;
}
.gmap-section .title,
.about-section .title,
.faq-section .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 600;
}
.faq-section {
  margin: 0 auto;
}
.faq-section h4 {
  margin-bottom: 20px;
}
.faq-section .questions {
  display: flex;
  flex-wrap: wrap;
}
.questions .question p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-section .questions .question {
  border: 1px solid #e7e7e7;
  padding: 7px;
  border-radius: 6px;
}
.faq-section .questions .question,
.works-tiles .works-tile {
  margin: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .faq-section .questions .question,
  .works-tiles .works-tile {
    width: calc(50% - 60px);
  }
}
