/*
Theme Name: Ziptech
Theme URI: https://shtheme.com/demosd/ziptech
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Ziptech is perfect theme for different category websites like it solutions, technology, software, it services, technology service, agency, consulting, startup, shipping, technology company, network solution etc and many more.
Version: 1.2
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: ziptech

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==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/


.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

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

.elementor-editor-active .owl-carousel {
  display: block;
}


.js.elementor-html .animate-box {
    opacity: 1!important;
}

.news-bottom-part .post-author span {
    text-transform: capitalize;
}
.tagcloud .wp-tag-cloud li a {
    background: #fff;
    color: var(--body-font-color);
    font-size: 14px !important;
    margin-right: 10px;
    margin-top: 14px;
    padding: 5px 16px 5px 16px;
    display: inline-block;
}
.tagcloud .wp-tag-cloud li a:hover {
    color: #fff;
    background: var(--webex-primary-color);
}
.news-sidebar-widget .tagcloud ul li {
    display: inline;
}
.widget.sidebar-widget.widget-widget_categories ul li:before {
    content: "\f0da";
    vertical-align: middle;
    margin-right: 10px;
    color: var(--body-font-color);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--webex-primary-color);
}
.widget.sidebar-widget.widget-widget_categories ul li a {
    color: var(--body-font-color);
}
.widget.sidebar-widget.widget-widget_categories ul li, .widget.sidebar-widget.widget-widget_categories ul li {
    display: inherit;
    padding: 5px 0;
}
.news-sidebar-widget .widget-widget_categories ul li a:hover, .news-sidebar-widget .widget-widget_categories ul li a:hover {
    color: var(--webex-primary-color);
}
.comment-respond h3.comment-reply-title{
    margin-bottom: 40px;
}
p.comment-form-cookies-consent {
    display: none;
}
.pagination-nav .pagination-list>li>span {
    color: #565151;
    font-weight: 500;
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 15px;
}
.pagination-nav .pagination-list>li>span.page-numbers.current {
    color: #565151;
    font-weight: 500;
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid transparent;
    background: var(--webex-primary-color);
    color: #fff;
}
form.wpcf7-form p {
    margin: 0 0 0px;
}
.theme-btn-6::before {
    background: var(--gradient-color1);
}
input.theme-btn-6:hover{
    background: var(--gradient-color1);
}
.wpcf7 div.mdl-js input[type="email"]{
    text-align: right;
}
.contact-form .form-group .animate-btn-style3:hover {
    background: var(--gradient-color1);
}
.search .search-custom {
    background: #fff;
}
.search .search-custom {
    background: #fff;
}
.search .search-custom h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
.search .search-custom form {
    display: flex;
}
.search .search-custom form .s-input-home {
    width: 70%;
    height: 45px;
    padding-left: 10px;
    max-width: 100%;
    border: 1px solid #999;
    padding: 0px 10px 0px;
    margin-bottom: 0px;
}
.search .search-custom form .btn-s-input {
    background: var(--webex-primary-color);
    color: #fff;
    border: 1px solid var(--webex-primary-color);
    padding: 8px 20px 5px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.search .search-custom form .btn-s-input:hover {
    background-color: var(--webex-primary-color2);
    border: 1px solid var(--webex-primary-color2);
}
.search .search-custom {
    background: var(--bg-silver);
    padding: 40px;
}
.search .search-custom form .s-input-home {
    background: #FFF;
    font-size: 15px;
}
@media screen and (min-width: 991px){
.search .search-custom {
    margin-right: 40px;
}
}
.sidebar-widget.widget-search {
    padding: 40px;
}
.footer-widget .wpcf7-not-valid-tip {
    color: #fff;
    margin-top: 20px;
    position: absolute;
}
.footer-widget .wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
    margin-top: 65px;
    color: #fff;
}
.form-group .wpcf7-not-valid-tip {
    margin-top: 20px;
    color: var(--body-font-color);
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}
 .wpcf7 div[dir="rtl"]+.wpcf7-response-output {
    direction: rtl;
}
.blog .news-description h4.the-title {
    margin-bottom: 20px;
}
.news-wrapper-style1 .news-description .news-bottom-part .post-author span a {
    color: var(--heading-font-color);
}
.team-item [class^="base-icon-"],.team-item [class*=" base-icon-"] {
    line-height: inherit;
}
.news-wrapper-style2 .news-description .news-bottom-part .post-author span a {
    color: var(--heading-font-color);
}
.page-template-home-dark-layout6 .service-style3 .service-inner {
    background: var(--bg-white);
}
.page-template-home-dark-layout6 [data-overlay-dark="6"]:before{
    opacity: 0.95;
}
.order-list li {
    text-transform: capitalize;
}
.news-wrapper-style1 .news-description .news-bottom-part .post-link {
    color: var(--body-font-color);
}
.news-wrapper-style2 .news-description .news-bottom-part .post-link {
    color: var(--body-font-color);
}
.blog-single-news .single-news-details .single-news-content .news-description .news-bottom-part .post-link>a {
    color: var(--body-font-color);
}
.block-quote p {
    text-transform: capitalize;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-meta .comment-metadata span {
    color: var(--body-font-color);
}

.project-info-body .project-info-list p {
    display: none;
}