/*
Theme Name: Realize Online
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

body {
  padding: 0;
  margin: 0;
}

.home-dynamic-title {
  padding-bottom: 34px;
  font-weight: 600;
  color: #fff;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}

.error-404.not-found {
  padding: 60px 0;
  text-align: center;
}

.error-404.not-found h1 {
  font-size: 35px;
  margin-bottom: 20px;
}

.search-form {
  width: 60%;
  margin: 30px auto;
  position: relative;
}

input[type="search"].search-field {
  padding: 10px;
  width: calc(100% - 80px);
  border: 1px solid #b9b6b6;
  border-right: none;
}

button[type="submit"].search-submit {
  position: absolute;
  height: 37px;
  width: 46px;
  top: 0px;
  right: 0px;
  box-shadow: none;
  border: 1px solid #1b2fa2;
  border-left: none;
  background: #1b2fa2;
  cursor: pointer;
}

.search_content {
  padding: 60px 0px;
}

.search_content article {
  float: left;
  width: 33.33%;
  padding: 20px;
}

.search_content article h2.entry-title {
  font-size: 17px;
  margin: 20px 0px;
  text-align: center;
}

.search_content article h2.entry-title a {
  color: #161722;
  font-weight: normal;
}

.article_inner {
  text-align: center;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 219, 221);
  border-image: initial;
}

.screen-reader-text {
  display: none;
}

.search_content article img {
  height: auto;
}

.not_found_inr {
  padding: 60px 0;
  text-align: center;
}

.not_found_inr h1 {
  font-size: 35px;
  margin-bottom: 20px;
}

.page_title {
  position: relative;
  text-align: center;
  height: 485px;
  background: url(./images/inner-banner.jpg) center bottom / cover no-repeat;
  background-size: cover;
}

.archive .page_title,
.blog .page_title {
  position: relative;
  text-align: center;
  height: 400px;
  background: none;
}

.archive .page_title h1,
.blog .page_title h1 {
  padding-bottom: 34px;
  font-weight: 600;
  background: url(./images/deprator-line.png) no-repeat center bottom;
  color: #0b23b9;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}

.partners-header {
  height: 400px !important;
}

.page_path {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 3;
}

.page_title h2 {
  padding-bottom: 34px;
  font-weight: 600;
  background: url(./images/deprator-line.png) no-repeat center bottom;
  color: #fff;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}

.page_title h1 {
  padding-bottom: 34px;
  font-weight: 600;
  background: url(./images/deprator-line.png) no-repeat center bottom;
  color: #fff;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}

.page_path span {
  position: absolute;
  right: 100%;
  top: 0px;
  bottom: 0px;
  width: 5000px;
  background: rgba(0, 0, 0, 0.55);
}

.navigation {
  text-align: center;
  margin-top: 60px;
}

.nav-links a {
  margin: 0 5px;
}

/* portfolio Inner page */

.page_title.porfolio_inner_page_title {
  height: 550px;
}

.page_title.porfolio_inner_page_title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000061;
  z-index: 1;
}

.page_title h4 {
  font-size: 34px;
  text-transform: uppercase;
  color: #ea7414;
}

.overflow_hidden {
  overflow: hidden;
}

/* portfolio Inner page end */

/* partners page start */

.partner-wrapper > .archive-post {
  padding-bottom: 0px !important;
  margin: 0em !important;
}

.partner {
  width: 100% !important;
  padding: 20px;
  padding-top: 35px;
  margin: 0em !important;
}

.partner > img {
  width: 130px;
  max-height: 100px;
  margin-bottom: 16px;
}

.partner > .heading {
  color: black;
  font-family: Source Sans Pro;
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
}

.partner > .description {
  color: #7d7d7d;
  line-height: 24px;
}

.partner > .link {
  margin-top: 22px;
}

.partner > .category {
  float: right;
  color: #676767;
  margin-top: -10px;
}

/* partners page ends */

