/*
Theme Name: PlanetiQ
Author: Insight Designs
Template: unicon
Version: 1.1
*/



/*
+++++++++++++++++++++
COLORS
+++++++++++++++++++++
*/

/* CSS HEX */
:root{
--pumpkin: #ff6b00;
--burnt-orange: #B05615;
--sapphire: #0066B2;
--tufts-blue: #1c89d5;
--lapis-lazuli: #18669e;
--indigo-dye: #064878;
--prussian-blue: #03395F;
--ghost-white: #f2f4ff;
}

/* SCSS HEX */
:root{
$pumpkin: #ff6b00;
$burnt-orange: #B05615;
$sapphire: #0066B2;
$tufts-blue: #1c89d5;
$lapis-lazuli: #18669e;
$indigo-dye: #064878;
$prussian-blue: #03395F;
$ghost-white: #f2f4ff;
}

/* SCSS Gradient */
:root{
$gradient-top: linear-gradient(0deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-right: linear-gradient(90deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-bottom: linear-gradient(180deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-left: linear-gradient(270deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-top-right: linear-gradient(45deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-bottom-right: linear-gradient(135deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-top-left: linear-gradient(225deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-bottom-left: linear-gradient(315deg, #ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
$gradient-radial: radial-gradient(#ff6b00ff, #B05615ff, #0066B2ff, #1c89d5ff, #18669eff, #064878ff, #03395Fff, #f2f4ffff);
}

/*#############################################  
#############################################  FONTS
#############################################*/  






/*###############################################
SITEWIDE STYLES
###############################################*/


body :is(p, ul, li, h1, h2, h3, h4, h5, a) {
  
}

body {
	& .wpb_row,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li,
	.last_toggle_el_margin,
	.wpb_button {
	    margin-bottom: 0px;
	}
}

body {
	& .vc_section.vc_section-has-fill,
	.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
	.vc_section.vc_section-has-fill+.vc_section{
		padding-top: 0;
	}
}

body h2 {
    font-weight: 800;
    margin-bottom: 7px;
    text-transform: uppercase;
    line-height: 1.2em;
}

body h2::before {
    content: url('/wp-content/uploads/2025/08/icon-htag_color.svg');
    height: auto;
    width: 45px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
    bottom: -3px;
}

body .color-light h2::before {
    content: url('/wp-content/uploads/2025/08/icon-htag_all-white.svg');
    height: auto;
    width: 45px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
    bottom: -3px;
    opacity: .6;
}

body .no-icon h2:before{
	content: none;
}

body h3 {
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 16px!important;
}

body :is(h4, h5, h6){
	font-weight: 500;
	margin-bottom: 7px;
	line-height: 1.2em;
}


body :is(.color-light a, .color-light h1 a, .color-light h2 a, .color-light h3 a, .color-light h4 a, .color-light h5 a, .color-light h6 a) {
    color: #5db3f1;
    line-height: 1em;
	border-bottom: 2px solid transparent;
	padding-bottom: 0.02em;
	transition: all .35s ease-in-out;
	
	
	&:hover{
		border-bottom: 2px solid #ffffff;
	}
}

body blockquote{
	color: #8B8787;
	font-size: 24px;
}

body #content .wpb_text_column :is( p a, li a){
	font-weight: 500;
}

body :is(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a){
	color: #ff6b00;
}

body{
	& a.button, input[type=submit], button, .minti_button, a.button.full, #navigation ul li.nav-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	    border-radius: 5px 20px!important;
	    background: #F2F4FF;
	    background-image: linear-gradient(to right, #00518f 0%, #1c89d5  38%, #42b3ff  50%, #00080c 100%)!important;
	    background-size: 200%!important;
	    background-position: left center!important;
	    border: solid 2px #5db3f1 !important;
	    color: #ffffff!important;
	    transition-property: all!important;
	    transition-duration: .5s!important;
	    text-transform: uppercase!important;
	    margin: 0;
	    padding: 15px 30px!important;
	    font-family: 'Saira Semi Condensed';
	    font-size: 20px!important;
	    font-weight: 600!important;
	
			&:hover{
				background-position: right center!important;
			    border-radius: 20px 5px!important;
			    color: #fff!important;
			}
	}
}


body #footer a.button.btn-grad {
	background-image: linear-gradient(to right, #003b59 0%, #00080c  100%)!important;
	border-color: #196186!important;
}

body #footer a.button.btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff!important;
	text-decoration: none;
}
         
body :is(section.vc_section.gray-black-fade-div, .gradient-black-to-gray.wpb_column) {
    min-height: 50px;
    margin-top: 0;
    background: rgb(85,85,85);
    background: linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
}

body section.vc_section.blues-fade-div {
	background: #00518F;
	background: linear-gradient(180deg, rgba(0, 81, 143, 1) 0%, rgba(0, 33, 56, 1) 100%);
}

body #content ul {
	list-style: disc;
}

body #content ul li ul {
	list-style: circle;
}

body ::marker{
	color: var(--pumpkin);
}

body ul li ::marker{
	color: var(--tufts-blue);
}


/*###############################################
HEADER STYLES
###############################################*/

body {
	
	& #page-wrap {
	    margin-top: 126px;
	}
	
	& #header.header-v1 {
	    position: fixed;
	    top: 36px;
	}
	
	& #topbar {
	    min-height: fit-content;
	    line-height: 1em;
	    position: fixed;
	    width: 100%;
	    top: 0;
	}
			
	& #topbar .topbar-col2 {
	    background: #fa6b01;
	    padding: 0 10px 0 8px;
	    border-radius: 0 0 5px 15px;
	    margin-right: 20px;
	}
	
	& .social-icons ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	& .social-icons ul li a {
	    height: 30px;
	    line-height: 30px;
	    opacity: 1;
	}
	
	& #topbar a:hover, .social-icons ul li a:hover{
		opacity: .6;
	}
	
	& #topbar .topbar-col2 a {
	    padding: 0px;
	    float: left;
	}
	
	& .social-icons ul li {
	    list-style: none;
	    display: block;
	    width: 40px;
	    height: 33px;
	    float: right;
	}
	
	& .pre-social-icons, .social-icons {
	    display: inline-block;
	}
	
	& .pre-social-icons {
	    vertical-align: top;
	    line-height: 1em;
	    font-size: 18px;
	    font-weight: 600;
	    text-transform: uppercase;
	    color: #999;
	    padding-left: 10px;
	    float: right;
	    margin-top: 9px;
	    border-left: 3px solid black;
	    font-family: 'Saira Condensed';
	}
	
	& #logo img {
	    height: 64px;
	    width: auto;
	}
	
	& header#header, #header.header-transparent.header-v1, #header.header-v1.stuck {
	    box-shadow: none!important;
