/*
Theme Name:   Fekra child theme
Theme URI:    http://demo.arrowpress.net/fekra/
Description: Fekra - Versatile office Wordpress theme.
Author:       AHT
Author URI:   http://arrowhitech.com/
Template:     fekra
Version:      1.0
License:      
License URI:  
Tags: one-column, two-columns, 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: fekra-child-theme
*/

@import url("/assets/css/fekra-style.css");

.parent-title:before {
    border-radius: 100% 100% 0 100%;
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -6px;
    background: #f36418;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f086";
    color: #f5f5f5;
    font-size: 19px;
    padding-left: 2%;
    padding-top: 1%;
}
h2.parent-title {
    padding-left: 45px;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
/* blog css start */
.blog-post-v1.style2 .img-box {
    float: left;
    width: auto !important;
    margin-right: 15px;
    margin-bottom: 15px;
}
.blog-post-v1.style2 .img-box a {
    width: 212px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
    padding: 5px;
    max-width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 0 !important;
}
.blog-post-v1.style2 .img-box a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.blog-post-v1.style2 .blog-txt {
    float: none;
    width: auto;
    position: relative;
    padding: 0px;
    padding-right: 20px;
}
.collapsing {
    height: auto;
}
.tagcloud a,
.ve-cat-widget-div ul.ve-cat-widget-listing li a,
.collapsing a {
    color: #f96015 !important;
}
#widget-collapsarch-2-top .collapse {
    display: inline-block;
}
/* blog css end */

/* support page box height */
.page-id-8503 .other-services h2, 
.page-id-7054 .other-services h2 {
        position: relative;
}
@media(min-width: 1200px) {
    .page-id-7054  .other-services h2 {
        min-height: 40px;
    }
    .page-id-7054 article > div {
        min-height: 98px;
    }
}
@media(min-width: 992px) and (max-width: 1199){
    .page-id-7054  .other-services h2 {
        min-height: 40px;
    }
    .page-id-7054 article > div {
        min-height: 120px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .page-id-7054 .other-services h2 {
        min-height: 80px;
    }
    .page-id-7054 article > div {
        min-height: 168px;
    }
    .page-id-8503 .other-services > div p:first-child {
        min-height: 48px;
    }
    .page-id-8503 .other-services:first-child > h2 {
        word-break: break-word;
    }
}
/* support page box height end */

.other-services:hover .fa {
    color:#2a2a2a;
}

.page-banner.small .container-max, .page-banner.small .container {
     padding-top: 20px;
  	padding-bottom: 20px;
}
.single-post .img-box {
  display: none;
}
.single-post .footer-news-box .img-box {
    display: inline;
}
.single-post .post-author-box .img-box {
    display: inline;
}
/* custom fix: support-card icons turn white on orange hover (overrides style.css support-page rule) */
.other-services:hover .fa,
.other-services:hover i { color:#fff !important; }

/* AI Services: homepage service-card grid — vertical spacing between boxes + svg (sparkle) icon turns white on hover like the fa/i icons */
.home .other-services { margin-bottom: 30px; }
.other-services:hover svg { fill: #fff !important; }

/* AI hero card: full width across the 3 columns below, with enlarged icon/title/button to emphasize it as the flagship new offering */
.home .ai-hero { padding: 48px 15px; }
.home .ai-hero svg { position: static !important; display: block; margin: 0 auto 22px !important; width: 60px !important; height: 60px !important; }
.home .ai-hero h2 { font-size: 24px; line-height: 1.3; margin-bottom: 24px; }
.home .ai-hero h2 a { font-size: 24px; }
.home .ai-hero .vc_btn3-size-ubtn-normal { font-size: 16px !important; line-height: 20px !important; padding: 13px 34px !important; display: inline-block; }
