/* 
Theme Name: GeoLinks Child
Theme URI: https://ryvenia.sk/
Author: Ryvenia
Author URI: https://ryvenia.sk/
Description: GeoLinks Theme
Template: geolinks
Version: 1.0.0
Text Domain: geolinks
*/

/*DEFAULTS*/
p:not(.blog-single-post-content > .elementor-widget-container p) {
  margin: 0;
}


input,textarea,select{
	border: 1px solid #C3C3C3!important;
	border-radius: 2px;
}

label{
	font-family: "Helvetica";
	font-weight: 700;
}

/* Add your custom styles here */

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown{
	left: 50%!important;
    transform: translate(-50%, 0)!important;
	border-radius: 0 0 1rem 1rem;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{
	--e-nav-menu-horizontal-menu-item-margin: 50%;
}


/*MENU*/

.current-menu-parent > a {
color: var( --e-global-color-accent) !important; 
}

/*MENU ITEM ICONS
 * Add class to menu item in WP menu editor
 * Duplicate the css below and change the class name & icon link
*/

.menu-item-clearfiber a:before{
    background: url('/wp-content/uploads/2023/05/Internet-Clearfiber.svg');
}

.menu-item-flexible-fiberoptic a:before{
    background: url('/wp-content/uploads/2023/05/Internet-Flexible-FiberOptic.svg');
}

.menu-item-tic a:before{
    background: url('/wp-content/uploads/2023/05/Internet-Temporary-Internet-Circuit.svg');
}

.menu-item-iot a:before{
    background: url('/wp-content/uploads/2023/05/Internet-IoT.svg');
}

.menu-item-geolit-bundle a:before{
    background: url('/wp-content/uploads/2023/05/Internet-GeoLit-Bundle.svg');
}

.menu-item-geolit-bundle a:before{
    background: url('/wp-content/uploads/2023/05/Internet-GeoLit-Bundle.svg');
}

.menu-item-ipv6 a:before{
    background: url('/wp-content/uploads/2023/05/Internet-IPV6.svg');
}

.menu-item-sd-wan a:before{
    background: url('/wp-content/uploads/2023/05/Managed-Services-SD-WAN.svg');
}

.menu-item-cloud-on-ramping a:before{
    background: url('/wp-content/uploads/2023/05/Managed-Services-Cloud-on-ramping.svg');
}

.menu-item-about-geolinks a:before{
    background: url('/wp-content/uploads/2023/05/About-Us-About-Geolinks.svg');
}

.menu-item-team a:before{
    background: url('/wp-content/uploads/2023/05/About-Us-Team.svg');
}

.menu-item-connecting-america a:before{
    background: url('/wp-content/uploads/2023/05/About-Us-Connecting-America.svg');
}

.menu-item-network-construction a:before{
    background: url('/wp-content/uploads/2023/05/About-Us-Network-Construction.svg');
}

.menu-item-careers a:before{
    background: url('/wp-content/uploads/2023/05/About-Us-Careers.svg');
}

.menu-item-news-blog a:before{
    background: url('/wp-content/uploads/2023/05/Resources-News-Blog.svg');
}

.menu-item-california-feleconnect-fund a:before{
    background: url('/wp-content/uploads/2023/05/Resources-California-Teleconnect-Fund.svg');
}

.menu-item-connect-america-fund a:before{
    background: url('/wp-content/uploads/2023/05/Resources-Connect-America-Fund.svg');
}

.menu-item-voice-digital-voice a:before{
    background: url('/wp-content/uploads/2023/05/Voice-Digital-Voice.svg');
}

.menu-item-voice-geolit-bundle a:before{
    background: url('/wp-content/uploads/2023/05/Voice-GeoLit-Bundle.svg');
}

/*Menu item icon style*/
.menu-item-icon a:before{
	content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/*Menu dropdown*/
.menu-item-icon a{
	padding: 0.5rem 2rem 0.5rem 1rem!important;
    margin: 0rem 1.5rem;
    border-radius: 0.4rem;
    border: none!important;
}

.elementor-nav-menu--dropdown a:hover{
	color: #161616!important;
  background-color: #EC1B303B!important;
}

.sub-menu.elementor-nav-menu--dropdown{
	overflow: hidden;
    padding-bottom: 1rem!important;
}

.topbar-business a{
	padding-left: 0!important;
}

@media (min-width: 1025px){
	.btn-menu a{
		color: #fff!important;
		font-weight: 800!important;
		border-radius: 0.3rem;
	}
	
	.btn-red a{
		background: var( --e-global-color-accent);
	}
	
	.btn-menu{
		margin-left: 2rem!important;
	}
}

/*MENU END*/

/*FORMS*/

/*Form layouts*/
.form-container {
    display: flex;
    gap: 2rem;
}

.form-two-col p{
    display: flex;
    gap: 2rem;
}

.form-geolinks-solutions-checkbox p {
    display: flex;
	gap: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.form-geolinks-solutions-checkbox p > .wpcf7-form-control-wrap > span {
    display: flex;
	flex-direction: column;
}

@media (max-width: 768px){
	.form-two-col p{
		flex-direction: column;
		gap: 0;
	}
	.form-geolinks-solutions-checkbox p{
		flex-direction: column;
		gap: 0;
	}
	.form-two-col > p br {
		display: none;
	}
}
/*Form layouts end*/

/*Form design*/
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap  textarea{
	margin-top: 0.4rem;
	margin-bottom: 1rem;
}

span.wpcf7-not-valid-tip {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.cover-letter-textarea{
	width: 100%;
}

.form-geolinks-solutions-checkbox p > .wpcf7-form-control-wrap > span > span {
	margin-left: 0!important;
}

.form-geolinks-solutions-checkbox p > .wpcf7-form-control-wrap > span label{
	font-weight: 400!important;
}

.home-business-dropdown{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.home-business-dropdown > p > label > span > select{
	margin-top: 0.3rem;
}

.wpcf7-submit{
	color: #fff!important;
	font-weight: 800!important;
	border: 1px solid var( --e-global-color-accent)!important;
	border-radius: 0.3rem;
	background: var( --e-global-color-accent);
	font-family: "Mulish"!important;
}


.wpcf7-submit:hover{
	color: #fff!important;
	font-weight: 800!important;
	border: 1px solid var( --e-global-color-accent)!important;
	border-radius: 0.3rem;
	background: var( --e-global-color-accent);
}

.form-two-col-state label{
	width: 100%;
}

.form-two-col-state select{
	    margin-top: 0.4rem;
    margin-bottom: 1rem;
}

.ticket input{
	border: none!important;
}

.custom-upload-input {
    border: 3px dashed #989898;
    border-radius: 1rem;
    padding: 0.5rem;
	margin-bottom: 0.3rem;
}

.custom-upload-input label{
	background: #FAFAFA;
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
	    justify-content: center;
	cursor: pointer;
}

.file-upload-input {
    display: none;
}

.file-name{
	text-align: center;
	font-family: "Helvetica";
	font-weight: 700;
	color:#989898;
}

.form-left {
    width: 60%;
}

.form-right {
    width: 40%;
	border-left: 1px solid #707070BD;
	padding-left: 2rem;
}

.form-right > p > input{
	float: right;
	margin-top: 2rem;
}

@media (max-width:900px){
	.form-container {
    flex-direction: column;
}
	.form-left,.form-right{
		width: 100%;
		border: none;
		padding-left: 0;
	}
}
/*Form design end*/

/*Swiper slider style*/
/* Gallery slider */
.elementor-image-carousel-wrapper > .swiper-pagination > .swiper-pagination-bullet{
	width: 10px!important;
    height: 10px!important;
	background: none!important;
	border: 2px solid #707070!important;
}

.elementor-image-carousel-wrapper > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #989898!important;
	border: 2px solid #989898!important;
}

/* Testimonial slider */
.testimonial-slider > div > div > div > .swiper-pagination > .swiper-pagination-bullet{
	width: 10px!important;
    height: 10px!important;
	background: none!important;
	border: 2px solid #fff!important;
}

.testimonial-slider > div > div > div >  .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #fff!important;
	border: 1px solid #fff!important;
}
.elementor-testimonial__cite {
	flex-direction: column-reverse!important;
    border-top: 2px solid #fff;
    padding-top: 1.4rem;
}
/* Testimonial slider end*/

@media (min-width: 1024px){
	.slider-container{
	align-items: center;
	overflow: hidden;
}
	.image-slider-centered {
    max-width: 120vw!important;
    width: 120vw!important;
}	
	.swiper-slide img{
		scale: 0.7;
		transition: all 1s ease-in-out;
	}
	
	.swiper-slide.swiper-slide-next img{
		scale: 1;
		transition: all 1s ease-in-out;
	}

}

/*Swiper slider style end*/

/**
 * Tabs section style
 * Tab buttons
 * */
.e-n-tabs-heading > .e-n-tab-title:last-of-type {
	border: none!important;
}

/*Post title style*/
.post-title h2{
      display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}

/*Blog tags loop*/
.blog_tags_loop{
	font-family: "Helvetica";
	color: var( --e-global-color-primary );
	font-size: 0.9em;
	text-transform: lowercase;
}

/*Single post css*/

.blog-single-post-share > .elementor-widget-container > .elementor-grid{
	display: flex;
    justify-content: space-around;
    align-items: center;
}

.blog-single-post-share > .elementor-widget-container > .elementor-grid > .elementor-grid-item{
	width: 100%;
}

.blog-single-post-share > .elementor-widget-container > .elementor-grid > .elementor-grid-item > .elementor-share-btn > span:not(:hover){
	background-color:#fff;
}

.blog-single-post-share > .elementor-widget-container > .elementor-grid > .elementor-grid-item > .elementor-share-btn > span:not(:hover) > svg{
	fill: #989898;
}

/*Single post css end*/

/**
 * Basic responsive layout
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-]) .site-main, .page-header .entry-title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-]) .site-main, .page-header .entry-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-]) .site-main, .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-]) .site-main, .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-]) .site-main, .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-]) .site-main, .page-header .entry-title {
    max-width: 1140px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}