/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.sc_layouts_item_details_line2.sc_layouts_iconed_text_line2 {
    margin-left: 0 !important;
}
.sc_layouts_item_icon.sc_layouts_iconed_text_icon.icon-phone-call.sc_icon_type_icons {
    background-color: #cf4848 !important;
}
.sc_layouts_item_details_line1.sc_layouts_iconed_text_line1 {
    font-size: 15px !important;
    line-height:normal !important;
}
.sc_layouts_item_details_line2.sc_layouts_iconed_text_line2 {
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height:normal !important;
}
.sc_layouts_row_type_compact .sc_layouts_iconed_text:not(.sc_layouts_menu_mobile_button):not(.sc_layouts_menu_mobile_button_burger) .sc_layouts_item_details{line-height:20px;}

.sliderform .wpcf7-submit {
    font-size: 14px;
}
.sliderform input {
    color: #fff !important;
}
.sliderform .submit-style-in {
    background-color: #4375ba !important;
    border-radius:0px !important;
}
.view-btn h6 {
    position: relative;
    top: 10px;
}

.sc_services_cool .sc_services_item.with_image .sc_services_item_content:after {    background-color: #4375ba !important;}

.sc_blogger_default.sc_blogger_default_over_bottom .sc_item_featured:hover .mask {
    background-color: #4375baba !important;
}
.post_meta.sc_blogger_item_meta.post_meta {
    text-align: left;
}
h5.sc_blogger_item_title.entry-title {
    text-align: left;
}
.sc_blogger_item_button.sc_item_button {
    text-align: left;
}
span.sc_layouts_item_details_line2.sc_layouts_iconed_text_line2 {
    display: block;
}
.foootermenu .menu-item a span {
    text-transform: capitalize !important;
}
.menu-item a span {
    text-transform: uppercase !important;
}

span.sc_layouts_item_details_line2.sc_layouts_iconed_text_line2 {
    display: block !important;
}

.sc_layouts_item_details_line2.sc_layouts_iconed_text_line2 {
    display: block;
}

.joinchat {
    display: block !important;
}

.sc_layouts_menu_nav>li[class*="icon-"]:before {right: -0.5em !important;     left: auto !important; top: -3px !important;}
.zz.icon-down {    right: 10px !important;}

#bottomform .wpcf7 .wpcf7-submit-style .submit-style-in {border-radius:0px; -webkit-border-radius: 0px; -ms-border-radius: 0px;}

/*
.gk > a:before {
    content: '';
    background-color: #cea26f;
    height: 2px;
    width: 80%;j
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 8px;
    animation: blinker 1s linear infinite;
}
*/
#tpbr_topbar {display: none !important;}
.wpcf7-form .trx_addons_message_box_error {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
  #tpbr_topbar {display: block !important;}
  .mob-text-center h4.sc_item_title.sc_title_title.sc_item_title_style_default.sc_item_title_tag {    text-align: center;}
  .mob-text-center .sc_item_descr p {text-align: center !important;}
  .mob-text-center .sc_item_subtitle {    text-align: center;}
  .zz.icon-down:before {    display: none;    content: '' !important;}
  .zz a {    padding-left: 10px !important;}
  .zz.opened span.open_child_menu {
    transform: rotateZ(90deg);
    animation: 1s linear;
}
    
    
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#tpbr_topbar .icon-phone:before {
    transform: scaleX(-1) !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}
::-moz-selection { /* Code for Firefox */
  color: white !important;
  background: #4475ba !important;
}

::selection {
  color: white !important;
  background: #4475ba !important;
}