/*
 Theme Name:   IntegratedNetworks Child Theme
 Author:       MSonder
 Template:     twentynineteen
*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #3f4448;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 30px;

	background: #fff;
}

body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}

a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.responsive {width: 90%;}

/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */

		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
		}
		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            display: flex;
            gap: 20px;
            align-items: center;
            justify-content: space-between;
		}

		#header #logo img {width: auto;}
		.logged-in #header #logo img {width: auto;}

		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
		}
		.content-wrapper a {color: #3c65a5; text-decoration: underline; line-height: 20px;}
		.content-wrapper a:hover {color: #204277; text-decoration: none;}

		.wp-block-cover.alignfull {
			max-width: 100vw;
			width: auto;
			padding: 80px 0 60px 0;
            overflow-x: hidden !important;
		}
		.alignfull .wp-block-cover__inner-container {max-width: 1200px;}

        .wp-block-columns.is-layout-flex {gap: 2em !important;}

		.wp-block-cover.has-parallax,
        .wp-block-cover__image-background.has-parallax {background-attachment: fixed !important;}
		@media (prefers-reduced-motion:reduce) {
		  .wp-block-cover-image.has-parallax,
		  .wp-block-cover.has-parallax,
		  .wp-block-cover__image-background.has-parallax {
			background-attachment:fixed !important;
		  }
		}
        .cta {
            background: #ffffff;
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            padding: 20px;
            border-radius: 10px;
       }

		/* service boxes on homepage */
		a.service-cta {
			background: #f7f7f7; 
			padding: 20px; 
			box-shadow: 10px 10px 0 0 rgba(192, 190, 191);
			text-decoration: none!important;
			color: #000;
			font-size: 14px;
			transition: all 0.25s ease-in-out;
			border-bottom: 10px solid #d9272f;
		}
		a.service-cta h3 {margin-bottom: 5px !important; line-height: 25px !important; transition: all 0.25s ease-in-out;}
		a.service-cta p {padding: 0px 0px 15px 0px; line-height: 26px; hyphens: none;}
		a.service-cta strong {color: #d9272f; text-decoration: underline!important; transition: all 0.25s ease-in-out;}


		a:hover.service-cta {
			background: #d9272f;
			box-shadow: 4px 4px 0 0 rgba(91, 103, 112);
			color: #fff;
		}
		a:hover.service-cta h3 {color: #fff !important;}
		a:hover.service-cta strong {color: #fff; text-decoration: none!important; }

		a.service-cta .wp-block-columns {margin-bottom: 0 !important;}
		a.service-cta .wp-block-image {margin-bottom: 0 !important;}

		a.service-cta figure {
			display:block;
			width: 105px;
			height: 105px;
			border-radius: 150px;
			text-align: center;
			background: #e8e8e8;
		}
		a.service-cta figure img {
			display: inline-block;
			width: auto;
			height: auto;
		}
		a:hover.service-cta figure {background: #fff;}



/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
	
	button#menuToggle {display: none;}

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {		
        background: #d9272f;
		color: #fff !important;
		font-size: 18px;
		line-height: 40px;
		font-weight: 700;
		margin: 10px 0;
		padding: 10px 25px;
		border-radius: 6px;
        border-top: 3px solid transparent;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
        margin-left: 15px;
		box-shadow: 5px 5px 0 0 rgb(115, 128, 137);
	}
	ul.menu li:last-child a i {color: #f3c0c2; font-size: 14px; padding-right: 5px;}
	ul.menu li:last-child a:hover {
        background: #b30f17;
        color: #f7dfe0 !important;
        border-top: 3px solid transparent;
		box-shadow: 2px 2px 0 0 rgba(91, 103, 112);
    }  

ul.menu li:nth-last-child(2) a {color: #005eb8 !important; font-weight: 900;}


	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 80px;
		font-size: 18px;
		font-weight: bold;
	  	text-align: center;
		padding: 0 10px;
		width: 100%;
		color: #222426 !important;
		text-decoration: none;
        border-top: 4px solid transparent;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a:focus {border-top: 4px solid #005eb8; color: #000;}

    ul.menu li.menu-item-has-children a:after {
        content: '\f0d7';
        font-family: "Font Awesome 6 Pro";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        font-size: 14px;
        color: #005eb8;
    }
	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

    ul.menu li:hover ul {
        left: 0;
        -webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
        box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
    }
    ul.menu li:hover ul li {
        float: none;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    ul.menu li:hover ul li a {
        display: block;
        line-height: 45px;
        font-size: 18px;
        font-weight: 500;
        text-transform: none;
        text-shadow: none;
        text-align: left !important;
        padding: 0 30px 0 10px;
        background: #fff;
        border-top: 3px solid #fff;
        width: 100%;
        color: #191726;
        text-decoration: none;
    }
    ul.menu li:hover ul li a:hover {
        background: #ebeef3;
        border-top: 3px solid #ebeef3;
    }

    /* sub menu fix */
	ul.menu li:hover ul li:nth-last-child(2) a {color: #191726 !important;}
    ul.menu li:hover ul li:last-child a {
        background: #fff;
        color: #191726 !important;
        padding: 0 30px 0 10px;
        margin: 0;
        border-radius: 0px;
        z-index: 9999;
    }
    ul.menu li:hover ul li:last-child a:hover {
        background: #ebeef3;
        border-top: 3px solid #ebeef3;
    }
    ul.menu li.menu-item-has-children:hover ul li a:after {
        content: '';
        display: none;
    }



/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */

		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #0b4d8d;
		}		
		#footer {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 30px 0;
			background: #0b4d8d;
			font-family: "Roboto", sans-serif;  
			font-size: 18px; 
			line-height: 30px; 
			color: #ffffff;
		}
		#footer a {color: #ffffff; text-decoration: underline;}
		#footer a:hover {color: #cfcfcf; text-decoration: none;}
	
		#footer #logo {margin-bottom: 25px;}
		#footer #logo img {width: auto;}

            /* Options - Footer Social */
			#footer ul.social-icons {list-style: none; margin: 0 !important; padding: 0;}
			#footer ul.social-icons li {display: inline; padding: 2px 2px 0px 2px; margin: 0 !important;}
			#footer ul.social-icons a i {
				font-size: 22px;
				width: 45px;
				height: 45px;
				line-height: 45px;
                border-radius: 6px;
				text-align: center;
				color: #fff;
                background: #d9272f;
				box-shadow: 5px 5px 0 0 rgb(9, 58, 106);
			}
			#footer ul.social-icons li a:hover i {box-shadow: 2px 2px 0 0 rgb(9, 58, 106);}
			#footer ul.social-icons li a:hover {opacity: 0.8; text-decoration: none !important;}

            .footer-heading {
                color: #fff;
                font-family: "Roboto", sans-serif;
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                margin: 0px;
                padding: 0px;
                margin-bottom: 15px;
            }
            ul.footer-menu {
              width: 100%;
              list-style: none;
              margin: 0 !important;
              padding: 0;
            }
            ul.footer-menu li {
              padding: 2px 0px;
              font-size: 18px;
              margin: 0px;
            }
            ul.footer-menu li:hover {opacity: 0.8; text-decoration: none !important; background: #0055ab;}
            ul.footer-menu li a { font-size: 16px; font-weight: 400; color: #fff !important; text-decoration: none !important;}
            ul.footer-menu li a:hover {color: #d6d6d6 !important; text-decoration: underline !important;}
            ul.footer-menu li:before {
                content: '\f0da';
                font-family: "Font Awesome 6 Pro";
                font-style: normal;
                font-weight: 600;
                color: #6198cf;
                font-size: 16px;
                margin-right: 10px;
            }
            ul#menu-footer-it-services li {width: 50%; float: left;}

		#copyright-wrapper {
			height: auto;
			width: 100%;
			background: #083e72;
		}
		#copyright {
			height: auto;
			width: 90%;
			margin: 0 auto;
			padding: 20px 0;
			background: #083e72;
			font-family: "Roboto", sans-serif;
			font-size: 14px;
			line-height: 18px;
			color: #73a4d3;
		}
		#copyright a {color: #73a4d3; text-decoration: underline;}
		#copyright a:hover {color: #026dd2; text-decoration: none;}



/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
	
h1, .wp-block-cover h1:not(.has-text-color) {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 900;
	font-size: 55px;
	line-height: 62px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
.home h1 {font-family: "Montserrat", sans-serif !important;}


h2, .wp-block-cover h2:not(.has-text-color) {
	color: #444e57;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
}
	h2:after {
		background: linear-gradient(to right,  rgba(217,39,47,1) 17%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		bottom: -10px;
		content: "";
		display: block;
		height: 4px;
		position: relative;
		width: 250px;
	}
	h2.has-text-align-center:after {
		background: linear-gradient(to right,  rgba(217,39,47,1) 17%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		bottom: -10px;
		content: "";
		display: block;
		height: 4px;
		position: relative;
		width: 250px;
		text-align: center;
		margin: 0 auto;
	}

h3, .wp-block-cover h3:not(.has-text-color) {
	color: #005eb8;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
.cta h3.numbered {
	background: #d9272f;
	font-family: 'Montserrat', sans-serif;
	color: #fff !important;
	font-size: 20px;
	height: 55px;
	line-height: 55px !important;
	width: 55px;
	border-radius: 150px;
	margin: 0 auto 25px auto;
}

.cta h3.numbered.large85 {
	height: 85px !important;
	line-height: 85px !important;
	width: 85px !important;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr,
hr.is-style-wide {
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: center;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

	blockquote {	
		border-left: 12px solid #d9272f !important;
		background: #e8e8e8;
		padding: 20px 30px 20px 40px !important;
		hyphens: none;
	}
	blockquote p {padding: 0; margin: 0 0 5px !important;}
	blockquote a {font-weight: bold;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}

	a.wp-block-button__link {
		display: inline-block;
        background: #d9272f;
		font-family: "Roboto", sans-serif;
		color: #fff !important;
		font-size: 18px;
		font-weight: 700;
		margin: 10px 0;
		padding: 25px 40px;
		border-radius: 6px;
        box-shadow: 5px 5px 0 0 rgba(91, 103, 112);
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {
        background: #b5141b;
        color: #faebec !important;
        box-shadow: 2px 2px 0 0 rgba(59, 65, 70);
    }

    a.wp-block-button__link i {
        font-family: "Font Awesome 6 Pro";
        font-style: normal;
		font-size: 14px;
        font-weight: 600;
        padding-right: 10px;
        color: #f3c0c2;
        transition: all 0.25s ease-in-out;
    }



/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

    .hentry {padding: 0px !important;}
    .entry .entry-header {margin: 0px !important;}
    .entry .entry-content, .entry .entry-summary {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

	h1.entry-title {color: inherit !important; text-shadow: none !important;}
	.entry-date {display: block; font-style: italic; font-size: 16px; color: #757575; margin-bottom: 5px;}

	/* image fix */
	.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {max-width: 100% !important;}

	/* button fix */
	.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
		background-color: inherit !important;
		background: linear-gradient(to left, transparent 50%, #f0f0f0 50%) right;
		background-size: auto;
		background-size: 200%;
		padding: 20px 20px 20px 0 !important;
}
	.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {transition: .5s ease-out; border-radius: 0px!important;}
	.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:hover {background-position: left; padding: 20px!important; color: #1b447b !important;}

	.entry .entry-content .wp-block-button .wp-block-button__link {font-family: "Work Sans", sans-serif !important;padding: 20px 20px 20px 0!important;}


    .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
        max-width: 1040px;
        padding: 0 0px 0 0px !important;
    }
    .widget_search .search-form .search-submit {flex-shrink: 2;}
    /*.widget_search input {background: #fff !important;}*/
    .widget {
        background: #ffffff;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        border-radius: 0px;
        border-top: 6px solid #ababad !important;
        margin: 0 0 24px;
        padding: 10px;
    }
    .widget li {
        padding: 10px 15px;
        background: #eaeaea;
        margin: 0 0 10px;
        line-height: 20px !important;
    }
    .widget li:hover {background: #e3e3e3;}
    .widget li a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px !important;
    }

    .post-layout-wrap {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .post-archive-layout {
        background: #ffffff;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        border-radius: 20px;
        margin: 0 2% 40px 0;
        width: 31%;
        float: left;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .post-archive-layout h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .post-archive-layout img {
        margin-bottom: 20px;
        max-height: 175px;
    }
    .post-archive-layout a.link {margin-top: auto;}
    .post-archive-layout:nth-child(3n+4) {clear: both;}




/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div.content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 
.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}



/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */
label {
	font-family: inherit;
	width: 100%;
}
input, textarea, select {
    border: 0px !important;
	background: #f5f5f5 !important;
	border-bottom: 2px solid #f5f5f5;
	font-family: inherit;
    padding: 10px !important;
	width: 100%;
}
select {padding: 14px !important;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #eaeaea !important;
	border-bottom: 2px solid #eaeaea;
    font-family: inherit;
    padding: 10px !important;
}
select:focus {padding: 14px !important;}

    .gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 100%;
	}
	.ginput_complex.ginput_container_address .address_city {
		width: 32% !important;
        margin: 0px 1% 0px 1% !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 32% !important;
        margin: 0px 1% 0px 0px !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_zip {
		width: 33% !important;
        margin: 0px!important;
		padding: 0 !important;
		display: block;
		float: right;
		flex: unset !important;
	}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d9272f 0%, #d9272f 100%) repeat scroll 0 0 !important;
    border-bottom: 2px solid #d9272f !important;
    color: #fff;
    display: inline-block;
    padding: 20px 40px !important;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 18px;
    width:auto;
    border-radius: 6px;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #b5141b 0%, #b5141b 100%) repeat scroll 0 0 !important;
    color: #faebec !important;
	box-shadow: 5px 5px 0 0 rgba(59, 65, 70);
}


/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */

@media screen and (min-width: 1200px) {
	.responsive {width: 1200px !important;}
}

@media screen and (max-width: 1200px) {
    .alignfull .wp-block-cover__inner-container {max-width: 90%;}
    .scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
}

@media screen and (min-width: 811px) {.opensub {display: none;}} 

@media screen and (max-width: 810px) {
    
    #header {display: block; width: 100% !important;}
    #header #logo {text-align: center;}
	#header #logo img {width: auto; position: static !important; top: 37px !important;}
	    
    .wp-block-cover.hero .wp-block-cover__background {opacity: .6 !important;}

    #footer #logo {text-align: left;}
    
    #footer .g20 {width: 100% !important;}
    #footer .g30 {width: 30% !important;}
    #footer .g70 {width: 70% !important;}

	/* ********* Mobile Navigation Styles ********** */
	button#menuToggle {
		display: block;
		border: 0;
        background: #d9272f;
		border-bottom: transparent !important;
		padding: 10px 0;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700; 
		border-radius: 0px !important;
	}
	button#menuToggle:hover, #menuToggle:focus {background: #be131b;}

	.menu-content {display: none;}

	.menu-content .right {float: none !important;}
    ul.menu {background: #c6c6c6;}
	ul.menu li {float: none; width: 100%;text-align: center; border-bottom: 1px solid #939393;}
	ul.menu li a {color: #fff; line-height: 45px;}
	ul.menu li a:hover,
	ul.menu li.current-menu-item a,
	ul.menu li a:focus {color: #c6c6c6; background: #c6c6c6;}
    ul.menu li.menu-item-has-children a:after {content: '';}
    
    ul.menu li:last-child a {
      background: #005cb9;
      padding: 10px 0;
      border-radius: 0px;
      letter-spacing: 0px;
      text-transform: none;
    	margin: 0;
    } 

    /* submenu */
	ul.sub-menu {display: none;}
	ul.menu li ul {
		position: static;
		left: 0;
		width: auto;
        background: #dedede;
	}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
		border-bottom: 1px solid #c0bebf;
	}
	ul.menu li:hover ul li:hover {text-align: center;}
    ul.sub-menu li.current-menu-item a, ul.sub-menu li a:focus {background: #c6c6c6; color: #fff;}
    
    ul.sub-menu li:last-child a {background: #dedede; color: #222426 !important; line-height: 45px !important; padding: 0px !important;}
 
    
	ul.menu li .opensub {
        color: #fff;
        background: #838383;
        position: absolute;
        right: 0px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 49px;
        width: 49px;
        cursor: pointer;
	}
	
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}

@media screen and (max-width: 675px) {
	.responsive {width: 90% !important;}
    
	.home h1 {font-size: 45px;}
	
    ul.top-menu li a {padding: 0 7px;}
    
	blockquote {margin: 0 auto !important;}
		
	#footer .g30 {width: 100% !important;}
	#footer .g50 .g30 {width: 30% !important;}

	#copyright {padding: 15px 0; text-align: center;}
    ul#menu-footer-it-services li {float: none !important; width: 100%;}
}

@media screen and (max-width: 480px) {
	
    ul.top-menu li {float: none !important;}
	
	#footer  {text-align: center;}
	#footer #logo {text-align: center;}
	#footer .g30 {width: 100% !important;}
	#footer .g50 .g30 {width: 100% !important;}
	#footer .g70 {width: 100% !important;}
	
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}