/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
h4 .h-above {
    display: block;
    font-size: 21px;
    margin-bottom: 4px;
}
#home-customers h4 .h-above {
    color: #5cc4aa;
}
#services-expertise h4 .h-above,
#services-process h4 .h-above {
    color: #49a0f1;
}
.fusion-logo {
    width: 240px;
}
.fusion-logo a img {
    height: 26px;
    display: block;
    margin: auto;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
    margin: 0 !important;
    width: 120px;
    justify-content: center;
    transition: all .3s ease-in-out 0s;
}
.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons {
    transform: translateX(300%);
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
    padding: 0;
}
.fusion-header-wrapper .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
    width: 100%;
    height: 4px;
}
.fusion-header-wrapper .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
    width: 60px;
    height: 24px;
    box-sizing: border-box;
}
.fusion-header-wrapper .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
    width: 30px;
}
.fusion-logo-right.fusion-header-v6 .fusion-main-menu {
    height: 100% !important;
    margin-top: 0 !important;
    background-color: #20303f;
    width: 480px;
    max-width: calc(100% - 60px);
    padding: 25px 20px;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-bg,
.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg{
    opacity: 0 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu {
    text-align: left;
    max-width: 240px;
    margin: auto;
}
.fusion-header {
    padding: 0;
}
.fusion-button:focus, .fusion-button:active {
    background: #49a0f1 !important;
    color: #ffffff !important;
}
.fusion-button.button-xlarge {
    min-width: 190px;
    padding: 14px 20px;
}
footer #menu-widget-2 {
	margin-bottom: 30px;
}
footer #menu-widget-2 ul li a {
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
#menu-widget-2 > .fusion-widget-menu li {
	margin-right: 35px;
}
footer #media_image-2 {
	margin-bottom: 50px;
}
footer #media_image-2 img {
	width: auto;
	height: 28px !important;
}
.fusion-footer-widget-column {
    margin-bottom: 30px;
}
#wrapper footer.fusion-widget-area .current_page_item > a,
#wrapper footer.fusion-widget-area .current-menu-item > a {
	color: #49a0f1;
}
.fusion-footer-widget-column.widget_text {
	font-size: 18px;
	color: #7590a9;
}
footer .divider {
    margin: 0 8px;
}
#social_links-widget-2 {
    margin-bottom: 40px;
}
footer .widget .fusion-social-networks .fusion-social-network-icon {
	margin: 0 10px 15px;
}

#image-counter-slide > .fusion-row {
	display: flex;
    min-height: calc(100vh - 100px);
}
#image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
	height: 100%;
}
#image-counter-slide h2 {
    font-weight: 700 !important;
}
#image-counter-slide h3 {
    font-weight: 700 !important;
    line-height: 1;
    margin-top: 7px !important;
}
#image-counter-slide .fusion-text {
    font-size: 28px;
    line-height: 1.3;
}
#image-counter-slide .fusion-text p {
    margin-bottom: 50px;
}
#counter-slide {
	display: flex;
	justify-content: space-between;
}
#counter-slide:before,
#counter-slide:after {
	display: none;
}
#counter-slide .fusion-counter-box {
	background: #20303f;
	width: calc((100% - 70px) / 3);
	max-width: 300px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#counter-slide .fusion-counter-box.active {
    opacity: 1;
}
#counter-slide .content-box-counter {
	font-weight: 700;
}
#counter-slide .counter-box-content {
	max-width: 115px;
	margin: 0 auto;
	line-height: 1.2;
    text-transform: uppercase;
}
#image-counter-slide .fusion-button-wrapper.fusion-alignleft:last-child {
    margin: 0;
}

#home-about-info.home-about-title .fusion-layout-column {
    width: auto !important;
}
#home-about-info:not(.home-about-title) {
    display: inline;
    float: none;
}
#home-about-video {
    float: right;
    margin-left: 5%;
	position: relative;
	z-index: 1;
}
#home-about-info h3 {
    font-weight: bold;
}
#home-about-info ul {
    color: #5cc4aa;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#home-about-info ul li {
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
#home-about-info ul li:after {
    content: "";
    border-right: 2px solid #5cc4aa;
    margin: 0 15px;
}
#home-about-info ul li:last-child:after {
    border: 0;
    margin: 0;
}
#home-about-info .fusion-social-links .fusion-social-networks a {
    font-size: 30px;
    margin-bottom: 0;
}
#home-about-info .fusion-builder-row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    margin: 0 auto 0 0 !important;
}
#home-about-info > .fusion-column-wrapper > .fusion-text {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 55px;
}
#home-about-info > .fusion-column-wrapper > .fusion-text p {
    margin-bottom: 30px;
}
#home-about-info > .fusion-column-wrapper > .fusion-text p:last-of-type {
    margin-bottom: 0;
}
#home-about-info .fusion-text {
    color: #fff;
}
#home-about-info .fusion-text a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}
#home-about-info .fusion-text a:hover {
    color: #49a0f1;
}
#home-about-section .fusion-video {
    max-width: none !important;
    max-height: none !important;
}

