/*
Theme Name: Grafco
Theme URI: http://themeforest.net/user/wpoceans/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans/portfolio
Description: Grafco - Event & Conference WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grafco
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.screen-reader-text {
    background: transparent;
    display: none;
}

/* -------------------------------- custom --------------------------------------  */

/* tables */
.wp-block-table thead {
	border: 0;
}
.wp-block-table td {
	color: #000;
}
.wp-block-table thead th {
	background-color: var(--bs-gray-dark);
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: var(--bs-gray);
}
.wp-block-table tr td {
	transition: background-color 0.1s ease;
} 
.wp-block-table tr:hover td {
	background-color: rgba(0,0,0,0.05);
}

/* header */

.header-name {
	color: #fff;
	
}
.header-name a {
	color: #fff;
}

.navigation.navbar.navbar-expand-lg.navbar-light.sticky-header {
	display: none;
}

.elementor-608 .elementor-element.elementor-element-9622b11:not(.elementor-motion-effects-element-type-background):after , 
.elementor-608 .elementor-element.elementor-element-9622b11 > .elementor-motion-effects-container > .elementor-motion-effects-layer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
}

.wpo-site-header {
	padding: 0;
	background: transparent;
}
.wpo-site-header-s3 {
	position: relative;
}
.wpo-site-header .navbar-header .navbar-brand img {
	max-width: 100px;
}
.wpo-site-header .navigation {
	padding: 15px 0;
}
.admin-bar .wpo-site-header .sticky-header.navigation {
	display: none;
}
.wpo-site-header #navbar>ul>li>a:before {
	display: none;
}
.wpo-site-header #navbar>ul>li>a {
	color: #fff;
}
.wpo-site-header #navbar>ul>li>a:hover {
	color: #fff;
}
.sadasd .elementor-widget-container .speaker-section .container .row .col {
	width: 100%;
}
.sadasd .elementor-widget-container .speaker-section {
	padding-bottom: 0;
}
.sadasd .elementor-widget-container .speaker-section .speaker-single {
	margin-bottom: 15px;
}
#guid-button {
	width: 100%;
	max-width: 200px;
}

/* home tour list */

.tour-card {
	display: flex;
}
.tour-card .tour-card__box {
	width: 100%;
	position: relative;
	background: linear-gradient(180deg, rgba(226, 226, 255, 0) 0%, #EFEFFF 100%);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s ease;
	backdrop-filter: blur(10px);
}
.tour-card .tour-card__box:hover {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.tour-card .tour-card__img {
	width: 100%;
	position: relative;
	padding-top: 75%;
}
.tour-card .tour-card__img img {
	border-radius: 20px 20px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tour-card .tour-card__text {
	padding: 20px;
}
.tour-card .tour-card__title {
	margin: 0 0 20px;
}
.tour-card .tour-card__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tour-card .tour-card__list-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.tour-card .tour-card__list-item svg {
	margin-right: 10px;
	min-width: 32px;
}
.tour-card .tour-card__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* footer */
.footer-map .mihdan-elementor-yandex-maps {
	min-height: 200px;
}
.footer-map .mihdan-elementor-yandex-maps .ymaps-2-1-79-controls__control {
	inset: 75px auto auto 10px !important;
}
.footer-builder p {
	color: #fff;
}

/* page title */
.section-padding {
	padding-top: 0
}
.wpo-page-title {
	min-height: 0;
	padding-top: 75px;
	padding-bottom: 75px;
}
.wpo-page-title:before {
	background-color: transparent;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
	color: #000B47;
}
.wpo-page-title .wpo-breadcumb-wrap ul li a {
	color: #000B47;
}
.wpo-page-title .wpo-breadcumb-wrap ul li:after {
	background: #000B47;
}
.wpo-page-title .wpo-breadcumb-wrap ul li, .wpo-page-title .wpo-breadcumb-wrap ul li:last-child span {
	color: #666;
}

/* single-tour */
.single-tour {
	
}
.single-tour__header {
	background-color: #F3F6F6;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
.single-tour__thumbnail {
	width: 400px;
}
.single-tour__thumbnail-box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}
.single-tour__thumbnail img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 14px;
	object-fit: cover;
}
.single-tour__text {
	padding: 0 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.single-tour__btn {
	margin-top: auto;
	min-width: 200px;
	background-color: #000B47;
	padding: 15px 45px;
}
.single-tour__btn:hover {
	background-color: #2122FD;
}
.single-tour__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-tour__item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.single-tour__item b {
	color: #000B47;
}
.single-tour__item svg {
	margin-right: 15px;
	color: #000B47;
	min-width: 32px;
}
.single-tour__short-desc, .single-tour__short-desc h4, .single-tour__short-desc p {
	color: #000;
}
.single-tour p {
	color: #000;
}
/* other  */
.entry-details h4 a {
	color: #000B47;
}
.wpo-contact-pg-section form .submit-area .theme-btn, 
.wpo-contact-pg-section form .submit-area .theme-btn-s3, 
.wpo-contact-pg-section form .submit-area .theme-btn-s4, 
.wpo-contact-pg-section form .submit-area .view-cart-btn {
	background-color: #000B47;
}
.wpo-contact-pg-section form .submit-area .theme-btn:hover, 
.wpo-contact-pg-section form .submit-area .theme-btn-s3:hover, 
.wpo-contact-pg-section form .submit-area .theme-btn-s4:hover, 
.wpo-contact-pg-section form .submit-area .view-cart-btn:hover {
	background-color: #2122FD;
}

/* modal form */
.modal-header h3 {
	margin: 0;
}
.modal-body .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.modal-body .wpcf7-form .form-control {
	padding: 15px;
}
.modal-body .wpcf7-form .fullwidth, .modal-body .wpcf7-form .submit-area, .modal-body .wpcf7-form .wpcf7-response-output {
	grid-column: span 2;
}

.modal-body .wpcf7-form .form-field {
	width: 100%;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 15px;
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .global-header__navigation .mobile__navigation button {
        background-color: #fff;
    }
	.global-header__navigation .mobile__navigation button span {
		background-color: #000B47;
	}
}
@media (max-width: 767px) {
	.modal-body .wpcf7-form {
		grid-template-columns: 1fr;
	}
	.modal-body .wpcf7-form .form-field {
		grid-column: span 2;
	  }
	.wpo-page-title {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.single-tour__header {
		flex-direction: column-reverse;
		padding: 15px;
	}
	.single-tour__thumbnail {
		width: 100%;
		margin-bottom: 30px;
	}
	.single-tour__btn {
		margin-top: 15px;
	}
}