/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*************************** Pagination css*********************/
.pagination {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li {
    display: inline-block;
    font-size: 16px;
	font-family:"greycliff-cf";
    font-weight: 700;
    color: #d6c090;
    line-height: 26px;
    padding: 0px 8px;
    position: relative;
}
.pagination ul li a {
    color: #2D4D5A;
    font-weight: 700;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pagination ul li::after {
    content: "";
    height: 60%;
    background-color: #D8D8D8;
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
}
.pagination ul li:last-child {
    padding-right: 0;
}
.pagination ul li:last-child::after{
	display: none;
}
.pagination ul li a:hover{
	color: #2D4D5A;
}
.page-prev {
    margin-right: 55px;
    letter-spacing: 1px;
}
.page-prev span {
    font-size: 16px;
	font-family:"greycliff-cf";
    font-weight: 700;
    color: #D8D8D8;
    line-height: 26px;
    text-transform: uppercase;
}
.page-prev span img {
    margin-right: 10px;
	margin-top: -2px;
}
.page-next {
    margin-left: 55px;
    letter-spacing: 1px;
}
.page-next span {
    font-size: 16px;
	font-family:"greycliff-cf";
    font-weight: 700;
    color: #D8D8D8;
    line-height: 26px;
    text-transform: uppercase;
}
.page-next span img {
    margin-left: 10px;
	margin-top: -2px;
}
/*************************** End:Pagination css *********************/
body .gform-field-label{
	font-family: 'Montserrat' !important;
	font-size:14px !important;
	line-height:24px !important;
	text-transform:uppercase !important;
	letter-spacing:2px !important;
	color:#2D4D5A !important;
	font-weight:600 !important
}
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large,textarea, .gfield textarea.large {
    width: 100%;
	border-radius:0px;
	border:0px ;
	background-color:#fff;
	font-size:15px;
	color:#2D4D5A;
	padding: 12px 15px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:600;
	border:1px solid #D5BEAF;
	height:auto;
}
body .gform_title{
	text-align:center;
}
body h2.gform_title:after {
    display:none
}
body .gform_button{
	font-family: 'Montserrat' !important;
    font-size: 22px !important;
    line-height: 34px !important;
    color: #F3F0ED !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-color: #2D4D5A !important;
    padding: 10px 19px 10px 19px !important;
    display: inline-block !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    letter-spacing: 1px !important;
    text-align: center !important;
	min-width:260px !important;
}
body .gform_button:hover{
	background-color: #E8D8AF !important;
	color:#F3F0ED !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
}
body .gform_footer{
	justify-content:center;
	margin-top: 50px !important;
}

@media(max-width:991px){
	.gform-theme--foundation .gform_fields {
		grid-template-columns: auto !important;
	}
}
@media(max-width:991px){
	.gform-theme--foundation .gform_fields{
		grid-row-gap: 20px !important;
	}
	.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
		padding: 9px 15px;
	}
}
@media(max-width:767px){
	body .gform-field-label {		
		font-size: 13px !important;		
		margin-bottom: 4px !important;
		letter-spacing: 0px !important;
	}
	.gform-theme--foundation .gform_fields {
        grid-row-gap: 11px !important;
    }
	.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
        padding: 3px 15px !important;
		font-size: 15px !important;
    }
	body .gform_button {		
		font-size: 18px !important;
		padding: 7px 19px 7px 19px !important;
	}
	body .gform_footer {
		margin-top: 26px !important;
	}
	
}