#home-customers .fusion-text ul {
    column-count: 4;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
#home-customers .fusion-text ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

#portfolio-posts .fusion-portfolio-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    justify-content: space-between;
}
#portfolio-posts .fusion-portfolio-wrapper .fusion-portfolio-post {
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    width: calc((100% - 240px) / 3);
    margin-bottom: 120px;
}
#portfolio-posts .fusion-portfolio-content-wrapper {
    height: 100%;
}

#wrapper #main #portfolio-posts h2 {
    text-transform: none;
    margin-bottom: 17px !important;
    font-size: 24px;
}
#wrapper #main #portfolio-posts .fusion-post-content .portfolio-src {
    color: #5cc4aa;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}
#wrapper #main #portfolio-posts .fusion-post-content .portfolio-author {
    display: block;
}
#portfolio-posts .fusion-portfolio-content p {
    line-height: 1.3;
}

#portfolio-posts .fusion-portfolio-content-wrapper .fusion-image-wrapper img {
    width: 100%;
}
#portfolio-posts.portfolio-posts-imageless .fusion-image-wrapper {
    display: none;
}

/**** SERVICES PAGE ******/

#services-expertise .fusion-text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}
#services-expertise .fusion-text ul li:last-child {
    width: 100%;
}
#services-expertise .fusion-text ul li:before {
    content: "\2022";
    margin: 0 15px;
}
#services-expertise .fusion-text ul li:nth-child(3n+1):before {
    content: "";
    margin: 0;
}
#services-process .heading-with-icon .image {
    min-height: 120px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#services-process .heading-with-icon {
    margin-bottom: 5px;
}
#services-process .heading-with-icon .image img {
    margin: 0;
}
#services-process .content-container {
    font-size: 20px;
}
#services-process .content-boxes-icon-on-top .col {
    padding: 0 15px;
}

/***** BOOKS PAGE *****/

#books-slider {
    color: #fff;
    min-height: calc(100vh - 100px);
}
#books-slider > .fusion-row {
    position: static;
}
#books-slider img {
    width: 460px;
}
#books-slides {
    position: static;
    max-width: 1500px;
    margin: auto;
}
#books-slides .fusion-title h2 {
    line-height: 1.1;
    font-weight: 700;
}
#books-slides .fusion-title h3 {
    font-weight: 700;
    line-height: 1.05;
    margin-top: 7px !important;
}
#books-slides .fusion-title + .fusion-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}
#books-slides .fusion-text {
    letter-spacing: 0.03em;
    line-height: 1.6;
}
#books-slides .fusion-button-wrapper {
    margin-top: 40px;
    display: inline-block;
}
#books-slides .fusion-layout-column .fusion-column-wrapper .fusion-button-wrapper {
	margin-left:1px;
}
#books-slides > .fusion-column-wrapper > .fusion-builder-row:nth-child(2),
#books-slides > .fusion-column-wrapper > .fusion-builder-row:nth-child(3){
    display: none;
}
#books-slider-nav {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}
#books-slider-nav .books-slider-nav-inner {
    display: flex;
}
#books-slider-nav .books-slide-nav-item {
    width: 120px;
    height: 8px;
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
    margin: 0 2px;
    transition: background-color 0.3s ease;
}
#books-slider-nav .books-slide-nav-item.active {
    background-color: #fff;
}
#books-slider-nav .books-slide-nav-item:not(.active):hover {
    background-color: #49a0f1;
}
#books-slider-nav .books-slide-nav-item span {
    display: none;
}

#testimonials-section .fusion-testimonials .reviews {
    height: auto !important;
}
#testimonials-section .fusion-testimonials .review {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    margin-bottom: 50px;
}
#testimonials-section .fusion-testimonials .review:last-child {
    margin-bottom: 0;
}
#testimonials-section .fusion-testimonials.clean blockquote q {
    padding: 0;
    text-align: left;
    letter-spacing: 0;
    font-size: 21px;
    margin-bottom: 12px;
    line-height: 1.45;
}
#testimonials-section .fusion-testimonials.clean .author {
    margin-top: 0;
    text-align: left;
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.4;
}
#cost-book-testimonials {
    display: none;
}

