/*
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
*/

.fusion-dropdown-submenu:hover a {
    color: #fff !important;
}

.fusion-header-wrapper .fusion-row {
    max-width: 1488px !important;
}

.fusion-logo img {
	max-width: 208px;
    display: block;
}

.fusion-blog-layout-grid .fusion-post-wrapper:not(.fusion-masonary-is-transparent) {
    border: none;
}

/*
.fusion-logo {
    width: 300px; 
}

.fusion-main-menu {
	width: calc(100% - 300px);
}

.fusion-main-menu > .fusion-menu {
    text-align: center;
}

.fusion-main-menu > .fusion-menu > li {
	float: none;
    display: inline-block;
    vertical-align: middle;
}
*/

.fusion-main-menu > .fusion-menu > li:nth-child(4) {
    margin-right: 55px;
}

.fusion-main-menu > .fusion-menu li {
	text-align: left;
}

.fusion-main-menu > ul > li > a[title="Log In"] {
	border: 1px solid #fff;
    display: inline-block;
    height: auto;
    border-radius: 22px;
    margin: 20px 0px 20px 20px;
    padding: 13px 32px;
}

.fusion-main-menu > ul > li > a[title="Free Trial"] {
    border: 1px solid #fff;
    background-color: #fff;
    display: inline-block;
    height: auto;
    border-radius: 22px;
    margin: 20px 0;
    padding: 13px 32px;
	color: #2d92fb !important;
}

.fusion-main-menu .sub-menu .current_page_item > a {
    color: #fff !important;
}

.fusion-main-menu > ul > li.menu-item-has-children:before {
    font-family: Font Awesome\ 5 Pro;
	content: "\f107";
    font-weight: 300;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 20px;
    color: #fff;
    right: 47px;
}

.fusion-main-menu > ul > li .fusion-megamenu-icon {
    font-size: 12px;
    padding-right: 4px;
}

.fusion-main-menu > ul > li .fa-phone.fas {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
}

.fusion-main-menu > ul > li:nth-child(n+5) {
    padding-right: 10px !important;
}

.fusion-main-menu > ul > li:last-child {
	padding-right: 0 !important;
}

.fusion-main-menu .sub-menu {
	top: 75px;
}

.fusion-dropdown-menu .sub-menu {
    -moz-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.fusion-dropdown-menu .sub-menu:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    left: 10%;
    border-bottom: 10px solid white;
    content: '';
}

.fusion-footer .menu li {
    padding: 0;
    margin: 5px 0px 0px 0px;
}

.fusion-footer .menu li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
}

.fusion-footer .menu li a:before {
	display: none;
}

.fusion-footer-widget-area .widget-title {
    margin: 0 0 20px;
    text-transform: none;
}

.fusion-footer-add-widget-area {
    padding: 25px 0 !important;
}

.fusion-footer-add-widget-area * {
	font-size: 11px;
    color: #cdcdcd;
}

.fusion-footer-add-widget-area .fusion-columns .fusion-column:not(.fusion-column-last) {
    margin: 0 !important;
}

/* Newsletter */
.newsletter {
    background: #fff url('images/hero-splash.jpg') top center no-repeat;
    padding: 50px 30px 30px;
    background-size: cover;
    color: #fff;
}

.newsletter .title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px;
    margin-top: 20px;
}

.newsletter .desc {
    font-size: 18px;
    font-weight: 100;
}

.newsletter .fusion-row {
    max-width: 1200px;
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-2 .post.sticky {
    width: 100%;
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-2 .post.sticky .fusion-image-wrapper:before {
    content: "Featured";
    position: absolute;
    top: 20px;
    color: #fff;
    background: #da641f;
    padding: 5px 15px;
    font-size: 20px;
}

/* Sidebar */
#sidebar .widget_custom_html * {
    color: #fff;
}

#sidebar .widget_custom_html {
    padding: 20px;
    background: #2d92fb;
}

#sidebar .widget_search .searchform {
    border: 1px solid #2d92fb;
    border-radius: 50px;
    padding: 3px;
}

#sidebar .widget_search .search-button {
    border-radius: 50px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

#sidebar .widget_search .search-field {
    -ms-flex: 0 0 80px;
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}

#sidebar .widget_search .search-field input {
    border: none;
    height: auto;
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    border-radius: 50px;
}

#sidebar .widget_search .search-button input {
    background: #da641f;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    padding: 10px;
    font-size: 22px;
}

#sidebar .widget {
    border-bottom: 1px solid #f0f1f3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#sidebar .widget:last-child {
    border-bottom: none;
}

#sidebar .widget_categories li {
    border: none;
    padding: 0 0px 5px;
}

#sidebar .widget_categories li a {
    color: #2d92fb;
    font-weight: 500;
}

#sidebar .widget_categories li a:before,
#sidebar .widget .fusion-meta {
    display: none;
}

#sidebar .widget .post-holder a {
    margin-bottom: 0;
}

#sidebar .widget .widget-title,
#sidebar .fusion-tabs-nav li a {
    font-style: normal;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    font-size: 24px;
}
#sidebar .fusion-tabs-nav {
    margin-bottom: 0;
}

#sidebar .fusion-tabs-widget .tabs {
    border: none;
}

.fusion-tabs-widget .fusion-tabs-widget-content .image {
    width: 100px;
}
#sidebar .fusion-tabs-widget-content .post-holder a,
#sidebar .widget_categories li a {
    font-size: 18px
}
/* Trial Modal */
.trial-wrapper {
    background: #f0f1f3;
    text-align: center;
    padding: 50px 30px;
}
.trial-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0px;
    font-size: 24px !important;
}
.trial-desc {
    font-size: 18px;
}
.trial-title b {
    font-weight: normal;
    color: #2d92fb;
}
.trial-input-group{
    max-width: 500px;
    margin: auto;
}
.newsletter-input-group {
    max-width: 600px;
}
.trial-input-group, 
.newsletter-input-group {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    font-size: 24px;
    overflow: hidden;
}

