/*
Theme Name: SDI Net 2022
Description: SDI Net 2022 is a custom theme built as a child theme of Hello Elementor https://github.com/elementor/hello-theme/
Author: TMWC.dev
Author URI: tmwc.dev
Template: hello-elementor
Version: 1.0
Text Domain: sdi
*/


/*
    Add your custom styles here
*/


.single-profile .gsection_title {
	/* font-size: 32px; */
	color: #4061AA !important;
}

.single-profile li.menu-item-object-profile {
	margin-bottom: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.single-profile li.menu-item-object-profile a {
	width: 100%;
	padding: 10px 0px !important;
}

.single-profile .menu-item-object-profile::before {
	content: '\21B3' !important;
	opacity: 1 !important;
	font-size: 20px;
	margin-right: 6px;
}

/*
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{
    display: none;
}

 */






.single-profile .gform_wrapper label,
.single-profile .gform_wrapper legend {

	font-family: 'Franklin Gothic Book', 'Open Sans', Arial, sans-serif !important;
	color: #333 !important;
	font-size: 24px !important;
	text-align: left;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
	font-family: 'Franklin Gothic Book', Helvetica, Arial, sans-serif !important;
}



.gv-list-view-content p {
	margin-bottom: 16px !important;
}

.gform_wrapper.gravity-theme .gform_fields .grid-row-gap {
	grid-row-gap: 20px;
}

.gv-field-label {
	font-weight: bold;
}





#map-canvas {
	height: 600px;
	position: relative;
}

#map-canvas path {
	stroke-width: 1;
	/* control the countries borders width */
	stroke: #ffffff;
	/* choose a color for the border */
}

#map-wrapper {
	border-top: 4px solid #667A7B;
	overflow: hidden;
	background: rgb(243, 243, 243);
	position: relative;
}

.map-tooltip {
	background: white;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: absolute;
	border: 1px solid #ccc;
	color: #555;
	padding: 3px 6px;
	font-size: 12px;
	z-index: 100;
	font-weight: bold;
	display: none;
}

.map-button {
	position: absolute !important;
	/*border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;*/
	min-width: auto !important;
	width: auto !important;
	height: auto !important;
	padding: 20px 21px !important;
	right: 1%;
	z-index: 10;
	background: #2BBBAD !important;
	color: white !important;
}

.map-button.zoom-in {
	top: 4%;
}

.map-button.zoom-out {
	top: 13%;
}

/*.single-affiliate .section-introduction p {
	font-size: 19px !important;
}*/

.selector-map-container {
	position: absolute;
	z-index: 999;
	top: 50px;
	height: 100%;
	width: 100%;
}

.selector-map-container-overlay {
	position: relative;
}



/**
---------------------------------------------------------------
Know your City
---------------------------------------------------------------
**/

.know-your-city .caret {
	/*float: right;
	position: relative;
	top: 10px;*/
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.know-your-city .btn {
	width: 100%;
	background: #FFF;
	color: #000;
	text-align: left;
	font-size: 21px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 30px;
}

.know-your-city .btn-primary:hover,
.know-your-city .btn-primary:focus,
.know-your-city .btn-primary.focus,
.know-your-city .btn-primary:active,
.know-your-city .btn-primary.active,
.know-your-city .open>.dropdown-toggle.btn-primary {
	color: #000;
	background-color: #FFF;
	border-color: #FFF;
}

.know-your-city .dropdown-menu {
	min-width: 100%;
	max-height: 200px;
	overflow-y: auto;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.dropdown {
	padding: 0 20px 20px 0;
}

.dropdown-toggle {
	padding-left: 0px;
}

.know-your-city .dropdown-menu>li>a {
	font-size: 19px;
}

.chart {
	width: 70% !important;
}




#headerPopup {
	width: 75%;
	margin: 0 auto;
}

#headerPopup iframe {
	width: 100%;
	margin: 0 auto;
}
















.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	cursor: pointer;
}

.ytp-large-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	-webkit-transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
	transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
	z-index: 5;
}

.ytp-button:focus,
.ytp-button {
	outline: 0;
}

.ytp-button,
.ytp-button:hover {
	border: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
	text-align: inherit;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
	line-height: inherit;
}






.countryTile {
	box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 50%) !important;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}







.elementor-pagination {
	margin: 16px 0px;
}

.elementor-pagination .page-numbers {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px;

	font-size: 14px;
	border: 1px solid #000;
}

.elementor-pagination .page-numbers.current {

	color: #fff;
	background: #000 !important;
	font-size: 14px;
	border: 1px solid #000;
}






.mySwiper,
.pubSwiper {
	padding-bottom: 40px;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	margin: 0 6px;
}



@media screen and (min-width: 1240px) {

	.elementor-search-form__container {
		border-width: 0px !important;
		background-color: transparent !important;
		justify-content: space-between !important;
	}

	.elementor-search-form__input {
		border: solid 1px #414141 !important;
		border-width: 1px 1px 1px 1px !important;
		border-radius: 0px !important;
		background-color: #fff !important;
		margin-right: 5px;

	}

	.elementor-search-form__submit {
		background-image: url('/wp-content/uploads/2022/07/nav_btn_go.svg') !important;
		background-repeat: no-repeat !important;
		background-color: transparent !important;
		color: transparent !important;
		margin-left: 5px;
		background-position: center center !important;

	}






	@media screen and (max-width: 1344px) and (min-width: 769px) {

		#sdi-header-lg.elementor-section {
			padding: 0 10px !important;
		}
	}

	@media screen and (max-width: 1360px) and (min-width: 1345px) {

		#sdi-header-lg.elementor-section {
			padding: 0 56px !important;
		}
	}






	.contact-footer-form .gform_wrapper.gravity-theme input[type=text],
	.contact-footer-form .gform_wrapper.gravity-theme textarea,
	.sdi-theme-footer .gform_wrapper.gravity-theme input[type=text],
	.sdi-theme-footer .gform_wrapper.gravity-theme textarea {
		color: #fff;
	}





	.story_no_image .story_date {
		background-color: #4d4d4d!important;
	}
	.story_no_image .story_date span{
		color: #ffffff!important;
	}
	.story_no_image .story_board span {
		color: #4d4d4d;
	}

	.story_no_image .story_board {
		border: 1px solid #4d4d4d;
		justify-content: center!important;
	}
	.story_no_image .story_grad {
		background: transparent!important;
	}


}
