/*
Theme Name: ConveyWP
Theme URI: http://staging.theemwiz.com/conveywp
Author: Theemwiz
Author URI: https://theemwiz.com/
Requires at least: 4.7
Requires PHP: 7.3.0
Tested up to: 7.3.5
Description: ConveyWP is a fully responsive WordPress Blog theme.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://wwgw.gnu.org/licenses/gpl-2.0.html
Text Domain: conveywp
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/* Table of contents

- 1. Global Styles 
1.1 Spacers
1.3 Form Styles

- 2. Top Bar Section

- 3. Navigation

- 4. Slider
4.1 Infobox Element

- 5. Breadcrumb

- 6. Contact Form

- 7. Sidebar

- 8. Search

- 9. Latest News Element

- 10. Subscribe Element

- 11. Client Carousel Element

- 12. Footer Section

- 13. Blog Section & Element

- 14. Testimonial Section

- 15. About Page

- 16. Services Page

- 17. Pricing Page

- 18. 404 Page

- 19. Responsive Styles

- 20. Back to top styles 

- 21. Preloader Effect 

- 22. Misc Styles 

*/

/* 1. Global Styles */

.sticky {
  position: relative;
}

aside#sidebar {
  height: auto;
  position: sticky;
  top: 110px;
}

.stk-block.stk-block-column .stk-column-wrapper.stk-block-column__content.stk-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.socializer a > * {
  line-height: 32px;
}

.foot-widget.empty_widget {
  width: 100%;
  margin: 0;
  padding-bottom: 100px;
  text-align: center;
}

.no_widgets {
  font-size: 16px;
  text-align: center;
}

/* listing Single layout 1 */

.wp-block-group {
  padding: 0;
}

.img-container .embed-responsive-16by9 img {
  height: 630px;
  object-fit: cover;
}

.img-container .embed-responsive-16by9::before {
  padding-top: 34.25%;
}

/* Listing With sidebar */

body.archive .listing-archive-with-sidebar .wp-block-column.search-left-column .search-form {
  border: 0;
}

body.archive .listing-archive-with-sidebar .geodir-search.form-row > div {
  width: 100%;
  margin-bottom: 30px;
}

body.archive .listing-archive-with-sidebar .wp-block-column.search-left-column .search-form {
  padding: 30px 20px 0;
}

.search article {
  padding: 0;
  margin: 0;
}

body.archive .content-area {
  padding: 0;
  border-top: 1px solid #555555;
}

.card-footer .geodir_post_meta.gd-rating-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.geodir-post .wp-block-column.card-footer {
  padding: 0;
  padding-top: 15px;
}

/*Accordion*/

.bz-accordion .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
  border-radius: 4px;
}

.bz-accordion .elementor-accordion .elementor-tab-title {
  display: flex;
  justify-content: space-between;
}

.bz-accordion .elementor-accordion span.elementor-accordion-icon {
  order: 1;
}

.bz-accordion .elementor-accordion i {
  color: #4d7bb9;
}

.bz-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title[aria-expanded="true"] {
  background: #fff;
}

.bz-accordion .elementor-accordion .elementor-tab-content {
  border-top: 0;
}

.bz-accordion .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #d4d4d4;
}

/* Ninja Form Contact */

.bz-ninjaform .nf-form-content .list-select-wrap .nf-field-element > div,
.bz-ninjaform .nf-form-content input:not([type="button"]),
.bz-ninjaform .nf-form-content textarea {
  background: #f6f6f6;
  border: 1px solid #f1f1f1;
  margin: 0;
}

.bz-ninjaform .nf-form-content .list-select-wrap .nf-field-element > div::placeholder,
.bz-ninjaform .nf-form-content input:not([type="button"])::placeholder,
.bz-ninjaform .nf-form-content textarea::placeholder {
  font-size: 14px;
  line-height: 30px;
  color: #717171;
  font-weight: 400;
}

.bz-ninjaform .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.bz-ninjaform .nf-form-content input:not([type="button"]):focus,
.bz-ninjaform .nf-form-content textarea:focus {
  border-color: #4e7cb9;
  background-color: #fff;
}

.bz-ninjaform .nf-form-content input[type="button"] {
  background: #4c7aba;
  border-radius: 4px;
  padding: 0px 50px;
  height: 46px;
  line-height: 46px;
}

.bz-ninjaform #ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 30px;
}

.bz-ninjaform .nf-form-content input[type="button"]:hover {
  background: #2e548a;
}

.bz-ninjaform .nf-form-content input[type="button"]:hover {
  background-color: #2e548a;
  color: #fff;
}

.nf-field-label {
  display: none;
}

/* Icon box hover Effect */

.icon-box-hover-effect:hover .elementor-element.elementor-view-stacked .elementor-icon {
  background: #fff;
}

.icon-box-hover-effect:hover .elementor-element p.elementor-icon-box-description,
.icon-box-hover-effect:hover h3.elementor-icon-box-title span {
  color: #fff;
}

body.wcfm-dashboard-page:not(.loaded) {
  visibility: hidden;
}
