/*
 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
------------------------------------------------------------ */

.header_position_over .top_panel_custom_header-simple-fullwidth {
    background: #fff !important;
}
ul.sub-menu li {
    margin-left: 15px !important;
}
.fetured_service_home .sc_icons_divider .sc_icons_columns_wrap .sc_icons_item:after {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #b0ca1f;
}
.more-btn a.sc_button {
    background: #b0ca1f;
    letter-spacing: 2px;
    color: #234987;
    font-size: 18px !important;
}
.more-btn a.sc_button:hover{
	 background: #234987 !important;
}
.how-it .sc_icons_item img {
    width: 85px;
}
.how-it .sc_icons_icon {
    min-height: 100px;
}
.sc_testimonials_item_content {
    font-family: "dm sans", sans-serif !important;
}
.menu_mobile_header_wrap {
    background: #fff;
}
span.menu_button_close_icon {
    color: #000 !important;
}
.custom-title .sc_item_title_inner:before {
    content: '';
    position: absolute;
    width: 80px;
    background: #afca1e;
    height: 4px;
    left: 4px;
    top: 75px;
}
.custom-title-blue .sc_item_title_inner:before {
    content: '';
    position: absolute;
    width: 80px;
    background: #234a87;
    height: 4px;
    left: 4px;
    top: 75px;
}
.custom-title .sc_item_descr {
    padding-top: 30px;
}
.blue-btn:hover {
    background: #1c1e36 !important;
}
.form-style-2 .submit-style-in {
    background-color: #B0CB1F !important;
}
.form-style-2 .wpcf7-submit{
	box-shadow:none !important;
}
.about-team a.post_link.sc_team_item_link {
    pointer-events: none;
}
/* blog */
.sc_blogger_item_title.entry-title a {
    color: #234A87 !important;
}
.single-post table {
    border: 1px solid #e9e9e9;
	margin-bottom: 20px;
}
.single-post table tr th {
    background: #b0cb1f;
}
.single-post table > tbody > tr:nth-child(2n) > td {
    background: #ededed;
}
@media (min-width:981px){
	ul#menu_main li a {
    padding: 10px;
}
ul#menu_main li:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background: #b0ca1f;
    top: 36%;
}
ul#menu_main li:first-child:after {
    display: none;
}
	.header-logo img {
    width: 220px !important;
}
}
@media (max-width:601px){
	.how-it  .sc_icons_columns_wrap  .trx_addons_column-1_5:after {
		content: '>';
		position: absolute;
		right: 0;
		color: #749ad8;
		font-size: 25px;
		top: 30%;
	}
	.how-it  .sc_icons_columns_wrap  .trx_addons_column-1_5 {
		position: relative;
	}
	.how-it .sc_icons_columns_wrap .trx_addons_column-1_5:last-child:after {
		display: none;
	}
}
@media (max-width:767px){
	.custom-title .sc_item_title_inner:before{
		top: 48px;
	}
	.mobile-row .elementor-container {
		display: flex;
		flex-flow: column-reverse;
	}
	.single-post .content_wrap .content {
		padding: 50px 30px !important;
	}
}
@media (max-width:600px){
	.fetured_service_home .sc_icons_item {
		width: auto;
		display: flex;
		align-items: center;
		flex-flow: column;
		margin-bottom: 20px;
	}
}