/* 	    background: transparent!important; */
	}
	
	& #header.header-transparent.header-v1 {
	    box-shadow: none!important;
	    background: #000;
	    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 17%, rgba(0, 0, 0, 0) 100%)!important;
	    height: 200px;
	}
	
	& header#header #navigation > ul > li:not(.nav-button) > a {
		border-bottom: 0px solid #0066B2;
		transition: .1s all ease-in-out;
		padding: 0;
		margin-left: 17px;
		margin-right: 17px;
		padding-bottom: 4px;
		text-transform: uppercase;
	
		&:hover {
			  border-bottom: 4px solid #0066B2;
		}
	}
	
	& #navigation ul li.nav-button a{
		margin-left: 15px;
		margin-top: -10px;
	}

	& #navigation li.mobile-nav-item {
	    display: none;
	}
	
	& #mobile-navigation ul li i{
	    display: block;
	    padding: 0;
	    float: none;
	    margin: 0;
	    font-size: 20px;		
	}
}

/*###############################################
HOME 1 STYLES
###############################################*/

body {
	
	& .page-section .promos-home .standard-section .span_12 {
	    display: flex;
	    justify-content: space-evenly;
	}
	
	& .promos-home  .vc_col-sm-4.wpb_column {
	    padding-left:30px;
	    padding-right: 30px;
	    width: calc(33.333% - 25px);
	}	

	& .promos-home img{
	    width:100px;
	    height:auto;
	    margin-bottom:10px;
	}
	
	
	& .promo-box h2, .recent-news h2 {
	    font-size: 29px;
	    line-height: 1em;
	    margin-bottom: 8px;
	    padding-bottom: 8px;
	    border-bottom: 1px solid #fa6b01;
	    font-weight: 500;
	    color: #b6c8e6;
	}
	
	& .promo-box h2{
		text-align: center;
	}
	
	& .recent-news h2{
		display: inline-flex;
	}
	
	 & .promo-box p {
	    line-height: 1.3em;
	}

	& .wpb_column.promo-box {
	    border: 1px solid #1152bb;
	    padding: 20px;
	    border-radius: 20px;
	    border-bottom-width: 8px;
		background: linear-gradient(110deg, rgba(89, 161, 212, 1) 0%, rgba(255, 255, 255, 1) 100%);
	    padding: 30px 30px 35px 48px;
	    border-radius: 0 50px;
	    border-bottom: none;
	    clip-path: polygon(0% 10%, 7% 0, 100% 0, 100% 90%, 93% 100%, 0 100%);
	    position: relative;
	    z-index: 1;
	    margin: 12px;
	}
	
	& .wpb_column.promo-box:before{
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		right: 2px;
		bottom: 2px;
		background: #000000;
		clip-path: polygon(0% 11%, 8% 0, 100% 0, 100% 89%, 92% 100%, 0 100%);
		z-index: -1;
		padding: 16px;
		border-radius: 0 50px;		
	}
	
	
	& section.vc_section.promos-home {
	    margin-top: -60px;
	}
	
	& .minti_carousel.owl-carousel.owl-theme .owl-item a img {
	    opacity: .6;
	}
	
	& .minti_carousel.owl-carousel.owl-theme .owl-item a:hover img{
		opacity: 1;
	}
	
}