@media screen and (max-width: 992px) {
  .page_title h2 {
    font-size: 55px;
  }
  .web_key_fe_bg:after {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .search_content article {
    width: 50%;
  }
  .search-form {
    width: 100%;
  }
  input[type="search"].search-field {
    width: 100%;
  }
  .page_title h2 {
    font-size: 30px;
  }
  .page_title {
    height: 275px;
  }
  .page_title.porfolio_inner_page_title {
    height: 285px;
  }
  /* Page title only in portfolio category/parent page */
  .page-id-24 .page_title {
    height: 175px;
  }
  .page_path {
    top: 40%;
  }
  .page_title h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .search_content article {
    width: 100%;
  }
}

/* Archive Page */

.archive-flex {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  flex-wrap: wrap;
  margin-top: 3%;
}

.archive-post {
  width: 30%;
  border: 1px solid #e5e5e5;
  margin: 1em;
  border-radius: 5px;
  border-radius: 7px;
  overflow: hidden;
  padding-bottom: 12px;
}

@media screen and (max-width: 479px) {
  .archive-post {
    width: 100%;
  }
}

.archive-post .img-block {
  height: 250px;
}

.archive-post h2 {
  /* padding: 10px 0px 10px 10px; */
}

.archive-post h2 > a {
  font-size: 19px;
  font-weight: 600;
  color: #7d7d7d;
}

.link-button {
  /* padding: 10px 15px 0px 10px; */
  margin-bottom: 20px;
}

.archive-post .post-date {
  color: #b7b7b7;
  /* padding: 10px 15px 0px 10px; */
  margin: 0px;
}

.archive-post:hover {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.archive-post p {
  padding: 15px 0px 0px 0px;
  margin-bottom: 10px;
}

.archive-post .content {
  padding: 20px 20px;
}

.pagination-archive {
  margin: 3% auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0px;
  color: white;
}

.so-field {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 479px) {
  .fo_one input,
  .message_field textarea {
    padding: 18px 0px !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }
  .message_field textarea {
    padding: 18px 12px !important;
  }
}

.google_img img {
  max-width: 50%;
}

.slick-track {
  height: 200px;
}

.gallery-item-caption-wrap.caption-style-hoverer {
  visibility: visible !important;
  opacity: 1 !important;
}

.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
  opacity: 1 !important;
}

.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
  opacity: 1 !important;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
  opacity: 0 !important;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
  opacity: 0 !important;
}

.header-menu-merge > .menu-top-menu-container {
  display: none;
}

@media screen and (max-width: 479px) {
  .banner_btn {
    margin-top: 18px !important;
  }
  .home-dynamic-title {
    padding-bottom: 8px;
    font-size: 32px !important;
  }
  .page_title h1 {
    font-size: 30px;
  }
  .header-menu-merge > .menu-top-menu-container {
    display: block;
  }
  .header-child-text {
    font-size: 15px;
  }
}

.header-child-text {
  color: white;
  font-weight: 500;
}

/* blog footer social share icons */

.at-share-btn-elements {
  margin-top: 25px;
}

/* portfolio link */

.gallery-item-buttons > .icon-link {
  background: red;
  border-radius: 50px;
}

.gallery-item-buttons > i {
  background: #ea7a14;
  border-radius: 50px;
  padding: 12px;
  font-size: 20px;
  color: white;
  margin-top: 5px;
}

.eael-filterable-gallery-item-wrap {
  clear: none !important;
}

/* Portfolio Filterable Gallery */

.controls {
  display: flex;
}

.controls > button {
  width: 10%;
  padding: 2%;
  margin: 2%;
}

/* sidebar */

.sidebar-category ul li {
  transition: 0.3s;
  font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
  font-size: 19px;
  padding: 10px 0px;
  color: #656565;
  text-transform: capitalize;
}

.sidebar-category ul li:hover {
  transition: 0.3s;
  transform: scale(1.1);
  color: black;
}

