/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/


.top-date {
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
}
.subscribe-form{
	width:100%;
	max-width:480px;
}

.subscribe-wrap{
	display:flex;
	border:1px solid #B89A5A;
	height:44px;
	overflow:hidden;
	border-radius: 10px;
}

.subscribe-wrap input{
	flex:1;
	border:none;
	padding:0 18px;
	background:transparent;
	color:#fff;
	font-size:14px;
	outline:none;
}

.subscribe-wrap input::placeholder{
	color:#9a9a9a;
}

.subscribe-wrap button{
	background:#CE8922;
	color:#000;
	border:none;
	padding:0 30px;
	font-size:11px;
	letter-spacing:3px;
	cursor:pointer;
	transition:0.3s;
	font-weight: 500;
}

.subscribe-wrap button:hover{
	background:#c9aa6b;
}

h1.elementor-heading-title.elementor-size-default a {
	color: inherit;
}

.visitors-counter .elementor-shortcode {
	color: #f5a623;
	font-family: 'Urbanist';
	font-weight: 600;
	font-size: 16px;
	display: -webkit-inline-box;
}

.visitors-counter .page-views {
    margin-left: 10px;
	font-weight: bold;
}

.gt_option {
	position: fixed !important;
	top: auto !important;
	left: auto !important;
	display: none;
	z-index: 999999 !important;
}

.gt_option[style*="block"] {
	display: block !important;
}

a.loop-item-term.term-cultural-diplomacy {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

.author-details img.acf-author-img {
	border-radius: 50%;
	height: 44px;
	width: 44px;
	object-fit: cover;
}

.acf-author-box {
	display: flex;
	gap: 10px;
	align-items: center;
}

span.acf-author-name {
	font-size: 16px;
	font-weight: 600;
}
.tags-details span.tag {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
a.nturl {
		font-size: 14px !important;
}

.gt_selected {
    z-index: 1 !important;
}

.sub-page-heading .elementor-heading-title.elementor-size-default {
    text-underline-offset: 15px;
}

.author-details-name span.acf-author-name {
    font-size: 14px;
    font-weight: 400;
}
.author-details-name.podcast-author-image img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.podcast-tag-name .post-tags span.tag {
    background: #ce8922;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 786px){
	.img-box-flex .elementor-image-box-wrapper {
		display: flex;
	}

	.gt_switcher.notranslate {
		width: 114px !important;
	}

	.gt_option {
		width: 112px !important;
	}

	a.open {
		width: 100px !important;
	}

	.gt_selected img {
		width: 20px !important;
		height: 20px !important;
	}

	a.nturl img {
		width: 20px !important;
	}

	.gt_selected a {
		width: 102px !important;
	}
}


/* Contact form */

.contact-form{
    width:100%;
}

.contact-container .form-row{
    display:flex;
}

.contact-container .form-group{
    flex:1;
}

.contact-container .form-group label{
    display:block;
    font-size:15px;
    color:#444;
    margin-bottom:8px;
    font-weight:500;
}

.contact-container .form-group input,
.contact-container .form-group textarea{
    width:100%;
    border:1px solid #d6d6d6;
    border-radius:4px;
    padding:12px 15px;
    font-size:15px;
    outline:none;
    background:#fff;
    transition:.3s;
}

.contact-container .form-group input{
    height:42px;
}

.contact-container .form-group textarea{
    resize:vertical;
    min-height:120px;
}

.contact-container .form-group input:focus,
.contact-container .form-group textarea:focus{
    border-color:#2f67ea;
    box-shadow:0 0 0 3px rgba(47,103,234,.12);
}

.contact-container .btn{
    background:#0DB2F6;
    color:#fff;
    border:none;
    padding:13px 24px;
    font-size:16px;
    font-weight:600;
    border-radius:4px;
    cursor:pointer;
    transition:.3s;
}

.contact-container .btn:hover{
    background:#0B3556;
}

/* Responsive */

@media(max-width:768px){

    .contact-form.btn{
        width:100%;
    }
	
	 .form-row{
        flex-direction:column;
        gap:0;
    }
}

.form-row{
    display:flex;
    gap:20px;
}

.form-group{
    flex:1;
    margin-bottom:20px;
}

span.wpcf7-spinner {
    display: none;
}

/* Select styling */
.contact-container select {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 15px;
    outline: none;
	 appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230B3556' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
.contact-container .wpcf7-acceptance {
    display: block;
}

.contact-container .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.contact-container .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    line-height: 1.6;
    font-size: 15px;
}

.contact-container .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #0DB2F6;
    flex-shrink: 0;
}