/*###############################################
HOME 2 STYLES
###############################################*/


body {
	
	& .minti_carousel.carousel-video.grab-false.dots.owl-carousel.owl-theme.owl-loaded,
	.wpb_text_column.wpb_content_element.carousel-video {
		background: #59a1d4;
		background: linear-gradient(110deg, rgba(89, 161, 212, 1) 0%, rgba(255, 255, 255, 1) 100%);
	    padding: 30px 30px 23px 48px;
	    border-radius: 0 50px;
	    border-bottom: none;
	    clip-path: polygon(0% 10%, 7% 0, 100% 0, 100% 90%, 93% 100%, 0 100%);
	    position: relative;
	    z-index: 1;
	    margin: 12px;
    }
	
	& .minti_carousel.carousel-video.grab-false.dots.owl-carousel.owl-theme.owl-loaded::before,
	.wpb_text_column.wpb_content_element.carousel-video:before {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		right: 2px;
		bottom: 2px;
		background: #000000;
		clip-path: polygon(0% 11%, 8% 0, 100% 0, 100% 89%, 92% 100%, 0 100%);
		z-index: -1;
		padding: 16px;
		border-radius: 0 50px;
  	}
		
	& .carousel-video h2{
	        color: #5ea5d7;
	    font-size: 32px;
	    line-height: 1em;
	    border-bottom: 3px solid #fa6b01;
	    padding-bottom: 8px;
	    margin-bottom: 7px;
	    font-weight: 500;
   	}
   	
   	& .carousel-video p {
	    font-size: 20px;
	    line-height: 1.2em;
	    margin-bottom: 20px;
	    display: inline-block;
	}   	

   	& .minti_carousel .wpb_content_element {
	    margin-bottom: 5px;
	}

	& .owl-theme .owl-dots .owl-dot span {
	    width: 14px;
	    height: 14px;
	}
	
	& .color-light .owl-theme .owl-dots .owl-dot.active span {
	    background: #fa6b01;
	    border-color: #fa6b01;
	}

}

