/*
||===================================================||
||                                                   ||
||          Table of Contents Page Builder           ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Preloader                            ||
||          4. 	Header                               ||
||          5. 	Menu                                 ||
||          6. 	Blog                                 ||
||          7. 	Blog single                          ||
||          8. 	Pagination                           ||
||          9. 	Widget                               ||
||          10. Footer                           ||
||          11. Footer  Widget                       ||
||          12. Search form Full Width               ||
||          13. Style Selector                       ||
||          14. Responsive                           ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
* {
  word-wrap: break-word; }

body {
  font-family: "Lato", Georgia, serif !important; }

.fl--header-title {
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 60px;
  margin-bottom: 0;
  color: #fff;
  width: 100%; }

.fl--sub-title {
  font-size: 25px; }

.fl--post-pre-title {
  font-size: 15px;
  color: #cbcbcb;
  margin-bottom: 5px; }

.fl-box-shadow {
  -webkit-box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.52); }

h3.logo {
  margin-bottom: 0; }

body {
  text-rendering: optimizeLegibility; }

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

figcaption {
  width: unset !important; }

figcaption a {
  color: #333333; }

figcaption a:hover {
  color: #cccccc; }

audio[controls], canvas, video {
  display: inline-block;
  margin-top: 5px; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%; }

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, ul, li, ol, a, em, img, strong, fieldset, form, label, article, aside,
details, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none; }

:focus {
  outline: 0; }

img {
  vertical-align: middle;
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

html, body, textarea, input {
  -webkit-text-size-adjust: none; }

body {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

figure {
  margin: 0 0 1rem; }

/*-------------------------------------------------------------------

==  WordPress Core.

-------------------------------------------------------------------*/
code, kbd, tt, var {
  font: 14px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  color: #7b7b7b;
  word-break: break-all;
  word-wrap: break-word; }

.hidden.button {
  display: none !important; }

