/*
Theme Name: GCWest
Theme URI:
Author: Zwebra
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
*/

/* --- InfiniteScroll */
.navigation.pagination {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    border:0;
    white-space:nowrap;
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    clip:rect(0 0 0 0)
}

.ajax-loader {
    display: none !important;
}
.contacts-content__form-wrapper .wpcf7,
.contacts-content__form-wrapper .wpcf7-form-control-wrap {
    width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

body .contacts-content__wrapper{
	padding-top: 0px;
}

body .contacts-content__info{
	padding-top: 80px;
}

.text-center{
	text-align:center;
}
.fullwidth{
	width: 100%
}

.bottom10{
	margin-bottom: 10px;
}

.meta-tag-row {
    display:flex;
    margin-bottom: 50px;
}

.meta-tag {
    margin-bottom: 0;
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Bodoni Moda",serif !important;
}

.about-team-name {
    font-size: 24px;
}

.meta-tag-colum-1, .meta-tag-colum-3 {
    width:33.33%;
    text-align: center;
}

.blog-ptb-0 {
    padding:0px;
}

.get-start-title {
    display: block;
    margin-top: 0;
    color: var(--white);
    font-family: var(--bodoni);
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 56px;
    font-size: 58px;
}
@media screen and (max-width: 767px) {
    .meta-tag-row {
        display:block;
        margin-bottom: 50px;
    }

    .meta-tag {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .meta-tag-colum-1, .meta-tag-colum-3 {
        width:100%;
        text-align: center;
    }

    .get-start-title {
        font-size: 38px;
    }

    .online-dating-heading {
        font-size: 24px !important;
    }
}