body {
	& .home-news.page-two{
		
		& .post-title h3 a {
			color: #ff6b00;
		    font-size: 36px;
		    font-weight: 500;
		    line-height: 1em;
		    padding-bottom: 0px;
		    margin-bottom: 0px!important;
		    display: inline-block;
/* 			border-bottom: 3px solid #536178; */
        }
		
		& .post-date h4 {
            color: #aeaeae;
            font-size: 24px;
            line-height: 1em;
            text-transform: uppercase;
            font-weight: 400;
        }
		
		& .post-excerpt{
			    margin-top: 20px;
				line-height: 1.4em!important;
				margin-bottom: 28px;
		}


		& .image_box_rounded.post-image img{
			clip-path: polygon(0% 22%, 8% 0, 100% 0, 100% 77%, 93% 100%, 0 100%);
		    z-index: 1;
		    position: relative;
		    padding: 3px;
   		}
		
		& .image_box_rounded.post-image img{
		    border-radius: 18px;
			border-bottom: none;
		}
		
		& .image_box_rounded.post-image:before{
		    content: "";
		    position: absolute;
		    top: 0px;
		    left: 11px;
		    right: 6px;
		    bottom: 0px;
		    clip-path: polygon(0% 20%, 7% 0, 100% 0, 100% 80%, 94.2% 100%, 0 100%);
		    z-index: -1;
		    padding: 0px;
		    border-radius: 15px;
		    background: linear-gradient(110deg, rgba(28, 137, 213, 1) 0%, rgba(242, 244, 255, 1) 100%);
   		}
	}
}

body .home-news.page-two :is(.color-light a, .color-light h1 a, .color-light h2 a, .color-light h3 a, .color-light h4 a, .color-light h5 a, .color-light h6 a) {
    color: #ff6b00;
}



/*###############################################
NEWS STYLES
###############################################*/
body {
	& .home-news{
		
		& .post-title h3 a {
		    font-size: 40px;
		    font-weight: 300;
		    line-height: 1em;
		    padding-bottom: 7px;
		    margin-bottom: 8px!important;
		    display: inline-block;			
        }
		
		& .post-date h4 {
            color: #b9bfe2;
            font-size: 24px;
            line-height: 1em;
        }
		
		& .post-excerpt{
			    margin-top: 20px;
				line-height: 1.4em!important;
				margin-bottom: 28px;
		}
		
		& .image_box_rounded.post-image img{
			    border-radius: 18px;
				border-bottom: 9px solid #1052bb;
		}
	}
	
	& .blog-shortcode .entry-title h2:before{
		content: none;
		}
	
	& .blog-shortcode .entry-title h2 a{
	    font-size: 38px;
	    color: #5db3f1;
	    line-height: 1em;
	    border-bottom: 2px solid transparent;
	    padding-bottom: 0.02em;
	    transition: all .35s ease-in-out;
	    text-transform: capitalize;
	    font-weight: 500;
	    
		    &:hover {
			    border-bottom: 2px solid #ffffff;
			    color: #ffffff;
			}
		}		
	
	& .blog-shortcode .entry-meta ul li {
	    display: inline;
	    font-size: 20px;
	    font-weight: 400;
	    text-transform: capitalize;
	}
	
	& .blog-shortcode .entry-image {
	    border-radius: 10px 20px;
	}
	
	& .blog-shortcode .post {
	    margin: 0 0 40px 0;
	    padding: 0 0 30px 0;
	    border-bottom: 1px solid #3f3f3f;
	}
}

/*###############################################
INDIVIDUAL POST STYLES
###############################################*/

body.single-post .blog-single{
	
	& .entry-image {
	    width: 50%;
	    margin: 0 auto 50px;
	}
	
	& .post h1 a {
	    color: #444444;
	    font-size: 32px;
	}
	
}


/*###############################################
INTERNAL PAGE STYLES
###############################################*/

