:root {
  --blue: #608eb6;
}

body {
  direction: rtl;
}

a {
  color: var(--blue);
}



.btn-primary {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue)
}

#fh5co-about .fh5co-text .btn {
  color: #222;
}

#fh5co-home {
  min-height: inherit;
}

#fh5co-home .flexslider .fh5co-text {
  top: 60%;
}

#fh5co-home .flexslider .fh5co-text h1 {
  font-size: 200px;
}

@media screen and (max-width: 992px) {
  #fh5co-home .flexslider .fh5co-text h1 {
    font-size: 100px;
  }
}

.fh5co-main-nav .fh5co-logo a {
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.s-logo-img {
  display: none;
}

@media screen and (max-width: 1200px) {
  .logo-img {
    display: none;
  }
  .s-logo-img {
    display: inline;
  }
}

#fh5co-about .fh5co-text {
  background-image: none;
}

#fh5co-about .fh5co-text,
#fh5co-events > .fh5co-overlay {
  background-color: #eee;
}

#fh5co-about .fh5co-text .heading:after,
.fh5co-heading .heading.bg-dark:after {
  background-color: #222;
}

.fh5co-main-nav{
  background-color: var(--blue);
}

.fh5co-nav-toggle,
.offcanvas-visible #fh5co-offcanvas  {
  background-color: #5783a9;
}

#fh5co-about .fh5co-text .heading,
.fh5co-heading .heading.bg-dark:after {
  color: #222;
}

.fh5co-heading .heading:after {
  background-color: #fff;
}

.btn-primary.btn-outline {
    background: transparent;
    color: var(--blue);
    border: 2px solid var(--blue);
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: var(--blue);
  color: #fff;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
}

.fh5co-main-nav .fh5co-menu-2 {
  text-align: right;
}

.fh5co-main-nav .fh5co-menu-1 {
  text-align: left;
}

.fh5co-main-nav .fh5co-menu-1 a,
.fh5co-main-nav .fh5co-menu-2 a,
.fh5co-main-nav .fh5co-logo a,
#fh5co-offcanvas a {
  color: #fff;
}

.fh5co-main-nav .fh5co-menu-1 a.active,
.fh5co-main-nav .fh5co-menu-2 a.active,
#fh5co-offcanvas a:hover, 
#fh5co-offcanvas a:focus,
#fh5co-offcanvas a.active,
a:hover, 
a:focus,
a.active  {
  color: #130d08;
}

#fh5co-footer .fh5co-social li a {
  text-decoration: none;
}

#fh5co-footer .fh5co-social li a:hover,
#fh5co-footer .fh5co-social li a:focus,
#fh5co-footer .fh5co-social li a:active {
  opacity: 0.6;
}

.d-flex {
  display: flex;
}

#fh5co-about .fh5co-text p span.firstcharacter,
#fh5co-about .fh5co-text p,
#fh5co-events .fh5co-heading .heading {
  color: #222;
}

#fh5co-about .fh5co-text p span.firstcharacter {
  float: right;
  padding-right: 3px;
  padding-left: 10px;
}

#fh5co-sayings .flexslider .flex-control-paging li a.flex-active {
  border: 2px solid var(--blue);
}

#fh5co-featured {
  background: var(--blue);
}

#fh5co-featured .fh5co-heading .heading:before,
#fh5co-featured .fh5co-heading .heading::before {
  background: url(../images/icons/icons8-wedding-rings-96.png) no-repeat;
  background-size: contain;
}

#fh5co-events .fh5co-heading .heading:before, 
#fh5co-events .fh5co-heading .heading::before {
  background: url(../images/icons/icons8-wedding-day-64.png) no-repeat;
  background-size: contain;
}

#fh5co-featured .fh5co-grid p {
  margin-top: 30px;
}

#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
  left: 0;
  right: inherit;
}

#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-right:before, 
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-right::before {
  border-left-color: #faebcd;
}

#fh5co-featured .fh5co-grid > .fh5co-v-half {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 {
    flex-direction: row-reverse;
  }
}

#fh5co-events .fh5co-event:before {
  border-color: var(--blue);
}

#fh5co-events .col-md-6, 
#fh5co-events .col-lg-3 {
  float: right;
}

#fh5co-contact .fh5co-heading .heading:before,
#fh5co-contact .fh5co-heading .heading::before {
  background: url(../images/icons/contact-us.png) no-repeat;
  background-size: contain;
}

#fh5co-contact .fh5co-contact-info li {
  padding-right: 50px;
  padding-left: 0;
}

#fh5co-contact .fh5co-contact-info li i {
  left: inherit;
  right: 0;
}

#fh5co-footer {
  padding: 2.5em 0;
  background-color: var(--blue);
}

#fh5co-footer a {
  color: #fff;
}

#fh5co-footer a:hover, 
#fh5co-footer a:focus,
#fh5co-footer a.active {
  text-decoration: underline;
}

#fh5co-footer p {
  margin-bottom: 15px;
}

.c-row,
.c-col,
.c-cell {
  display: flex;
}

.c-col,
.c-cell {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .c-row {
    flex-direction: column;
  }
  .c-col {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .c-col {
    flex-direction: column;
  }
  .c-cell {
    width: 100%;
  }
}

.c-row {
  margin-left: -15px;
  margin-right: -15px;
}

.c-cell {
  padding-left: 15px;
  padding-right: 15px;
}

#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-text.bg-gray {
  background-color: #eee;
}

#fh5co-featured .fh5co-grid .arrow-left:before, #fh5co-featured .fh5co-grid .arrow-left.bg-gray::before {
  border-right: 15px solid #eee;
}

#fh5co-footer .footer-menu {
  margin-top: 15px;
}

#fh5co-footer .fh5co-social.footer-menu li a {
  font-size: 18px;
}

#fh5co-footer .fh5co-social.footer-menu a:hover, 
#fh5co-footer .fh5co-social.footer-menu a:focus,
#fh5co-footer .fh5co-social.footer-menu a.active {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}
