/*
 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
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400&display=swap');
html, body, div, span, applet, object, iframe, video, audio, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, #slider-1-slide-1-layer-20{
    font-family: 'Alexandria', sans-serif !important;
}

.services-company{
    padding: 25px 10px;
    border: 1px solid #ac704a;
    border-radius: 31px 0px;
    height: 143px;
    width: 25%;
    float: right;
    margin: 12px;
	position:relative;
}
.services-company span{
	position: absolute;
    top: -13px;
    right: -9px;
    background: #ac704a;
    padding: 0px 11px;
    border-radius: 3px;
    color: #fff;
}
.page_contact_form_title {
	display: none
}
.services-company:hover{
	background-color:#fff;
}

@media (max-width: 1023px){
	.services-company{
		width: 40%;
	}
}

@media only screen and (max-width: 600px) {
	.services-company{
		width: 88%;
	}
}

.sc_team_plain .trx_addons_hover_team .sc_team_item_title {
    font-size: 19px;
}