/***  ASSESSMENT PAGE ***/

body.page-id-696 .fusion-footer {
    border-top: 1px solid #fff;
    margin-top: 60px;
}
#fixed-table-header {
    float: left;
    z-index: 15;
    position: fixed;
    display: none;
    transform: translateX(2px);
}
#fixed-table-header div {
    float: left;
    border: 1px solid silver;
    border-right: 0;
    text-align: center;
    background-color: #fff;
    padding: 3px;
    line-height: 1.1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fixed-table-header div:first-child {
    background-color: transparent;
    border: 0;
}
.assess-form {
    font-size: 16px;
}
.assess-form-info-section {
    color: #fff;
}
.assess-form-info-section strong {
    font-weight: normal;
}
.assess-form .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.assess-form .gform_wrapper .left_label .gfield_label {
    font-weight: normal;
    margin-top: 6px;
    font-size: 18px;
    color: #fff;
    width: auto;
    min-width: 29%;
}
.assess-form .gform_wrapper .left_label #field_1_1 .gfield_label {
    display: none;
}
.assess-form .gform_wrapper .left_label #field_1_5 .gfield_label {
    margin-top: 0;
}
.assess-form .gform_wrapper .gfield_radio li label {
    font-size: 18px;
    color: #fff;
}
.assess-form .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: .45em !important;
}
.assess-form .gform_wrapper .gform_footer #gform_submit_button_1 {
    background-color: #fff;
    letter-spacing: 0;
    font-size: 18px !important;
    border-radius: 0;
    padding: 14px 20px !important;
    min-width: 190px;
    color: #20303f;
    font-family: "Source Sans Pro";
    font-weight: 700;
    cursor: pointer;
}
.assess-form .gform_wrapper .gform_footer #gform_submit_button_1:hover,
.assess-form .gform_wrapper .gform_footer #gform_submit_button_1:focus,
.assess-form .gform_wrapper .gform_footer #gform_submit_button_1:active {
    background-color: #49a0f1;
    color: #fff;
}
#wrapper .gform_wrapper .gravity-select-parent select {
    height: 40px;
    font-size: 16px;
    color: #20303f;
}
.assess-form .gravity-select-parent .select-arrow {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
    color: #000;
}
table.gsurvey-likert > tbody > tr:first-child td {
    background-color: #fff;
    height: 40px;
    font-weight: 700;
    line-height: 1.1;
    padding: 5px 3px;
}
table.gsurvey-likert td.gsurvey-likert-row-label {
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    padding: 10px 3px;
}
table.gsurvey-likert td.gsurvey-likert-choice label {
    display: none;
}
.assess-form .gform_wrapper .gform_footer.left_label {
    margin-left: 30.4%;
}

.page-template-civilityreport.layout-wide-mode #main,
.page-id-25 #main,
.error404 #main {
    background-color: #e8eff7;
}
.page-template-civilityreport #main h3,
.page-id-25 #main h3 {
    background-color: #e8eff7 !important;
}
#post-404page > .post-content {
    padding: 100px 0 120px;
}
#post-404page > .post-content > .fusion-title {
    justify-content: center;
}
#post-404page > .post-content > .fusion-title .title-sep-container {
    display: none;
}
#post-404page .error-page-return {
    text-align: center;
}
#post-404page .error-page-return a {
    color: #49a0f1;
}
#post-404page .error-page-return a:hover {
    text-decoration: underline;
}
#post-404page .error-return-button {
    background-color: #20303f;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
}
#post-404page .error-return-button:hover {
    background-color: #49a0f1;
}

