/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

:root {
	--cs_main-color: #4db56c;
	--cs_light-blue: #F1F9FB;
	--cs_dark-gray: #121212;
	--cs_font-size: 16px;
	--cs_letter-spacing: -0.02rem;
}

html {
	font-size: var(--cs_font-size);
}

/*
cs_typography 
================================================== */ 
/* fluid calculations: https://fluid.style/type?min=1&max=1.378&min-bp=20&max-bp=77.5&unit=%22rem%22 */ 
p, a, #top #header .av-main-nav > li > a .avia-menu-text {
	font-weight: 400;
}

p, a, #top #header .av-main-nav > li > a .avia-menu-text {
	/* 16px - 20px / 24px - 32px */
	font-size: clamp(1rem, 0.913rem + 0.435vw, 1.25rem);
	line-height: clamp(1.5rem, 1.326rem + 0.87vw, 2rem);
	letter-spacing: var(--cs_letter-spacing);
}

p {
	font-weight: 400;
}

strong {
	font-weight: 500;
}

h1 {
	font-weight: 400;
	text-transform: unset !important;
	letter-spacing: var(--cs_letter-spacing);
}

h2, h3, h4, h5, h6 {
	font-weight: 500;
	text-transform: unset !important;
	letter-spacing: var(--cs_letter-spacing);
}

h1, h2 {
	/* 46px - 60px / 46px - 60px */
	font-size: clamp(2.875rem, 2.571rem + 1.522vw, 3.75rem);
	line-height: clamp(2.875rem, 2.571rem + 1.522vw, 3.75rem);
	
}

h3 {
	/* 32px - 52px / 36px - 56px */
	font-size: clamp(2rem, 1.565rem + 2.174vw, 3.25rem);
	line-height: clamp(2.25rem, 1.815rem + 2.174vw, 3.5rem);
}

h4 {
	/* 20px - 24px / 24px - 30px */
	font-size: clamp(1.25rem, 1.163rem + 0.435vw, 1.5rem);
	line-height: clamp(1.5rem, 1.37rem + 0.652vw, 1.875rem);
}

/*
cs_buttons
================================================== */ 
#top a.avia-button {
	border-radius: 100px;
	border-bottom: 0px;
	padding: 14px 20px;
	font-weight: 500;
	/* font sizing : 14px - 16px / 14px - 16px */
	font-size: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
	line-height: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
}

#top a.avia-button.avia-icon_select-yes-right-icon .avia_button_icon.avia_button_icon_right {
	left: unset;
}

#top a.avia-button.avia-icon_select-yes-right-icon .avia_button_icon.avia_button_icon_right:before {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 16px;
	height: 20px;
	vertical-align: middle;
	background-image: url("https://plugmanager.com/wp-content/uploads/2025/02/icon-arrow-right_01.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#top a.avia-button.avia-color-theme-color-subtle {
	background-color: var(--cs_dark-gray);
	color: white;
}

#top a.avia-button.avia-color-theme-color-highlight {
	background: linear-gradient(to right, #4DB56D 0%, #7BC1DA 100%);
	color: white;
}

#top a.avia-button.avia-color-theme-color:hover, #top a.avia-button.avia-color-theme-color-highlight:hover {
	background: #7BC1DA;
	transition: color .4s ease-in-out;
	color: white;
}

/*
cs_forms
================================================== */ 
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  color: #BDBDBD;
  opacity: 1;
}

#top .gform-body label {
	/* font sizing : 14px - 16px / 14px - 16px */
	font-size: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
	line-height: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
	font-weight: 500;
}

#top .gform-body .gfield_required {
	display: none;
}

#top .gform-body .ginput_container textarea, #top .gform-body .ginput_container input {
	box-shadow: unset;
	border-bottom: 1px solid #C4C4C4;
	color: #262626;
	padding: 8px 0px;
	/* font sizing : 14px - 16px / 14px - 16px */
	font-size: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
	line-height: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
}

#top .gform-footer {
	float: right;
}

#top .gform-footer input {
	border-radius: 100px;
	border-bottom: 0px;
	padding: 14px 20px;
	font-weight: 500;
	background: #4DB56D;
	/* font sizing : 14px - 16px / 14px - 16px */
	font-size: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
	line-height: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
}

#top .gform-footer input:hover {
	background: #7BC1DA;
	transition: color .4s ease-in-out;
}

/*
cs_general
================================================== */ 

#top .avia-svg-logo svg {
	padding: 14px 0px;
}

#top .logo-footer {
	max-width: 120px !important;
}

footer#socket > .container {
	border-top: 1px solid white;
}

#footer h5 {
	font-weight: 400;
}

#socket .copyright p, #socket .copyright a {
	font-size: 12px;
	line-height: 16px;
}

#location {
	margin-left: 90px;
	vertical-align: middle;
}

#location:before {
	content:"";
	height: 64px;
	width: 70px;
	left: 0px;
	display: block;
	position: absolute;
	background: url("https://plugmanager.com/wp-content/uploads/2025/02/icon-location_01.svg");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	#plug-manager-app .entry-content-wrapper {
		background-color: var(--cs_light-blue);
		border-radius: 10px;
		padding: 50px 120px;
		margin-bottom: 140px;
	}
	
	#plug-manager-app .entry-content-wrapper img {
		margin-bottom: -140px;
	}
	
	#socket .copyright {
		float: unset;
		text-align: center;
	}

	#top div#cs_footer-widget {
		float: right; 
		text-align: right;
	}

	#top div#cs_footer-widget a {
		margin-left: 20px;
	}
	
	#footer.container_wrap > .container > div.av_one_third:nth-child(1) {
		width: 200px;
	}
	
	#footer.container_wrap > .container > div {
		width: calc(calc(88% - 200px) / 2);
	}
	
	#header ul#avia-menu li:nth-last-child(2) > a > span {
		border-radius: 100px;
		border-bottom: 0px;
		padding: 10px 20px;
		font-weight: 400;
		background: linear-gradient(to right, #4DB56D 0%, #7BC1DA 100%);
		color: white;
		/* font sizing : 14px - 16px / 14px - 16px */
		font-size: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
		line-height: clamp(0.875rem, 0.832rem + 0.217vw, 1rem);
	}

	#header ul#avia-menu li:nth-last-child(2) > a > span:after {
		content: "";
		display: inline-block;
		margin-left: 10px;
		width: 16px;
		height: 20px;
		vertical-align: middle;
		background-image: url("https://plugmanager.com/wp-content/uploads/2025/02/icon-arrow-right_01.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
		#header ul#avia-menu li:nth-last-child(2) > a:hover > span {
		background: #7BC1DA;
		transition: color .4s ease-in-out;
	}
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	#plug-manager-app {
		background-color: var(--cs_light-blue);
	}

	#top div#cs_footer-widget a {
		margin-right: 10px;
	}
}