@media screen and (min-width: 769px) {
  .phone-header-icon {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .phone-header-icon {
    float: right;
    margin-right: 10%;
    padding: 3% 4%;
    font-size: 21px !important;
    color: white;
    background: #0a23b9;
    border-radius: 5px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 468px) {
  .phone-header-icon {
    float: right;
    margin-right: 10%;
    padding: 4% 6%;
    font-size: 21px !important;
    color: white;
    background: #0a23b9;
    border-radius: 5px;
    margin-top: 1px;
  }
}

/********************Development code css********************/

.simple-banner .simple-banner-text {
  display: none;
}

.simple-banner {
  padding: 5px;
}

.header_upper_new.header_upper--fixed .s_icon a {
  color: #4267b2 !important;
}

body .header_upper_new.header_upper--fixed ul li a {
  font-size: 14px !important;
}

body .header_upper_new.header_upper--fixed .s_icon a {
  font-size: 16px;
}

body .header_upper_new.header_upper--fixed .phone_no a {
  font-size: 15px;
}

.swiper-container-banner {
  position: relative !important;
}

.banner_text.inner-page_title {
  position: relative !important;
  text-align: center;
  height: 485px;
  background-size: cover;
}

.inner-page_title h1 {
  padding-bottom: 34px;
  font-weight: 600;
  background: url(/wp-content/themes/realize-online/images/deprator-line.png) no-repeat center bottom;
  color: #fff;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}

.home .banner-image .banner_text {
  padding: 325px 0px 280px 0px;
  position: relative;
}

.banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-image .banner_text .banner-info p {
  font-size: 32px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-color: #fff !important;
  padding: 10px !important;
  background-size: 12px !important;
  transform: translateY(-50%);
  z-index: 5 !important;
  height: 40px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 1600px) {
  .home .banner-image .banner_text {
    padding: 275px 0px 160px 0px;
  }
}

@media screen and (max-width: 1400px) {
  .home .banner-image .banner_text {
    padding: 250px 0px 80px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .home.banner-image .banner_text {
    padding: 225px 0px 60px 0px;
  }
  .home-dynamic-title {
    font-size: 55px;
  }
  .banner-image .banner_text .banner-info p {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .home .banner-image .banner_text {
    padding: 170px 0px 60px 0px;
  }
}

@media screen and (max-width: 767px) {
  .home .banner-image .banner_text {
    padding: 100px 0px 100px 0px;
  }
  .home .home-dynamic-title {
    font-size: 40px;
  }
  .banner-image .banner_text .banner-info p {
    font-size: 18px;
  }
  .banner_text.inner-page_title {
    height: 275px;
    background-size: cover;
  }
  .inner-page_title h1 {
    padding-bottom: 20px;
    font-size: 50px;
  }
  .page_title h1 {
    padding-bottom: 20px;
    font-size: 50px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .home .banner-image .banner_text {
    padding: 70px 0px 70px 0px;
  }
  .home .home-dynamic-title {
    font-size: 32px;
  }
  .banner-image .banner_text .banner-info p {
    font-size: 15px;
  }
  .page_path {
    left: 30px;
    right: 30px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-size: 10px !important;
  }
}

@media screen and (max-width: 479px) {
  .home .banner-image .banner_text {
    padding: 50px 0px 50px 0px;
  }
  .inner-page_title h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .page_title h1 {
    font-size: 30px;
  }
  .banner_text.inner-page_title,
  .page_title {
    height: 195px;
  }
}

/*======== Portfolio gallery css starts =========*/

.gallery-linkOnBox .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
  opacity: 1 !important;
}

.gallery-linkOnBox .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons a {
  font-size: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.gallery-linkOnBox .gallery-item-caption-wrap .gallery-item-buttons {
  transform: inherit !important;
}

/*======== Portfolio gallery css ends =========*/

.archive.category-blog #content {
  margin-top: 100px;
}

.archive.category-blog .page_title {
  position: relative;
  height: auto;
}

.archive.category-blog .page_path {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}

#simple-banner {
  display: none;
}

.elementor-location-footer p {
  margin: 0;
}