body {
	& #fulltitle {
	    background: #f9f9f9;
	    border-bottom: 1px solid #efefef;
	    position: relative;
	    top: 126px;
	}

	& #Standard-Page-Header .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.stretch {
	    background: rgb(0,0,0);
		background: linear-gradient(123deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 62%, rgba(242, 187, 72, 0) 73%, rgb(16 82 187) 100%);
	}
	
	& #Standard-Page-Header p {
	    text-transform: uppercase;
	    color: #cccccc;
	    margin-bottom: 0;
	}
	
	& #Standard-Page-Header h1 {
	    color: #5db3f1;
	    line-height: 1em;
	}
	
	& .subheading3 p {
	    font-weight: 500;
	    font-size: 28px;
	    line-height: 1.25em;
	    color: #010101;
	}
	
	& .rounded-box.wpb_column > .wpb_wrapper,
	.gradient-black-to-gray.rounded-box {
	    border-radius: 10px 25px;
	    overflow: hidden;
	}
}


/*###############################################
INDUSTRIES PAGE STYLES
###############################################*/

body {
	& .industries-block .vc_col-sm-4.wpb_column {
	    min-height: 240px;
	    border-radius: 5px;
	    box-shadow: 0 0 12px #00000020;
	    margin-left: 20px;
	    margin-right: 20px;
	    width: calc(33.3333% - 40px);
	    display: flex;
	    align-items: center;
	    transition: all .3s ease-in-out;
	    margin-top: 16px;
	    
	    & > .wpb_wrapper{
		    background: #00000095;
		    padding: 15px 10px;
		    text-align: center;
		    width: 100%;
	    }
	    
	    &:hover{
		    cursor: pointer;
		    box-shadow: 0 0 16px #000000b8;
	    }
	    
	    & h3 {
		    line-height: 1em;
		    margin-bottom: 0px!important;
		    padding-bottom: 0px;
		}
	}
}

/*###############################################
TEAM PAGE STYLES
###############################################*/

body {
	& .teams-block .vc_col-sm-4.wpb_column{
	    min-height: 240px;
	    border-radius: 5px;
	    box-shadow: 0 0 12px #00000020;
	    margin-left: 20px;
	    margin-right: 20px;
	    width: calc(33.3333% - 40px);
	    display: flex;
	    align-items: center;
	    transition: all .3s ease-in-out;
	    margin-top: 16px;
	    padding-left: 0px;
	    padding-right: 0;
	    background: #333333;
	    background: linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);

		    &:hover{
			    cursor: pointer;
			    box-shadow: 0 0 16px #000000b8;
		    }
		    
		    & h3 {
			    line-height: 1em;
			    margin-bottom: 3px!important;
			    padding-bottom: 0px;
			    margin-top: 14px;
			    font-size: 33px;
			    text-align: center;
			    color: #ffffff;
			}
					    
		    & h4 {
			    line-height: 1.5em;
			    margin-bottom: 14px!important;
			    padding-bottom: 0px;
			    font-size: 24px;
			    color: #a3d9ff;
			    text-align: center;
			}
			
			& img {
			    border-radius: 5px 5px 0 0;
			}
			
			&.no-modal-block{
				background: none;
				box-shadow: none;
				min-height: inherit;
				
				&:hover{
					cursor: default;
					box-shadow: none;
				}
			}
	}
}
/*###############################################
MODAL STYLES
###############################################*/
body {
	& .modal-window__title {
	    font-family: 'Saira Condensed';
	    font-weight: 300;
	    margin-top: 10px;
	    margin-bottom: 20px;
	    border-bottom: 3px solid var(--pumpkin);
	    display: block;
	    width: fit-content;
	    margin-left: auto;
	    margin-right: auto;
	    line-height: 1em;
	    padding-bottom: 13px;
	    font-size: 40px;
	}
	
	& .team-member .modal-window__title {
	    margin-top: 0px;
	    margin-bottom: 7px;
	    border-bottom: 3px solid var(--pumpkin);
	    display: table;
	    width: fit-content;
	    margin-left: inherit;
	    margin-right: inherit;
	    padding-inline: initial;
	    padding-bottom: 9px;
	}
	
	& .modal-window__content-main h4{
		margin-bottom: 19px;
		color: var(--sapphire);
	}
}

/*###############################################
Board STYLES
###############################################*/