@media screen and (min-height: 1100px) {
    #books-slider,
    #image-counter-slide > .fusion-row {
        min-height: 900px;
    }
}
@media screen and (max-width: 1600px) {
    #books-slider {
        padding: 40px 30px 60px !important;
        display: flex;
        align-items: center;
    }
    #books-slider img {
        width: 380px;
    }
    #books-slider-nav {
        bottom: 40px;
    }
}
@media screen and (max-width: 1599px) {
    #image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    /*#image-counter-slide h1 {
        font-size: 3.4vw;
    }*/
    #image-counter-slide .fusion-button.button-xlarge {
        min-width: 180px;
    }
    #image-counter-slide .fusion-text {
        line-height: 1.25;
    }
    #counter-slide .content-box-counter {
        line-height: 1.05 !important;
        margin-top: -10px;
    }
    #testimonials-wrapper,
    #testimonials-section .fusion-column-wrapper,
    #home-customers,
    #home-portfolio-wrapper,
    #home-about-section {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    #portfolio-posts .fusion-portfolio-wrapper .fusion-portfolio-post {
        width: calc((100% - 140px) / 3);
        margin-bottom: 70px;
    }
    #portfolio-posts article .fusion-portfolio-content-wrapper .fusion-portfolio-content {
        padding: 25px 30px 30px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) and (max-height: 799px) {
    #books-slider img {
        width: 345px;
    }
}
/* HOMEPAGE */
#counter-slide .counter-box-content::first-line {
	font-weight: 600;
}
/* FOOTER */
#menu-widget-2 > .fusion-widget-menu li:last-child {
	margin-right: 0;
}
#menu-widget-2 > .fusion-widget-menu li {
	margin-right: 30px;
}
footer #menu-widget-2 ul li a {
	font-size: 16px;
}
footer .widget .fusion-social-networks .fusion-social-network-icon {
	font-size: 23px !important;
	margin: 0 10px 15px;
}
footer #menu-widget-2 {
	margin-bottom: 20px;
}
#social_links-widget-2 {
	margin-bottom: 24px;
}
.fusion-footer-widget-column.widget_text {
	font-size: 14px;
}
footer #media_image-2 img {
	height: 22px !important;
}
footer #media_image-2 {
	margin-bottom: 30px;
}
/* CHRISTINE PORATH */
#home-about-section #home-about-info:not(.home-about-title) {
	float: left;
	display: block;
	width: 45% !important;
}
@media screen and (min-width: 1441px) {
    .fusion-header,
    .fusion-header-sticky-height {
        height: 100px !important;
    }
}
@media screen and (max-width: 1440px) {
	/* NAVIGATION */
	.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons {
		transform: translateX(420%);
	}
	/* HEADER */
	/*.fusion-header-v6-content {
		height: 90px;
	}*/
	.fusion-header-wrapper .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
		width: 49px;
		height: 19px;
	}
	.fusion-header-wrapper .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
		height: 3px;
	}
	.fusion-header-wrapper .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
		width: 24px;
	}
	.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
		width: 89px;
	}
    header .fusion-header .fusion-logo {
        margin-top: 35px;
        margin-bottom: 34px;
    }
	.fusion-logo a img {
		height: 21px;
	}
	.fusion-logo {
		width: 185px;
	}
    .fusion-header,
    .fusion-header-sticky-height {
        height: 90px !important;
    }
	/* NAVIGATION */
	.fusion-header .fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
		font-size: 23px;
	}
	.fusion-header-has-flyout-menu .fusion-flyout-menu > ul.fusion-menu > li {
		padding: 12px 0;
	}
	/* image-counter-slide */
	#image-counter-slide > .fusion-row,
    #books-slider {
		min-height: calc(100vh - 90px);
	}
	#image-counter-slide .fusion-button {
		min-width: 145px;
		font-size: 16px !important;
		line-height: 9px !important;
	}
	#image-counter-slide .fusion-column-wrapper .fusion-alignleft {
		margin-right: 35px;
	}
	#image-counter-slide h1 {
	    font-size: 2.9vw;
	}
	#image-counter-slide .fusion-title.title.fusion-title-1.fusion-sep-none.fusion-title-size-one {
		margin-bottom: 46px !important;
	}
	#image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
		padding-left: 13% !important;
		padding-right: 13% !important;
	}
	#image-counter-slide .fusion-layout-column.fusion-column-last .title-heading-left {
	    font-size: 0.7em !important;
	}
	#image-counter-slide .fusion-text {
		font-size: 24px;
		line-height: 1.25;
	}
	#image-counter-slide h3 {
		font-size: 0.73em !important;
		margin-top: 4px !important;
	}
	#image-counter-slide .fusion-body .fusion-content-sep.sep-solid, .fusion-body .fusion-separator.sep-solid {
		margin-bottom: 33px !important;
		border-top-width: 2px !important;
	}
	#counter-slide .content-box-counter {
		font-size: 48px !important;
	}
	#counter-slide .counter-box-content {
		font-size: 13px !important;
		word-spacing: 100vw;
	}
	/* CHRISTINE PORATH */
	#home-about-section #home-about-info h3 {
    	font-size: 24px;
	}
	#home-about-section #home-about-info:not(.home-about-title) {
    	float: left;
    	display: block;
		width: 45% !important;
	}
	#home-about-info > .fusion-column-wrapper > .fusion-text {
		font-size: 16px;
		margin-bottom: 45px;
		letter-spacing: 0.01em;
	}
	#home-about-section {
		padding-left: 7.5% !important;
		padding-right: 7.5% !important;
	}
	#home-about-section .fusion-button {
		font-size: 16px !important;
		line-height: 9px !important;
	}
	#home-about-info ul li:after {
		margin: 0 8px;
	}
	#home-about-section .fusion-text li {
		font-size: 16px;
	}
	#home-about-info .fusion-social-links .fusion-social-networks a {
		font-size: 25px;
	}
	#home-about-info {
		margin-bottom: 5px !important;
	}
	/* CUSTOMERS */
	#home-customers {
		padding-top: 7% !important;
	}
	#home-customers .fusion-text ul li {
		font-size: 16px;
	}
	#home-customers  h4 .h-above {
		font-size: 17px;
		margin-bottom: 4px;
	}
	#home-customers .fusion-column-wrapper .title-heading-center {
		font-size: 24px;
	}
	#home-customers .fusion-title {
		margin-bottom: 3.5% !important;
	}
	/* PUBLICATIONS */
	#portfolio-posts article .fusion-portfolio-content-wrapper .fusion-portfolio-content {
		padding: 32px 37px 37px;
	}
	#wrapper #main #portfolio-posts .fusion-post-content .portfolio-src {
		font-size: 18px;
	}
	.fusion-portfolio-content-wrapper .portfolio-author {
		font-size: 14px;
	}
	#home-portfolio-wrapper .fusion-title {
		margin-bottom: 5.3% !important;
	}
	#home-portfolio-wrapper .fusion-layout-column.fusion-column-last {
		margin-bottom: 25px !important;
	}
	/* SERVICES PAGE */
	/* EXPERTISE */
	#services-expertise .h-above {
		font-size: 16px;
	}
	#services-expertise .title-heading-center {
		font-size: 24px;
	}
	#services-expertise .fusion-text ul {
		font-size: 28px;
		max-width: 830px;
	}
	/* PROCESS */
	#services-process .content-box-heading {
		font-size: 26px !important;
		line-height: 31px !important;
	}
	#services-process .image img {
		width: 90px !important;
		height: 90px !important;
	}
	#services-process .content-container {
		font-size: 16px;
	}
	/* BOOKS PAGE */
	/* BOOKS SLIDER */
	#books-slider h2.title-heading-left {
		font-size: 0.8em !important;
	}
	#books-slider h3.title-heading-left {
		font-size: 0.8em !important;
	}
	#books-slider .fusion-text p:nth-child(1) {
		font-size: 18px;
	}
	/* TESTIMONIALS */
	#testimonials-wrapper .title-heading-center {
		font-size: 30px;
	}
	#testimonials-section .fusion-testimonials.clean blockquote q {
		font-size: 20px;
		margin-bottom: 11px;
		line-height: 1.25;
	}
	#testimonials-section .fusion-testimonials.clean .author {
		font-size: 20px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 1439px) {
    #counter-slide .fusion-counter-box {
        width: calc((100% - 30px) / 3);
    }
    #counter-slide .counter-box-content {
        line-height: 1.1;
    }
    #portfolio-posts .fusion-portfolio-wrapper .fusion-portfolio-post {
        width: calc((100% - 80px) / 3) !important;
        margin-bottom: 40px;
    }
    #wrapper #main #portfolio-posts h2 {
        font-size: 22px;
    }
    #wrapper #main #portfolio-posts .fusion-post-content .portfolio-author {
        font-size: 16px;
    }
    /*.fusion-footer .fusion-footer-widget-area {
        padding: 95px 30px 168px;
    }*/
    #books-slides .fusion-title + .fusion-text {
        margin-bottom: 20px;
    }
    #books-slides .fusion-button-wrapper {
        margin-top: 25px;
    }
    #books-slides .fusion-text {
        line-height: 1.45;
    }
    #books-slider {
        padding: 20px 30px 40px !important;
    }
    #books-slider img {
        width: 320px;
    }
    #books-slider-nav {
        bottom: 30px;
    }
    .assess-form-info-section {
        padding: 50px 0 25px !important;
    }
    .assess-form {
        padding: 0 0 50px !important;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 900px) {
    #books-slider img {
        width: 380px !important;
    }
    #books-slider-nav {
        bottom: 45px;
    }
}
@media screen and (max-width: 1365px) {
	#home-customers .fusion-text li {
		font-size: 18px;
	}
    #image-counter-slide .fusion-text {
        font-size: 26px;
    }
    #image-counter-slide .fusion-separator {
        margin: 28px 0 !important;
    }
    #image-counter-slide .fusion-text p {
        margin-bottom: 35px;
    }
    #counter-slide .content-box-counter {
        font-size: 48px !important;
    }
    #home-about-info > .fusion-column-wrapper > .fusion-text {
        font-size: 18px;
        margin-bottom: 35px;
    }
    #home-customers .fusion-text ul {
        column-count: 3;
    }
    #services-expertise {
        padding: 85px 30px !important;
    }
    #services-expertise .fusion-text ul {
		font-size: 27px;
    }
    #services-process {
        padding: 100px 30px 50px !important;
    }
    #services-process .fusion-title {
        margin-bottom: 60px !important;
    }
    #services-process .content-boxes-icon-on-top .col {
        padding: 0;
    }
    #services-process .content-box-heading {
        font-size: 26px !important;
    }
    #testimonials-wrapper {
        padding: 70px 6% !important;
    }
}
@media screen and (max-width: 1199px) {
    .fusion-header, .fusion-header-sticky-height {
        height: 70px !important;
    }
    header .fusion-header .fusion-logo {
        margin-top: 24px !important;
        margin-bottom: 25px !important;
    }
    #image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    #counter-slide .fusion-counter-box {
        width: calc((100% - 20px) / 3) !important;
    }
    #counter-slide .content-box-counter {
        font-size: 44px !important;
    }
    #counter-slide .counter-box-content {
        font-size: 14px !important;
    }
    #portfolio-posts article .fusion-portfolio-content-wrapper .fusion-portfolio-content {
        padding: 20px 25px 20px;
    }
    #wrapper #main #portfolio-posts h2 {
        line-height: 1.2;
        margin-bottom: 15px !important;
    }
    #wrapper #main #portfolio-posts .fusion-post-content .portfolio-src {
        font-size: 18px;
    }
    #services-process .content-container {
        line-height: 1.4;
    }
    #services-process .content-box-heading {
        font-size: 26px !important;
    }
    #books-slider,
    #image-counter-slide > .fusion-row {
        min-height: calc(100vh - 70px);
    }
    #books-slides .fusion-title h2 {
        font-size: 0.7em !important;
    }
    #books-slides .fusion-title h3 {
        font-size: 0.65em !important;
    }
    #books-slides .fusion-text {
        font-size: 19px;
    }
    #testimonials-section .fusion-testimonials .review {
        margin-bottom: 35px;
    }
    #testimonials-section .fusion-testimonials.clean blockquote q {
		font-size: 20px;
		margin-bottom: 8px;
		line-height: 1.25;
    }
    #testimonials-section .fusion-testimonials.clean .author {
        line-height: 1.2;
        font-size: 22px;
    }
    #fixed-table-header {
        top: 0 !important;
    }
}
@media screen and (max-width: 1024px) and (min-height: 1100px) {
    #books-slider {
        min-height: 1000px !important;
    }
    #books-slider img {
        width: 320px !important;
    }
}
@media screen and (max-width: 1023px) {
    #image-counter-slide h1 {
        font-size: 34px;
    }
    #image-counter-slide > .fusion-row {
        flex-wrap: wrap;
    }
    #image-counter-slide > .fusion-row > .fusion-layout-column {
        width: 100% !important;
    }
    #image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
        padding: 50px !important;
        min-height: 600px;
    }
    #counter-slide .fusion-counter-box {
        width: calc((100% - 40px) / 3) !important;
        max-width: 230px;
    }
    #counter-slide .content-box-counter {
        font-size: 64px !important;
    }
    #counter-slide .counter-box-content {
        font-size: 18px !important;
    }
    #home-portfolio-wrapper,
    #home-customers,
    #home-about-section {
        padding: 50px !important;
    }
    #portfolio-posts .fusion-portfolio-wrapper .fusion-portfolio-post {
        width: calc(50% - 20px) !important;
        margin-bottom: 40px;
    }
    #services-expertise .fusion-text ul {
		font-size: 23px;
		max-width: 660px;
    }
    #books-slides .fusion-title h2 {
        font-size: 0.65em !important;
        line-height: 1;
    }
    #books-slides .fusion-title h3 {
        font-size: 0.6em !important;
    }
    #books-slider img {
        width: 250px;
    }
    table.gsurvey-likert > tbody > tr:first-child td,
    #fixed-table-header div {
        font-size: 14px;
    }
    .assess-form-info-section {
        font-size: 18px;
    }
	#home-customers .fusion-text ul {
		max-width: 100%;
    }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    #image-counter-slide > .fusion-row > .fusion-layout-column:nth-child(2) .fusion-title {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 800px) {
    #home-about-info.home-about-title .fusion-layout-column:first-child {
        margin-right: auto !important;
    }
    #home-customers .fusion-text ul {
        column-count: 2;
    }
    #services-process .heading-with-icon .image {
        min-height: 0;
    }
	#home-about-section #home-about-info:not(.home-about-title) {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
    #image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
        padding: 40px 30px !important;
        min-height: 500px;
    }
    #image-counter-slide > .fusion-row > .fusion-layout-column:nth-child(2) > .fusion-column-wrapper {
        min-height: 0;
    }
    #image-counter-slide h1 {
        font-size: 30px;
    }
    header .fusion-header .fusion-logo {
        margin: 20px 30px 20px 0;
        width: auto;
    }
    .fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
        width: auto;
        margin-left: 17px !important;
    }
    .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons {
		transform: translateX(760%);
    }
    .fusion-main-menu.fusion-flyout-menu > ul > li > a {
        font-size: 22px;
    }
    .fusion-header-has-flyout-menu .fusion-main-menu.fusion-flyout-menu > ul.fusion-menu > li {
        padding: 12px 0;
    }
    #home-portfolio-wrapper,
    #home-customers,
    #home-about-section {
        padding: 50px 30px !important;
    }
    #home-about-info.home-about-title .fusion-layout-column:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }
    #portfolio-posts .fusion-portfolio-wrapper .fusion-portfolio-post {
        width: calc(50% - 15px) !important;
        margin-bottom: 30px;
    }
    .fusion-footer .fusion-footer-widget-area {
        padding: 60px 20px 30px;
    }
    footer #media_image-2 {
        margin-bottom: 30px;
    }
    footer #menu-widget-2 {
        margin-bottom: 20px;
    }
    #menu-widget-2 > .fusion-widget-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #menu-widget-2 > .fusion-widget-menu li {
        margin-right: 0;
        margin-bottom: 7px;
    }
    #social_links-widget-2 {
        margin-bottom: 15px;
    }
    #services-expertise .fusion-text ul {
        font-size: 23px;
        max-width: 450px;
    }
    #services-expertise .fusion-text ul li:nth-child(5) {
        min-width: 140px;
        text-align: right;
    }
    #services-expertise .fusion-text ul li:nth-child(6) {
        min-width: 167px;
        text-align: left;
    }
    #services-expertise .fusion-text ul li:before,
    #services-expertise .fusion-text ul li:nth-child(3n+1):before {
        content: "\2022";
        margin: 0 10px;
    }
    #services-expertise .fusion-text ul li:nth-child(odd):before {
        content: "";
        margin: 0;
    }
    #books-slider {
        padding: 20px 30px 60px !important;
    }
    #books-slider-nav {
        bottom: auto;
        top: 105px;
        left: 0;
        transform: translateX(25px) rotate(90deg);
        transform-origin: top left;
        z-index: 1000;
    }
    #books-slider-nav .books-slide-nav-item {
        width: 75px;
        height: 7px;
    }
    #testimonials-wrapper {
        padding: 70px 0 !important;
    }
    #testimonials-section .fusion-column-wrapper {
        padding: 40px 20px !important;
    }
    .assess-form-info-section {
        padding: 40px 0 0 !important;
    }
    #fixed-table-header {
        display: none !important;
    }
    .assess-form #input_1_1 tr:first-child {
        display: none;
    }
    .assess-form .ginput_container * {
        display: block;
    }
    .assess-form .gsurvey-likert-row-label {
        width: 100%;
        border: 1px solid silver;
        border-radius: 0;
        background: #fff;
        padding: 10px !important;
    }
    table.gsurvey-likert td.gsurvey-likert-row-label {
        color: #20303f;
        border: 0 !important;
        margin-bottom: 5px;
        margin: 0 -30px 5px;
        width: calc(100% + 60px);
    }
    .assess-form table.gsurvey-likert {
        border-bottom: 0;
    }
    .assess-form #input_1_1 tr {
        display: flex;
        flex-direction: column;
        border: 0;
        margin-bottom: 10px;
    }
    .assess-form #input_1_1 tr td:nth-child(n+2) {
        border: 0;
        margin-bottom: 3px;
    }
    .assess-form table.gsurvey-likert td.gsurvey-likert-choice {
        background-position: 20px center;
        height: 28px;
    }
    .assess-form table.gsurvey-likert td.gsurvey-likert-choice label {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        padding-left: 40px;
        display: block;
        color: #fff;
    }
    .assess-form table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover,
    .assess-form table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
        background-color: #49a0f1 !important;
    }
    .assess-form table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
        background-position: 20px center;
        background-color: #49a0f1 !important;
    }
}
@media screen and (max-width: 640px) {
    .assess-form .gform_wrapper .gform_footer.left_label {
        margin: 15px auto 10px;
    }
}
@media screen and (max-width: 567px) {
    #image-counter-slide > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
        padding: 25px 20px 35px !important;
    }
    #image-counter-slide h1 {
        font-size: 26px;
        line-height: 1.1;
    }
    header .fusion-header .fusion-logo {
        margin-right: 20px;
    }
    .fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
        margin-left: 7px !important;
    }
    .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons {
        transform: translateX(100vw) translateX(-170px);
    }
    #image-counter-slide h3 {
        font-size: 27px !important;
    }
    #image-counter-slide .fusion-separator {
        margin: 23px 0 !important;
    }
    #image-counter-slide .fusion-text {
        font-size: 21px;
    }
    #image-counter-slide .fusion-text p {
        margin-bottom: 15px;
    }
    #counter-slide {
        flex-direction: column;
        align-items: center;
    }
    #counter-slide .fusion-counter-box {
        width: 100% !important;
        max-width: 185px;
        margin-bottom: 10px;
    }
    #home-portfolio-wrapper,
    #home-customers,
    #home-about-section {
        padding: 50px 20px !important;
    }
    #home-about-info .fusion-builder-row {
        flex-wrap: wrap;
    }
    #home-about-info.home-about-title .fusion-layout-column:last-child {
        position: static;
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    #home-about-info.home-about-title .fusion-layout-column:last-child .aligncenter {
        text-align: left;
    }
    #home-customers .fusion-text ul {
        column-count: 1;
    }
    #portfolio-posts .fusion-portfolio-wrapper .fusion-portfolio-post {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #services-process {
        padding: 80px 30px 40px !important;
    }
    #books-slider {
        padding: 20px 20px 60px !important;
    }
    body.page-id-696 #main {
        padding-left: 20px;
        padding-right: 20px;
    }
    table.gsurvey-likert td.gsurvey-likert-row-label {
        margin: 0 -20px 5px;
        width: calc(100% + 40px);
    }
}
@media screen and (max-width: 479px) {
    #image-counter-slide > .fusion-row > .fusion-layout-column:nth-child(1) > .fusion-column-wrapper {
        min-height: calc(100vh - 100px);
    }
    #image-counter-slide .fusion-button-wrapper.fusion-alignleft {
        width: calc(50% - 8px);
		margin-right: 15px;
    }
    #image-counter-slide .fusion-button.button-xlarge {
        min-width: 0;
        width: 100%;
        padding: 10px;
    }
    #home-about-info h3 {
        font-size: 29px;
    }
    #home-about-info .fusion-social-links .fusion-social-networks a {
        font-size: 26px;
    }
    #home-about-info ul li {
        font-size: 18px;
    }
    #services-expertise {
        padding: 85px 20px 65px !important;
    }
    #services-expertise .fusion-text ul li {
        width: 100%;
        margin-bottom: 5px;
        text-align: center !important;
    }
    #services-expertise .fusion-text ul li:before,
    #services-expertise .fusion-text ul li:after {
        content: "" !important;
        margin: 0 !important;
    }
    #books-slider img {
        width: 230px;
    }
    #books-slides .fusion-title h2 {
        font-size: 26px !important;
    }
    #books-slides .fusion-title h3 {
        font-size: 23px !important;
    }
    #books-slides .fusion-text {
        font-size: 18px;
        line-height: 1.4;
    }
    #books-slides .fusion-title + .fusion-text {
        line-height: 1.2;
    }
    #books-slides .fusion-layout-column .fusion-imageframe {
        min-height: 335px;
    }
    #testimonials-section .fusion-testimonials.clean blockquote q {
        font-size: 19px;
        margin-bottom: 5px;
		line-height: 1.3;
    }
    #testimonials-section .fusion-testimonials.clean .author {
        font-size: 20px;
    }
}
@media screen and (max-width: 360px) {
    #books-slides .fusion-title h2 {
        font-size: 25px !important;
    }
}
