/*
 Theme Name:   Nashville Computer 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: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 28px;

	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
	-------------------------------------------------- */
.sticky {
	position: fixed;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.3);
}

		#top-wrapper {
			width: 100%;
			height: auto;
			background: #ececec;
		}
		#top {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            color: #334492;
			font-family: "Poppins", sans-serif;
			font-weight: 600;
			font-style: italic;
            font-size: 16px;
			line-height: 45px;
		}
		#top a {color: #334492;}
		#top a:hover {color: #334492;}
		#top i {font-size: 14px; color: #bb1d24; padding-right: 5px;}

		#top .g50:nth-child(2) {font-style: normal; text-align: right;}


		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
		}
		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 10px 0;
		}		
		        				
		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
		}
		.content-wrapper a {color: #334492; text-decoration: underline;}
		.content-wrapper .has-link-color a {color: inherit;}
		.content-wrapper a:hover {color: #1c2b73; text-decoration: none;}

.smartcrawl-breadcrumbs {border-bottom: 4px solid #4584c7;}		
.smartcrawl-breadcrumb a {color: #fff; text-decoration: underline;}
.smartcrawl-breadcrumb a:hover {color: #a0d6f5; text-decoration: none;}



.custom-overlap-group {
	position: relative;
	z-index: 3!important; 
	max-width: 1200px;
	margin: -120px auto 0;
	padding: 0 0 20px 0;
}

.custom-overlap-column {
	position: relative;
	z-index: 9999 !important;
}
.wp-block-cover {overflow: visible !important; overflow-x: visible !important;}
.wp-block-cover.alignfull {overflow: visible !important; overflow-x: visible !important;}
	


		.wp-block-cover.alignfull {
			max-width: 100vw;
			width: auto;
			padding: 80px 0 60px 0;
           /* overflow-x: hidden;*/
		}
		.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;}

        .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;
		}


	ul.checkmark {
		--icon-space: 1.3em;
		list-style: none;
		padding: 0;
	}
	ul.checkmark li {padding-left: var(--icon-space);}

	ul.checkmark li:before {
		content: "\f00c"; 
		color: #c2272b;
        font-family: "Font Awesome 6 Pro";
		font-weight: 700;
		display: inline-block;
		margin-left: calc( var(--icon-space) * -1 );
		width: var(--icon-space);
		padding-right: 15px;
	}


/* Videos page */
.page-id-28830 .wp-block-cover .wp-block-embed {min-height: auto !important;}




/*	-----------------------
	:: Meet the Team page - Gallery column override --- **9** columns vs standard 8
	------------------- */

.wp-block-gallery.has-nested-images.meet-the-team {
	display: grid !important;
	gap: var(--wp--style--block-gap, 0.75rem);
	grid-template-columns: repeat(8, 1fr);
}

/* keeps thumb's size tidy - cropped to tallest phot in row */
.wp-block-gallery.has-nested-images.meet-the-team figure.wp-block-image img {
	/* aspect-ratio: 1;*/
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Neutralize core's hard width at ≥600px */
@media (min-width: 600px) {
  /* Target any columns-N state on your meet-the-team gallery */
  .wp-block-gallery.has-nested-images.meet-the-team[class*="columns-"]
    figure.wp-block-image:not(#individual-image) {
    width: auto !important;     /* undo calc(12.5% - gap * .875) etc. */
    flex: 0 0 auto !important;  /* prevent flex-basis/flow from affecting size */
  }
}



/*	--------------------------------------------------
	:: 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 {
		display: inline-block;
		background: #334492;
		font-family: "Poppins", sans-serif;
		color: #fff;
		font-size: 16px;
		line-height: 40px;
		font-weight: 600;
		margin: 0;
		padding: 10px 16px 6px 16px;
		border-radius: 150px;
		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;		
	}
	ul.menu li:last-child a:hover, ul.menu li.current-menu-item:last-child a, ul.menu li:last-child a:focus {background: #22327d; color: #d0d6f1 !important;}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 60px;
		font-size: 16px;
		font-weight: 600;
	  	text-align: center;
		padding: 0 8px;
		width: 100%;
		color: #000;
		text-decoration: none;
			-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 {}

    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: 6px;
        font-size: 14px;
        color: #b4b0b0;
    }
	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-bottom: 2px solid #fff;
        width: 100%;
        color: #0e1e29;
        text-decoration: none;
    }
    ul.menu li:hover ul li a:hover {
        background: #eeeeee;
        border-bottom: 2px solid #ebeef3;
    }

    /* sub menu fixes */
	ul.menu li:hover ul li:last-child a {color: #000;border-radius: 0px;}
	ul.menu li:hover ul li:last-child a:hover {color: #000 !important;}
    ul.menu li.menu-item-has-children:hover ul li a:after {
        content: '';
        display: none;
    }
    


/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #334492;
		}		
		#footer {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 30px 0;
			background: #334492;
			font-family: "Poppins", sans-serif; 
			font-size: 16px;
			color: #fff;
		}
		#footer a {color: #fff; text-decoration: none;}
		#footer a:hover {color: #fff; text-decoration: underline;}
	

	        .footer-heading {
                color: #a9d7fa;
                font-family: "Poppins", sans-serif; 
                font-size: 18px;
                line-height: 30px;
                font-weight: 700;
                margin: 0px;
                padding: 0px;
                margin-bottom: 20px;
            }
			#footer i {color: #a9d7fa;}
			#footer a.wp-block-button__link {font-size: 16px; background: #233174; line-height: 20px;}
			#footer a.wp-block-button__link::after {content:"";}

            ul.footer-menu {
              width: 100%;
              list-style: none;
              margin: 0 !important;
              padding: 0;
            }
            ul.footer-menu li {
              padding: 4px;
              font-size: 16px;
              margin: 0px;
            }
            ul.footer-menu li:hover {opacity: 0.8; text-decoration: none !important; background: #233174;}
            ul.footer-menu li a { font-size: 16px; font-weight: 600; color: #fff !important; text-decoration: none !important;}
            ul.footer-menu li a:hover {color: #f4e7e7 !important; text-decoration: underline !important;}
            ul.footer-menu li:before {
                content: '\f061';
                font-family: "Font Awesome 6 Pro";
                font-style: normal;
                font-weight: 600;
                color: #84c0e4;
                font-size: 16px;
                margin-right: 10px;
            }

			/* Options - Footer Social */
			#footer ul.social-icons {list-style: none; margin: 0 !important; padding: 0; padding-left: 0px !important;}
			#footer ul.social-icons li {display: inline; padding: 0px; margin: 0 !important;}
			#footer ul.social-icons a i {
				font-size: 18px !important;
				width: 45px;
				height: 45px;
				line-height: 45px;
				text-align: center;
				color: #fff;
				background: #233174;
			}
			#footer ul.social-icons li a:hover {opacity: 0.8; text-decoration: none !important;}


		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #233174;
		}	
		#copyright {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 15px 0;
			background: #233174;
			font-family: "Poppins", sans-serif;  
			font-size: 14px; 
			line-height: 18px; 
			color: #7cb1d9;
		}
		#copyright a {color: #7cb1d9; text-decoration: none;}
		#copyright a:hover {color: #7cb1d9; text-decoration: underline;}
				
        #copyright .g50:nth-child(2) {text-align: right !important;}


/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */

.cta.wp-block-tiptip-hyperlink-group-block {padding: 20px 10px 10px 10px;}
a.wp-block-tiptip-hyperlink-group-block {
	text-decoration: none;
	display: inline-block;
	position: relative; 
	background: #fff;
	overflow: hidden;
	z-index: 0;
}
a.wp-block-tiptip-hyperlink-group-block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%; /* start with no fill */
	height: 100%;
	background: linear-gradient(135deg, #ffffff, #badfef);
	transition: width 0.8s ease;
	z-index: -1;
}
a.wp-block-tiptip-hyperlink-group-block:hover::after {
	width: 100%; /* fill the entire element */
}

a.wp-block-tiptip-hyperlink-group-block h3 {font-size: 22px !important; color: #334492 !important;}
a.wp-block-tiptip-hyperlink-group-block p {color: #000;}
a.wp-block-tiptip-hyperlink-group-block strong {color: #334492;}




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: #334492;
	font-family: "Poppins", sans-serif;
	font-size: 58px;
	line-height: 64px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
.wp-block-cover h1:not(.has-text-color) strong {font-size: 60px; font-weight: 900;}

h2, .wp-block-cover h2:not(.has-text-color) {
	color: #334492;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h3, .wp-block-cover h3:not(.has-text-color) {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	margin-bottom: 15px;
}

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: 10px solid #334492 !important;
		background: #fff;
		-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 20px 20px 30px !important;
		hyphens: none;
	}
	blockquote p {padding: 0;}
	blockquote a {color: #334492 !important; font-weight: bold;}		
	blockquote a:hover {color: #334492 !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}

	a.wp-block-button__link {
		display: inline-block;
		position: relative;
		overflow: hidden;
		z-index: 0;
		background: #334492;
		font-family: "Poppins", sans-serif;
		color: #fff !important;
		font-size: 16px;
		font-weight: 600;
		margin: 10px 0;
		padding: 15px 25px;
		border-radius: 150px;
		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: #22327d; color: #d0d6f1 !important;}

    a.wp-block-button__link::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background: linear-gradient(135deg, #0f1b55, #334492);
		transition: width 0.6s ease;
		z-index: -1;
    }
    a.wp-block-button__link:hover::before {width: 100%;}


    a.wp-block-button__link::after {
        content: '\f178';
        font-family: "Font Awesome 6 Pro";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        color: #fff;
	}
	a.wp-block-button__link:hover::after {color: #a9d7fa;}



/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

.hentry {padding: 0px !important;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 0px 0 0px !important;
}

.widget {
    background-color: #eff1fa;
    margin: 0 0 24px;
    padding: 10px;
	border-bottom: 5px solid #334492;
}

.widget_search input[type="search"] {background: #fff !important;}

.widget li {
    padding: 10px 15px;
	background: #d3daf8;
	margin: 0 0 10px;
	font-family: "Poppins", sans-serif;
}
.widget li:hover {background: #d3daf8;}


.widget li a {
	color: #0b304c !important;
    line-height: 20px;
    text-decoration: underline;
	font-size: 16px;
	/*text-transform: uppercase !important;*/
}




/*	--------------------------------------------------
	:: 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
	-------------------------------------------------- */

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 .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 12px !important;
	line-height: 16px;
}

    .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:not(.add_list_item), button:not(.delete_list_item) {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #334492 0%, #334492 100%) repeat scroll 0 0;
    border-bottom: 2px solid #334492;
    color: #fff;
    display: inline-block;
    padding: 20px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;   
    text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 0px;
    width:auto;
    border-radius: 8px;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	background: #334492 !important;
	border-bottom: 0px !important;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;   
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 20px !important;
	text-decoration: none;
	letter-spacing: 0px;
	width:auto;
	border-radius: 8px;
}

button:hover:not(.add_list_item), button:hover:not(.delete_list_item) {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1e2d74 0%, #1e2d74 100%) repeat scroll 0 0;
  color: #dee2f4;
}
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, #1e2d74 0%, #1e2d74 100%) repeat scroll 0 0 !important;
  color: #dee2f4 !important;
}










/* Gravity Forms list +/- rows vertically - Referral Page */
.ginput_container_list--columns .gfield_list_group.gform-grid-row {display: block !important;}
.ginput_container_list--columns .gfield_list_group_item {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 0px;
}
.ginput_container_list--columns .gfield_list_group_item::before {
    content: attr(data-label) " ";
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.ginput_container_list--columns .gfield_list_group_item + .gfield_list_group_item {margin-left: 0% !important;}

/* hide the header row (since labels are now on each field) */
.ginput_container_list--columns .gfield_list_header {display: none !important;}










/*	--------------------------------------------------
	:: 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%;}
}

@media screen and (min-width: 811px) {.opensub {display: none;}} 

@media screen and (max-width: 810px) {
    
	#header, #footer {display: block; width: 100% !important; text-align: center;}
	#top {line-height: 22px;text-align: center;}
	#top .g50:nth-child(2) {text-align: center;}
	
	
#top .g50:nth-child(2) a::after {
  content: "";
  display: block;   /* this creates a line break */
  margin-bottom: .5rem;  /* optional spacing */
}

	
	
    #copyright .g50 {text-align: center !important;}
    #copyright .g50:nth-child(2) {float: none!important; text-align: center !important;}

	/* ********* Mobile Navigation Styles ********** */
	#header {padding: 10px 0 0 0;}
	button#menuToggle {
		display: block;
		border: 0;
		background: #213072 !important;
		border-bottom: #bc1f26 solid 6px !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: #213072 !important;}

	.menu-content {display: none;}

	.menu-content .right {float: none !important;}
	ul.menu {background: #213072;}
	ul.menu li {float: none; width: 100%;text-align: center;border-bottom: 1px solid #95c9e9;}
	ul.menu li a {color: #fff; font-size: 18px;}
	ul.menu li a:hover,
	ul.menu li.current-menu-item a,
	ul.menu li a:focus {color: #fff; background: #213072;}
	
	ul.menu li:last-child a {border-radius: 0px;}
	
	/* submenu */
	ul.sub-menu {display: none;}
	ul.menu li ul {
		position: static;
		left: 0;
		width: auto;
	}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
	}
	ul.menu li:hover ul li:hover {text-align: center;}
    ul.menu li .opensub {
        color: #fff;
        background: #304087;
        position: absolute;
        right: 0px;
        font-size: 20px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        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: 600px) {
	.responsive {width: 90% !important;}
}

@media screen and (max-width: 480px) {
	
	h1, .wp-block-cover h1:not(.has-text-color) {
		font-size: 48px;
		line-height: 54px;
	}
	.wp-block-cover h1:not(.has-text-color) strong {font-size: 50px;}

	h2.has-text-align-right {text-align: left !important;}

	.wp-block-cover.alignfull {padding: 60px 0 40px 0;}
	
	.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {hyphens: auto;}
	.compare-chart table {font-size: 12px;line-height: 16px;}
	
	
	.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;}

}