body {
	
	.gray-text-block{
		color: #666666;
	}
	
	span.board-name {
	    font-size: 28px;
	    margin-right: 10px;
	    font-family: 'Saira Semi Condensed';
	    font-weight: 600;
	    color: #262626;
	    margin-bottom: 10px;
	    display: inline-block;
	}
}

/*###############################################
Board STYLES
###############################################*/

body {
	
	& .vc_grid-filter.vc_grid-filter-center{
		margin-bottom: 30px;
	}

}

/*###############################################
FOOTER STYLES
###############################################*/

body {
	& footer p {
	    font-size: 16px;
	    line-height: 1.4em;
	}
	
/*
	& #footer .widget h3 {
	    font: 400 26px 'Saira Semi Condensed';
	    color: #5db3f1;
	    line-height: 1.1em;
	}
*/

	#footer {
	    background-color: #000000;
	    background-image: url('/wp-content/uploads/2025/07/footer-bg.jpg');
	    padding: 250px 0 30px 0;
	    background-size: auto;
	    background-repeat: no-repeat;
	    background-position: left top;
  	}
	
	& footer .columns:first-child p{
		padding-right: 40px;
	}
	
	& footer .columns:last-child p{
		padding-left: 190px;
		margin-bottom: 8px;
	}
	
	& footer .columns img{
	    padding: 0;
	    max-width: 350px!important;
  	}
	
/*
	& footer .one-third.columns {
	    flex-direction: column;
	    display: flex;
	    justify-content: center;
	}
*/
	& footer .container {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	    column-gap: 40px;
	    align-items: flex-end;
   	}
	

	& #footer .widget a {
/* 	    border-bottom: 1px solid #0B2D71; */
	    transition: .3s all ease-in-out;
/* 	    padding-bottom: 3px; */

	    &:hover{
/* 		    border-bottom: 1px solid #d4e3f9; */
	    }
	}
	
/*
	& footer .container .one-third.columns:first-child {
	    flex-direction: column;
	    display: flex;
	    justify-content: center;
	    width: 100%;
	}
*/
	
	& footer .gform-theme--foundation .gform_fields {
	    column-gap: 20px;
	    display: flex;
	    inline-size: 100%;
	    justify-content: space-between;
	    flex-direction: row;
	    flex-wrap: wrap;
	    row-gap:20px;

		& .gfield {
		    min-inline-size: 100%;
		}
		
		 & .gfield.gfield--type-email, .gfield.gfield--type-name {
		    min-inline-size: 49%;
		}
		
	}
	
	& footer#footer .widget ul li {
	    border-bottom: none;
	    position: relative;
	    padding: 0px 0px 3px 12px;
	    font-size: 18px;
   	}
	
	& footer#footer .widget ul li:last-child{
		padding-bottom: 0;
	}
	
	& footer .widget {
	    margin-bottom: 20px;
	}
	
	& footer .widget ul li:after {
	    top: 2px;
	    font-size: 18px;
	}
	
	& footer .container .one-third.columns {
	    width: fit-content;
	}
		
	& footer .charleft.ginput_counter.gfield_description {
	    font-size: 18px;
	    color: #ccc;
	}
	
	& footer .gform-footer.gform_footer.top_label {
	    justify-content: flex-end;
	    margin-top: 0px;
	}		
		
	& footer .gform-theme--foundation .gform_fields input, footer .gform-theme--foundation .gfield textarea.small {
	    border-radius: 12px;
	    padding: 20px 20px;
	    font-size: 20px;
	    font-family: 'Saira Semi Condensed';
	    text-transform: uppercase;
	    font-weight: 400;
	    color: #03395F;
	    border: 1px solid #fff;
	    background: #ffffffc7;
	    border-bottom-width: 6px;
	}
	
	& footer .gform-theme--foundation .gfield textarea.small {
	    height: 90px;
	}
	
	& #copyright .copyright-text{
	    font-size: 16px;
	    text-align: center;
	    width: 100%;
	}
	
	& #footer .widget ul li:before {
	    font-family: "FontAwesome";
	    content: "\f105";
	    position: absolute;
	    top: 4px;
	    left: 0;
	    font-size: 14px;
	    color: #999999;
	}
	
	& #footer .widget ul li:after{
		content: none;
	}

}