.alignnone {
  box-sizing: border-box; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*====================================================================
==  image gallery
====================================================================*/
.gallery-columns-1 {
  float: left;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-1 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-1 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-2 {
  float: left;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-2 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left; }

.gallery-columns-3 {
  float: left;
  width: 100%; }

.gallery-columns-3 .gallery-item {
  float: left;
  width: 33.333%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-3 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-4 {
  float: left;
  width: 100%; }

.gallery-columns-4 .gallery-item {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-4 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left; }

.gallery-columns-5 {
  float: left;
  width: 100%; }

.gallery-columns-5 .gallery-item {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-5 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left; }

.gallery-columns-6 {
  float: left;
  width: 100%; }

.gallery-columns-6 .gallery-item {
  float: left;
  width: 16.6666%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-6 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left; }

.gallery-columns-7 {
  float: left;
  width: 100%; }

.gallery-columns-7 .gallery-item {
  float: left;
  width: 14.2857%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-7 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left; }

.gallery-columns-8 {
  float: left;
  width: 100%; }

.gallery-columns-8 .gallery-item {
  float: left;
  width: 12.5%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-8 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left; }

.gallery-columns-9 {
  float: left;
  width: 100%; }

.gallery-columns-9 .gallery-item {
  float: left;
  width: 11.1111%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-9 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

/*-------------------------------------------------------------------

==  Header style

-------------------------------------------------------------------*/
.mask-header-img-archive, .mask-header-img-woo-archive, .mask-header-img-single, .mask-header-img-woo_single, .mask-header-img-404, .mask-header-post {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.page_heading {
  overflow: hidden;
  height: 100%;
  min-height: 500px; }

.parallax-content_header {
  min-height: 400px;
  display: flex;
  align-items: center; }
  .parallax-content_header .container {
    width: 100%; }

.content_header {
  min-height: 400px;
  display: flex;
  align-items: center; }
  .content_header .container {
    width: 100%; }

.page_heading-disable-parallax {
  min-height: 455px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .page_heading-disable-parallax .parallax-off-img {
    position: absolute;
    background-size: cover;
    background-position: top;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

/*-------------------------------------------------------------------

==  Jarallax

-------------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1; }

/*-------------------------------------------------------------------

==  Padding page

-------------------------------------------------------------------*/
.fl-page-padding {
  width: 100%;
  height: 100px;
  display: block; }

/*-------------------------------------------------------------------

==  Text meant only for screen readers.

-------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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;
  color: #21759b;
  display: block;
  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;
  /* Above WP toolbar. */ }

/*-------------------------------------------------------------------

==  Form

-------------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  margin: auto;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  text-transform: none;
  transition: all .2s ease-in; }

input[type="submit"].wpcf7-form-control {
  padding: 20px 30px !important; }

button {
  outline: none !important; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 15px 62px 15px 20px;
  border: 2px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  color: #777777;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=url]::placeholder,
  input[type=search]::placeholder,
  input[type=password]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder {
    color: inherit !important; }
  input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:active,
  input[type=email]:focus,
  input[type=url]:hover,
  input[type=url]:active,
  input[type=url]:focus,
  input[type=search]:hover,
  input[type=search]:active,
  input[type=search]:focus,
  input[type=password]:hover,
  input[type=password]:active,
  input[type=password]:focus,
  input[type=tel]:hover,
  input[type=tel]:active,
  input[type=tel]:focus,
  select:hover,
  select:active,
  select:focus {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease; }
  input[type=text]:focus::-webkit-input-placeholder, input[type=text]:active::-webkit-input-placeholder,
  input[type=email]:focus::-webkit-input-placeholder,
  input[type=email]:active::-webkit-input-placeholder,
  input[type=url]:focus::-webkit-input-placeholder,
  input[type=url]:active::-webkit-input-placeholder,
  input[type=search]:focus::-webkit-input-placeholder,
  input[type=search]:active::-webkit-input-placeholder,
  input[type=password]:focus::-webkit-input-placeholder,
  input[type=password]:active::-webkit-input-placeholder,
  input[type=tel]:focus::-webkit-input-placeholder,
  input[type=tel]:active::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  select:active::-webkit-input-placeholder {
    color: transparent !important;
    transition: color .3s ease; }

textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  padding: 15px 62px 15px 20px;
  border: 2px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em;
  color: #777777; }
  textarea::placeholder {
    color: inherit !important; }
  textarea:hover, textarea:active, textarea:focus {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease; }
  textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
    color: transparent !important;
    transition: color .3s ease;
    border-color: #ff343b; }

/*-------------------------------------------------------------------

==  Helping Class

-------------------------------------------------------------------*/
.fl_overflow_hidden {
  overflow: hidden; }

/*-------------------------------------------------------------------

==  Float & Align

-------------------------------------------------------------------*/
.float-left {
  float: left  !important; }

.float-right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.image-left {
  margin-right: auto;
  position: relative; }

.image-center {
  margin: auto;
  position: relative; }

.image-right {
  margin-left: auto;
  position: relative; }

/*-------------------------------------------------------------------

Clearfix

-------------------------------------------------------------------*/
.cf:before, .clearfix:before,
.cf:after, .clearfix:after {
  content: "";
  display: table; }

.cf:after, .clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/*-------------------------------------------------------------------

==  Links

-------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms linear; }

/*-------------------------------------------------------------------

==  TYPOGRAPHY

-------------------------------------------------------------------*/
p {
  margin: 0 0 6px; }

p + p {
  margin-top: 26px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  border: 0; }

.small {
  font-size: 10px; }

hr {
  display: block;
  height: 0;
  line-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0; }

kbd {
  padding: 3px 6px;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05); }

dt, b, strong {
  font-weight: 500; }

li > p {
  margin-bottom: 0; }

table thead tr th, table tfoot tr td {
  font-size: 14px;
  padding: 8px 10px 9px;
  color: #222222; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  text-align: left; }

/*-------------------------------------------------------------------

==  Framework TYPOGRAPHY

-------------------------------------------------------------------*/
.inner_content p a, .fl-comment-moderation p a {
  text-decoration: none;
  line-height: inherit;
  transition: .3s ease; }
  .inner_content p a:hover, .fl-comment-moderation p a:hover {
    transition: .3s ease;
    color: #232323 !important; }
.inner_content a:link, .inner_content a:visited, .inner_content a:hover, .inner_content a:active, .fl-comment-moderation a:link, .fl-comment-moderation a:visited, .fl-comment-moderation a:hover, .fl-comment-moderation a:active {
  text-decoration: none; }
.inner_content pre, .fl-comment-moderation pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  font-family: monospace;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto;
  max-width: 100%; }
.inner_content address, .fl-comment-moderation address {
  display: inline-block;
  padding: 20px;
  background: #f1f1f1;
  line-height: 20px;
  margin-bottom: 15px; }
.inner_content .wp-caption, .fl-comment-moderation .wp-caption {
  width: auto; }
  .inner_content .wp-caption p.wp-caption-text, .fl-comment-moderation .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #898989 !important;
    margin: 0 !important; }
.inner_content abbr, .fl-comment-moderation abbr {
  cursor: help;
  text-transform: uppercase; }
.inner_content img.size-auto,
.inner_content img.size-full,
.inner_content img.size-large,
.inner_content img.size-medium,
.inner_content .attachment img, .fl-comment-moderation img.size-auto,
.fl-comment-moderation img.size-full,
.fl-comment-moderation img.size-large,
.fl-comment-moderation img.size-medium,
.fl-comment-moderation .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }
.inner_content .alignleft,
.inner_content img.alignleft, .fl-comment-moderation .alignleft,
.fl-comment-moderation img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }
.inner_content .alignright, .fl-comment-moderation .alignright {
  display: inline;
  float: right;
  margin-left: 1em; }
.inner_content img.alignright, .fl-comment-moderation img.alignright {
  display: inline;
  float: right;
  margin: 5px 0 20px 40px; }
.inner_content .aligncenter,
.inner_content img.aligncenter, .fl-comment-moderation .aligncenter,
.fl-comment-moderation img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.inner_content img.alignleft,
.inner_content img.alignright,
.inner_content img.aligncenter, .fl-comment-moderation img.alignleft,
.fl-comment-moderation img.alignright,
.fl-comment-moderation img.aligncenter {
  margin-bottom: 1em;
  clear: both; }
.inner_content .wp-caption, .fl-comment-moderation .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center; }
.inner_content .wp-caption p.wp-caption-text, .fl-comment-moderation .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px; }
.inner_content .wp-smiley, .fl-comment-moderation .wp-smiley {
  margin: 0; }
.inner_content table, .fl-comment-moderation table {
  font-size: 14px;
  border-radius: 10px;
  border-spacing: 0;
  text-align: center;
  margin: 0 0 18px;
  border: 1px solid #eee; }
  .inner_content table thead, .fl-comment-moderation table thead {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
    .inner_content table thead tr th, .fl-comment-moderation table thead tr th {
      font-size: 11px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .4px;
      padding: 9px 11px 10px;
      color: #232323; }
  .inner_content table tbody tr, .fl-comment-moderation table tbody tr {
    border-bottom: 1px solid #eee; }
    .inner_content table tbody tr:last-child, .fl-comment-moderation table tbody tr:last-child {
      border-bottom: none; }
  .inner_content table th, .inner_content table td, .fl-comment-moderation table th, .fl-comment-moderation table td {
    line-height: 2.8;
    vertical-align: middle;
    padding: 10px 12px; }
  .inner_content table th:first-child, .inner_content table td:first-child, .fl-comment-moderation table th:first-child, .fl-comment-moderation table td:first-child {
    text-align: left;
    border-right: 1px solid #eee; }
.inner_content .tagssingle, .fl-comment-moderation .tagssingle {
  margin-top: 30px; }
.inner_content dt, .inner_content b, .inner_content strong, .fl-comment-moderation dt, .fl-comment-moderation b, .fl-comment-moderation strong {
  font-weight: bold; }
.inner_content .wp-caption.alignleft, .fl-comment-moderation .wp-caption.alignleft {
  margin: 5px 40px 20px 0; }
.inner_content .alignleft, .fl-comment-moderation .alignleft {
  float: left;
  margin: 5px 40px 20px 0; }
.inner_content .alignright, .fl-comment-moderation .alignright {
  float: right;
  margin: 5px 0 20px 40px; }
.inner_content figcaption.wp-caption-text, .fl-comment-moderation figcaption.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 10px 4px 0; }
.inner_content ul, .inner_content ol, .inner_content dl, .fl-comment-moderation ul, .fl-comment-moderation ol, .fl-comment-moderation dl {
  line-height: 1.6;
  margin-bottom: 17px; }
.inner_content ol, .fl-comment-moderation ol {
  position: relative;
  line-height: 2;
  color: #3b3b3b;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 0px; }
.inner_content ol > li, .fl-comment-moderation ol > li {
  list-style-type: decimal;
  padding-top: 0px; }
  .inner_content ol > li a:hover, .fl-comment-moderation ol > li a:hover {
    color: #cccccc; }
.inner_content ul, .fl-comment-moderation ul {
  margin-left: 20px;
  margin-bottom: 10px; }
.inner_content ul > li, .fl-comment-moderation ul > li {
  position: relative;
  line-height: 2;
  padding-left: 0px;
  padding-top: 0px;
  list-style: none; }
  .inner_content ul > li div.wp-block-rss__item-title, .fl-comment-moderation ul > li div.wp-block-rss__item-title {
    display: inline-block; }
  .inner_content ul > li:before, .fl-comment-moderation ul > li:before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
.inner_content ul > li > ul, .inner_content ol > li > ul, .inner_content ul > li > ol, .fl-comment-moderation ul > li > ul, .fl-comment-moderation ol > li > ul, .fl-comment-moderation ul > li > ol {
  margin-bottom: 10px; }
.inner_content ul > li > ul:last-child, .inner_content ol > li > ul:last-child, .inner_content ul > li > ol:last-child, .fl-comment-moderation ul > li > ul:last-child, .fl-comment-moderation ol > li > ul:last-child, .fl-comment-moderation ul > li > ol:last-child {
  margin-bottom: 0; }
.inner_content ul > li ul > li, .fl-comment-moderation ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-left: 0px;
  padding-top: 0px;
  list-style: none; }
.inner_content ul > li ul > li ul > li, .fl-comment-moderation ul > li ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-left: 0px;
  padding-top: 0px;
  list-style: none; }

.fl-story-blog-inner h1, .fl-story-blog-inner h2, .fl-story-blog-inner h3, .fl-story-blog-inner h4, .fl-story-blog-inner h5, .fl-story-blog-inner h6, .fl-story-page-inner h1, .fl-story-page-inner h2, .fl-story-page-inner h3, .fl-story-page-inner h4, .fl-story-page-inner h5, .fl-story-page-inner h6 {
  text-transform: none; }

/*====================================================================
==  Clearfix for the .slides element
====================================================================*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.gallery-caption {
  font-size: 100%; }

.bypostauthor {
  font-size: 100%; }

.fl-post-pages {
  text-align: center; }
  .fl-post-pages .fl-pagination-text {
    margin-right: 5px;
    font-weight: bold; }
  .fl-post-pages .page-numbers {
    font-size: 13px;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    color: #ffffff;
    background: #282828; }
  .fl-post-pages a .page-numbers {
    color: #232323;
    background: #f1f1f1;
    font-size: 13px;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer; }
  .fl-post-pages a:hover .page-numbers {
    color: #ffffff;
    background: #282828;
    transition: all 300ms linear; }

.fl-praytime-css {
  text-align: center; }
  .fl-praytime-css span {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.8; }

.fl-opacity {
  opacity: 0.8; }

.give-wrap {
  padding: 50px 0; }

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 62px;
  line-height: .68;
  font-weight: 600;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

p.has-drop-cap:after {
  content: "";
  display: table;
  clear: both;
  padding-top: 0px !important; }

.fl-box-absolute {
  position: relative;
  bottom: -45px; }

form.fl-form-password-protected .fl-input-group .form-control {
  padding: 14px 35px;
  width: 75%;
  margin-right: 15px; }
form.fl-form-password-protected .fl-input-group button.fl-pass-button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  letter-spacing: 0.3px;
  border: 0; }

button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 11px;
  letter-spacing: 0.3px;
  border: 0; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }
  a:active {
    text-decoration: none !important; }
  a:focus {
    color: inherit !important; }

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

iframe {
  max-width: 100%;
  width: 100%; }

.sticky .fl-post--title a {
  position: relative; }
  .sticky .fl-post--title a:before {
    position: relative;
    left: 0;
    top: -5px;
    content: '\f08d';
    font-family: FontAwesome;
    font-size: 17px; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*====================================================================
==  Setting Header Font
====================================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  line-height: 1.1; }

/*====================================================================
==  Blockquote Style post
====================================================================*/
blockquote {
  position: relative;
  padding: 95px 20px 50px !important;
  text-align: center;
  letter-spacing: .02em;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  background: #f7f7f7;
  background-image: url(../css/images/quote_bg.jpg);
  margin: 25px 0;
  background-size: cover; }
  blockquote a {
    color: #252c30;
    transition: 400ms ease-in-out; }
    blockquote a:hover {
      color: inherit;
      transition: 400ms ease-in-out; }
  blockquote p {
    text-align: inherit;
    font-size: 30px;
    line-height: 32px; }
    blockquote p cite {
      margin-top: 20px;
      display: block; }
      blockquote p cite a {
        transition: 300ms ease;
        font-size: 13px; }
        blockquote p cite a:hover {
          opacity: 1;
          transition: 300ms ease; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    font: normal normal normal 36px/1 FontAwesome;
    font-weight: 900;
    position: absolute;
    content: "\f10d";
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px; }
  blockquote p + p {
    margin-top: 10px; }

p + p {
  margin-top: 9px; }

#searchsubmit-global {
  background-color: transparent !important; }

/*====================================================================
==  Sidebar Position style
====================================================================*/
p.has-large-font-size {
  line-height: 1.1em; }

p {
  line-height: 1.7em; }

.sidebar_left {
  float: left;
  position: relative;
  min-height: 1px; }
  .sidebar_left .sidebar {
    margin-right: -30px; }

.position_sidebar_left {
  float: right;
  position: relative;
  min-height: 1px; }
  .position_sidebar_left .fl-content-wrapper {
    padding-left: 38px; }

.fl-content code {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.2rem; }

.sidebar_right {
  float: right;
  position: relative;
  min-height: 1px; }
  .sidebar_right .sidebar {
    margin-left: -30px; }

.position_sidebar_right {
  float: left;
  position: relative;
  min-height: 1px; }
  .position_sidebar_right .fl-content-wrapper {
    padding-right: 38px; }

/*====================================================================
==  Full width page and menu Container
====================================================================*/
.fl_main {
  overflow: hidden;
  background: url(../css/images/bg_custom.png) no-repeat; }

.container-fluid-menu {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin: 0;
  position: relative; }
  .container-fluid-menu > .cf {
    width: 100%; }

/*====================================================================
==  Menu auto hide bug fixed with admin bar
====================================================================*/
body.admin-bar .fl-nav-fixed-light {
  position: fixed;
  top: 32px; }
body.admin-bar .fl-nav-fixed-dark {
  position: fixed;
  top: 32px; }

h3.logo_light, .subtitle_logo_light {
  color: #ffffff; }

/*====================================================================
==  Container fluid setting
====================================================================*/
.fl-container-fluid-padding-on {
  padding-left: .9375rem;
  padding-right: .9375rem; }
  .fl-container-fluid-padding-on:after {
    content: "";
    display: table;
    clear: both; }
  .fl-container-fluid-padding-on:before {
    content: "";
    display: table;
    clear: both; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*====================================================================
==  Width helping class
====================================================================*/
.fl-width-10 {
  width: 10%; }

.fl-width-20 {
  width: 20%; }

.fl-width-30 {
  width: 30%; }

.fl-width-40 {
  width: 40%; }

.fl-width-50 {
  width: 50%; }

.fl-width-60 {
  width: 60%; }

.fl-width-70 {
  width: 70%; }

.fl-width-80 {
  width: 80%; }

.fl-width-90 {
  width: 90%; }

.fl-width-100 {
  width: 100%; }

/*====================================================================
==  Password protected
====================================================================*/
.fl-form-password-protected .fl-input-group .form-control {
  width: calc(100% - 114px);
  float: left;
  padding-left: 15px;
  min-height: 46px; }
.fl-form-password-protected .fl-input-group .fl-pass-button {
  transition: all 400ms ease-in-out;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  min-height: 46px; }

/*====================================================================
==  Gap
====================================================================*/
.fl-gap,
.fl-gap-1,
.fl-gap-2,
.fl-gap-3,
.fl-gap-4,
.fl-gap-5,
.fl-gap-6 {
  display: block;
  height: 20px; }
  .fl-gap:after, .fl-gap:before,
  .fl-gap-1:after,
  .fl-gap-1:before,
  .fl-gap-2:after,
  .fl-gap-2:before,
  .fl-gap-3:after,
  .fl-gap-3:before,
  .fl-gap-4:after,
  .fl-gap-4:before,
  .fl-gap-5:after,
  .fl-gap-5:before,
  .fl-gap-6:after,
  .fl-gap-6:before {
    content: '';
    display: table;
    clear: both; }

.fl-gap-1 {
  height: 30px; }

.fl-gap-2 {
  height: 40px; }

.fl-gap-3 {
  height: 60px; }

.fl-gap-4 {
  height: 80px; }

.fl-gap-5 {
  height: 100px; }

.fl-gap-6 {
  height: 120px; }

/*====================================================================
==  Img animation
====================================================================*/
.fl-post--holder.fl_img_zoom_in, .fl-single-img.fl_img_zoom_in, .vc_single_image-wrapper.fl_img_zoom_in {
  overflow: hidden; }
  .fl-post--holder.fl_img_zoom_in img, .fl-single-img.fl_img_zoom_in img, .vc_single_image-wrapper.fl_img_zoom_in img {
    transform: scale(1.000000001);
    transition: transform 0.7s; }
  .fl-post--holder.fl_img_zoom_in:hover img, .fl-single-img.fl_img_zoom_in:hover img, .vc_single_image-wrapper.fl_img_zoom_in:hover img {
    transition: transform 0.7s;
    transform: scale(1.1); }
.fl-post--holder.fl_img_zoom_out, .fl-single-img.fl_img_zoom_out, .vc_single_image-wrapper.fl_img_zoom_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_zoom_out img, .fl-single-img.fl_img_zoom_out img, .vc_single_image-wrapper.fl_img_zoom_out img {
    transform: scale(1.1);
    transition: transform 0.7s; }
  .fl-post--holder.fl_img_zoom_out:hover img, .fl-single-img.fl_img_zoom_out:hover img, .vc_single_image-wrapper.fl_img_zoom_out:hover img {
    transition: transform 0.7s;
    transform: scale(1.000000001); }
.fl-post--holder.fl_img_gray, .fl-single-img.fl_img_gray, .vc_single_image-wrapper.fl_img_gray {
  overflow: hidden; }
  .fl-post--holder.fl_img_gray img, .fl-single-img.fl_img_gray img, .vc_single_image-wrapper.fl_img_gray img {
    transition: filter 0.7s;
    filter: grayscale(0%);
    backface-visibility: hidden; }
  .fl-post--holder.fl_img_gray:hover img, .fl-single-img.fl_img_gray:hover img, .vc_single_image-wrapper.fl_img_gray:hover img {
    transition: filter 0.7s;
    filter: grayscale(100%);
    backface-visibility: hidden; }
.fl-post--holder.fl_img_gray_out, .fl-single-img.fl_img_gray_out, .vc_single_image-wrapper.fl_img_gray_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_gray_out img, .fl-single-img.fl_img_gray_out img, .vc_single_image-wrapper.fl_img_gray_out img {
    transition: filter 0.7s;
    filter: grayscale(100%);
    backface-visibility: hidden; }
  .fl-post--holder.fl_img_gray_out:hover img, .fl-single-img.fl_img_gray_out:hover img, .vc_single_image-wrapper.fl_img_gray_out:hover img {
    transition: filter 0.7s;
    filter: grayscale(0%);
    backface-visibility: hidden; }
.fl-post--holder.fl_img_brightness_in, .fl-single-img.fl_img_brightness_in, .vc_single_image-wrapper.fl_img_brightness_in {
  overflow: hidden; }
  .fl-post--holder.fl_img_brightness_in img, .fl-single-img.fl_img_brightness_in img, .vc_single_image-wrapper.fl_img_brightness_in img {
    transition: filter 0.7s;
    filter: brightness(80%);
    backface-visibility: hidden; }
  .fl-post--holder.fl_img_brightness_in:hover img, .fl-single-img.fl_img_brightness_in:hover img, .vc_single_image-wrapper.fl_img_brightness_in:hover img {
    transition: filter 0.7s;
    filter: brightness(100%);
    backface-visibility: hidden; }
.fl-post--holder.fl_img_brightness_out, .fl-single-img.fl_img_brightness_out, .vc_single_image-wrapper.fl_img_brightness_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_brightness_out img, .fl-single-img.fl_img_brightness_out img, .vc_single_image-wrapper.fl_img_brightness_out img {
    transition: filter 0.7s;
    filter: brightness(100%);
    backface-visibility: hidden; }
  .fl-post--holder.fl_img_brightness_out:hover img, .fl-single-img.fl_img_brightness_out:hover img, .vc_single_image-wrapper.fl_img_brightness_out:hover img {
    transition: filter 0.7s;
    filter: brightness(80%);
    backface-visibility: hidden; }
.fl-post--holder.fl_img_blur, .fl-single-img.fl_img_blur, .vc_single_image-wrapper.fl_img_blur {
  overflow: hidden; }
  .fl-post--holder.fl_img_blur img, .fl-single-img.fl_img_blur img, .vc_single_image-wrapper.fl_img_blur img {
    transition: all 0.7s ease-in-out;
    filter: blur(0.35px);
    backface-visibility: hidden; }
  .fl-post--holder.fl_img_blur:hover img, .fl-single-img.fl_img_blur:hover img, .vc_single_image-wrapper.fl_img_blur:hover img {
    transition: all 0.7s ease-in-out;
    filter: blur(5px);
    backface-visibility: hidden; }

/* ------------------------------

Button Style

-------------------------------- */
.fl--btn {
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  white-space: nowrap;
  line-height: normal;
  font-size: 12px;
  padding: 22px 45px;
  transition: background 300ms ease; }
  .fl--btn.fl-small-size-btn {
    font-size: 10px;
    padding: 17px 40px 19px; }
  .fl--btn:hover {
    transition: background 300ms ease; }

.margin-blog {
  text-align: center;
  margin-top: 40px;
  line-height: 46px; }

/* ------------------------------

Save Popup Plugin Style

-------------------------------- */
body.admin-bar .mfp-close {
  top: 30px !important; }
body.admin-bar .mfp-iframe-holder {
  padding-top: 82px;
  padding-bottom: 82px; }
body.admin-bar img.mfp-img {
  padding: 82px 0 82px; }
body.admin-bar .mfp-figure:after {
  top: 82px;
  bottom: 82px; }

.sidebar-container {
  position: relative;
  z-index: 3; }

.fl-blog-post-pagination-margin {
  margin-top: 40px; }

/*====================================================================
==  Grid System
====================================================================*/
.fl--grid-system .grid-sizer, .fl--grid-system .fl-grid-item {
  float: left; }
.fl--grid-system .grid-sizer, .fl--grid-system .fl-grid-item {
  width: 100%; }
.fl--grid-system .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-gutter--style--10 {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10 .grid-sizer, .fl--grid-system.fl-gutter--style--10 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--10 .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--20 {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20 .grid-sizer, .fl--grid-system.fl-gutter--style--20 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--20 .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--30 {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30 .grid-sizer, .fl--grid-system.fl-gutter--style--30 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--30 .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--40 {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40 .grid-sizer, .fl--grid-system.fl-gutter--style--40 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--40 .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--50 {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50 .grid-sizer, .fl--grid-system.fl-gutter--style--50 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--50 .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-grid--two-column .fl-grid-item {
  width: 50%; }
.fl--grid-system.fl-grid--two-column .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
  width: 33.33333%; }
.fl--grid-system.fl-grid--three-column .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
  width: 25%; }
.fl--grid-system.fl-grid--four-column .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-gutter--style--10.fl-grid--two-column {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    width: calc(50% - 5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .gutter-sizer {
    width: 10px; }
.fl--grid-system.fl-gutter--style--10.fl-grid--three-column {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: calc(33.33333% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .gutter-sizer {
    width: 10px; }
.fl--grid-system.fl-gutter--style--10.fl-grid--four-column {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: calc(25% - 7.5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .gutter-sizer {
    width: 10px; }
.fl--grid-system.fl-gutter--style--20.fl-grid--two-column {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    width: calc(50% - 10px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .gutter-sizer {
    width: 20px; }
.fl--grid-system.fl-gutter--style--20.fl-grid--three-column {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: calc(33.33333% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .gutter-sizer {
    width: 20px; }
.fl--grid-system.fl-gutter--style--20.fl-grid--four-column {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: calc(25% - 15px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .gutter-sizer {
    width: 20px; }
.fl--grid-system.fl-gutter--style--30.fl-grid--two-column {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    width: calc(50% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .gutter-sizer {
    width: 30px; }
.fl--grid-system.fl-gutter--style--30.fl-grid--three-column {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: calc(33.33333% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .gutter-sizer {
    width: 30px; }
.fl--grid-system.fl-gutter--style--30.fl-grid--four-column {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: calc(25% - 22.5px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .gutter-sizer {
    width: 30px; }
.fl--grid-system.fl-gutter--style--40.fl-grid--two-column {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    width: calc(50% - 20px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .gutter-sizer {
    width: 40px; }
.fl--grid-system.fl-gutter--style--40.fl-grid--three-column {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: calc(33.33333% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .gutter-sizer {
    width: 40px; }
.fl--grid-system.fl-gutter--style--40.fl-grid--four-column {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: calc(25% - 30px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .gutter-sizer {
    width: 40px; }
.fl--grid-system.fl-gutter--style--50.fl-grid--two-column {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    width: calc(50% - 25px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .gutter-sizer {
    width: 50px; }
.fl--grid-system.fl-gutter--style--50.fl-grid--three-column {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: calc(33.33333% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .gutter-sizer {
    width: 50px; }
.fl--grid-system.fl-gutter--style--50.fl-grid--four-column {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: calc(25% - 37.5px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .gutter-sizer {
    width: 50px; }

.fl-load-more-btn {
  position: relative; }
  .fl-load-more-btn.loading {
    visibility: visible !important;
    animation: loading_animation 2s infinite ease-in-out; }
  .fl-load-more-btn:before {
    content: '';
    display: inline-block;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent; }
  .fl-load-more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    transform: skewX(-50deg);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background-size: 2em 100%; }
  .fl-load-more-btn:hover:after {
    transition: .7s linear;
    background-position: 150% 0; }

@keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
.fl-position-relative {
  position: relative; }

.fl-position-absolute {
  position: absolute; }

.fl-row-custom-border:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 60px solid transparent;
  -webkit-border-image: url(../css/images/border.png);
  -o-border-image: url(../css/images/border.png);
  border-image-slice: 66;
  border-image-outset: 0; }

.fl-custom-icon-separator {
  display: inline-block;
  border-style: solid;
  border-color: transparent; }

.fl-decor-main {
  top: 12px;
  position: relative; }
  .fl-decor-main:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    content: ''; }

.fl-btn-gradient {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: .02em; }
  .fl-btn-gradient i {
    border-left-color: #fff !important; }
  .fl-btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    transform: skewX(-50deg);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%; }
  .fl-btn-gradient:hover:after {
    transition: .7s linear;
    background-position: 150% 0; }
  .fl-btn-gradient input[type="submit"] {
    margin: auto;
    width: 225px;
    height: 100%;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: none;
    transition: all .2s ease-in; }

.slider_page_header_gradient {
  width: 100%;
  height: 100%;
  opacity: 0.85 !important;
  position: absolute; }

.fl-slider-btn {
  position: relative;
  overflow: hidden !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important; }
  .fl-slider-btn i {
    transition: .3s ease;
    border-left-color: #fff !important; }
  .fl-slider-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    transform: skewX(-50deg);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%; }
  .fl-slider-btn:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 4px 0 #ccc; }
    .fl-slider-btn:hover:after {
      transition: .7s linear;
      background-position: 150% 0; }
  .fl-slider-btn:hover i {
    transition: .3s ease;
    border-left-color: #222 !important; }

.section-statistics-2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 465px;
  content: '';
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%); }

.liked i {
  color: #FF343C; }

.page_heading {
  background: #141714; }

.fl-save-page-class {
  padding: 50px 60px; }

.comments-margin-enable .fl-comments-container {
  margin-top: 75px; }

.fl--navigation-container {
  position: relative; }

.full-width-menu {
  position: inherit !important; }

.full-width-menu > a {
  position: relative; }

.full-width-menu:after {
  dispay: none !important; }

.full-width-menu > a:after {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f107";
  color: #fff; }

.full-width-menu .sub-menu {
  width: 100% !important;
  left: 0 !important;
  top: 65px !important; }

.full-width-menu .sub-menu li {
  display: inline-block;
  width: 24% !important; }

.fl-slide-img-content img {
  display: initial !important; }

.kswr-row-background, .kswr-row-element-back {
  z-index: -1 !important; }

.wpb_content_element {
  margin-bottom: 0px !important; }

html .fl-post-text--content a {
  padding-left: 10px;
  font-size: 16px;
  padding-top: 2px;
  display: inline-block; }

html .fl-post-text--content a:hover {
  text-decoration: underline !important; }

html .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
  padding-bottom: 0px;
  padding-top: 0; }

html .fl--blog-style-standard .fl-post--item .fl-post-top-content {
  padding-bottom: 30px; }

html .fl-blog-post-pagination .fl-default-pagination .page-numbers:hover {
  color: #fff !important; }

html .fl-blog-shortcode .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
  margin-bottom: 10px; }

html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta {
  padding: 10px 5px; }

html .fl-title-slogan {
  padding: 0; }

.fl-title-slogan:before, .fl-title-slogan:after {
  display: none; }

html .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-meta {
  padding: 0; }

html .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-meta {
  border-bottom: 0;
  border-top: 0; }

html .fl-icon-box.fl-icon-box-style--3 .fl-icon-box-wrapper .fl-icon-box-image-wrapper {
  padding-bottom: 40px; }

html .fl_main {
  background-position: top center; }

html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta {
  padding: 0;
  border: 0; }

html .fl--events-archive-content-vc .fl-events--archive-post .fl-events-right-content .fl-events-link {
  padding: 15px 35px; }

html .fl-contact-info .fl-contact--info-wrapper .fl-info-contact .fl-contact-title-decor {
  margin: 15px 0 15px; }

html .fl-icon-box.fl-icon-box-style--2 .fl-icon-box-wrapper {
  -webkit-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.2); }

html .fl-icon-box.fl-icon-box-style--2 {
  padding-bottom: 40px; }

html .fl-icon-box.fl-icon-box-style--2 .fl-icon-box-wrapper .fl-icon-box-title-decor, html .fl-blog-shortcode .fl-post-bottom-content .fl-post-content--info .fl-post-text--content:before, html .fl-icon-box.fl-icon-box-style--3 .fl-icon-box-wrapper .fl-icon-box-title-decor, html .fl--blog-style-standard .fl-post--item .fl-post-share-contain:after, html .fl-tags-share-post .fl-post-share-contain:after, html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post-text--content:before {
  background: url(../images/ornament_after_post_color2.png) no-repeat; }

html .fl-icon-box.fl-icon-box-style--1 .fl-icon-box-title {
  font-weight: 500; }

.comment-reply-link .fa {
  padding-right: 5px; }

html .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper {
  margin-bottom: 10px; }

html .fl-comments-container .fl-comments-list .comment .fl-comment-meta, html .fl-comments-container .fl-comments-list .pingback .fl-comment-meta {
  padding-left: 128px;
  padding-bottom: 50px; }

html .sidebar .fl-widget-title-decor {
  margin: 10px 0 15px 0; }

html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info a.fl--readmore-link {
  font-size: 16px;
  color: #333333;
  position: relative;
  top: 15px;
  font-weight: 600 !important; }

html .fl-donate-style-two .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt a, .fl-events-style-one .fl-events--post .fl-events-right-content a.fl-events-link, html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content a.fl-events-link,
html .fl--events-archive-content-vc .fl-events--archive-post .fl-events-right-content a.fl-events-link, html #commentform .fl-submit-comment, html input[type="submit"].wpcf7-form-control {
  font-family: inherit !important; }

html .fl-events-slider-nav .slick-list img {
  width: 90%;
  padding: 9px; }

.wp-block-button {
  margin-bottom: 1.5em; }

.wp-block-cover-text {
  color: #ffffff !important;
  position: relative;
  z-index: 1; }

.inner_content figure.wp-block-gallery.alignwide {
  margin-bottom: 1.1rem;
  margin-top: 2rem; }

ul.blocks-gallery-grid {
  margin-left: 0px; }

.wp-block-gallery {
  margin-left: 0px !important;
  margin-bottom: 1.1rem; }
  .wp-block-gallery li.blocks-gallery-item:before {
    content: unset; }

.pingback .fl-comment-container .fl-comment-meta {
  padding-left: 0px !important; }

.trackback {
  margin-bottom: 30px; }

.fl-header-no-plugin {
  height: 250px !important;
  min-height: 250px !important; }
  .fl-header-no-plugin .parallax-content_header {
    min-height: 165px !important; }
  .fl-header-no-plugin .content_header {
    min-height: 165px !important; }

.wp-block-pullquote.is-style-solid-color blockquote {
  background: transparent; }

.wp-block-cover.alignleft {
  display: flex; }

.wp-block-cover.aligncenter {
  display: flex; }

.wp-block-cover .wp-block-cover-text a {
  color: #ffffff; }

.wp-block-group.has-background {
  padding: 20px 30px;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  html .vc_custom_1579190317513 {
    padding-top: 0px !important; }

  html .vc_custom_1563728303464 {
    padding-top: 40px !important; }

  html .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-email {
    padding-right: 0; }

  html .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    bottom: -45px !important;
    top: auto !important; }

  .fl_slider_box {
    padding: 0 !important; }

  html .fl-events-style-one .fl-events--post .fl-events-right-content {
    padding: 30px; }

  .fl--rows .fl-post--item {
    padding-bottom: 35px; }

  html .fl-hijri-date span {
    padding: 0 25px !important;
    line-height: 1.3; }

  html .fl-icon-box.fl-icon-box-style--1 .fl-icon-box-title {
    padding-top: 15px; }

  html .fl-icon-box.fl-icon-box-style--1 {
    padding-bottom: 35px; }

  html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content {
    padding: 20px 20px 40px 20px; }

  html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta {
    margin-bottom: 20px; }

  html .fl-content-wrapper .fl-post-content-top .fl_content_story {
    margin-top: 0px !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }

  html .fl--post-holder .fl-post-top-content {
    padding-bottom: 30px; }

  html .sidebar .widget ul {
    padding: 0 !important; }

  html .fl--blog-style-standard .fl-post--item .fl-post-bottom-content {
    padding: 0;
    text-align: left;
    border-bottom: 0; }

  html .fl--blog-style-standard .fl-post--item .fl-post-share-contain, .breadcrumbs {
    display: none; }

  html .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard, html .fl--post-holder .fl-post-top-content .fl-post--holder .fl-post-category-standard {
    bottom: 20px;
    left: 10px; }

  html .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post--title {
    font-size: 24px; }

  html #commentform {
    padding: 0 !important; }

  .fl--blog-style-two .fl--rows .fl-post--item {
    padding-bottom: 0; }

  html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title {
    font-size: 24px; }

  html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
    padding-top: 10px; }

  html .sidebar .widget {
    margin-bottom: 40px; }

  html .fl-contact-info .fl-contact--info-wrapper {
    width: 90%; }

  html .fl-contact-info .fl-contact--info-wrapper .fl-info-contact {
    width: 100%; }

  html blockquote p {
    font-size: 21px;
    line-height: 19px; }

  .fl-countdown-clock {
    display: none !important; } }
html .jp-interface .jp-progress .jp-details .jp-title {
  font-family: inherit !important;
  font-weight: 500 !important;
  font-size: 13px; }

/* DONATIONS*/
.give-responsive-mfp-content .give-form-title {
  padding: 0;
  margin: 0 0 15px;
  font-family: Philosopher;
  font-weight: bold;
  font-size: 30px; }

.give-responsive-mfp-content .give-goal-progress .income {
  font-size: 27px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #b23a00; }

.give-responsive-mfp-content .give-btn {
  background: #8a9535 !important;
  border: 0 !important;
  color: #fff !important;
  padding: 1px 10px;
  cursor: pointer;
  line-height: 12px;
  font-size: 16px;
  font-family: inherit !important;
  font-weight: 500 !important; }

.give-responsive-mfp-content .give-donation-amount .give-currency-symbol {
  display: none; }

.give-responsive-mfp-content #give-anonymous-donation-wrap {
  position: relative; }

.give-responsive-mfp-content #give-anonymous-donation {
  padding-left: 25px; }

.give-responsive-mfp-content input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0; }

f.give-responsive-mfp-content .give-submit-button-wrap .give-submit {
  font-size: 16px;
  font-family: inherit !important; }

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: transparent;
  color: #222;
  margin: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
  font-size: 18px !important;
  float: left;
  border: 0 !important;
  border-radius: 5px !important;
  margin-right: 5px !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px !important;
  font-weight: bold; }

.give-responsive-mfp-content #give-anonymous-donation-wrap label {
  padding-left: 0px !important; }

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  padding-left: 0px !important; }

html .give-modal form.give-form button.mfp-close {
  position: absolute;
  display: block !important;
  top: 0px !important; }

html .give-progress-bar > span {
  background-color: #f79d05 !important; }

html
html .give_error, html .give_success, html .give_warning {
  background: #f8f9e9 !important; }

.give_success:before {
  background-color: #8a9535 !important; }

.give_success {
  border-color: #8a9535;
  box-shadow: none; }

html .give_error:before, html .give_success:before, html .give_warning:before {
  text-shadow: none !important; }

html table#give_donation_receipt .give-receipt-thead-text {
  font-size: 28px;
  text-align: left;
  display: block;
  font-family: Philosopher !important;
  text-transform: capitalize;
  padding-left: 5px; }

#give_donation_receipt thead {
  border-bottom: 0 !important; }

.give_notices {
  margin-bottom: 35px; }

html form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
  line-height: 22px !important;
  padding: 5px 15px;
  height: auto;
  width: 95px !important;
  min-width: auto !important;
  text-align: center;
  color: #333; }

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  height: 53px;
  line-height: 35px;
  padding: 10px 20px;
  height: auto; }

html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title a {
  font-size: 26px; }

html .fl-icon-box.fl-icon-box-style--3 .fl-icon-box-wrapper .fl-icon-box-title {
  font-family: Philosopher; }

html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title a {
  font-size: 26px; }

html .fl-icon-box.fl-icon-box-style--3 .fl-icon-box-wrapper .fl-icon-box-title {
  font-family: Philosopher; }

html .fl-donate-style-two .fl-post-give .fl-give-content .fl-post-give-content .fl-entry-title {
  padding: 35px 50px 0 50px; }

html .fl-donate-style-two .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt {
  padding-bottom: 30px; }

html .fl-donate-style-two .fl-post-give .fl-give-meta {
  padding: 40px 50px 35px 50px; }

html .fl-donate-style-two .fl-post-give {
  margin-bottom: 25px; }

/*-------------------------------------------------------------------

==  Test Unit Styles

-------------------------------------------------------------------*/
button.wp-block-search__button {
  transition: all 400ms ease-in-out;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  min-height: 46px; }

input.wp-block-search__input {
  width: 80%; }

.wp-block-calendar tfoot a {
  color: #8a9535; }

ul.wp-block-archives {
  list-style: none;
  margin-left: 0px !important; }
  ul.wp-block-archives li {
    list-style: none !important;
    position: relative;
    padding: 0;
    padding-left: 0 !important;
    border-bottom: 1px #eee solid; }
    ul.wp-block-archives li:before {
      content: none !important; }
    ul.wp-block-archives li a {
      font-size: 15px;
      line-height: 40px;
      color: #222222; }
      ul.wp-block-archives li a:hover {
        color: #cccccc; }
    ul.wp-block-archives li span {
      color: #908c8a;
      font-weight: 700;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 15px;
      line-height: 19px; }
    ul.wp-block-archives li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    ul.wp-block-archives li:first-child {
      padding-top: 0; }
    ul.wp-block-archives li:before {
      content: ""; }

.wp-block-file a {
  color: #777777; }
  .wp-block-file a:hover {
    color: #cccccc; }

.wp-caption {
  max-width: 98%;
  text-align: center; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wp-caption.alignnone {
    margin: 5px 0 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  padding: 0 15px;
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #fl-page--preloader .save_loader_bugs {
    display: none; }
  #fl-page--preloader .fl-top-progress {
    position: absolute;
    width: 100%;
    top: 0; }
    #fl-page--preloader .fl-top-progress .fl-loader_right {
      opacity: 0.8;
      position: absolute;
      right: 100%;
      z-index: 999;
      height: 7px;
      display: inline-block;
      left: 50%;
      width: 0;
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
    #fl-page--preloader .fl-top-progress .fl-loader_left {
      opacity: 0.8;
      position: absolute;
      z-index: 999;
      height: 7px;
      display: inline-block;
      right: 50%;
      width: 0;
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
  #fl-page--preloader .fl--preloader-progress-bar {
    height: 8px;
    max-width: 650px;
    padding: 3px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #eee; }
    #fl-page--preloader .fl--preloader-progress-bar span {
      float: left;
      width: 0;
      height: 100%;
      display: inline-block; }
  #fl-page--preloader .fl-preloader--text-percent {
    margin-top: 45px;
    font-size: 23px; }
  #fl-page--preloader.fl-preloader-close {
    transform: translateY(-1000%);
    opacity: 0;
    transition: opacity 0s ease-in ,transform 0s ease-in;
    display: none; }
  #fl-page--preloader .fl-top-background-preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%; }
  #fl-page--preloader .fl-bottom-background-preloader {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%; }

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Title

-------------------------------------------------------------------*/
.fl--header-border-main {
  position: relative;
  top: -10px; }

.page_heading, .page_heading-disable-parallax {
  position: relative;
  height: 350px;
  text-align: center;
  z-index: 3; }
  .page_heading .page_header_mask, .page_heading-disable-parallax .page_header_mask {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute; }
  .page_heading .fl--page-header, .page_heading-disable-parallax .fl--page-header {
    position: relative;
    margin: 45px auto; }
    .page_heading .fl--page-header .fl-pre--title-wrapper, .page_heading-disable-parallax .fl--page-header .fl-pre--title-wrapper {
      margin-bottom: 10px; }
      .page_heading .fl--page-header .fl-pre--title-wrapper .fl--sub-title, .page_heading-disable-parallax .fl--page-header .fl-pre--title-wrapper .fl--sub-title {
        font-weight: 300 !important;
        font-size: 16px;
        color: #ffffff; }
    .page_heading .fl--page-header .breadcrumbs_heading, .page_heading-disable-parallax .fl--page-header .breadcrumbs_heading {
      margin-bottom: 12px;
      list-style: none;
      display: inline-block;
      border-radius: 20px;
      padding: 15px 28px;
      line-height: 1; }
  .page_heading .page_box_info_page, .page_heading-disable-parallax .page_box_info_page {
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex; }

/*-------------------------------------------------------------------

==  Breadcrumbs

-------------------------------------------------------------------*/
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400; }
  .breadcrumbs a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    transition: 300ms ease-in;
    color: #fff; }
    .breadcrumbs a:hover {
      transition: 300ms ease-in; }
  .breadcrumbs .fl-breadcrumbs-delimiter {
    content: "";
    font-size: 10px;
    margin-right: 15px;
    margin-left: 12px;
    color: #FFF; }

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Top Bar

-------------------------------------------------------------------*/
.fl--header-topbar {
  height: 50px;
  display: flex; }
  .fl--header-topbar:before {
    width: 100%;
    height: 50px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); }
  .fl--header-topbar:after {
    width: 100%;
    height: 35px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 7px 0;
    background-image: url("../images/top_bar_back.png");
    background-repeat: repeat-x;
    background-position: left, right;
    z-index: 2; }
  .fl--header-topbar .fl--header-topbar-left {
    flex-grow: 1;
    z-index: 3;
    display: table;
    font-size: 16px; }
    .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact {
      padding: 12px 0; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact i {
        margin-right: 10px;
        font-size: 16px; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-phone {
        padding-right: 50px; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-email {
        padding-right: 50px; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-sunrise {
        display: inline-flex; }
        .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-sunrise .tmpray--pray-time-container {
          line-height: 16px; }
    .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date {
      padding: 12px 20px 12px 0;
      display: flex; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date span {
        padding-right: 20px; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date i {
        padding-right: 10px; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunrise {
        padding-right: 20px;
        display: -webkit-box; }
        .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunrise i {
          padding-right: 10px; }
      .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunset {
        display: -webkit-box; }
        .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunset i {
          padding-right: 10px; }
  .fl--header-topbar .fl--header-topbar-right {
    flex-grow: 1;
    text-align: right;
    z-index: 3;
    display: table;
    font-size: 16px;
    margin: 0 auto;
    margin-right: 0; }
    .fl--header-topbar .fl--header-topbar-right .fl--header-top-social {
      padding: 9px 0; }
      .fl--header-topbar .fl--header-topbar-right .fl--header-top-social .fl--header-top-social-text {
        padding-right: 20px; }
      .fl--header-topbar .fl--header-topbar-right .fl--header-top-social .fl--header-top-social-icons {
        font-size: 14px; }
        .fl--header-topbar .fl--header-topbar-right .fl--header-top-social .fl--header-top-social-icons a.fl_footer_social_icon {
          padding: 2px 8px;
          margin: 0 5px;
          position: relative;
          width: 32px;
          height: 32px;
          display: inline-block;
          border-radius: 50%;
          transition: all 0.2s ease-in;
          background: #a1ab57; }
          .fl--header-topbar .fl--header-topbar-right .fl--header-top-social .fl--header-top-social-icons a.fl_footer_social_icon i {
            text-align: center;
            margin: 0 auto;
            display: inline-block;
            width: 100%; }
    .fl--header-topbar .fl--header-topbar-right .fl--header-topbar-support .fl--header-top-btn {
      transition: all 0.2s ease-in;
      font-size: 18px;
      min-height: 50px; }

/*-------------------------------------------------------------------

==  Menu Style one

-------------------------------------------------------------------*/
.fl-header--navigation-style-three .fl--logo-container {
  text-align: center; }

.fl-header-menu-container {
  display: flex;
  align-items: center; }
  .fl-header-menu-container .fl--logo-container {
    flex-grow: 0;
    min-width: 20%;
    float: left;
    min-height: 80px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column; }
  .fl-header-menu-container .fl--navigation-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 80px;
    text-align: right; }
    .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one {
      line-height: normal;
      display: block;
      width: 100%; }
      .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul {
        display: flex;
        padding: 0;
        margin: 0;
        width: auto;
        align-items: center;
        justify-content: center;
        float: right; }
        .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li {
          margin: 0;
          display: block;
          position: relative;
          box-sizing: border-box;
          float: left; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li:hover .sub-menu {
            transform: translateY(0px);
            transition: all 300ms ease-in-out;
            visibility: visible;
            opacity: 1; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li a {
            font-size: 20px;
            color: #fff;
            position: relative;
            padding: 15px 15px;
            transition: color 300ms ease-in-out; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu {
            margin: 0;
            padding: 25px 0;
            width: auto;
            transition: all 200ms ease-in-out;
            transform: translateY(15px);
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 40px;
            left: 0;
            text-align: left;
            z-index: 1099; }
            .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li {
              width: 100%;
              white-space: nowrap; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li.menu-item-has-children::after {
                position: absolute;
                right: 20px;
                top: 25%;
                transform: translate(-50%, -50%);
                font: normal normal normal 12px/1 FontAwesome;
                content: "\f105";
                color: #000000; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li .sub-menu {
                visibility: hidden;
                opacity: 0;
                transition: all 200ms ease-in-out;
                left: calc(100% + 2px);
                top: -25px;
                transform: translateX(-15px);
                border-left: 2px solid transparent;
                -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li a {
                width: 100%;
                min-width: 155px;
                padding: 0 70px 20px 30px;
                display: block;
                color: inherit;
                position: relative;
                text-transform: none;
                transition: transform 350ms ease-in;
                border-bottom: none; }
                .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li a:before {
                  display: none !important; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li:hover > .sub-menu {
                transition: all 300ms ease-in-out;
                opacity: 1;
                visibility: visible;
                transform: translateX(0px);
                display: block; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li .sub-menu li:last-child > a {
                padding-bottom: 0; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li.menu-item-has-children > a:after {
            margin-left: 6px;
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f107";
            color: #ffffff; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a:after {
            display: none; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:after {
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translate(-50%, -50%);
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f105";
            color: #000000; }
    .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three {
      line-height: normal;
      display: block;
      width: 100%; }
      .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul {
        display: flex;
        padding: 0;
        margin: 0;
        width: auto;
        align-items: center;
        justify-content: center; }
        .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li {
          margin: 0;
          display: block;
          position: relative;
          box-sizing: border-box;
          float: left; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li:hover .sub-menu {
            transform: translateY(0px);
            transition: all 300ms ease-in-out;
            visibility: visible;
            opacity: 1; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li a {
            font-size: 20px;
            color: #fff;
            position: relative;
            padding: 15px 15px;
            transition: color 300ms ease-in-out; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu {
            margin: 0;
            padding: 25px 0;
            width: auto;
            transition: all 200ms ease-in-out;
            transform: translateY(15px);
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 40px;
            left: 0;
            text-align: left;
            z-index: 1099; }
            .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li {
              width: 100%;
              white-space: nowrap; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li.menu-item-has-children::after {
                position: absolute;
                right: 20px;
                top: 25%;
                transform: translate(-50%, -50%);
                font: normal normal normal 12px/1 FontAwesome;
                content: "\f105";
                color: #000000; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li .sub-menu {
                visibility: hidden;
                opacity: 0;
                transition: all 200ms ease-in-out;
                left: calc(100% + 2px);
                top: -25px;
                transform: translateX(-15px);
                border-left: 2px solid transparent;
                -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li a {
                width: 100%;
                min-width: 155px;
                padding: 0 70px 20px 30px;
                display: block;
                color: inherit;
                position: relative;
                text-transform: none;
                transition: transform 350ms ease-in;
                border-bottom: none; }
                .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li a:before {
                  display: none !important; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li:hover > .sub-menu {
                transition: all 300ms ease-in-out;
                opacity: 1;
                visibility: visible;
                transform: translateX(0px);
                display: block; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li .sub-menu li:last-child > a {
                padding-bottom: 0; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li.menu-item-has-children > a:after {
            margin-left: 6px;
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f107";
            color: #ffffff; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a:after {
            display: none; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-three > ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:after {
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translate(-50%, -50%);
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f105";
            color: #000000; }
  .fl-header-menu-container .fl--navigation-icon-container {
    flex-grow: 0;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    font-size: 16px; }
    .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu {
      cursor: pointer;
      position: relative;
      width: 20px;
      height: 20px;
      display: inline-flex;
      flex-direction: column;
      margin-left: 15px; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s;
        transform-style: preserve-3d;
        width: 20px;
        height: 20px;
        line-height: 20px;
        perspective: 40px;
        position: relative; }
        .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          backface-visibility: hidden;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          z-index: 2; }
          .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper {
            width: 20px;
            height: 20px;
            display: inline-block;
            position: relative; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:before {
              transition: transform .3s ease;
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              border: 2px solid #fff;
              border-radius: 100%;
              position: absolute;
              top: 2px;
              left: 2px; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:after {
              content: "";
              display: block;
              width: 2px;
              height: 9px;
              background: #fff;
              border-radius: 6px;
              position: absolute;
              top: 11px;
              left: 14px;
              transform: rotate(-45deg); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:hover:before {
              transition: transform .3s ease;
              transform: scale(1.3); }
        .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          transform: rotateY(180deg); }
          .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: transparent;
            position: relative; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before, .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: calc(50% - 2px);
              background: #fff;
              width: 18px;
              height: 2px;
              display: inline-block;
              content: ''; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before {
              transform: rotate(45deg); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
              transform: rotate(-45deg); }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-header-search-form {
        display: block;
        width: 200px;
        position: absolute;
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        margin: 0;
        padding: 15px 10px;
        transition: all .2s ease-in-out;
        transform: translateY(15px);
        visibility: hidden;
        opacity: 0;
        top: 42px;
        right: 0;
        text-align: left;
        z-index: 1099; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened {
        position: relative; }
        .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened .fl-flipper-icon {
          transition: 0.6s;
          transform: rotateY(180deg); }
    .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon {
      cursor: pointer;
      position: relative;
      display: none; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s;
        transform-style: preserve-3d;
        width: 20px;
        height: 20px;
        line-height: 20px;
        perspective: 40px;
        position: relative; }
        .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          backface-visibility: hidden;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          z-index: 2; }
          .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span {
            display: inline-block;
            width: 20px;
            height: 2px;
            background: #fff;
            transition: transform .3s ease-in-out;
            transform-origin: right center; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(1) {
              transform: scaleX(0.7);
              margin-bottom: 2px; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(2) {
              transform: scaleX(0.9);
              margin-bottom: 2px; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(3) {
              transform: scaleX(0.6);
              margin-bottom: 2px; }
          .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span {
            transition: transform .3s ease-in-out;
            transform: scaleX(0.6); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(1) {
              transform: scaleX(0.9); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(2) {
              transform: scaleX(0.5); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(3) {
              transform: scaleX(0.8); }
        .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          transform: rotateY(180deg); }
          .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: transparent;
            position: relative; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before, .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: calc(50% - 2px);
              background: #fff;
              width: 18px;
              height: 2px;
              display: inline-block;
              content: ''; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before {
              transform: rotate(45deg); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
              transform: rotate(-45deg); }
      .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon.opened .fl-flipper-icon {
        transition: 0.6s;
        transform: rotateY(180deg); }
        .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon.opened .fl-flipper-icon .fl-front-content {
          opacity: 0; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon.closed .fl-flipper-icon .fl-back-content {
        opacity: 0; }

/*-------------------------------------------------------------------

==  Menu Style two

-------------------------------------------------------------------*/
.fl-header-menu-container {
  display: flex;
  align-items: center; }
  .fl-header-menu-container .fl--logo-container {
    flex-grow: 0;
    min-width: 20%;
    float: left;
    min-height: 80px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column; }
  .fl-header-menu-container .fl--navigation-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 80px;
    text-align: right; }
    .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two {
      line-height: normal;
      display: block;
      width: 100%; }
      .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul {
        display: flex;
        padding: 0;
        margin: 0;
        width: auto;
        align-items: center;
        justify-content: center;
        float: left; }
        .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li {
          margin: 0;
          display: block;
          position: relative;
          box-sizing: border-box;
          float: left; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li:hover .sub-menu {
            transform: translateY(0px);
            transition: all 300ms ease-in-out;
            visibility: visible;
            opacity: 1; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li a {
            color: #fff;
            position: relative;
            padding: 15px 15px;
            transition: color 300ms ease-in-out;
            font-size: 20px; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu {
            margin: 0;
            padding: 25px 0;
            width: auto;
            transition: all 200ms ease-in-out;
            transform: translateY(15px);
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 40px;
            left: 0;
            text-align: left;
            z-index: 1099; }
            .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li {
              width: 100%;
              white-space: nowrap; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li.menu-item-has-children::after {
                position: absolute;
                right: 20px;
                top: 25%;
                transform: translate(-50%, -50%);
                font: normal normal normal 12px/1 FontAwesome;
                content: "\f105";
                color: #000000; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li .sub-menu {
                visibility: hidden;
                opacity: 0;
                transition: all 200ms ease-in-out;
                left: calc(100% + 2px);
                top: -25px;
                transform: translateX(-15px);
                border-left: 2px solid transparent;
                -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li a {
                width: 100%;
                min-width: 155px;
                padding: 0 70px 20px 30px;
                display: block;
                color: inherit;
                position: relative;
                text-transform: none;
                transition: transform 350ms ease-in;
                border-bottom: none; }
                .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li a:before {
                  display: none !important; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li:hover > .sub-menu {
                transition: all 300ms ease-in-out;
                opacity: 1;
                visibility: visible;
                transform: translateX(0px);
                display: block; }
              .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li .sub-menu li:last-child > a {
                padding-bottom: 0; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li.menu-item-has-children > a:after {
            margin-left: 6px;
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f107";
            color: #ffffff; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a:after {
            display: none; }
          .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:after {
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translate(-50%, -50%);
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f105";
            color: #000000; }
    .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon {
      cursor: pointer;
      position: relative;
      display: none; }
      .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s;
        transform-style: preserve-3d;
        width: 20px;
        height: 20px;
        line-height: 20px;
        perspective: 40px;
        position: relative; }
        .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          backface-visibility: hidden;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          z-index: 2; }
          .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span {
            display: inline-block;
            width: 20px;
            height: 2px;
            background: #fff;
            transition: transform .3s ease-in-out;
            transform-origin: right center; }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(1) {
              transform: scaleX(0.7);
              margin-bottom: 2px; }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(2) {
              transform: scaleX(0.9);
              margin-bottom: 2px; }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(3) {
              transform: scaleX(0.6);
              margin-bottom: 2px; }
          .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span {
            transition: transform .3s ease-in-out;
            transform: scaleX(0.6); }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(1) {
              transform: scaleX(0.9); }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(2) {
              transform: scaleX(0.5); }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(3) {
              transform: scaleX(0.8); }
        .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          transform: rotateY(180deg); }
          .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: transparent;
            position: relative; }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before, .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: calc(50% - 2px);
              background: #fff;
              width: 18px;
              height: 2px;
              display: inline-block;
              content: ''; }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before {
              transform: rotate(45deg); }
            .fl-header-menu-container .fl--navigation-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
              transform: rotate(-45deg); }
    .fl-header-menu-container .fl--navigation-container.opened .fl-flipper-icon {
      transition: 0.6s;
      transform: rotateY(180deg); }
      .fl-header-menu-container .fl--navigation-container.opened .fl-flipper-icon .fl-front-content {
        opacity: 0; }
    .fl-header-menu-container .fl--navigation-container.closed .fl-flipper-icon {
      transition: 0.6s;
      transform: rotateY(180deg); }
      .fl-header-menu-container .fl--navigation-container.closed .fl-flipper-icon .fl-back-content {
        opacity: 0; }
  .fl-header-menu-container .fl--navigation-icon-container {
    flex-grow: 0;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    font-size: 16px; }
    .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu {
      cursor: pointer;
      position: relative;
      width: 20px;
      height: 20px;
      display: inline-flex;
      flex-direction: column;
      margin-left: 15px; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s;
        transform-style: preserve-3d;
        width: 20px;
        height: 20px;
        line-height: 20px;
        perspective: 40px;
        position: relative; }
        .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          backface-visibility: hidden;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          z-index: 2; }
          .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper {
            width: 20px;
            height: 20px;
            display: inline-block;
            position: relative; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:before {
              transition: transform .3s ease;
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              border: 2px solid #fff;
              border-radius: 100%;
              position: absolute;
              top: 2px;
              left: 2px; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:after {
              content: "";
              display: block;
              width: 2px;
              height: 9px;
              background: #fff;
              border-radius: 6px;
              position: absolute;
              top: 11px;
              left: 14px;
              transform: rotate(-45deg); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:hover:before {
              transition: transform .3s ease;
              transform: scale(1.3); }
        .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          transform: rotateY(180deg); }
          .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: transparent;
            position: relative; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before, .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: calc(50% - 2px);
              background: #fff;
              width: 18px;
              height: 2px;
              display: inline-block;
              content: ''; }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before {
              transform: rotate(45deg); }
            .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
              transform: rotate(-45deg); }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-header-search-form {
        display: block;
        width: 200px;
        position: absolute;
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        margin: 0;
        padding: 15px 10px;
        transition: all .2s ease-in-out;
        transform: translateY(15px);
        visibility: hidden;
        opacity: 0;
        top: 42px;
        right: 0;
        text-align: left;
        z-index: 1099; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened {
        position: relative; }
        .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened .fl-flipper-icon {
          transition: 0.6s;
          transform: rotateY(180deg); }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened .fl-flipper-icon .fl-front-content {
        opacity: 0; }
      .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.closed .fl-flipper-icon .fl-back-content {
        opacity: 0; }

/*-------------------------------------------------------------------

==  Sub Menu

-------------------------------------------------------------------*/
nav.fl--navigation ul.menu li ul.sub-menu {
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  nav.fl--navigation ul.menu li ul.sub-menu li a {
    font-size: 17px !important;
    font-weight: normal !important; }
    nav.fl--navigation ul.menu li ul.sub-menu li a:after {
      content: "" !important; }

/*-------------------------------------------------------------------

==  Search

-------------------------------------------------------------------*/
.fl-search-full-width {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  display: none; }
  .fl-search-full-width.open .fl--hamburger-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 600ms ease-in; }

.fl-scrollUp {
  transition: all 0.5s;
  transform: translateY(-100%); }

/*-------------------------------------------------------------------

==  Menu default

-------------------------------------------------------------------*/
.fl-dark_logo .fl-header-menu-container {
  padding: 27px 15px !important; }
  .fl-dark_logo .fl-header-menu-container .fl--logo-container .fl--logo-light {
    display: none;
    text-align: center; }
  .fl-dark_logo .fl-header-menu-container .fl--logo-container .fl--logo-dark {
    display: block;
    text-align: center; }
  .fl-dark_logo .fl-header-menu-container .fl--navigation-container ul.menu li.menu-item-has-children a:after {
    color: #fff; }

.fl-light_logo .fl-header-menu-container {
  padding: 27px 15px !important; }
  .fl-light_logo .fl-header-menu-container .fl--logo-container .fl--logo-light {
    display: block;
    text-align: center; }
  .fl-light_logo .fl-header-menu-container .fl--logo-container .fl--logo-dark {
    display: none;
    text-align: center; }

.fl-navigation-style-one .fl--logo-container .fl--logo-dark, .fl-navigation-style-one .fl--logo-container .fl--logo-light {
  text-align: left !important; }

/*-------------------------------------------------------------------

==  Menu absolute

-------------------------------------------------------------------*/
.fl--navigation-menu-absolute-light {
  position: absolute;
  width: 100%;
  z-index: 1099; }
  .fl--navigation-menu-absolute-light .fl-header-menu-container {
    padding: 27px 15px !important; }
    .fl--navigation-menu-absolute-light .fl-header-menu-container .fl--logo-container .fl--logo-light {
      display: block; }
    .fl--navigation-menu-absolute-light .fl-header-menu-container .fl--logo-container .fl--logo-dark {
      display: none; }

.fl--navigation-menu-absolute-dark {
  position: absolute;
  width: 100%;
  z-index: 1000; }
  .fl--navigation-menu-absolute-dark .fl-header-menu-container {
    padding: 27px 15px !important; }
    .fl--navigation-menu-absolute-dark .fl-header-menu-container .fl--logo-container .fl--logo-light {
      display: none; }
    .fl--navigation-menu-absolute-dark .fl-header-menu-container .fl--logo-container .fl--logo-dark {
      display: block; }

.fl--header {
  margin: 0 auto;
  width: 100%;
  min-height: 90px;
  display: block;
  align-items: center;
  transition: all 0.3s ease-out; }
  .fl--header.fl--hide_bars .fl--navigation-icon-container .fl--sidebar-header-button {
    display: none !important; }
  .fl--header > .container {
    width: 100%; }
  .fl--header.fl-navigation-boxed-width .fl-header-menu-container {
    max-width: 1170px !important;
    padding: 40px 15px 0;
    margin: 0 auto;
    transition: all .3s ease-out; }
  .fl--header.fl-navigation-boxed-width .fl--header-topbar {
    max-width: 1170px !important;
    padding: 0 15px 0;
    margin: 0 auto;
    transition: all .3s ease-out; }
  .fl--header.fl-navigation-full-width .fl-header-menu-container {
    padding: 40px 80px 0; }
  .fl--header .fl-header-menu-container {
    width: 100%; }
    .fl--header .fl-header-menu-container .fl--logo-dark {
      display: none; }

.fl--nav-fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  transition: all 0.3s ease-out; }
  .fl--nav-fixed .fl-header-menu-container {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    transition: all .3s ease-out; }
    .fl--nav-fixed .fl-header-menu-container .fl--logo-container .fl--logo-light {
      display: none; }
    .fl--nav-fixed .fl-header-menu-container .fl--logo-container .fl--logo-dark {
      display: block; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li.menu-item-has-children > a:after {
      color: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li .sub-menu li a:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li .sub-menu li a:after {
      display: none !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:before {
      border: 2px solid #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:after {
      background: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
      background: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span {
      background: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
      background: #222 !important; }

.navigation_container {
  position: relative;
  width: 100%;
  min-height: 110px;
  display: flex;
  float: left;
  align-items: center; }

.fl-dark_logo {
  position: relative;
  z-index: 1099;
  background-color: #ffffff; }

.fl-light_logo {
  position: relative;
  z-index: 1099;
  background-color: #ffffff; }

.logo_light, .logo_dark {
  margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 70%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  text-align: center; }
  .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0.7;
    padding: 45px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu > li:last-child a {
    border-bottom: none; }
  .fl--mobile-menu li {
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      transition: background-color .3s ease-in;
      background: #f7f7f7; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        transition: 0.6s;
        transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          transition: 0.6s;
          opacity: 0; }
    .fl--mobile-menu li.opened .fl-menu-flipper-icon .fl-front-content {
      opacity: 0; }
    .fl--mobile-menu li.opened .fl-menu-flipper-icon .fl-back-content {
      opacity: 1; }
    .fl--mobile-menu li a {
      border-bottom: 1px solid #eee;
      position: relative;
      line-height: 1.1;
      display: block;
      padding: 17px 40px 17px 24px;
      color: #222222;
      font-size: 11px;
      text-transform: uppercase; }
      .fl--mobile-menu li a .fl-menu-flipper-icon {
        position: absolute;
        right: 0;
        color: #000;
        height: 100%;
        width: 50px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      .fl--mobile-menu li a:hover {
        color: #000; }
    .fl--mobile-menu li:last-child {
      border-bottom: none; }
    .fl--mobile-menu li > .sub-menu {
      display: none;
      background: #f7f7f7; }
      .fl--mobile-menu li > .sub-menu li a {
        text-transform: none;
        font-size: 11px; }
      .fl--mobile-menu li > .sub-menu li .sub-menu {
        border-left: none;
        margin-left: 0; }
        .fl--mobile-menu li > .sub-menu li .sub-menu li a {
          padding-left: 37px; }
    > .fl--mobile-menu li:first-child a {
      border-bottom: none; }

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #f7f7f7; }
.fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
  text-align: left;
  padding-bottom: 30px; }

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 30px; }

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    backface-visibility: hidden;
    opacity: 1; }
  .fl-menu-flipper-icon .fl-back-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    transform: rotateY(180deg);
    opacity: 0; }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-in;
  border: 0;
  border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer; }
  .fl-close-sidebar-icon:before {
    font-family: fl-custom-icon-font;
    content: '\e805';
    color: #2a2b30 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

ul.fl-sidebar-social-profiles {
  position: relative;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.fl-sidebar-social-profiles li {
    display: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.fl-sidebar-social-profiles li a i {
        display: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
        border-radius: 100%; }
      ul.fl-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.fl-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.fl-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.fl-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.fl-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.fl-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.fl-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.fl-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.fl-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.fl-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.fl-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important; }

/*-------------------------------------------------------------------

== Mobile Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/
.fl--rows {
  display: flex; }

.fl--blog-style-standard .fl-post--item {
  margin: 35px 0; }
  .fl--blog-style-standard .fl-post--item:first-child {
    margin-top: 0; }
  .fl--blog-style-standard .fl-post--item .fl-post-top-content {
    padding-bottom: 50px; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder {
      position: relative; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder img {
        max-width: 100%; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard {
        display: inline-block;
        line-height: 1;
        position: absolute;
        bottom: 45px;
        left: 35px;
        color: #fff;
        font-size: 12px;
        z-index: 2; }
        .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard a {
          color: inherit; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery {
      position: relative; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider {
        overflow: hidden;
        position: relative; }
        .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots {
          display: block;
          position: absolute;
          bottom: 0;
          width: 100%;
          padding: 0;
          margin: 0;
          text-align: center; }
          .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li {
            display: inline-block; }
            .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button {
              display: block;
              width: 9px;
              height: 9px;
              padding: 0 10px;
              cursor: pointer;
              color: transparent;
              border: 0;
              outline: none;
              background: transparent;
              position: relative; }
              .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button:before {
                left: 0;
                position: absolute;
                width: 9px;
                height: 9px;
                content: '';
                text-align: center;
                border-radius: 50%;
                background-color: #ffffff;
                opacity: 0.5; }
          .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li.slick-active button:before {
            opacity: 1 !important; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--image-contain {
      position: relative; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--quote-contain .fl-post--quote {
      position: relative;
      width: 100%;
      min-height: 200px;
      background-size: cover; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text {
        position: relative;
        font-size: 40px;
        line-height: 42px; }
        .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text a span {
          padding: 0 50px;
          text-align: center;
          display: block; }
        .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text:before {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f10d";
          font-size: 48px;
          display: block;
          text-align: center;
          padding-top: 50px;
          padding-bottom: 30px; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text-padding span {
        padding: 0 50px 50px 50px; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-author {
        display: block;
        position: relative;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 50px 50px 50px; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--video-contain {
      position: relative; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--video-contain .fl-post-category-standard {
        bottom: 65px; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post-category-standard {
      display: inline-block;
      line-height: 1;
      position: absolute;
      bottom: 45px;
      left: 35px;
      color: #fff;
      font-size: 12px;
      z-index: 2; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post-category-standard a {
        padding: 12px;
        color: inherit;
        border-radius: 3%;
        margin-right: 5px;
        transition: all .3s; }
  .fl--blog-style-standard .fl-post--item .fl-post-bottom-content {
    padding: 0 50px 33px 0;
    text-align: left;
    position: relative; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content:after {
      content: '';
      width: 45%;
      height: 1px;
      background: #eee;
      position: absolute;
      bottom: 0;
      right: 0; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content:before {
      content: '';
      width: 45%;
      height: 1px;
      background: #eee;
      position: absolute;
      bottom: 0;
      left: 0; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info {
      font-size: 13px;
      padding-bottom: 15px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info .fl-author-info {
        padding-right: 20px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info .fl-date-info {
        padding-right: 20px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-info i {
        padding-right: 4px; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post--title {
      font-size: 32px;
      margin-bottom: 20px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post--title a {
        color: inherit;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        display: block; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
      padding-bottom: 0px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post-text--content:before {
        content: unset; }
  .fl--blog-style-standard .fl-post--item .fl-post-share-contain {
    position: relative;
    padding-bottom: 60px; }
    .fl--blog-style-standard .fl-post--item .fl-post-share-contain a.fl-share {
      text-align: center;
      position: relative;
      top: -13px;
      left: 0;
      right: 0;
      display: block; }
      .fl--blog-style-standard .fl-post--item .fl-post-share-contain a.fl-share i {
        border: none;
        width: 40px; }
    .fl--blog-style-standard .fl-post--item .fl-post-share-contain .fl-share-buttons-contain {
      text-align: center;
      transition: all 0.3s;
      height: 0px;
      overflow: hidden; }
      .fl--blog-style-standard .fl-post--item .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain {
        display: inline-block;
        padding: 5px 15px;
        background: #f79d05; }
        .fl--blog-style-standard .fl-post--item .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain i:hover {
          opacity: .8;
          transition: all .3s; }
    .fl--blog-style-standard .fl-post--item .fl-post-share-contain .active {
      height: fit-content;
      transition: all 0.3s;
      position: absolute;
      left: 0;
      right: 0;
      top: 20px;
      width: fit-content;
      margin: auto;
      padding: 15px;
      z-index: 9; }
      .fl--blog-style-standard .fl-post--item .fl-post-share-contain .active:before {
        content: '';
        position: absolute;
        border: 10px solid transparent;
        border-bottom: 11px solid #f79d05;
        top: -4px;
        left: 0;
        right: 0;
        width: fit-content;
        margin: auto; }
    .fl--blog-style-standard .fl-post--item .fl-post-share-contain:after {
      content: '';
      position: absolute;
      width: 120px;
      height: 20px;
      left: 0;
      right: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      top: 40px;
      z-index: -1;
      background: url(../css/images/ornament_after_post.png) no-repeat; }
.fl--blog-style-standard .sticky {
  -webkit-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 2px 44px -19px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 15px; }
  .fl--blog-style-standard .sticky .fl-post-bottom-content {
    margin: 30px;
    padding: 0 50px 0px 0;
    border-bottom: 0px #eee solid; }
  .fl--blog-style-standard .sticky .fl-post-share-contain {
    display: none; }

.fl--blog-style-two .sticky {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 2px 44px -19px rgba(0, 0, 0, 0.3);
  margin-bottom: 45px; }
  .fl--blog-style-two .sticky .fl-post-top-content .fl-post--holder img {
    max-width: 100%; }
  .fl--blog-style-two .sticky .fl-post-bottom-content {
    margin: 30px;
    margin-top: 0px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1; }
  .fl--blog-style-two .sticky .fl-post-share-contain {
    padding-bottom: 105px; }
  .fl--blog-style-two .sticky:after {
    content: ' ';
    background: url(../css/images/icon_box_three_bg.png) no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    overflow: hidden; }
.fl--blog-style-two .fl-post-top-content {
  padding-bottom: 35px; }
  .fl--blog-style-two .fl-post-top-content .fl-post--holder {
    position: relative; }
  .fl--blog-style-two .fl-post-top-content .fl-post--gallery {
    position: relative; }
    .fl--blog-style-two .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider {
      overflow: hidden;
      position: relative; }
      .fl--blog-style-two .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center; }
        .fl--blog-style-two .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li {
          display: inline-block; }
          .fl--blog-style-two .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button {
            display: block;
            width: 9px;
            height: 9px;
            padding: 0 10px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
            position: relative; }
            .fl--blog-style-two .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button:before {
              left: 0;
              position: absolute;
              width: 9px;
              height: 9px;
              content: '';
              text-align: center;
              border-radius: 50%;
              background-color: #ffffff;
              opacity: 0.5; }
        .fl--blog-style-two .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li.slick-active button:before {
          opacity: 1 !important; }
  .fl--blog-style-two .fl-post-top-content .fl-post--image-contain {
    position: relative; }
  .fl--blog-style-two .fl-post-top-content .fl-post--quote-contain .fl-post--quote {
    position: relative;
    width: 100%;
    min-height: 200px; }
    .fl--blog-style-two .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text {
      position: relative;
      font-size: 40px;
      line-height: 42px; }
      .fl--blog-style-two .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text a span {
        padding: 0 50px;
        text-align: center;
        display: block; }
      .fl--blog-style-two .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f10d";
        font-size: 48px;
        display: block;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 30px; }
    .fl--blog-style-two .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text-padding span {
      padding: 0 50px 50px 50px; }
    .fl--blog-style-two .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-author {
      display: block;
      position: relative;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      padding: 10px 50px 50px 50px; }
  .fl--blog-style-two .fl-post-top-content .fl-post--video-contain {
    position: relative; }
    .fl--blog-style-two .fl-post-top-content .fl-post--video-contain .fl-post-category-standard {
      bottom: 65px; }
  .fl--blog-style-two .fl-post-top-content .fl-post-category-standard {
    display: inline-block;
    line-height: 1;
    position: absolute;
    bottom: 45px;
    left: 35px;
    color: #fff;
    font-size: 12px;
    z-index: 2; }
    .fl--blog-style-two .fl-post-top-content .fl-post-category-standard a {
      padding: 12px;
      color: inherit;
      border-radius: 3%;
      margin-right: 5px;
      transition: all .3s; }
.fl--blog-style-two .fl-post-bottom-content {
  text-align: center;
  padding-bottom: 65px; }
  .fl--blog-style-two .fl-post-bottom-content .fl-post-info {
    font-size: 13px;
    padding-bottom: 15px; }
    .fl--blog-style-two .fl-post-bottom-content .fl-post-info .fl-date-info {
      padding-right: 20px; }
    .fl--blog-style-two .fl-post-bottom-content .fl-post-info i {
      padding-right: 4px; }
  .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title {
    font-size: 32px;
    margin-bottom: 20px; }
    .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title a {
      color: inherit;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      max-width: 360px;
      display: block;
      line-height: 36px; }
  .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
    padding-top: 20px;
    position: relative;
    padding-bottom: 35px !important; }
    .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post-text--content:before {
      content: '';
      position: absolute;
      width: 120px;
      height: 20px;
      left: 0;
      right: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 333;
      background: url(../images/ornament_after_post.png) no-repeat;
      bottom: 0; }
  .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info a.fl--readmore-link {
    font-size: 18px;
    color: #333333;
    position: relative;
    top: 15px; }

.fl--blog-style-full-width .fl-post--item {
  margin-bottom: 90px; }
  .fl--blog-style-full-width .fl-post--item .fl-post-left-content {
    min-height: 1px;
    width: 59%;
    float: left;
    display: inline-block; }
    .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder {
      position: relative; }
      .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper {
        position: absolute;
        top: 43px;
        right: 38px;
        width: 84px;
        height: 84px;
        padding-top: 15px;
        font-size: 34px;
        line-height: 1;
        text-align: center;
        opacity: .9;
        color: #fff;
        border: 4px solid #efefef;
        border-radius: 50%; }
        .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper .fl-entry-date-month {
          margin-top: 3px;
          font-style: normal;
          font-size: 10px;
          font-weight: 400 !important;
          text-transform: uppercase; }
      .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-image-decor {
        height: 30px;
        width: 4px;
        display: block;
        position: absolute;
        right: 20px;
        bottom: -30px; }
        .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-image-decor:before {
          position: absolute;
          bottom: 100%;
          display: block;
          width: 4px;
          height: 10px;
          content: '';
          background-color: white; }
  .fl--blog-style-full-width .fl-post--item .fl-post-right-content {
    width: 41%;
    float: left;
    display: inline-block;
    padding: 57px 40px 0 50px; }
    .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a {
      line-height: 1;
      white-space: nowrap;
      transition: color .3s ease-in;
      color: inherit; }
      .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a:hover {
        transition: color .3s ease-in; }
    .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category .fl-category-delimiter {
      margin-right: 8px; }
    .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title {
      margin-top: 9px;
      margin-bottom: 0;
      padding-bottom: 25px;
      font-size: 22px;
      line-height: 1.4545;
      letter-spacing: 0; }
      .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title a {
        color: inherit;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        display: block; }

.fl-post-btn-read-more {
  margin-top: 26px;
  overflow: hidden; }
  .fl-post-btn-read-more .fl-post-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase !important;
    color: #232323;
    transition: all .3s;
    letter-spacing: .02em;
    padding: 11px 25px 0 0;
    position: relative;
    overflow: hidden; }
    .fl-post-btn-read-more .fl-post-link:hover:after {
      transition: .7s linear;
      background-position: 150% 0; }
    .fl-post-btn-read-more .fl-post-link .icon {
      display: inline-block;
      border-width: 4px 6px;
      border-style: solid;
      border-color: transparent; }
    .fl-post-btn-read-more .fl-post-link:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 110%;
      height: 100%;
      content: '';
      transform: skewX(-50deg);
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
      background-size: 2em 100%; }

/*-------------------------------------------------------------------

==  Blog single

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Post holder

-------------------------------------------------------------------*/
.fl--post-holder {
  position: relative; }
  .fl--post-holder .fl-post-top-content {
    padding-bottom: 25px; }
    .fl--post-holder .fl-post-top-content .fl-post--holder {
      position: relative; }
      .fl--post-holder .fl-post-top-content .fl-post--holder .fl-post-category-standard {
        display: inline-block;
        line-height: 1;
        position: absolute;
        bottom: 45px;
        left: 35px;
        color: #fff;
        font-size: 12px;
        z-index: 2; }
        .fl--post-holder .fl-post-top-content .fl-post--holder .fl-post-category-standard a {
          color: inherit; }
    .fl--post-holder .fl-post-top-content .fl-post--gallery {
      position: relative; }
      .fl--post-holder .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider {
        overflow: hidden;
        position: relative; }
        .fl--post-holder .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots {
          display: block;
          position: absolute;
          bottom: 0;
          width: 100%;
          padding: 0;
          margin: 0;
          text-align: center; }
          .fl--post-holder .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li {
            display: inline-block; }
            .fl--post-holder .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button {
              display: block;
              width: 9px;
              height: 9px;
              padding: 0 10px;
              cursor: pointer;
              color: transparent;
              border: 0;
              outline: none;
              background: transparent;
              position: relative; }
              .fl--post-holder .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button:before {
                left: 0;
                position: absolute;
                width: 9px;
                height: 9px;
                content: '';
                text-align: center;
                border-radius: 50%;
                background-color: #ffffff;
                opacity: 0.5; }
          .fl--post-holder .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li.slick-active button:before {
            opacity: 1 !important; }
    .fl--post-holder .fl-post-top-content .fl-post--image-contain {
      position: relative; }
    .fl--post-holder .fl-post-top-content .fl-post--quote-contain .fl-post--quote {
      position: relative;
      width: 100%;
      min-height: 200px; }
      .fl--post-holder .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text {
        position: relative;
        font-size: 40px;
        line-height: 42px; }
        .fl--post-holder .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text a span {
          padding: 0 50px;
          text-align: center;
          display: block; }
        .fl--post-holder .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text:before {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f10d";
          font-size: 48px;
          display: block;
          text-align: center;
          padding-top: 50px;
          padding-bottom: 30px; }
      .fl--post-holder .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text-padding span {
        padding: 0 50px 50px 50px; }
      .fl--post-holder .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-author {
        display: block;
        position: relative;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 50px 50px 50px; }
    .fl--post-holder .fl-post-top-content .fl-post--video-contain {
      position: relative; }
      .fl--post-holder .fl-post-top-content .fl-post--video-contain .fl-post-category-standard {
        bottom: 65px; }
    .fl--post-holder .fl-post-top-content .fl-post-category-standard {
      display: inline-block;
      line-height: 1;
      position: absolute;
      bottom: 45px;
      left: 35px;
      color: #fff;
      font-size: 12px;
      z-index: 2; }
      .fl--post-holder .fl-post-top-content .fl-post-category-standard a {
        padding: 12px;
        color: inherit;
        border-radius: 3%;
        margin-right: 5px;
        transition: all .3s; }

.fl--post-info .fl-post-info {
  font-size: 13px;
  padding-bottom: 15px; }
  .fl--post-info .fl-post-info .fl-author-info {
    padding-right: 20px; }
  .fl--post-info .fl-post-info .fl-date-info {
    padding-right: 20px; }
  .fl--post-info .fl-post-info i {
    padding-right: 4px; }
.fl--post-info .fl-post-content--info .fl-post--title {
  font-size: 32px;
  margin-bottom: 20px; }
  .fl--post-info .fl-post-content--info .fl-post--title a {
    color: inherit; }
.fl--post-info .fl-post-content--info .fl-post-text--content {
  font-size: 16px;
  color: #333333; }

/*-------------------------------------------------------------------

==  Post Content

-------------------------------------------------------------------*/
.fl-content-wrapper .fl-post-content-top {
  padding-bottom: 40px; }
  .fl-content-wrapper .fl-post-content-top .fl_content_story {
    position: relative; }
    .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post--title-info {
      margin-top: 9px;
      padding-bottom: 15px;
      font-size: 23px;
      letter-spacing: 0;
      margin-bottom: 6px; }
    .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry {
      margin-bottom: 20px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      font-size: 11px;
      line-height: 1; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-avatar {
        margin-right: 8px; }
        .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-avatar img {
          border-radius: 50%; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-info .author-prefix {
        margin-right: 3px; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-info .author-link a {
        color: inherit; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-date-info .date-prefix {
        margin-right: 3px; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-comment--info .fl-post-comments {
        color: inherit;
        transition: .3s ease-in; }
        .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-comment--info .fl-post-comments i {
          margin-right: 3px; }
        .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-comment--info .fl-post-comments:hover {
          transition: .3s ease-in; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-delimeter {
        width: 1px;
        height: 12px;
        position: relative;
        background: #eee;
        display: inline-flex;
        margin: 0 10px; }
.fl-content-wrapper .fl-post-content-bottom {
  margin-top: 85px; }

/*-------------------------------------------------------------------

==  Commments

-------------------------------------------------------------------*/
.fl-comments-container {
  margin-bottom: 1.25rem; }
  .fl-comments-container input, .fl-comments-container textarea {
    margin-bottom: 30px; }
  .fl-comments-container .fl-comment-title {
    margin-bottom: 0px;
    font-size: 30px;
    padding-bottom: 0px; }
  .fl-comments-container .fl-comments-list {
    margin-top: 55px; }
    .fl-comments-container .fl-comments-list .comment, .fl-comments-container .fl-comments-list .pingback {
      margin-bottom: 0px; }
      .fl-comments-container .fl-comments-list .comment .fl-comment-avatar, .fl-comments-container .fl-comments-list .pingback .fl-comment-avatar {
        transition: all .3s ease;
        float: left;
        width: 98px;
        height: 98px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 30px; }
        .fl-comments-container .fl-comments-list .comment .fl-comment-avatar img, .fl-comments-container .fl-comments-list .pingback .fl-comment-avatar img {
          height: 100%;
          width: 100%; }
      .fl-comments-container .fl-comments-list .comment .fl-comment-meta, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta {
        padding-left: 128px;
        padding-bottom: 0px; }
        .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper {
          position: relative;
          margin-bottom: 20px;
          padding-right: 70px;
          line-height: 1; }
          .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name {
            display: inline-block;
            margin-bottom: 6px;
            letter-spacing: 0;
            color: #333;
            font-size: 18px;
            padding-right: 15px; }
            .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a {
              transition: .3s ease; }
              .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a:hover, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a:hover {
                color: #aaa;
                transition: .3s ease; }
          .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time {
            font-size: 13px;
            letter-spacing: 0;
            color: #333333;
            display: inline-block; }
            .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a {
              color: inherit;
              transition: all .3s ease; }
              .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a:hover, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a:hover {
                transition: all .3s ease; }
          .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply {
            display: inline-block;
            font-size: 13px;
            text-transform: uppercase; }
            .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
              font-weight: 600;
              color: #aaa;
              transition: .3s ease;
              padding-left: 20px; }
              .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a .fl-custom-icon-separator:before, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a .fl-custom-icon-separator:before {
                font: normal normal normal 14px/1 FontAwesome;
                font-weight: 900;
                content: "\f112"; }
              .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a:hover, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a:hover {
                color: #333333;
                transition: .3s ease; }
      .fl-comments-container .fl-comments-list .comment > .comment, .fl-comments-container .fl-comments-list .pingback > .comment {
        padding-left: 30px;
        padding-bottom: 0;
        padding-right: 0; }
        .fl-comments-container .fl-comments-list .comment > .comment:last-child, .fl-comments-container .fl-comments-list .pingback > .comment:last-child {
          margin-bottom: 0; }
        .fl-comments-container .fl-comments-list .comment > .comment > .comment, .fl-comments-container .fl-comments-list .pingback > .comment > .comment {
          padding-left: 0 !important;
          padding-right: 0 !important; }
    .fl-comments-container .fl-comments-list .pingback .fl-comment-avatar {
      display: none; }
    .fl-comments-container .fl-comments-list .pingback .fl-comment-meta {
      padding-left: 0; }
      .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper {
        padding-right: 0; }

.fl-reply-title {
  margin-bottom: 11px;
  font-size: 30px;
  padding-bottom: 12px; }

#commentform {
  margin-top: 0;
  padding: 10px 0 35px; }
  #commentform .fl--input__field {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 20px 62px 20px 20px;
    border: 2px solid #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    font-size: 15px;
    letter-spacing: .02em; }
  #commentform .fl-submit-comment {
    margin: auto;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: none;
    transition: all .2s ease-in;
    padding: 13px 25px;
    font-size: 16px;
    width: auto; }
  #commentform .comment-form-cookies-consent {
    color: #777777; }
    #commentform .comment-form-cookies-consent input {
      margin-right: 10px; }
  #commentform a {
    color: #666;
    transition: .3s ease; }
    #commentform a:hover {
      transition: .3s ease; }

.comment-respond {
  width: 100%;
  margin-bottom: 28px;
  padding-top: 30px; }

#cancel-comment-reply-link {
  font-size: 16px;
  color: #aaa;
  transition: .3s ease; }
  #cancel-comment-reply-link:hover {
    color: #232323;
    transition: .3s ease; }

/*-------------------------------------------------------------------

==  Animation border Form

-------------------------------------------------------------------*/
.fl-input-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }

.fl--input__field--animation:focus + .fl--input__label::after,
.input--filled .fl--input__label::after {
  transform: translate3d(0, 0, 0); }

/*-------------------------------------------------------------------

==  Tags and Share

-------------------------------------------------------------------*/
.fl-tags-share-post .fl-tags-single-blog {
  text-align: center;
  margin-bottom: 40px; }
  .fl-tags-share-post .fl-tags-single-blog a {
    transition: all .3s;
    border-radius: 3px;
    margin: 5px 5px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px; }
.fl-tags-share-post .fl-share-contain {
  position: relative; }
  .fl-tags-share-post .fl-share-contain:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    left: 0;
    top: 11px;
    background-color: #efefef; }
  .fl-tags-share-post .fl-share-contain:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    right: 0;
    top: 11px;
    background-color: #efefef; }
.fl-tags-share-post .fl-post-share-contain {
  position: relative; }
  .fl-tags-share-post .fl-post-share-contain a.fl-share {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    display: block; }
    .fl-tags-share-post .fl-post-share-contain a.fl-share:before {
      content: '';
      position: absolute;
      width: 45%;
      height: 1px;
      left: 0;
      top: 11px;
      background-color: #efefef; }
    .fl-tags-share-post .fl-post-share-contain a.fl-share:after {
      content: '';
      position: absolute;
      width: 45%;
      height: 1px;
      right: 0;
      top: 11px;
      background-color: #efefef; }
    .fl-tags-share-post .fl-post-share-contain a.fl-share i {
      border: none;
      background: none; }
  .fl-tags-share-post .fl-post-share-contain .fl-share-buttons-contain {
    text-align: center;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0; }
    .fl-tags-share-post .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain {
      display: inline-block;
      padding: 0 15px;
      background: #f79d05; }
  .fl-tags-share-post .fl-post-share-contain .active {
    height: fit-content;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    margin: auto;
    padding: 15px;
    z-index: 9; }
    .fl-tags-share-post .fl-post-share-contain .active:before {
      content: '';
      position: absolute;
      border: 10px solid transparent;
      border-bottom: 11px solid #f79d05;
      top: -4px;
      left: 0;
      right: 0;
      width: fit-content;
      margin: auto; }
  .fl-tags-share-post .fl-post-share-contain:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 20px;
    left: 0;
    right: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    top: 53px;
    z-index: -1;
    background: url(../css/images/ornament_after_post.png) no-repeat; }

.tm-holder-function .fl-content-wrapper .fl-tags-share-post .fl-share-contain:before {
  width: 55%; }

/*-------------------------------------------------------------------

==  Post Author

-------------------------------------------------------------------*/
.fl--post-author-container {
  display: flex;
  margin-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px #eeeeee solid; }
  .fl--post-author-container .fl-post-author-left {
    padding-right: 15px; }
    .fl--post-author-container .fl-post-author-left img {
      width: 450px;
      height: 160px;
      border-radius: 50%; }
  .fl--post-author-container .fl-post-author-right {
    padding-left: 15px;
    padding-right: 15px; }
    .fl--post-author-container .fl-post-author-right .fl-post-author-name-contain {
      font-size: 24px;
      margin-bottom: 18px; }
      .fl--post-author-container .fl-post-author-right .fl-post-author-name-contain span {
        font-size: 24px; }
    .fl--post-author-container .fl-post-author-right .fl-post-author-socials a {
      color: #777777;
      background: #eeeeee;
      border-radius: 50%;
      padding: 5px 8px;
      margin-right: 8px; }
    .fl--post-author-container .fl-post-author-right .fl-post-author-desc-contain {
      margin-top: 18px; }

/*-------------------------------------------------------------------

==  Related Posts

-------------------------------------------------------------------*/
.fl-blog-inner-related-posts-wrapper {
  margin-top: 75px; }
  .fl-blog-inner-related-posts-wrapper .fl-related-posts-title-wrapper {
    margin-bottom: 25px; }
    .fl-blog-inner-related-posts-wrapper .fl-related-posts-title-wrapper .fl-related-posts-title {
      margin-bottom: 11px;
      font-size: 20px;
      padding-bottom: 12px; }
  .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item {
    width: calc(33.3333% - 10px);
    float: left; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item:first-child {
      margin-right: 15px; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item:last-child {
      margin-left: 15px; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .resent-post-img {
      margin-bottom: 15px; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-resent-post-title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
      .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-resent-post-title a {
        color: inherit; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-date-info {
      font-size: 11px; }
      .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-date-info .date-prefix {
        margin-right: 5px; }

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.fl-blog-post-pagination {
  direction: ltr !important; }
  .fl-blog-post-pagination .page-numbers {
    padding: 10px 15px;
    border: 2px #eeeeee solid;
    margin: 0 5px;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 0px; }
  .fl-blog-post-pagination .current {
    font-weight: 600; }
  .fl-blog-post-pagination .prev {
    margin-right: 18px; }
  .fl-blog-post-pagination .next {
    margin-left: 18px; }

.fl-post-inner-pagination, .fl-page-inner-pagination {
  direction: ltr !important;
  margin: 10px 0 0;
  display: inline-block;
  padding: 6px 0px 3px; }
  .fl-post-inner-pagination .fl-pagination-text, .fl-page-inner-pagination .fl-pagination-text {
    float: left;
    padding: 13px 6px 14px 0px;
    line-height: 7px;
    color: #666 !important; }
  .fl-post-inner-pagination .page-numbers, .fl-page-inner-pagination .page-numbers {
    font-size: 11px;
    cursor: pointer;
    position: relative;
    float: left;
    padding: 15px 6px 14px;
    line-height: 1;
    text-decoration: none;
    color: #222 !important;
    margin: 0 3px;
    margin-left: -1px;
    text-transform: uppercase;
    text-align: center;
    transition: font-weight 0ms, color .3s; }
  .fl-post-inner-pagination a, .fl-page-inner-pagination a {
    color: #222 !important; }
    .fl-post-inner-pagination a .page-numbers, .fl-page-inner-pagination a .page-numbers {
      color: inherit; }
      .fl-post-inner-pagination a .page-numbers:before, .fl-page-inner-pagination a .page-numbers:before {
        display: none !important; }
  .fl-post-inner-pagination .post-page-numbers .page-numbers, .fl-page-inner-pagination .post-page-numbers .page-numbers {
    padding: 10px 15px;
    border: 2px #eeeeee solid;
    margin: 0 5px;
    letter-spacing: -1px; }
  .fl-post-inner-pagination .current, .fl-page-inner-pagination .current {
    font-weight: 600; }
    .fl-post-inner-pagination .current span, .fl-page-inner-pagination .current span {
      color: #ffffff; }

/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 60px; }
  .sidebar .widget a {
    transition: .3s ease; }
    .sidebar .widget a:hover {
      transition: .3s ease; }
  .sidebar .widget:last-child {
    margin-bottom: 0 !important; }
  .sidebar .widget ul {
    list-style: none; }
    .sidebar .widget ul li {
      font-size: 15px;
      list-style: none;
      margin-bottom: 0; }
      .sidebar .widget ul li a {
        color: inherit; }
  .sidebar .widget select {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    resize: none;
    appearance: none;
    background: #fff url("../css/images/arrow-dropdown.png") center right 10px no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 20px 62px 20px 20px;
    border: 2px solid #eee !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    font-size: 15px;
    letter-spacing: .02em;
    -webkit-appearance: none; }
.sidebar .fl-widget--title {
  font-size: 24px;
  padding-bottom: 2px;
  letter-spacing: .05em;
  margin: 0 0 12px; }
.sidebar .fl-widget-title-decor {
  width: 100%;
  content: '';
  border-bottom: 3px solid transparent;
  -webkit-border-image: url(../images/border_widget.png);
  -o-border-image: url(../images/border_widget.png);
  border-image-slice: 2;
  border-image-outset: 0;
  background-color: transparent;
  margin: 10px 0 35px 0; }

/*-------------------------------------------------------------------

==  Search widget

-------------------------------------------------------------------*/
.widget_search fieldset {
  position: relative; }
.widget_search input.searchinput {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 62px 20px 20px;
  border: 2px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: 0.02em; }
  .widget_search input.searchinput:active, .widget_search input.searchinput:focus, .widget_search input.searchinput:hover {
    background-color: #fff !important; }
.widget_search .searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 63px; }
  .widget_search .searchsubmit .submit-btn {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    padding-right: 20px;
    line-height: 1;
    text-align: center;
    border: none;
    background-color: transparent !important;
    width: 0px; }
  .widget_search .searchsubmit i {
    z-index: 1;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    text-align: center;
    margin: 18px 0;
    padding: 5px 23px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    border-left: 1px #eee solid; }
  .widget_search .searchsubmit:hover i {
    transition: transform .3s ease;
    transform: scale(1.2); }

/*-------------------------------------------------------------------

==  Calendar widget

-------------------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  background: #fff; }
  .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .widget_calendar .calendar_wrap #wp-calendar caption {
      caption-side: top;
      text-align: center;
      height: 30px;
      line-height: 18px;
      font-size: 15px;
      padding: 0;
      font-weight: 700;
      color: #222;
      text-transform: uppercase; }
    .widget_calendar .calendar_wrap #wp-calendar thead th,
    .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
    .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent;
      border-bottom: 1px #eeeeee solid; }
      .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #222; }
    .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent;
      border-bottom: 1px #eeeeee solid; }
      .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        position: relative; }
        .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          display: block;
          position: relative;
          z-index: 2; }
          .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #fff !important; }
            .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
              background: #222; }
    .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: relative;
      bottom: 0;
      width: 100%;
      height: 36px;
      line-height: 54px; }
      .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        position: absolute;
        width: 36px;
        padding: 0; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
          background-color: #fff;
          position: relative;
          margin: 0 auto;
          width: 28px;
          height: 28px;
          line-height: 24px;
          text-align: center;
          transition: all .3s ease-in; }
          .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
            transition: all .3s ease-in; }
            .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
              transition: all .3s ease-in; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
      .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }

/*-------------------------------------------------------------------

==  Archive Widget

-------------------------------------------------------------------*/
.widget_archive ul {
  list-style: none;
  margin: 0; }
  .widget_archive ul li {
    position: relative;
    padding: 7px 0;
    border-bottom: 1px #eee solid; }
    .widget_archive ul li a {
      font-size: 15px;
      line-height: 1; }
    .widget_archive ul li span {
      color: #908c8a;
      font-weight: 700;
      font-size: 15px;
      line-height: 19px; }
    .widget_archive ul li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .widget_archive ul li:first-child {
      padding-top: 0; }
    .widget_archive ul li:before {
      content: ""; }
    .widget_archive ul li:hover a {
      color: #cccccc; }
.widget_archive select {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 62px 20px 20px;
  border: 2px solid #eee !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em;
  -webkit-appearance: none; }

/*-------------------------------------------------------------------

==  Recent Comments Widget

-------------------------------------------------------------------*/
.widget_recent_comments .recentcomments {
  padding: 15px 0;
  border-bottom: 1px #eee solid;
  color: #908c8a; }
  .widget_recent_comments .recentcomments .comment-author-link a {
    text-transform: uppercase; }
  .widget_recent_comments .recentcomments:first-child {
    padding-top: 0; }
  .widget_recent_comments .recentcomments a {
    line-height: inherit;
    font-weight: normal;
    color: #8a9535 !important; }
.widget_recent_comments .widget_recent_comments .comment-author-link {
  font: inherit; }
.widget_recent_comments ul {
  margin-left: 0px; }
  .widget_recent_comments ul li:before {
    content: unset; }

/*-------------------------------------------------------------------

==  Tag Widget

-------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
  padding: 10px;
  border-radius: 3px;
  margin: 5px 5px;
  font-size: 15px !important;
  display: inline-block; }

/*-------------------------------------------------------------------

==  Meta Widget

-------------------------------------------------------------------*/
.widget_meta ul {
  background: #fff;
  margin-left: 0px; }
  .widget_meta ul li {
    padding-bottom: 13px; }
    .widget_meta ul li:before {
      content: unset; }
    .widget_meta ul li a:hover {
      color: #777777; }
    .widget_meta ul li:last-child {
      padding-bottom: 0; }

/*-------------------------------------------------------------------

==  RSS Widget

-------------------------------------------------------------------*/
.widget_rss .rsswidget img {
  display: none; }
.widget_rss ul {
  background: #fff; }
  .widget_rss ul li {
    padding-bottom: 35px; }
    .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .widget_rss ul li .rsswidget {
      color: #222222;
      display: block;
      margin-bottom: 5px;
      transition: opacity .3s ease; }
      .widget_rss ul li .rsswidget:hover {
        opacity: .6; }
    .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #6c6c6c;
      text-align: right; }

/*-------------------------------------------------------------------

==  Recent Entries Widget

-------------------------------------------------------------------*/
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  background: #fff; }
  .widget_recent_entries ul li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0; }
    .widget_recent_entries ul li a {
      line-height: 20px; }
      .widget_recent_entries ul li a:hover {
        border-bottom: 2px solid; }
    .widget_recent_entries ul li span {
      position: absolute;
      top: 3px;
      right: 0;
      line-height: 20px; }
    .widget_recent_entries ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .widget_recent_entries ul li:before {
      content: ""; }

/*-------------------------------------------------------------------

==  Newest works widget

-------------------------------------------------------------------*/
.fl-newest-works-widget .fl-newest-works-img {
  position: relative;
  cursor: pointer; }
  .fl-newest-works-widget .fl-newest-works-img a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: all .3s ease;
    opacity: 0;
    box-shadow: inset 0 0 84px 10px #000; }
  .fl-newest-works-widget .fl-newest-works-img:hover a:after {
    transition: all .3s ease;
    opacity: .9; }

/*-------------------------------------------------------------------

==  Newest works widget

-------------------------------------------------------------------*/
.fl-newest-works-widget .fl-newest-works-img {
  position: relative;
  cursor: pointer; }
  .fl-newest-works-widget .fl-newest-works-img a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: all .3s ease;
    opacity: 0;
    box-shadow: inset 0 0 84px 10px #000; }
  .fl-newest-works-widget .fl-newest-works-img:hover a:after {
    transition: all .3s ease;
    opacity: .9; }

/*-------------------------------------------------------------------

==  Lasts Posts widget

-------------------------------------------------------------------*/
.fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post {
  padding: 25px 0;
  border-bottom: 1px #eeeeee solid; }
  .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-img {
    float: left;
    margin-right: 22px; }
  .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title {
    display: block;
    margin-bottom: 25px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px; }
    .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title a {
      line-height: 22px;
      color: #222; }
  .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl--post-date-info {
    line-height: 1;
    font-size: 13px;
    color: #333; }
    .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl--post-date-info i {
      padding-right: 10px; }
  .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post:first-child {
    padding-top: 0px; }

.fl-header-sidebar .sidebar_container .fl_last_post_widget .fl--last-post {
  padding: 15px 20px 10px 0;
  background: #f7f7f7; }

/*-------------------------------------------------------------------

==  Contact Us

-------------------------------------------------------------------*/
.fl-contact-us-widget .contact-info-div {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 12px !important;
  color: #222222 !important; }
  .fl-contact-us-widget .contact-info-div .contact-us-icon {
    font-size: 16px;
    color: #666666 !important;
    min-width: 25px; }
  .fl-contact-us-widget .contact-info-div a {
    color: #222222 !important; }
.fl-contact-us-widget #fl-contact-widget-map {
  margin-top: 30px; }

/*-------------------------------------------------------------------

==  About Company

-------------------------------------------------------------------*/
.fl_about_widget .fl-about-widget a {
  font-size: 16px;
  margin-top: 25px;
  display: block; }

/*-------------------------------------------------------------------

==  Social

-------------------------------------------------------------------*/
.fl_social_widget .sidebar-social-links {
  text-align: center; }
  .fl_social_widget .sidebar-social-links .social-links {
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px; }
    .fl_social_widget .sidebar-social-links .social-links:last-child {
      padding-right: 0; }
    .fl_social_widget .sidebar-social-links .social-links a {
      padding: 4px 8px;
      margin: 0 5px;
      position: relative;
      width: 32px;
      height: 32px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in;
      color: #fff; }
      .fl_social_widget .sidebar-social-links .social-links a i {
        display: unset; }

/*-------------------------------------------------------------------

==  Lasts Other Styles

-------------------------------------------------------------------*/
.widget_categories ul {
  background: #fff; }
  .widget_categories ul li {
    position: relative;
    font-size: 15px;
    padding-left: 0px !important; }
    .widget_categories ul li span {
      position: absolute;
      top: 0;
      right: 0; }
    .widget_categories ul li:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-weight: 900;
      content: "\f186";
      padding-right: 10px; }
.widget_categories ul.children {
  margin-left: 20px !important; }
  .widget_categories ul.children li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: "\f186";
    padding-right: 10px; }
.widget_categories .cat-item {
  padding-bottom: 10px; }
  .widget_categories .cat-item:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: "\f186";
    padding-right: 10px; }
  .widget_categories .cat-item:last-child {
    padding-bottom: 0; }
  .widget_categories .cat-item.category-hast-children {
    padding-bottom: 0;
    margin-bottom: 13px; }
    .widget_categories .cat-item.category-hast-children .children {
      padding: 0;
      padding-top: 13px; }
      .widget_categories .cat-item.category-hast-children .children li {
        font-size: 15px; }
        .widget_categories .cat-item.category-hast-children .children li span {
          font-size: inherit; }
        .widget_categories .cat-item.category-hast-children .children li a {
          font-size: inherit; }
    .widget_categories .cat-item.category-hast-children span {
      top: 2px; }
.widget_categories .category-hast-children .category-hast-children {
  padding-left: 0; }
.widget_categories select {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 62px 20px 20px;
  border: 2px solid #eee !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em;
  -webkit-appearance: none; }

ul.wp-block-categories {
  background: #fff;
  margin: 0; }
  ul.wp-block-categories li {
    padding-left: 0;
    list-style: none !important;
    position: relative;
    font-size: 15px !important;
    padding-bottom: 0 !important; }
    ul.wp-block-categories li span {
      position: absolute;
      top: 0;
      right: 0; }
    ul.wp-block-categories li:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f186";
      padding-right: 10px; }
  ul.wp-block-categories ul.children {
    margin-left: 20px; }
    ul.wp-block-categories ul.children li:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f186";
      padding-right: 10px; }
  ul.wp-block-categories .cat-item {
    padding-bottom: 13px; }
    ul.wp-block-categories .cat-item:before {
      content: "\f186";
      font: normal normal normal 14px/1 FontAwesome;
      padding-right: 10px; }
    ul.wp-block-categories .cat-item:last-child {
      padding-bottom: 0; }
    ul.wp-block-categories .cat-item.category-hast-children {
      padding-bottom: 0;
      margin-bottom: 13px; }
      ul.wp-block-categories .cat-item.category-hast-children .children {
        padding: 0;
        padding-top: 13px; }
        ul.wp-block-categories .cat-item.category-hast-children .children li {
          font-size: 15px; }
          ul.wp-block-categories .cat-item.category-hast-children .children li span {
            font-size: inherit; }
          ul.wp-block-categories .cat-item.category-hast-children .children li a {
            font-size: inherit; }
      ul.wp-block-categories .cat-item.category-hast-children span {
        top: 2px; }
  ul.wp-block-categories .category-hast-children .category-hast-children {
    padding-left: 0; }

ol.wp-block-latest-comments {
  margin-left: 0px; }

ul.wp-block-latest-posts li a:hover {
  color: #cccccc; }

.fl_content_story a {
  color: #8a9535; }
  .fl_content_story a:hover {
    color: #cccccc; }

.widget_pages ul {
  background: #fff; }
  .widget_pages ul li {
    position: relative;
    font-size: 15px; }
    .widget_pages ul li span {
      position: absolute;
      top: 0;
      right: 0; }
    .widget_pages ul li:before {
      content: "\f186";
      font: normal normal normal 14px/1 FontAwesome;
      padding-right: 10px; }
    .widget_pages ul li a {
      line-height: 36px; }
.widget_pages ul.children {
  margin-left: 20px; }
  .widget_pages ul.children li:before {
    content: "\f186";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px; }
.widget_pages .cat-item {
  padding-bottom: 13px; }
  .widget_pages .cat-item:before {
    content: "\f186";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px; }
  .widget_pages .cat-item:last-child {
    padding-bottom: 0; }
  .widget_pages .cat-item.category-hast-children {
    padding-bottom: 0;
    margin-bottom: 13px; }
    .widget_pages .cat-item.category-hast-children .children {
      padding: 0;
      padding-top: 13px; }
      .widget_pages .cat-item.category-hast-children .children li {
        font-size: 15px; }
        .widget_pages .cat-item.category-hast-children .children li span {
          font-size: inherit; }
        .widget_pages .cat-item.category-hast-children .children li a {
          font-size: inherit; }
    .widget_pages .cat-item.category-hast-children span {
      top: 2px; }
.widget_pages .category-hast-children .category-hast-children {
  padding-left: 0; }

.widget_nav_menu ul {
  background: #fff; }
  .widget_nav_menu ul li {
    position: relative;
    font-size: 15px; }
    .widget_nav_menu ul li span {
      position: absolute;
      top: 0;
      right: 0; }
.widget_nav_menu ul.sub-menu li:before {
  color: inherit;
  transition: .3s ease;
  content: '-';
  margin-right: 4px;
  letter-spacing: 5px; }
.widget_nav_menu ul.sub-menu li ul li:before {
  content: '--'; }
.widget_nav_menu ul.sub-menu li ul li ul li:before {
  content: '---'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li:before {
  content: '----'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li ul li:before {
  content: '-----'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li ul li ul li:before {
  content: '------'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li ul li ul li ul li:before {
  content: '-------'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li:before {
  content: '--------'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li:before {
  content: '----------'; }
.widget_nav_menu ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li:before {
  content: '-----------'; }
.widget_nav_menu .menu-item {
  padding-bottom: 13px; }
  .widget_nav_menu .menu-item:last-child {
    padding-bottom: 0; }
  .widget_nav_menu .menu-item.menu-item-has-children {
    padding-bottom: 0;
    margin-bottom: 13px; }
    .widget_nav_menu .menu-item.menu-item-has-children .sub-menu {
      padding: 0;
      padding-top: 13px; }
      .widget_nav_menu .menu-item.menu-item-has-children .sub-menu li {
        font-size: 15px; }
        .widget_nav_menu .menu-item.menu-item-has-children .sub-menu li span {
          font-size: inherit; }
        .widget_nav_menu .menu-item.menu-item-has-children .sub-menu li a {
          font-size: inherit; }
    .widget_nav_menu .menu-item.menu-item-has-children span {
      top: 2px; }
.widget_nav_menu .menu-item-has-children .menu-item-has-children {
  padding-left: 0; }

.widget_text {
  font-size: 12px; }
  .widget_text .textwidget {
    background: #fff;
    padding: 35px; }

/*-------------------------------------------------------------------

==  Mailchimp Widget

-------------------------------------------------------------------*/
.widget_mc4wp_form_widget {
  text-align: center;
  padding: 45px 0;
  position: relative; }
  .widget_mc4wp_form_widget:after {
    background-image: url(../css/images/mailchimp_widget_bg.png);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .widget_mc4wp_form_widget .fl-widget-title-decor {
    border: none;
    padding-top: 20px;
    margin: 10px 0 25px; }
    .widget_mc4wp_form_widget .fl-widget-title-decor:before {
      position: absolute;
      left: 0;
      width: 100%;
      content: '';
      border-bottom: 3px solid transparent;
      -webkit-border-image: url(../css/images/border_widget.png);
      -o-border-image: url(../css/images/border_widget.png);
      border-image-slice: 2;
      border-image-outset: 0;
      background-color: transparent;
      margin: 10px 0 35px 0;
      padding-top: 15px; }
    .widget_mc4wp_form_widget .fl-widget-title-decor:after {
      font: normal normal normal 48px/1 FontAwesome;
      font-weight: 400;
      content: "\f2b6";
      width: 100%;
      position: relative;
      padding: 0 10px; }
  .widget_mc4wp_form_widget form {
    z-index: 333;
    position: relative; }
    .widget_mc4wp_form_widget form input {
      margin: auto;
      width: 225px;
      height: 100%;
      padding: 20px;
      border-radius: 5px;
      font-size: 15px;
      text-transform: none; }
    .widget_mc4wp_form_widget form input[type=email] {
      margin-top: 10px; }
    .widget_mc4wp_form_widget form input[type=submit] {
      margin-top: 5px;
      font-size: 18px; }
      .widget_mc4wp_form_widget form input[type=submit]:hover {
        opacity: 0.8; }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
.fl--contact_form {
  max-width: 480px; }
  .fl--contact_form label {
    width: 100%; }
  .fl--contact_form input {
    background: transparent !important; }
  .fl--contact_form textarea {
    background: transparent !important;
    height: 120px;
    margin-bottom: 43px; }
  .fl--contact_form .fl-btn-gradient.fl-contact-submit-btn {
    line-height: 23px !important; }
  .fl--contact_form .fl-btn-gradient br {
    display: none; }
  .fl--contact_form .fl-btn-gradient .fl-submit-btn {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px; }
  .fl--contact_form .fl-btn-gradient .ajax-loader {
    width: 0;
    height: 0; }

/*-------------------------------------------------------------------

==  Search form Full Width

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
      font-size: 41px;
      margin-right: 25px;
      top: -7px;
      position: relative; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
      font-size: 32px;
      line-height: 1;
      margin-bottom: 0; }
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 35px; }
  .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
    position: relative; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"] {
      margin-bottom: 0;
      padding-right: 55px; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
      letter-spacing: .02em;
      content: attr(data-text);
      line-height: 0;
      max-width: 100%;
      border-bottom: 2px solid;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      font-size: 13px;
      overflow: hidden;
      user-select: none;
      color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      position: absolute;
      right: 0;
      top: 0;
      height: 52px;
      width: 52px; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 52px;
        width: 52px; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit i {
        transition: transform .3s ease;
        position: absolute;
        right: 0;
        top: 0;
        height: 52px;
        width: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit:hover i {
        transition: all .3s ease;
        transform: scale(1.2); }

/*-------------------------------------------------------------------

==  Widget Footer

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Footer Widget

-------------------------------------------------------------------*/
.fl-footer-sidebar {
  	/*-------------------------------------------------------------------
  
  		==  Search widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Calendar widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Archive Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Recent Comments Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Tag Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Meta Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  RSS Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Recent Entries Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Lasts Posts widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Social
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Lasts Other Styles
  
      -------------------------------------------------------------------*/ }
  .fl-footer-sidebar .widget + .widget {
    margin-top: 25px; }
  .fl-footer-sidebar .fl-widget--title {
    margin-bottom: 35px;
    font-size: 24px; }
  .fl-footer-sidebar ul {
    background: transparent !important;
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .fl-footer-sidebar ul li {
      font-weight: 400 !important;
      list-style: none;
      padding: 0;
      margin-left: 0;
      line-height: 1; }
  .fl-footer-sidebar .menu {
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .menu li {
      margin-right: -2px; }
      .fl-footer-sidebar .menu li a {
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 15px !important;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #cccccc !important; }
  .fl-footer-sidebar .fl_contact_info_widget {
    text-align: left; }
    .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-phone {
      margin-bottom: 2px;
      font-size: 15px;
      color: #cccccc;
      display: flex; }
      .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-phone p {
        padding-left: 5px;
        margin-bottom: 0; }
    .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email {
      margin-bottom: 14px;
      letter-spacing: 0;
      font-size: 15px;
      color: #cccccc; }
      .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email a {
        color: #cccccc;
        transition: 0.3s ease; }
        .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email a:hover {
          transition: 0.3s ease; }
    .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-link a {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      transition: .3s ease; }
      .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-link a:hover {
        transition: 0.3s ease; }
  .fl-footer-sidebar .widget_search fieldset {
    position: relative; }
  .fl-footer-sidebar .widget_search input.searchinput {
    width: 100%;
    margin-bottom: 0;
    padding-top: 6px;
    padding-left: 29px;
    border: 1px solid;
    border-radius: 22px;
    line-height: 1;
    display: block;
    color: #ccc;
    background-color: #272727;
    border-color: #272727;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 12px;
    letter-spacing: .02em;
    padding-right: 50px; }
    .fl-footer-sidebar .widget_search input.searchinput:active, .fl-footer-sidebar .widget_search input.searchinput:focus, .fl-footer-sidebar .widget_search input.searchinput:hover {
      background-color: #272727 !important; }
  .fl-footer-sidebar .widget_search .searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px; }
    .fl-footer-sidebar .widget_search .searchsubmit .submit-btn {
      z-index: 3;
      position: absolute;
      top: 0;
      right: 5px;
      height: 100%;
      padding-right: 20px;
      line-height: 1;
      text-align: center;
      border: none;
      background-color: transparent; }
    .fl-footer-sidebar .widget_search .searchsubmit i {
      transition: 400ms ease-in;
      z-index: 1;
      color: #ccc;
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      padding-right: 5px;
      transition: transform .3s ease; }
    .fl-footer-sidebar .widget_search .searchsubmit:hover i {
      transition: transform .3s ease;
      transform: scale(1.2); }
  .fl-footer-sidebar .widget_calendar .calendar_wrap {
    padding: 0;
    background: transparent; }
    .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar {
      width: 100%;
      position: relative;
      background: transparent;
      margin: 0;
      border: none;
      border-collapse: collapse; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar caption {
        caption-side: top;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0;
        margin-bottom: 15px;
        font-weight: 700;
        color: #ccc;
        opacity: .8; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead th,
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0;
        vertical-align: middle; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
        font-size: 12px; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
        font-size: 11px; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead {
        background: transparent; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
          color: #ccc; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr {
        background: transparent; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
          position: relative; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
            color: #ccc;
            display: block;
            position: relative;
            z-index: 2; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
              content: "";
              position: absolute;
              width: 36px;
              height: 36px;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background: transparent;
              border-radius: 50%;
              transition: background .3s ease;
              z-index: -1; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
              color: #222 !important; }
              .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
                background: #ccc; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot {
        background: transparent;
        position: absolute;
        top: 0;
        width: 100%;
        height: 36px;
        line-height: 36px; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
          position: absolute;
          width: 36px;
          top: 50%;
          transform: translate(0, -50%);
          padding: 0; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
            border-radius: 50%;
            border: 1px solid #ccc;
            background-color: transparent;
            display: block;
            position: relative;
            margin: 0 auto;
            color: transparent !important;
            width: 28px;
            height: 28px;
            line-height: 24px;
            text-align: center;
            transition: all .3s ease-in; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
              font-family: FontAwesome;
              display: block;
              color: #ccc;
              transition: all .3s ease-in; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
              transition: all .3s ease-in;
              background-color: #ccc; }
              .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
              .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
                transition: all .3s ease-in;
                color: #222; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
            text-align: center; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
              color: #f1f1f1;
              font-family: FontAwesome; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
          left: 0; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
            content: "\f104"; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
            content: "\f104"; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
          right: 0; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            content: "\f105"; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            content: "\f105"; }
  .fl-footer-sidebar .widget_archive ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_archive ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_archive ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px !important;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_archive ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_archive ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_archive ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_archive ul li.category-hast-children {
        padding-bottom: 0;
        margin-bottom: 13px; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children:before {
          background: #eee; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children:before {
          background: #eee; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children span {
          top: 2px; }
  .fl-footer-sidebar .widget_recent_comments .recentcomments {
    font-size: 11px !important;
    padding: 10px 0;
    color: #ccc; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments:first-child {
      padding-top: 0; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments:last-child {
      padding-bottom: 0; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments a {
      color: #ccc;
      line-height: 1.4; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments .comment-author-link a {
      color: #ccc; }
  .fl-footer-sidebar .widget_recent_comments ul {
    padding: 0; }
  .fl-footer-sidebar .widget_tag_cloud .tagcloud a {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 11px 20px 9px;
    transition: all .3s ease;
    text-transform: uppercase;
    color: #ccc !important;
    background-color: #272727;
    font-size: 10px !important;
    line-height: 1; }
    .fl-footer-sidebar .widget_tag_cloud .tagcloud a:hover {
      color: #fff !important;
      transition: all .3s ease;
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
      transform: perspective(100px) translateY(-2px);
      z-index: 1; }
  .fl-footer-sidebar .widget_tag_cloud .tagcloud:before {
    content: "";
    display: table; }
  .fl-footer-sidebar .widget_tag_cloud .tagcloud:after {
    clear: both;
    content: "";
    display: table; }
  .fl-footer-sidebar .widget_meta ul {
    padding: 0; }
    .fl-footer-sidebar .widget_meta ul li {
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_meta ul li a {
        font-size: 11px;
        color: #ccc; }
      .fl-footer-sidebar .widget_meta ul li:last-child {
        padding-bottom: 0; }
  .fl-footer-sidebar .widget_rss .rsswidget img {
    display: none; }
  .fl-footer-sidebar .widget_rss ul {
    font-size: 11px;
    padding: 0; }
    .fl-footer-sidebar .widget_rss ul li {
      border-bottom: 1px solid rgba(238, 238, 238, 0.2) !important;
      line-height: 1.6;
      padding-bottom: 20px;
      margin-bottom: 15px; }
      .fl-footer-sidebar .widget_rss ul li a {
        color: #ccc; }
      .fl-footer-sidebar .widget_rss ul li:last-child {
        border-bottom: none !important;
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_rss ul li .rsswidget {
        opacity: .8;
        display: block;
        margin-bottom: 5px;
        transition: opacity .3s ease; }
        .fl-footer-sidebar .widget_rss ul li .rsswidget:hover {
          opacity: .6; }
      .fl-footer-sidebar .widget_rss ul li .rss-date {
        display: block;
        margin-bottom: 5px; }
      .fl-footer-sidebar .widget_rss ul li .rssSummary {
        margin-bottom: 10px; }
      .fl-footer-sidebar .widget_rss ul li .rss-date {
        color: #ccc; }
      .fl-footer-sidebar .widget_rss ul li cite {
        position: relative;
        display: block;
        font-style: normal;
        color: #ccc; }
  .fl-footer-sidebar .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .fl-footer-sidebar .widget_recent_entries ul li {
      position: relative;
      padding: 0 15px 8px 0;
      margin: 0 0 8px 0; }
      .fl-footer-sidebar .widget_recent_entries ul li a {
        color: #ccc;
        font-size: 11px;
        line-height: 20px; }
      .fl-footer-sidebar .widget_recent_entries ul li span {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 12px;
        line-height: 20px; }
      .fl-footer-sidebar .widget_recent_entries ul li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_recent_entries ul li:before {
        content: ""; }
  .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post {
    margin-top: 0;
    background: transparent !important;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.1); }
    .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-img {
      width: 70px; }
    .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info {
      padding-left: 70px; }
      .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title {
        color: #ccc;
        margin-top: 0; }
        .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title a {
          font-size: 11px;
          color: inherit !important; }
    .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .fl-footer-sidebar .fl_social_widget .sidebar-social-links .social-links {
    display: inline-block;
    padding-right: 20px; }
    .fl-footer-sidebar .fl_social_widget .sidebar-social-links .social-links:last-child {
      padding-right: 0; }
  .fl-footer-sidebar .widget_categories ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_categories ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_categories ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px !important;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_categories ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_categories ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_categories ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_categories ul li.category-hast-children {
        padding-bottom: 0;
        margin-bottom: 20px; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children span {
          top: 2px; }
  .fl-footer-sidebar .widget_pages ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_pages ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_pages ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_pages ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_pages ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_pages ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_pages ul li.page_item_has_children {
        padding-bottom: 0;
        margin-bottom: 13px; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children span {
          top: 2px; }
  .fl-footer-sidebar .widget_nav_menu ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_nav_menu ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 15px; }
      .fl-footer-sidebar .widget_nav_menu ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .fl-footer-sidebar .widget_nav_menu ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_nav_menu ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children {
        padding-bottom: 0;
        margin-bottom: 13px; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children > a {
          padding-bottom: 15px; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children span {
          top: 2px; }
  .fl-footer-sidebar .widget_text {
    font-size: 12px; }
    .fl-footer-sidebar .widget_text .textwidget {
      padding: 0;
      background: transparent; }
  .fl-footer-sidebar select {
    color: #ccc !important;
    background-color: #272727 !important;
    border-bottom-color: #272727 !important;
    padding: 10px 10px !important;
    height: 40px !important; }
  .fl-footer-sidebar .wp-caption {
    background-color: #272727 !important;
    color: #ccc !important; }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
.fl--footer {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background: #222; }
  .fl--footer .page_footer_mask {
    width: 100%;
    height: 100%;
    opacity: .89;
    position: absolute; }
  .fl--footer .fl-footer-container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .fl--footer .fl-footer-container:after {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      content: '';
      border-top: 130px solid transparent;
      -webkit-border-image: url(../images/footer_border.png);
      -o-border-image: url(../images/footer_border.png);
      border-image-slice: 160;
      border-image-outset: 0;
      background-color: transparent; }
  .fl--footer .fl-top-footer {
    position: relative;
    padding-top: 145px;
    padding-bottom: 85px;
    text-align: center; }
    .fl--footer .fl-top-footer:after {
      content: '';
      position: absolute;
      display: block;
      margin-top: 85px;
      left: -50%;
      background-color: #777;
      height: 1px;
      right: -50%;
      opacity: 0.8; }
    .fl--footer .fl-top-footer .fl-footer__info {
      width: 50%;
      margin: 0 auto;
      padding-top: 30px;
      padding-bottom: 45px; }
      .fl--footer .fl-top-footer .fl-footer__info p {
        color: #ccc; }
    .fl--footer .fl-top-footer .fl-footer-column .fl-footer-socials {
      padding: 12px 0;
      text-align: left; }
      .fl--footer .fl-top-footer .fl-footer-column .fl-footer-socials a.fl_footer_social_icon {
        padding: 4px 8px;
        margin: 0 5px;
        position: relative;
        width: 32px;
        height: 32px;
        display: inline-block;
        border-radius: 50%;
        transition: all 0.2s ease-in;
        background-color: #333333;
        color: #777777; }
        .fl--footer .fl-top-footer .fl-footer-column .fl-footer-socials a.fl_footer_social_icon i {
          text-align: center;
          margin: 0 auto;
          display: inline-block;
          width: 100%; }
  .fl--footer .fl--subscribe-contain {
    padding-bottom: 85px;
    position: relative; }
    .fl--footer .fl--subscribe-contain .fl--subscribe {
      margin: 0 auto;
      max-width: 1170px; }
      .fl--footer .fl--subscribe-contain .fl--subscribe label {
        padding-right: 25px !important;
        font-size: 26px !important;
        display: table !important;
        margin: 12px 0 !important; }
      .fl--footer .fl--subscribe-contain .fl--subscribe .fl--subscribe-input {
        position: relative;
        margin: 0 30px; }
        .fl--footer .fl--subscribe-contain .fl--subscribe .fl--subscribe-input form div {
          display: flex; }
          .fl--footer .fl--subscribe-contain .fl--subscribe .fl--subscribe-input form div input[type=submit] {
            height: unset;
            position: absolute !important;
            right: 0 !important;
            padding: 15px 50px;
            border-radius: 5px !important;
            transition: all 0.2s ease-in !important; }
          .fl--footer .fl--subscribe-contain .fl--subscribe .fl--subscribe-input form div input[type=email] {
            height: unset;
            border-radius: 5px !important;
            transition: all 0.2s ease-in !important;
            border-width: 0px !important;
            color: #777777 !important;
            margin-bottom: 0 !important;
            width: 60%; }
  .fl--footer .fl-footer-copyright {
    font-size: 15px;
    text-align: center;
    color: #cccccc;
    padding-bottom: 55px;
    padding-top: 55px;
    position: relative; }
    .fl--footer .fl-footer-copyright .fl-copyright--inner {
      letter-spacing: .05em;
      font-size: 15px;
      text-align: center;
      color: #cccccc; }
      .fl--footer .fl-footer-copyright .fl-copyright--inner a {
        font-weight: 400 !important;
        transition: all .3s;
        color: inherit; }
        .fl--footer .fl-footer-copyright .fl-copyright--inner a:hover {
          color: #fff;
          transition: all .3s; }

.fl-footer-light_logo .fl-top-footer .fl--logo-container .fl--logo-light {
  display: block; }
.fl-footer-light_logo .fl-top-footer .fl--logo-container .fl--logo-dark {
  display: none; }

.fl-footer-dark_logo .fl-top-footer .fl--logo-container .fl--logo-light {
  display: none; }
.fl-footer-dark_logo .fl-top-footer .fl--logo-container .fl--logo-dark {
  display: block; }

.fl-footer-sidebar {
  text-align: left; }
  .fl-footer-sidebar ul li:before {
    content: none !important; }

/*-------------------------------------------------------------------

==  Search form Full Width

-------------------------------------------------------------------*/
.fl-full-width-search-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  display: none; }
  .fl-full-width-search-form .fl--search-icon-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease-in;
    border: 0;
    border-radius: 0;
    position: fixed;
    height: 50px;
    margin: 0;
    outline: 0;
    padding: 10px;
    vertical-align: top;
    width: 50px;
    top: 50px;
    right: 20px;
    z-index: 99999;
    cursor: pointer; }
    .fl-full-width-search-form .fl--search-icon-menu:before {
      font-family: fl-custom-icon-font;
      content: '\e81b';
      color: #fff !important;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 15px;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
  .fl-full-width-search-form .fl-full-width-search-wrapper {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global {
      width: 100%; }
      .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset {
        position: relative; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"] {
          color: #fff !important;
          width: 100%;
          margin-bottom: 0;
          padding-top: 6px;
          padding-left: 0;
          padding-right: 90px;
          border: none;
          border-bottom: 3px solid #fff !important;
          line-height: 1;
          display: block;
          background-color: transparent;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          font-size: 40px;
          min-height: 75px;
          letter-spacing: .02em; }
          .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"]::placeholder {
            color: #fff; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper:after {
          letter-spacing: .02em;
          content: attr(data-text);
          line-height: 0;
          max-width: 100%;
          border-bottom: 3px solid;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 3px;
          font-size: 40px;
          overflow: hidden;
          user-select: none;
          color: transparent; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .searchsubmit .submit-btn {
          z-index: 3;
          position: absolute;
          top: 0;
          right: 5px;
          width: 70px;
          height: 100%;
          padding-right: 20px;
          line-height: 1;
          text-align: center;
          border: none;
          background-color: transparent; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .searchsubmit i {
          transition: .4s ease-in;
          z-index: 2;
          color: #fff !important;
          position: absolute;
          right: 0;
          top: 0;
          width: 100px;
          height: 75px;
          line-height: 75px;
          text-align: center;
          padding-left: 20px;
          font-size: 38px; }
    .fl-full-width-search-form .fl-full-width-search-wrapper .fl-form-bottom-text {
      margin-top: 10px;
      width: 100%;
      text-align: left;
      color: #ffffff; }

/*-------------------------------------------------------------------

==  Style Selector

-------------------------------------------------------------------*/
.style-selector {
  display: inline-block;
  padding: 35px 25px;
  background: #fff;
  position: fixed;
  top: 150px;
  left: 0;
  max-width: 250px;
  transition: .3s ease-in-out;
  z-index: 900;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15); }
  .style-selector.closed {
    transition: .3s ease-in-out;
    transform: translateX(-100%); }
  .style-selector.open {
    transition: .3s ease-in-out;
    transform: translateX(0); }
  .style-selector .icon-btn-selector {
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    right: -35px;
    top: 0; }
    .style-selector .icon-btn-selector i {
      font-size: 17px; }
  .style-selector h5 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px; }
  .style-selector p {
    margin-bottom: 0;
    font-size: 12px; }
  .style-selector ul {
    text-align: center;
    margin-bottom: 20px; }
    .style-selector ul li {
      margin-top: 15px; }
      .style-selector ul li:first-child {
        margin-top: 0; }
      .style-selector ul li div {
        padding: 10px 38px;
        transition: background-color .3s,color .1s;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 11px;
        letter-spacing: .02em;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        cursor: pointer;
        white-space: nowrap;
        font-family: Poppins, Helvetica, Arial, sans-serif;
        font-weight: 500;
        color: #fff !important; }
        .style-selector ul li div.default_style {
          background-image: linear-gradient(to right, #368527 0%, #d2b829 100%); }
        .style-selector ul li div.style_color_two {
          background-image: linear-gradient(to right, #1a59a7 0%, #29d2a0 100%); }
        .style-selector ul li div.style_color_three {
          background-image: linear-gradient(to right, #1a59a7 0%, #d2a029 100%); }
        .style-selector ul li div i.fl-icon-btn {
          transition: all .3s;
          display: inline-block;
          border-width: 4px 6px;
          border-style: solid;
          border-color: transparent;
          border-left-color: #fff !important; }
        .style-selector ul li div:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 110%;
          height: 100%;
          content: '';
          transform: skewX(-50deg);
          background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
          background-size: 2em 100%; }
        .style-selector ul li div:hover:after {
          transition: .7s linear;
          background-position: 150% 0; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1224px

-------------------------------------------------------------------*/
@media screen and (max-width: 1224px) {
  .fl-events-style-one .fl-events-left-content {
    height: 100%; }

  .fl-icon-box-style--1 .fl-icon-box-image-wrapper {
    margin-bottom: 45px !important; }

  .fl-vc-prayer-times .fl-prayer-times-date-contain {
    padding: 0 20px !important; }

  .fl-vc-prayer-times .fl-prayer-times-contain .tmpray--pray-time-container div {
    padding: 5px 90px !important; }

  .fl-vc-prayer-times .fl-prayer-times-contain .tmpray--pray-time-container:before {
    left: 50px !important; }

  .fl-events-style-two .fl-event-container .fl-events-left-content .fl-event-date {
    top: 180px !important;
    margin: 0 0px !important; }

  .fl-gallery-wrapper .fl-gallery .gallery-item img {
    width: 100%; }

  .fl-gallery-wrapper .fl-gallery .fl-gal-row-one {
    width: 100%;
    display: flex !important; }
    .fl-gallery-wrapper .fl-gallery .fl-gal-row-one .gallery-item {
      width: 50%; }
      .fl-gallery-wrapper .fl-gallery .fl-gal-row-one .gallery-item img {
        width: 100%; }

  .fl-gallery-wrapper .fl-gallery .fl-gal-row-two {
    display: flex !important;
    width: 100%; }
    .fl-gallery-wrapper .fl-gallery .fl-gal-row-two .gallery-item {
      width: 100%; }

  .fl-gallery-wrapper .fl-gallery .fl-gal-row-three {
    display: flex !important;
    width: 100%; }
    .fl-gallery-wrapper .fl-gallery .fl-gal-row-three .gallery-item {
      width: 50%; }
      .fl-gallery-wrapper .fl-gallery .fl-gal-row-three .gallery-item img {
        width: 100%; } }
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
  .fl-padding {
    height: 90px !important; }

  .fl-icon-box-style--1 .fl-icon-box-image-wrapper {
    margin-bottom: 110px !important; }

  .fl-donates-ornaments:before {
    width: 60px !important; }
  .fl-donates-ornaments:after {
    width: 60px !important; }

  .fl-events-style-one .fl-events-left-content {
    height: 100%; }

  .fl--events-featured-content-vc .fl-events-left-content img {
    height: 100%; } }
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .fl-header-style-one .navigation_container nav.fl-header_nav {
    display: none; }

  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 33.33333%; }
  .fl--grid-system.fl-grid--four-column .gutter-sizer {
    width: 0; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: calc(33.33333% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: calc(33.33333% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: calc(33.33333% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: calc(33.33333% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: calc(33.33333% - 37.5px); }

  .fl-section-tabs__inner-max-wh-550 {
    float: none;
    max-width: 100%; }

  .fl-icon-box-style--1 .fl-icon-box-image-wrapper {
    margin-bottom: 110px !important; }

  .fl--events-featured-content-vc .fl-events-left-content img {
    height: 100%; } }
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 100px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  .fl--blog-style-standard .fl-post--item .fl-post-left-content, .fl--blog-style-full-width .fl-post--item .fl-post-left-content, .fl--blog-style-three .fl-post--item .fl-post-left-content {
    width: 100%;
    float: none; }
  .fl--blog-style-standard .fl-post--item .fl-post-right-content, .fl--blog-style-full-width .fl-post--item .fl-post-right-content, .fl--blog-style-three .fl-post--item .fl-post-right-content {
    width: 100%;
    float: none;
    padding: 30px 30px 20px; }

  .fl--blog-style-three .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper {
    left: 55px; }

  .fl--footer .fl-top-footer .fl-footer-column:last-child .fl-footer-sidebar {
    padding-left: 0; }

  .fl--header.fl-navigation-full-width .fl-header-menu-container {
    padding: 40px 15px 0; }

  .commentlist {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important; }

  #review_form_wrapper {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important; }

  .page_heading .fl-gap-4 {
    height: 10px; }

  .fl-footer-style--widget .fl--top-footer .fl-footer-sidebar {
    max-width: 50%;
    float: left;
    margin-bottom: 25px; }

  .fl-padding {
    height: 70px !important; }

  .fl-padding-20px {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .sidebar_left .sidebar {
    padding-right: 0 !important; }

  .sidebar_right .sidebar {
    padding-left: 0 !important; }

  .fl-padding-standard-lg.vc_col-has-fill .vc_column-inner {
    border-color: transparent !important; }
  .fl-padding-standard-lg .vc_column-inner {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 100px !important; }
  .fl-icon-box-style--1 .fl-icon-box-image-wrapper {
    margin-bottom: 45px !important; }

  .fl-donates-ornaments {
    display: none; }

  .fl-events-style-one .fl-events--post {
    display: block !important; }

  .fl-vc-prayer-times .fl-prayer-times-date-contain {
    padding: 0 5px !important; }

  .fl-vc-prayer-times .fl-prayer-times-contain .tmpray--pray-time-container div {
    padding: 5px 50px !important; }

  .fl-vc-prayer-times .fl-prayer-times-contain .tmpray--pray-time-container:before {
    left: 15px !important; }

  .fl-events-style-two .fl-event-container .fl-events-left-content .fl-event-date {
    top: 110px !important;
    margin: 0 0px !important;
    padding: 8px 20px !important; }

  .fl-events-style-two .fl-event-container .fl-events-left-content .fl-event-date:after {
    width: 198px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content {
    padding: 5px 5px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-entry-title {
    font-size: 18px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-give-meta .fl-total-goal span {
    font-size: 10px !important; }

  .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-one > ul li a {
    padding: 5px !important; }

  .fl-header-menu-container .fl--navigation-container nav.fl--navigation-style-two > ul li a {
    padding: 5px !important; }

  .fl--events-featured-content-vc .fl-events--featured-post {
    display: block !important; }

  .fl--events-featured-content-vc .fl-events-left-content img {
    height: 100%; }

  .fl--events-featured-content-vc .fl-events--featured-post .fl-events-left-content {
    width: 100% !important;
    max-width: 100% !important; }

  .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content {
    width: 100% !important;
    max-width: 100% !important; }

  .fl--events-archive-content-vc .fl-events--archive-post {
    display: inline-block !important; }
    .fl--events-archive-content-vc .fl-events--archive-post .fl-events-left-content {
      max-width: 100% !important; }
    .fl--events-archive-content-vc .fl-events--archive-post .fl-events-center-content {
      max-width: 100% !important;
      text-align: center;
      margin: 30px 0; }
    .fl--events-archive-content-vc .fl-events--archive-post .fl-events-right-content {
      max-width: 100% !important;
      text-align: center;
      margin-top: 60px !important; }

  .jp-controls {
    padding-left: 40px !important; }

  .jp-controls .jp-jplayer {
    display: none; } }
/*-------------------------------------------------------------------

==  max-width 870px

-------------------------------------------------------------------*/
@media (max-width: 870px) {
  .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-image-wrapper .fl-icon-box-icon-wrapper {
    top: 115px !important;
    right: 10px !important; }

  .fl--navigation {
    display: none !important; }

  .sidebar_right .sidebar {
    margin-left: 0; }

  .sidebar_left .sidebar {
    margin-right: 0; }

  .fl-header-menu-container .fl--mobile-menu-icon {
    display: flex !important;
    margin-left: 10px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  .fl--footer input[type=submit] {
    padding: 25px 50px !important; }
  .fl--footer .fl-footer-sidebar .widget_nav_menu ul li a {
    line-height: 20px; }

  .fl-vc-prayer-times .fl-prayer-times-date-contain {
    padding: 0 5px !important; }

  .fl-vc-prayer-times .fl-prayer-times-contain .tmpray--pray-time-container div {
    padding: 5px 50px !important; }

  .fl-vc-prayer-times .fl-prayer-times-contain .tmpray--pray-time-container:before {
    left: 15px !important; }

  .fl-events-style-two .fl-event-container .fl-events-left-content .fl-event-date {
    top: 110px !important;
    margin: 0 0px !important;
    padding: 8px 20px !important; }

  .fl-events-style-two .fl-event-container .fl-events-left-content .fl-event-date:after {
    width: 198px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content {
    padding: 5px 5px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-entry-title {
    font-size: 18px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-give-meta .fl-total-goal span {
    font-size: 10px !important; }

  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date span {
    padding-right: 10px; }
    .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date span i {
      padding-right: 5px; }
  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date span {
    padding-right: 10px; }
    .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date span i {
      padding-right: 5px; }

  .fl-events-style-one-nav {
    display: none !important; }

  .fl-slider-nav {
    display: none !important; } }
/*-------------------------------------------------------------------

max-width 782px

-------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-image-wrapper .fl-icon-box-icon-wrapper {
    top: 115px !important;
    right: 5px !important; }

  .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-image-wrapper .fl-icon-box-icon-wrapper img {
    width: 24px; }

  .fl-footer-style--widget .fl--top-footer .fl-footer-sidebar {
    max-width: 100%; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  body.admin-bar .fl-nav-fixed-light {
    position: absolute !important; }
  body.admin-bar .fl-nav-fixed-dark {
    position: absolute !important; }

  .fl-nav-fixed-light {
    position: absolute !important; }

  .fl-nav-fixed-dark {
    position: absolute !important; }

  .fl_button_scroll_up {
    display: none; }

  body.admin-bar .mfp-close {
    top: 45px !important; }
  body.admin-bar .mfp-iframe-holder {
    padding-top: 97px;
    padding-bottom: 97px; }
  body.admin-bar img.mfp-img {
    padding: 97px 0 97px; }
  body.admin-bar .mfp-figure:after {
    top: 97px;
    bottom: 97px; }

  .fl-donate-style-one .fl-post-give .fl-give-content {
    padding: 5px 5px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-entry-title {
    font-size: 18px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-give-meta .fl-total-goal span {
    font-size: 10px !important; }

  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunrise {
    display: none; }
  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunset {
    display: none; } }
/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-image-wrapper .fl-icon-box-icon-wrapper {
    top: 320px !important;
    right: 30px !important; }

  .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-image-wrapper .fl-icon-box-icon-wrapper img {
    width: 24px; }

  .fl-padding {
    height: 50px !important; }

  .fl--header-topbar span {
    font-size: 12px; }

  .fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
    width: 50%; }
  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 50%; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: calc(50% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: calc(50% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: calc(50% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: calc(50% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: calc(50% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: calc(50% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: calc(50% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: calc(50% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: calc(50% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: calc(50% - 37.5px); }

  .fl-content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .fl_content_story {
    display: flex;
    flex-direction: column; }

  .sidebar_left {
    margin-top: 60px;
    order: 2;
    width: 100%;
    float: none; }

  .sidebar_right {
    margin-top: 60px;
    order: 2;
    width: 100%;
    float: none; }

  .fl--header-title {
    font-size: 28px; }

  .position_sidebar_left {
    order: 1;
    width: 100%;
    float: none; }

  .position_sidebar_right {
    order: 1;
    width: 100%;
    float: none; }

  .fl-reflect {
    display: flex;
    flex-direction: column-reverse; }

  .navigation_container_right {
    flex-direction: row-reverse;
    display: flex; }

  .navigation_container_left {
    display: none; }

  .fl-menu-style-two .logo_container {
    margin-left: 0; }

  .fl-hamburger-full-width .fl-nav-container-sidebar .fl-close-btn-menu {
    right: 5px; }

  .fl-comments-container .fl-comments-list .comment {
    margin-bottom: 20px;
    padding: 25px; }
    .fl-comments-container .fl-comments-list .comment .fl-comment-avatar {
      margin-right: 15px !important; }
    .fl-comments-container .fl-comments-list .comment .fl-comment-meta {
      padding-left: 55px !important; }

  #commentform {
    margin-top: 35px !important;
    padding: 25px !important; }

  .fl-content-wrapper .fl-post-content-top {
    padding-bottom: 25px !important;
    margin-bottom: 15px !important; }
    .fl-content-wrapper .fl-post-content-top .fl_content_story {
      margin-top: 30px !important;
      padding-right: 25px !important;
      padding-left: 25px !important; }

  .fl-tags-share-post {
    padding: 25px !important; }

  .widget_archive > ul, .widget_pages > ul, .widget_categories > ul, .widget_meta > ul, .sidebar .widget > ul, .widget_text .textwidget, .widget_nav_menu > ul {
    padding: 25px; }

  .widget_calendar .calendar_wrap {
    padding: 25px; }

  .fl-hijri-date {
    width: unset !important; }
    .fl-hijri-date span {
      padding: 7px 25px !important; }

  .fl-donates-ornaments {
    display: block; }

  .fl--rows {
    display: block; }

  .fl-post--holder {
    text-align: center; }

  .fl-footer-sidebar {
    text-align: center;
    padding-bottom: 30px; }

  .fl-footer-sidebar .widget_nav_menu ul {
    padding: 0; }

  .fl_contact_info_widget {
    text-align: center !important; }

  .fl-contact-info-widget-phone {
    display: block !important; }

  .fl-footer-socials {
    text-align: center !important; }

  .fl-events-style-two .fl-event-container .fl-events-left-content .fl-event-date {
    top: 210px !important;
    margin: 0 !important;
    padding: 8px 20px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content {
    padding: 40px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-entry-title {
    font-size: 30px !important; }

  .fl-donate-style-one .fl-post-give .fl-give-content .fl-give-meta .fl-total-goal span {
    font-size: 18px !important; }

  .fl-donate-style-one {
    display: block !important; }

  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunrise {
    display: none; }
  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-date .fl--header-topbar-sunset {
    display: none; }

  .fl-icon-box-style--3 .fl-icon-box-image-wrapper img {
    width: 100%; }

  .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title a {
    margin: 0 auto; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 230px !important; }

  .fl-blog-post-pagination .page-numbers {
    margin-top: 15px; }

  html .vc_custom_1579190317513 {
    padding-top: 0px !important; }

  html .vc_custom_1563728303464 {
    padding-top: 40px !important; }

  html .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-email {
    padding-right: 0; }

  html .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    bottom: -45px !important;
    top: auto !important; }

  .fl_slider_box {
    padding: 0 !important; }

  html .fl-events-style-one .fl-events--post .fl-events-right-content {
    padding: 30px; }

  .fl--rows .fl-post--item {
    padding-bottom: 35px; }

  html .fl-hijri-date span {
    padding: 0 25px !important;
    line-height: 1.3; }

  html .fl-icon-box.fl-icon-box-style--1 .fl-icon-box-title {
    padding-top: 15px; }

  html .fl-icon-box.fl-icon-box-style--1 {
    padding-bottom: 35px; }

  html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content {
    padding: 20px 20px 40px 20px; }

  html .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta {
    margin-bottom: 20px; }

  html .fl-content-wrapper .fl-post-content-top .fl_content_story {
    margin-top: 0px !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }

  html .fl--post-holder .fl-post-top-content {
    padding-bottom: 30px; }

  html .sidebar .widget ul {
    padding: 0 !important; }

  html .fl--blog-style-standard .fl-post--item .fl-post-bottom-content {
    padding: 0;
    text-align: left;
    border-bottom: 0; }

  html .fl--blog-style-standard .fl-post--item .fl-post-share-contain, .breadcrumbs {
    display: none; }

  html .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard, html .fl--post-holder .fl-post-top-content .fl-post--holder .fl-post-category-standard {
    bottom: 20px;
    left: 10px; }

  html .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post-content--info .fl-post--title {
    font-size: 24px; }

  html #commentform {
    padding: 0 !important; }

  .fl--blog-style-two .fl--rows .fl-post--item {
    padding-bottom: 0;
    margin-bottom: 0; }

  html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post--title {
    font-size: 24px; }

  html .fl--blog-style-two .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
    padding-top: 10px; }

  html .sidebar .widget {
    margin-bottom: 40px; }

  html .fl-contact-info .fl-contact--info-wrapper {
    width: 90%; }

  html .fl-contact-info .fl-contact--info-wrapper .fl-info-contact {
    width: 100%; }

  html blockquote p {
    font-size: 21px;
    line-height: 19px; }

  .fl-countdown-clock {
    display: none !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; } }
/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/
@media (max-width: 680px) {
  .fl--footer .fl-top-footer .fl-footer-column {
    margin-left: 0; }

  .fl--grid-system.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-grid--two-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-grid--three-column .gutter-sizer {
    width: 0; }
  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    width: calc(100% - 5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: calc(100% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: calc(100% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    width: calc(100% - 10px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: calc(100% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: calc(100% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    width: calc(100% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: calc(100% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: calc(100% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    width: calc(100% - 20px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: calc(100% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: calc(100% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    width: calc(100% - 25px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: calc(100% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: calc(100% - 37.5px); }

  .fl-time-line-slider-box .fl-dots-time-line.style_two ul.fl-slider-dots li button, .fl-time-line-slider-box .fl-dots-time-line.style_one ul.fl-slider-dots li button, .fl-time-line-slider-box .fl-dots-time-line.style_three ul.fl-slider-dots li button {
    width: 15px !important;
    height: 15px !important;
    min-height: 15px !important; }

  .fl--header-topbar span {
    font-size: 12px; }

  .fl-audio-player-container {
    display: block !important; }

  .fl-audio-player .fl-audio-player-container .fl--audio-player-text-contain {
    margin: auto !important;
    text-align: center !important;
    max-width: 100% !important; }

  .fl-audio-player .fl-audio-player-container .fl--audio-player-player-contain {
    max-width: 100% !important; }

  .jp-interface .jp-controls-holder .jp-volume-controls {
    width: 1% !important; }

  .jp-controls {
    padding-left: 0px !important;
    width: unset !important; }

  .jp-interface .jp-controls-holder {
    margin-top: 20px; }

  .fl--footer .fl-footer-container:after {
    border-image-slice: 555; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 230px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; } }
/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/
@media (max-width: 630px) {
  .fl-home-page-blog-post.fl-column-three .fl-blog-post-home {
    width: 100% !important;
    margin: 0 0 20px !important; }
  .fl-home-page-blog-post.fl-column-two .fl-blog-post-home {
    width: 100% !important;
    margin: 0 0 20px !important; }

  .mc4wp-form-fields {
    display: block !important; }
    .mc4wp-form-fields input[type=email] {
      width: 100% !important; }
    .mc4wp-form-fields input[type=submit] {
      padding: 15px 50px !important;
      left: 0 !important;
      margin: auto; }

  .fl--header-topbar span {
    font-size: 12px; }

  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-phone {
    padding-right: 10px; }

  .fl--footer .fl-footer-container:after {
    border-image-slice: 555; }

  .page_heading-disable-parallax .fl--page-header {
    min-height: 100px; }

  .page_heading-disable-parallax {
    height: 160px;
    min-height: 160px; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 230px !important; }

  .fl-blog-post-pagination .page-numbers {
    margin-top: 15px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; } }
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
@media (max-width: 570px) {
  .parallax-content_header {
    min-height: 155px !important; }

  .page_heading {
    height: 250px !important;
    min-height: 250px !important; }

  .fl--header-topbar-right {
    display: none !important; }

  .fl--footer .fl-footer-container:after {
    border-image-slice: 555; }

  .page_heading-disable-parallax .fl--page-header {
    min-height: 100px; }

  .page_heading-disable-parallax {
    height: 160px;
    min-height: 160px; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 230px !important; }

  .fl-blog-post-pagination .page-numbers {
    margin-top: 15px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta {
    padding-left: 0px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name {
    margin-top: 8px; } }
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
@media (max-width: 500px) {
  .fl-events-style-one .fl-events--post .fl-events-left-content .fl-countdown-clock div .fl-countdown-item {
    font-size: 32px !important; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 225px !important; }

  .fl--footer .fl-footer-container:after {
    border-image-slice: 555; }

  .page_heading-disable-parallax .fl--page-header {
    min-height: 100px; }

  .page_heading-disable-parallax {
    height: 160px;
    min-height: 160px; }

  .fl-blog-post-pagination .page-numbers {
    margin-top: 15px; }

  .parallax-content_header {
    min-height: 155px !important; }

  .page_heading {
    height: 250px !important;
    min-height: 250px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta {
    padding-left: 0px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name {
    margin-top: 8px; }

  form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    padding-left: 20px !important; } }
/*-------------------------------------------------------------------

==  max-width 400px

-------------------------------------------------------------------*/
@media (max-width: 400px) {
  .parallax-content_header {
    min-height: 190px !important; }

  .coupon input.input-text {
    width: 100% !important;
    max-width: none !important;
    text-align: center !important; }
  .coupon .button {
    width: 100% !important;
    margin-top: 10px !important; }

  .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-meta {
    display: block !important; }

  .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-meta div {
    font-size: 10px; }

  .fl-events-slider-nav {
    width: 310px !important; }

  .fl--blog-post-div .fl-post--item {
    margin-bottom: 60px; }

  .fl--footer .fl-footer-container:after {
    border-image-slice: 660; }

  .fl--footer .fl-footer-copyright .fl-copyright--inner {
    margin: 0 30px; }

  .fl-events-style-one-nav .fl-next {
    padding-top: 45px !important; }

  .fl-events-style-one-nav .fl-prev {
    padding-top: 45px !important; }

  .page_heading-disable-parallax {
    height: 160px;
    min-height: 160px; }

  .page_heading-disable-parallax .fl--page-header {
    min-height: 100px; }

  .vc_row {
    margin-left: 10px;
    margin-right: 10px; }

  .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta div {
    font-size: 10px; }

  .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta {
    display: block !important; }

  .fl--header-topbar span {
    font-size: 9px; }

  .fl-audio-player-container {
    display: block !important; }

  .fl-audio-player .fl-audio-player-container .fl--audio-player-text-contain {
    margin: auto !important;
    text-align: center !important;
    max-width: 100% !important; }

  .fl-audio-player .fl-audio-player-container .fl--audio-player-player-contain {
    max-width: 100% !important; }

  .jp-interface .jp-controls-holder .jp-volume-controls {
    width: 1% !important; }

  .jp-controls {
    padding-left: 0px !important;
    width: 100% !important;
    justify-content: center;
    margin-bottom: 10px; }

  .jp-interface .jp-controls-holder {
    display: block !important;
    margin-top: 20px; }

  .fl-hijri-date span {
    padding: 0 !important;
    line-height: 1.4;
    display: block; }

  .fl-hijri-date img {
    height: 100%; }

  .fl-donate-style-two .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt {
    padding: 0 0 !important; }

  .fl-events-style-one .fl-events--post .fl-events-left-content .fl-countdown-clock div .fl-countdown-item {
    font-size: 28px !important; }

  .fl--page-header .breadcrumbs_heading {
    display: none !important; }

  .fl--header-title {
    margin-bottom: 1.25rem !important; }

  .page_heading-disable-parallax .page_box_info_page {
    position: relative !important; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 225px !important; }

  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact i {
    margin-right: 5px; }

  .fl-blog-post-pagination .page-numbers {
    margin-top: 15px; }

  .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post-category-standard a {
    padding: 5px; }

  .page_heading {
    height: 250px !important;
    min-height: 250px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta {
    padding-left: 0px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name {
    margin-top: 8px; } }
/*-------------------------------------------------------------------

==  max-width 360

-------------------------------------------------------------------*/
@media (max-width: 360px) {
  .page_heading {
    height: 250px !important;
    min-height: 250px !important; }

  .parallax-content_header {
    min-height: 190px !important; }

  .fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 200px !important; }

  .fl--header-topbar .fl--header-topbar-left .fl--header-topbar-contact .fl--header-topbar-phone {
    padding-right: 9px; }

  fl-icon-box-style--1 .fl-icon-box-icon-wrapper {
    top: 170px !important; }

  .fl-blog-post-pagination .page-numbers {
    margin-top: 15px; }

  .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post-category-standard a {
    padding: 5px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta {
    padding-left: 0px !important; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
    padding-left: 0px; }

  .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name {
    margin-top: 8px; } }
/*-------------------------------------------------------------------

==  Forums

-------------------------------------------------------------------*/
.fl--forums-meta-contain {
  display: flex;
  position: relative;
  margin-bottom: 60px; }
  .fl--forums-meta-contain .fl--forums-register-contain {
    position: relative;
    color: #ffffff;
    width: 50%;
    height: 260px; }
    .fl--forums-meta-contain .fl--forums-register-contain .fl--forums-bg-gradient {
      width: 100%;
      height: 100%;
      position: absolute;
      background-image: linear-gradient(90deg, #000 0, transparent 100%);
      opacity: 0.8;
      z-index: 1; }
    .fl--forums-meta-contain .fl--forums-register-contain img {
      position: absolute; }
    .fl--forums-meta-contain .fl--forums-register-contain .fl--forums-register-text {
      position: relative;
      padding: 55px;
      z-index: 2; }
      .fl--forums-meta-contain .fl--forums-register-contain .fl--forums-register-text span {
        padding-bottom: 10px; }
      .fl--forums-meta-contain .fl--forums-register-contain .fl--forums-register-text .fl--forums-title {
        font-size: 36px; }
      .fl--forums-meta-contain .fl--forums-register-contain .fl--forums-register-text button {
        padding: 20px 35px;
        font-size: 18px; }
  .fl--forums-meta-contain .fl--forums-total-contain {
    width: 50%; }
    .fl--forums-meta-contain .fl--forums-total-contain .fl--forums-total {
      display: flex;
      text-align: center;
      margin-bottom: 0px !important;
      height: 260px; }
      .fl--forums-meta-contain .fl--forums-total-contain .fl--forums-total div {
        padding: 55px 35px; }
      .fl--forums-meta-contain .fl--forums-total-contain .fl--forums-total dd {
        font-size: 48px;
        padding: 9px; }
      .fl--forums-meta-contain .fl--forums-total-contain .fl--forums-total .fl-forum-count {
        background-color: #fafbee; }
      .fl--forums-meta-contain .fl--forums-total-contain .fl--forums-total .fl-topic-count {
        background-color: #faf6ee; }
      .fl--forums-meta-contain .fl--forums-total-contain .fl--forums-total .fl-reply-count {
        background-color: #f9f0eb; }

.bbp-search-form {
  width: 420px;
  margin-top: 65px;
  position: relative; }
  .bbp-search-form form .bbp-search-boxs {
    display: flex; }
    .bbp-search-form form .bbp-search-boxs button {
      background-color: transparent !important;
      position: absolute;
      right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 0px !important;
      top: 0;
      bottom: 0;
      border-left: 1px #dddddd solid;
      padding: 0 20px; }

ul.bbp-forums {
  border: 1px #e9e9e9 solid;
  margin-bottom: 110px !important; }
  ul.bbp-forums li:before {
    content: unset; }
  ul.bbp-forums li.bbp-header {
    background-color: #f5f5f5 !important;
    padding: 0px !important; }
    ul.bbp-forums li.bbp-header .forum-titles li {
      padding: 40px !important;
      font-size: 23px; }
    ul.bbp-forums li.bbp-header .forum-titles li.bbp-forum-info {
      width: 39%;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-forums li.bbp-header .forum-titles li.bbp-forum-topic-count {
      width: 13%;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-forums li.bbp-header .forum-titles li.bbp-forum-reply-count {
      width: 12%;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-forums li.bbp-header .forum-titles li.bbp-forum-freshness {
      float: right;
      text-align: right;
      width: 36%; }
  ul.bbp-forums li.bbp-body {
    padding: 0px !important; }
    ul.bbp-forums li.bbp-body ul {
      border-top: 1px solid #eee !important;
      background-color: transparent !important;
      padding: 0px !important;
      display: flex; }
      ul.bbp-forums li.bbp-body ul li:before {
        content: unset; }
      ul.bbp-forums li.bbp-body ul li {
        padding: 80px 45px !important; }
      ul.bbp-forums li.bbp-body ul li.bbp-forum-info {
        width: 39%;
        border-right: 1px #e9e9e9 solid;
        display: flex; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-info img {
          margin-top: 15px;
          margin-right: 15px;
          height: fit-content; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-info a.bbp-forum-title {
          display: flex;
          font-size: 30px;
          line-height: 1.6 !important; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-info .bbp-forum-content {
          padding-top: 15px !important;
          font-size: 15px !important; }
      ul.bbp-forums li.bbp-body ul li.bbp-forum-topic-count {
        font-size: 24px;
        width: 13%; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-topic-count:after {
          content: '';
          background-color: #e9e9e9;
          position: absolute;
          width: 1px;
          height: 100%;
          right: 0;
          top: 0; }
      ul.bbp-forums li.bbp-body ul li.bbp-forum-reply-count {
        font-size: 24px;
        width: 12%; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-reply-count:after {
          content: '';
          background-color: #e9e9e9;
          position: absolute;
          width: 1px;
          height: 100%;
          right: 0;
          top: 0; }
      ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness {
        float: right;
        text-align: right;
        width: 36%;
        height: 100%; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author {
          display: inline-block;
          margin-right: 15px; }
          ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a {
            font-size: 15px; }
          ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author i {
            font-size: 14px;
            margin-right: 5px; }
          ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-name {
            display: block;
            font-size: 18px;
            margin-bottom: 12px; }
        ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author-avatar a.bbp-author-avatar {
          display: inline-flex; }
          ul.bbp-forums li.bbp-body ul li.bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author-avatar a.bbp-author-avatar img {
            border: none !important; }

ul.bbp-topics {
  border: 1px #e9e9e9 solid; }
  ul.bbp-topics li:before {
    content: unset; }
  ul.bbp-topics li.bbp-header {
    background-color: #f5f5f5 !important;
    padding: 0px !important; }
    ul.bbp-topics li.bbp-header .forum-titles li {
      padding: 40px !important;
      font-size: 24px; }
    ul.bbp-topics li.bbp-header .forum-titles li.bbp-topic-title {
      width: 38%;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-topics li.bbp-header .forum-titles li.bbp-topic-voice-count {
      width: 14%;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-topics li.bbp-header .forum-titles li.bbp-topic-reply-count {
      width: 13%;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-topics li.bbp-header .forum-titles li.bbp-topic-freshness {
      float: right;
      text-align: right;
      width: 35%; }
  ul.bbp-topics li.bbp-body {
    padding: 0px !important; }
    ul.bbp-topics li.bbp-body ul {
      border-top: 0px solid #eee !important;
      background-color: transparent !important;
      padding: 0px !important;
      display: flex;
      border-bottom: 1px #e9e9e9 solid; }
      ul.bbp-topics li.bbp-body ul li:before {
        content: unset; }
      ul.bbp-topics li.bbp-body ul:last-child {
        border-bottom: unset; }
      ul.bbp-topics li.bbp-body ul li {
        padding: 80px 45px !important; }
      ul.bbp-topics li.bbp-body ul li.bbp-topic-title {
        width: 38%;
        font-size: 24px;
        line-height: 30px;
        border-right: 1px #e9e9e9 solid; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-title img {
          margin-top: 15px;
          margin-right: 15px;
          height: fit-content; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-title a.bbp-forum-title {
          display: flex;
          font-size: 30px;
          line-height: 1.6 !important; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-title .bbp-forum-content {
          padding-top: 15px !important;
          font-size: 15px !important; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-title .bbp-topic-meta {
          font-size: 14px !important; }
          ul.bbp-topics li.bbp-body ul li.bbp-topic-title .bbp-topic-meta .bbp-author-avatar {
            display: inline-flex; }
            ul.bbp-topics li.bbp-body ul li.bbp-topic-title .bbp-topic-meta .bbp-author-avatar img {
              margin: 0px !important;
              border: unset !important; }
      ul.bbp-topics li.bbp-body ul li.bbp-topic-voice-count {
        font-size: 24px;
        width: 14%; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-voice-count:after {
          content: '';
          background-color: #e9e9e9;
          position: absolute;
          width: 1px;
          height: 100%;
          right: 0;
          top: 0; }
      ul.bbp-topics li.bbp-body ul li.bbp-topic-reply-count {
        font-size: 24px;
        width: 13%; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-reply-count:after {
          content: '';
          background-color: #e9e9e9;
          position: absolute;
          width: 1px;
          height: 100%;
          right: 0;
          top: 0; }
      ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness {
        float: right;
        text-align: right;
        width: 35%;
        height: 100%; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author {
          display: inline-block;
          margin-right: 15px; }
          ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a {
            font-size: 15px; }
          ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author i {
            font-size: 14px;
            margin-right: 5px; }
          ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-name {
            display: block;
            font-size: 18px;
            margin-bottom: 12px; }
        ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author-avatar a.bbp-author-avatar {
          display: inline-flex; }
          ul.bbp-topics li.bbp-body ul li.bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author-avatar a.bbp-author-avatar img {
            border: none !important; }

.forum .fl--blog-post-div .fl-post-top-content {
  padding-bottom: 45px; }
  .forum .fl--blog-post-div .fl-post-top-content .fl-post--holder {
    position: relative; }
  .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery {
    position: relative; }
    .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider {
      overflow: hidden;
      position: relative; }
      .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center; }
        .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li:before {
          content: unset; }
        .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li {
          display: inline-block; }
          .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button {
            display: block;
            width: 9px;
            height: 9px;
            padding: 0 10px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
            position: relative; }
            .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li button:before {
              left: 0;
              position: absolute;
              width: 9px;
              height: 9px;
              content: '';
              text-align: center;
              border-radius: 50%;
              background-color: #ffffff;
              opacity: 0.5; }
        .forum .fl--blog-post-div .fl-post-top-content .fl-post--gallery .fl-post--gallery-slider ul.slick-dots li.slick-active button:before {
          opacity: 1 !important; }
  .forum .fl--blog-post-div .fl-post-top-content .fl-post--image-contain {
    position: relative; }
  .forum .fl--blog-post-div .fl-post-top-content .fl-post--quote-contain .fl-post--quote {
    position: relative;
    width: 100%;
    min-height: 200px; }
    .forum .fl--blog-post-div .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text {
      position: relative;
      font-size: 40px;
      line-height: 42px; }
      .forum .fl--blog-post-div .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text a span {
        padding: 0 50px;
        text-align: center;
        display: block; }
      .forum .fl--blog-post-div .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f10d";
        font-size: 48px;
        display: block;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 30px; }
    .forum .fl--blog-post-div .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-text-padding span {
      padding: 0 50px 50px 50px; }
    .forum .fl--blog-post-div .fl-post-top-content .fl-post--quote-contain .fl-post--quote span.fl-post--quote-author {
      display: block;
      position: relative;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      padding: 10px 50px 50px 50px; }
  .forum .fl--blog-post-div .fl-post-top-content .fl-post--video-contain {
    position: relative; }
    .forum .fl--blog-post-div .fl-post-top-content .fl-post--video-contain .fl-post-category-standard {
      bottom: 65px; }
  .forum .fl--blog-post-div .fl-post-top-content .fl-post-category-standard {
    display: inline-block;
    line-height: 1;
    position: absolute;
    bottom: 45px;
    left: 35px;
    color: #fff;
    font-size: 12px;
    z-index: 2; }
    .forum .fl--blog-post-div .fl-post-top-content .fl-post-category-standard a {
      padding: 12px;
      color: inherit;
      border-radius: 3%;
      margin-right: 5px;
      transition: all .3s; }
.forum .fl--blog-post-div .fl-post-bottom-content {
  text-align: center;
  padding-bottom: 65px; }
  .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-info {
    font-size: 13px;
    padding-bottom: 15px; }
    .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-info .fl-date-info {
      padding-right: 20px; }
    .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-info i {
      padding-right: 4px; }
  .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-content--info .fl-post--title {
    font-size: 32px;
    margin-bottom: 20px; }
    .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-content--info .fl-post--title a {
      color: inherit; }
  .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-content--info .fl-post-text--content {
    padding-top: 20px;
    position: relative;
    padding-bottom: 50px; }
    .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-content--info .fl-post-text--content:before {
      content: '';
      position: absolute;
      width: 120px;
      height: 20px;
      left: 0;
      right: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 333;
      background: url(../css/images/ornament_after_post.png) no-repeat;
      bottom: 0; }
  .forum .fl--blog-post-div .fl-post-bottom-content .fl-post-content--info a.fl--readmore-link {
    font-size: 16px;
    color: #333333;
    position: relative;
    top: 15px; }

.bbp-pagination-count {
  border-radius: 3px;
  background-color: #222222;
  color: #ffffff;
  padding: 1px 5px; }

.bbp-template-notice a {
  display: inline-flex; }
.bbp-template-notice img {
  border: unset !important;
  display: inline-flex; }

.subscription-toggle {
  padding: 10px 20px;
  font-size: 18px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px; }

.wp-editor-container {
  border: 2px solid #eee !important;
  border-radius: 5px; }

.bbp-topic-form .bbp-submit-wrapper {
  margin-bottom: 15px; }
  .bbp-topic-form .bbp-submit-wrapper button {
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px; }

.fl--bbpress-reply-loop {
  padding-right: 50px; }
  .fl--bbpress-reply-loop .bbp-pagination {
    margin-bottom: 50px !important; }

ul.bbp-replies {
  border: 1px #e9e9e9 solid; }
  ul.bbp-replies li:before {
    content: unset; }
  ul.bbp-replies li.bbp-header {
    background-color: #f5f5f5 !important;
    padding: 0px !important;
    border-top: 0px !important;
    display: flex; }
    ul.bbp-replies li.bbp-header .bbp-reply-author {
      padding: 40px !important;
      font-size: 24px;
      width: 25% !important;
      border-right: 1px #e9e9e9 solid; }
    ul.bbp-replies li.bbp-header .bbp-reply-content {
      margin: 0px !important;
      padding: 40px !important;
      font-size: 24px;
      width: 75% !important; }
      ul.bbp-replies li.bbp-header .bbp-reply-content:after {
        display: none !important; }
  ul.bbp-replies li.bbp-body {
    padding: 0px !important; }
    ul.bbp-replies li.bbp-body .status-publish {
      padding: 0px !important;
      display: flex; }
    ul.bbp-replies li.bbp-body .bbp-reply-header {
      padding: 0px !important;
      border-top: unset !important;
      background-color: transparent !important; }
      ul.bbp-replies li.bbp-body .bbp-reply-header .bbp-meta {
        display: flex;
        position: relative;
        letter-spacing: .02em;
        font-size: 13px;
        line-height: 1.5;
        color: #222;
        background-repeat: repeat-x;
        background-position: bottom;
        background-image: url(../css/images/quote_bg.jpg); }
        ul.bbp-replies li.bbp-body .bbp-reply-header .bbp-meta .fl--reply-border {
          width: 25%;
          position: relative; }
          ul.bbp-replies li.bbp-body .bbp-reply-header .bbp-meta .fl--reply-border:after {
            content: '';
            background-color: #e9e9e9;
            position: absolute;
            width: 1px;
            height: 100%;
            right: 0;
            top: 0; }
        ul.bbp-replies li.bbp-body .bbp-reply-header .bbp-meta .bbp-reply-post-date {
          width: 75%;
          float: right;
          text-align: right;
          padding: 10px 15px; }
    ul.bbp-replies li.bbp-body .bbp-reply-author {
      width: 25% !important;
      padding: 50px;
      position: relative; }
      ul.bbp-replies li.bbp-body .bbp-reply-author a {
        font-size: 14px; }
      ul.bbp-replies li.bbp-body .bbp-reply-author:after {
        content: '';
        background-color: #e9e9e9;
        position: absolute;
        width: 0.1px;
        height: 100%;
        right: 0;
        top: 0; }
    ul.bbp-replies li.bbp-body .bbp-reply-content {
      width: 75%;
      margin-left: 0px !important;
      padding: 50px !important; }
      ul.bbp-replies li.bbp-body .bbp-reply-content ul {
        margin: 0 5px 5px; }
        ul.bbp-replies li.bbp-body .bbp-reply-content ul li {
          padding: 0 5px !important;
          list-style: none !important; }
      ul.bbp-replies li.bbp-body .bbp-reply-content a {
        font-weight: 600 !important; }
      ul.bbp-replies li.bbp-body .bbp-reply-content p {
        font-size: 15px;
        color: #333333; }

.bbp-reply-form .bbp-submit-wrapper {
  margin-bottom: 15px; }
  .bbp-reply-form .bbp-submit-wrapper button {
    padding: 20px 35px;
    font-size: 18px; }

/*-------------------------------------------------------------------

==  RTL

-------------------------------------------------------------------*/
.rtl {
  direction: rtl; }
  .rtl .fl-full-width-search-form .fl-full-width-search-wrapper .fl-form-bottom-text {
    text-align: right !important; }
  .rtl .fl--header .fl--header-topbar .fl--header-topbar-left {
    text-align: right; }
    .rtl .fl--header .fl--header-topbar .fl--header-topbar-left span {
      display: inline-block;
      padding-right: 10px;
      padding-left: 50px; }
  .rtl .fl--header .fl--header-topbar .fl--header-topbar-right {
    text-align: left; }
  .rtl .fl--header .fl-header-menu-container .fl--navigation-container .fl--navigation-style-one .menu {
    float: left; }
  .rtl .fl--page-header .breadcrumbs_heading .fl-breadcrumbs-delimiter {
    transform: rotate(180deg); }
  .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar {
    text-align: right; }
    .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email .fl-contact-info-widget-address {
      text-align: right; }
    .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email .fl-contact-info-widget-phone {
      text-align: right; }
    .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email .fl-contact-info-widget-email {
      text-align: right; }
    .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar .fl-widget--title {
      text-align: right; }
    .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar .widget_nav_menu ul {
      padding-right: 0px;
      padding-left: 34px; }
      .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-sidebar .widget_nav_menu ul li a {
        padding-right: 0px;
        padding-left: 10px; }
  .rtl .fl--footer .fl-top-footer .row .fl-footer-column .fl-footer-socials {
    text-align: right; }
  .rtl .fl--footer .fl--subscribe-contain .fl--subscribe .fl--subscribe-input form input[type=submit] {
    left: 0 !important; }
  .rtl .fl--footer .fl--subscribe-contain .fl--subscribe .fl--subscribe-input form label {
    padding-right: 0px !important;
    padding-left: 25px !important; }
  .rtl .fl_main .fl_content .fl--blog-style-standard .fl-post--item .fl-post-bottom-content {
    padding: 0 0 50px 50px;
    text-align: right; }
  .rtl .fl_main .fl_content .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard {
    left: unset;
    right: 35px; }
  .rtl .fl_main .fl_content .fl-content-wrapper .fl-post-content-top article {
    text-align: right; }
  .rtl .fl_main .fl_content .fl-content-wrapper .fl-post-content-bottom .fl-comments-container {
    text-align: right; }
  .rtl .fl_main .sidebar-container {
    text-align: right; }
    .rtl .fl_main .sidebar-container .widget_search .searchinput {
      padding: 20px 20px 20px 62px; }
    .rtl .fl_main .sidebar-container .widget_search .searchsubmit {
      left: 0;
      right: unset; }
      .rtl .fl_main .sidebar-container .widget_search .searchsubmit i {
        border-left: unset;
        border-right: 1px #eee solid; }
  .rtl .fl_main .sidebar_right {
    float: left; }
  .rtl .fl_main .sidebar_left {
    float: right; }
  .rtl .fl--blog-post-div-two {
    text-align: right; }
  .rtl .fl-icon-box.fl-icon-box-style--2 .fl-icon-box-wrapper .fl-icon-box-content {
    direction: rtl; }
  .rtl .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-wrapper .fl-icon-box-title-contain {
    direction: rtl; }
  .rtl .fl-icon-box.fl-icon-box-style--4 .fl-icon-box-wrapper {
    text-align: right; }
  .rtl .fl-icon-box.fl-icon-box-style--3 .fl-icon-box-wrapper {
    direction: rtl; }
  .rtl .fl-icon-box.fl-icon-box-style--2 .fl-icon-box-wrapper {
    direction: rtl; }
  .rtl .text-left {
    text-align: right !important; }
  .rtl .fl-donate-style-four .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt p {
    direction: rtl; }
  .rtl .fl-donate-style-three .fl-post-give .fl-give-content .fl-post-give-content .fl-entry-title {
    direction: rtl; }
  .rtl .fl-donate-style-three .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt {
    direction: rtl; }
  .rtl .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-excerpt {
    direction: rtl; }
  .rtl .fl-events-style-one .fl-events--post .fl-events-right-content {
    text-align: right; }
    .rtl .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-meta {
      justify-content: flex-end; }
      .rtl .fl-events-style-one .fl-events--post .fl-events-right-content .fl-events-meta .fl-event-address {
        padding-right: 0px; }
  .rtl .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content {
    text-align: right; }
    .rtl .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta {
      justify-content: flex-end; }
      .rtl .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-meta .fl-event-address {
        padding-right: 0px; }
  .rtl .fl--events-archive-content-vc {
    text-align: right; }
    .rtl .fl--events-archive-content-vc i {
      padding-right: 0px !important;
      padding-left: 11px; }
  .rtl .fl--events-featured-content-vc .fl-events--featured-post .fl-events-right-content .fl-events-excerpt {
    direction: rtl; }
  .rtl .fl-donate-style-one {
    text-align: right; }
  .rtl .fl-donate-style-two .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt {
    direction: rtl; }
  .rtl .fl-donate-style-two .fl-post-give .fl-give-content .fl-post-give-content {
    text-align: right; }
  .rtl .fl-contact-info {
    text-align: right; }
  .rtl .wpcf7-form {
    text-align: right; }
    .rtl .wpcf7-form input {
      text-align: right;
      padding: 15px 20px 15px 62px; }
    .rtl .wpcf7-form textarea {
      text-align: right;
      padding: 15px 20px 15px 62px; }
  .rtl form[id*=give-form] .give-donation-amount {
    float: right;
    margin: 0 auto; }
  .rtl #give-donation-level-button-wrap > li {
    float: unset; }
  .rtl #give-donation-level-button-wrap {
    margin-left: auto;
    margin-right: 0; }
  .rtl .give-modal form[id*=give-form] .give-payment-mode-label {
    text-align: right; }
  .rtl #give-payment-mode-wrap, .rtl #give_purchase_form_wrap {
    text-align: right; }
  .rtl form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    float: unset; }
  .rtl .give-submit-button-wrap .give-submit {
    float: unset; }

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