.trial-input-group .trial-email,
.newsletter-input-group .newsletter-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    border: none;
    margin: 0;
    font-size: 18px;
    padding: 12px 0px 12px 10px;
    height: auto;
}

.trial-input-group .trial-submit,
.newsletter-input-group .newsletter-submit {
    flex: 0 0 120px;
    max-width: 120px;
    border-radius: 30px;
    border: none;
    color: #fff;
    background: #da641f;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
}

.trial-submit:focus,
.newsletter-submit:focus {
    outline: none;
}

.trial-modal input::-webkit-input-placeholder {
  color: #d0d0d0;
}

.trial-modal input::-ms-input-placeholder {
  color: #d0d0d0;
}

.trial-modal input::placeholder {
  color: #d0d0d0;
}

.trial-container {
    display: none;
}

.trialmodalcontent {
    color: #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 15px;
}
.trialmodalcontent * {
    box-sizing: border-box;
}
.trialmodalcontainer {
    display: none
}
.trialmodalcontent h2 {
    margin-top: 20px;
}
.trialmodalcontent input {
    font-size: 18px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    padding: 20px 20px 10px;
    border: none;
    background: 0;
}
.trial-field {
    position: relative;
    border: 1px solid #BEBEBE;
    background: #fff;
}
.trial-input {
    position: relative;
    z-index: 888;
}
.modalstorename {
    margin-right: 45px
}
.modalemail {
    margin-right: 27px
}
.modalfirstname {
    margin-right: 50px
}
.modallastname {
    margin-right: 52px
}
.modalphone {
    margin-right: 17px
}
.modalinputrow {
    margin-bottom: 20px;
    font-size: 18px
}
.modalinputrow p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #363636;
}
.modalinputrow label {
    display: inline;
}
#final-button a {
    background: #2d92fb;
    border-radius: 0;
    display: block;
    padding: 20px;
    transition: all 200ms ease-in 0s;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.modalinputrow:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

.modalinputrow h2 {
    line-height: 34.299px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
}

.trial-modal {
    color: #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 15px;
}

.trial-modal input {
    font-size: 18px !important;
    width: 100%;
    border-radius: 0 !important;
    margin: 0;
    height: auto !important;
    line-height: normal;
    padding: 15px 20px 15px !important;
    border: none;
    background: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999 !important; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: #999; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media screen and (max-width: 1200px) {
	.fusion-main-menu > ul > li {
	    padding-right: 30px !important;
	}

	.fusion-main-menu > .fusion-menu > li:nth-child(4) {
	    margin-right: 10px;
	}

	.fusion-main-menu > ul > li.menu-item-has-children:before {
		right: 18px;
	}
}


@media screen and (max-width: 1080px) {
	.fusion-main-menu > ul > li {
       	padding-right: 22px !important;
	}

	.fusion-main-menu > ul > li > a[title="Log In"] {
	    margin: 20px 0px 20px 0px;
	}

	.fusion-main-menu > ul > li.menu-item-has-children:before {
	    right: 10px;
	}
}

@media screen and (max-width: 992px) {
	.fusion-footer-add-widget-area .fusion-column.col-md-6 {
		width: 50% !important;
	}
}
@media screen and (max-width: 767px) {
	.fusion-footer-widget-area .fusion-column.col-md-3 {
		width: 50% !important;
		text-align: center;
        margin-bottom: 20px !important;
        float: left;
	}

	.fusion-footer-widget-area .fusion-column.col-md-3:nth-child(2n+1) {
	    clear: both;
	}

	.fusion-footer-add-widget-area .fusion-column.col-md-6 {
		width: 100% !important;
		text-align: center;
	} 

	.fusion-footer-add-widget-area .fusion-column.col-md-6 .menu {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.fusion-footer-widget-area .fusion-column.col-md-3 {
		width: 100% !important;
	}

	.fusion-footer-widget-area .fusion-column.col-md-3:nth-child(2n+1) {
	    clear: none;
	}
}

@media screen and (min-width: 767px) {
    .newsletter {
        padding: 100px 30px 60px; 
    }

    .newsletter .title {
        font-size: 32px !important;
    }

    .newsletter-input-group .newsletter-submit {
        flex: 0 0 180px;
        max-width: 180px;
    }

    .trial-input-group .trial-submit {
        flex: 0 0 150px;
        max-width: 150px;
    }

    .newsletter-input-group .newsletter-email {
        -ms-flex: 0 0 calc(100% - 180px);
        flex: 0 0 calc(100% - 180px);
        max-width: calc(100% - 180px);
    }

    .trial-input-group .trial-email,
    .newsletter-input-group .newsletter-email {
        font-size: 20px;
        padding: 10px 0px 10px 20px;
    }

    .trial-input-group .trial-submit, 
    .newsletter-input-group .newsletter-submit {
        font-size: 20px;
    }

    .trial-input-group .trial-email {
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
}

@media screen and (min-width: 991px) {
    .trial-title {
        font-size: 38px !important;
    }

    .trial-desc {
        font-size: 24px;
    }

    .newsletter {
        padding: 150px 30px 80px; 
    }

    .newsletter .title {
        font-size: 55px !important;
    }

    .newsletter .desc {
        font-size: 24px;
    }

    .single .post h1.entry-title {
        font-size: 46px !important;
        font-weight: 600 !important;;
        line-height: 52px !important;;
    }
}