/*###############################################
Gravity Forms STYLES
###############################################*/


/*********************/
/* RESPONSIVE STYLES */
/*********************/

@media screen and (max-width:1200px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 959px) {

}

@media screen and (max-width: 767px) {
	body {
		& h2{
			font-size: 35px;
		}
		
		& h2::before{
			width: 37px!important;
		}
		
		& h3{
			font-size: 28px;
			line-height: 1.2em;
		}
		
		& #footer .widget h3{
			line-height: 1.2em;
		}
		
		& h4{
			font-size: 24px;
		}
		
		
		& .logo img {
		    height: 65px;
		    width: auto;
		}
	
		&.vc_responsive .page-section .standard-section .span_12 {
		    max-width: 96vw;
		    margin: 0 auto;
		}
	
		& .wpb_column.vc_column_container.vc_col-sm-1\/5 {
		    padding-left: 20px;
		    padding-right: 20px;
		}
		
		& .container{
			width: 100vw;
		
				& .one.column,
				.one.columns,
				.two.columns,
				.three.columns,
				.four.columns,
				.five.columns,
				.six.columns,
				.seven.columns,
				.eight.columns,
				.nine.columns,
				.ten.columns,
				.eleven.columns,
				.twelve.columns,
				.thirteen.columns,
				.fourteen.columns,
				.fifteen.columns,
				.sixteen.columns,
				.one-third.column,
				one-third.columns,
				.two-thirds.column,
				.two-thirds.columns {
					    width: 90vw;
					    margin: auto 5vw;
				}   
		}
		

	}
	
/* 	HOME PAGE RESPONSIVE STYLES */
	
	body {
		
		& .no-icon h2{
		    font-size: 54px;
		    text-align: center;
		    margin-bottom: 10px;
		    margin-top: 50px;
		}
		
		& .promos-home  .vc_col-sm-4.wpb_column {
		    padding-left: 30px;
		    padding-right: 30px;
		    width: 100%;
		    margin: 0;
		}

		& .page-section .promos-home .standard-section .span_12 {
		    display: flex;
		    justify-content: space-evenly;
		    flex-direction: column;
		    max-width: 90vw;
		    gap:30px;
		}		
		
		& section#partners-customers {
		    margin-top: -2px;
		}
		
		& footer .one-third.columns:not(:first-child) {
		    width: auto;
		    margin-top: 20px;
		}
		
		& footer .container {
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    column-gap: 40px;
		    align-items: center;
		}		

		& #footer {
		    background-color: #000000;
		    background-image: url('https://planetiq.insightful.design/wp-content/uploads/2025/07/footer-bg.jpg');
		    padding: 99px 0 10px 0;
		    background-size: 120%;
		    background-repeat: no-repeat;
		    background-position: left top;
		}
		
		& footer .columns img {
		    padding: 0;
		    max-width: 260px!important;
		}
		
		& #page-wrap {
		    margin-top: 0;
		}

		& .vc_col-sm-3.intro-logo.wpb_column.column_container.col {
		    padding: 0 80px!important;
		}
		
		& .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.title-partners.stretch {
		    padding-bottom: 0px!important;
		}
		
		& .owl-carousel.owl-loaded {
		    transform: scale(0.6);
		}
	}

/* 	INETRNAL PAGE RESPONSIVE STYLES */
	
	body {
		& .industries-block .vc_col-sm-4.wpb_column, .teams-block .vc_col-sm-4.wpb_column{
			width: calc(100% - 40px)
		}
		
		& .modal-window__content {
		    position: absolute;
		    top: 5%;
		    left: 10px;
		    max-height: 100%!important;
		    overflow: auto;
		    width: 96%;
		}
		
		& .modal-window__content-wrapper {
		    max-height: max-content;
		}
		
		& .modal-window__content-main {
		    overflow-y: auto;
		}
	}
}

@media screen and (max-width: 479px) {

}


