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

#wrapper .fusion-button-round, .fusion-body .fusion-button-round, #wrapper .button-round {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}


#wrapper .slide-button, #wrapper .slide-button-long{
    box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
    padding: 21px 20px 20px;
    line-height: 15px;
    font-size: 15px;
    width: 185px;
}
#wrapper .slide-button-long {
    padding: 20px 50px;
}

.tfs-slider .slide-content-container .fusion-title-size-two h2{
    margin-top: 300px;
}



@media (min-width: 801px) {
    .fusion-header .fusion-row{
        background-color: #162633;
        margin-top: 80px;
    }
    .fusion-is-sticky .fusion-header .fusion-row{
        background-color: transparent;
        margin-top: 0px;
    }
    .fusion-main-menu > .fusion-menu > li:first-child > a {
        padding-left: 0px;
    }
    .fusion-main-menu > .fusion-menu > li:last-child > a {
        padding-right: 0px;
    }
    .fusion-main-menu > .fusion-menu > li > a {
        padding: 0px 4px;
    }

    .fusion-main-menu .fusion-menu > li.in > a span {
        display: none;
    }
    .fusion-main-menu .fusion-menu > li.in > a:before {
        content: "in";
        font-size: 24px;
        color: #fff;
    }

    .fusion-main-menu .fusion-menu > li.link > a span {
        display: none;
    }
    .fusion-main-menu .fusion-menu > li.link > a:before {
        content: " ";
        background-image: url("img/1.png");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 10px;
    }

    .fusion-main-menu, .fusion-main-menu li{
        position: static;
    }
    .fusion-main-menu, .fusion-main-menu .fusion-dropdown-menu{
        overflow: visible;
    }
    .fusion-main-menu .sub-menu {
        border-top: 0px !important;
        width: 100% !important;
        position: absolute;
        padding-bottom: 15px;
        text-align: center;

        /*opacity: 1;*/
        /*visibility: visible;*/
    }
    .fusion-main-menu > ul > li > ul.sub-menu > li.current_page_item > a {
        background-color: transparent;
    }
    .fusion-main-menu .fusion-caret i {
        display: none;
    }

    .fusion-main-menu .fusion-caret {
        border-style: solid;
        border-color: transparent;
        border-bottom-color: #ffeb3b;
        border-width: 0px 15px 15px 15px;
        margin: -15px auto 0px;
        height: 0;
        width: 0;
        display: block;
        opacity: 0;
    }
    .fusion-main-menu li:hover .fusion-caret {
        opacity: 1;
        transition: opacity 0.2s ease-in;
    }
    .fusion-main-menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li > .sub-menu > li:first-child {
        padding-top: 10px;
    }
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li {
        float: left;
        position: relative;
        width: 33.3333%;
        margin: 15px 0px 0px;
    }
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li > a{
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu {
        background-color: #ffeb3b;
        padding-bottom: 0px;
    }
    .fusion-main-menu .sub-menu ul {
        left: 0px !important;
        top: auto !important;
    }

    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li > a,
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li > .sub-menu > li {
        border-right: 3px solid #000;
    }
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li > a:hover,
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li.current-menu-parent > a {
        background-color: transparent;
    }
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li:last-child > a,
    .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > li:last-child > .sub-menu > li {
        border-right: 0px;
    }
    .fusion-header-wrapper .fusion-row{
        max-width: 900px !important;
    }

    #copyright{
        position: absolute;
        margin-top: -141px;
        left: 0px;
        margin-bottom: 0px;
        width: 33%;
    }

    .fusion-footer .fusion-row {
        position: relative;
    }
    .fusion-footer .fusion-column-last{
        position: static;
    }
}

#copyright{
    margin-bottom: 50px;
}
#copyright img {
    padding: 10px 10px 5px 0px;
    height: 65px;
}
#copyright img:last-child {
    padding-right: 0px;
}

.fusion-widget-area .widget_nav_menu li {
    padding: 5px 10px 5px 0px;
}
.fusion-footer-widget-area .widget_nav_menu li a:before {
    display: none;
}
/*.fusion-footer .fusion-column:nth-child(-n+2) {*/
    /*width: 18%;*/
/*}*/
.fusion-footer .fusion-column:nth-child(1) {
    width: 17%;
}
.fusion-footer .fusion-column:nth-child(2) {
    width: 16%;
}
.fusion-footer .fusion-column:nth-child(3) {
    width: 27%;
}
.fusion-footer .fusion-column:nth-child(4) {
    width: 40%;
}
.subscribe .fusion-row {
    max-width: 1100px;
}

.subscribe {
    background-color: #FFF200;
    padding: 0px 30px;
}

.subscribe .fusion-column:nth-child(1){
    width: 36%;
}
.subscribe .fusion-column:nth-child(2){
    width: 24%;
}
.subscribe .fusion-column:nth-child(3){
    width: 24%;
}
.subscribe .fusion-column:nth-child(4){
    width: 16%;
}

.subscribe #sml_subscribe_widget > h3 {
    display: none;
}
.subscribe .caption{
    font-size: 22px;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: normal;
    color: #000;
    margin: 26px 0px;
    letter-spacing: 2px;
}
.subscribe p {
    margin: 20px 0px;
}
.subscribe input[type=text] {
    height: 45px;
}
.subscribe p.sml_submit {
    text-align: right;
    margin: 15px 0px;
}
.subscribe input[type=submit] {
    padding: 17px 20px;
    background-color: transparent;
    border-color: #000;
}

.comment-input input, #comment-input input {
    width: 100%;
    margin-bottom: 13px;
}

#comment-input .wpcf7-not-valid,
.comment-input .wpcf7-not-valid,
#comment-input .error,
.comment-input .error {
    background-color: #ffe8e8 !important;
}

#comment-input .wpcf7-not-valid-tip,
.comment-input .wpcf7-not-valid-tip {
    display: none;
}

.comment-textarea textarea{
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
    height: 125px;
    border: 1px solid #d2d2d2;
}

.comment-submit-container input[type=submit]{
    padding: 5px 30px !important;
    line-height: 20px !important;
    float: right !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    font-weight: bold !important;
}

#comment-submit-container input[type=submit], #comment-submit-container input[type=submit]:hover {
    float: right;
    margin: 29px 0px 0px 20px;
}
/*#comment-submit-legend {*/
    /*float: left;*/
/*}*/
/*#comment-submit-buttons {*/
    /*float: right;*/
/*}*/
/*#comment-recaptcha {*/
    /*float: left;*/
    /*margin: 0px;*/
/*}*/
.fusion-footer, .fusion-footer .menu a{
    font-size: 12px;
    color: #FFF !important;
}
.fusion-footer .menu a:hover{
    color: #BFBFBF !important;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

.image-wrapper p {
    margin-bottom: 0px;
}

.colored-full-width {
    margin-left: -30px;
    margin-right: -30px;
}
.fusion-page-title-captions, .fusion-page-title-secondary {
    width: 100%;
    display: block;
    text-align: left;
}
.fusion-page-title-captions h1 {
    margin-top: 50px;
}


ul.my-side-nav {
    margin-left: -30px;
    list-style-type: none;
    font-size: 12px;
    background-color: #F3F3F4;
    padding: 10px 0px;
}
ul.my-side-nav ul {
    list-style-type: none;
    padding: 0px;
}

ul.my-side-nav a {
    padding: 0px 5px;
    display: block;
    color: #333333;
}

.fusion-page-title-bar .fusion-breadcrumbs a {
    color: #1b5477 !important;
}

ul.my-side-nav > li > ul > li > ul li > a:before {
    content: "\003E";
    margin-right: 5px;
}

ul.my-side-nav > li > a {
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0px;
}

ul.my-side-nav > li > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
    display: block;
}

ul.my-side-nav > li > ul > li > ul li a {
    padding: 0px 5px;
}

ul.my-side-nav > li {
    padding-left: 30px;
    margin-top: 15px;
}

ul.my-side-nav > li:nth-child(1) {
    border-left: 15px solid #FFF200;
}
ul.my-side-nav > li:nth-child(2) {
    border-left: 15px solid #2a548c;
}
ul.my-side-nav > li:nth-child(3) {
    border-left: 15px solid #808080;
}

ul.my-side-nav .current_page_item > a, ul.my-side-nav a:hover {
    background-color: rgba(0,0,0,0.07);
}

ul.my-side-nav > li > ul.children {
    display: none;
    overflow: hidden;
}

.tfs-slider .slide-content-container {
    height: 100%;
}

.slide-content-container:before {
    content: " ";
    position: absolute;
    right: 3%;
    bottom: 5%;
    width: 15%;
    height: 35%;
    background-image: url("img/trast.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.fusion-body .fusion-button-xlarge, .button-xlarge, .button.xlarge {
    padding: 20px 20px;
    line-height: 15px;
    font-size: 15px;
}

.sep-quote {
    font-size: 36px;
}

.content-frm .content-box-column-1 {
    padding: 30px;
    /*border: 2px solid #000;*/
    margin-left: 15px;
    margin-right: 15px;
    width: 80%;
    background-color: #1b5477;
}
.content-frm .comment-submit-container, .content-frm .heading .content-box-heading {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .content-frm .content-box-column-1 {
        width: auto;
    }
    #nav_menu-3 .widget-title{
        display: none;
    }
    .tfs-slider .slide-content-container .fusion-title-size-two h2{
        margin-top: 50px;
    }
}
.colored-full-width .comment-submit-container {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    #wrapper .slide-button, #wrapper .slide-button-long {
        padding: 17px 15px 15px;
        line-height: 12px;
        font-size: 12px;
        width: 160px;
        border-radius: 8px;
    }
}


@media only screen and (max-width: 500px) {
    #wrapper .buttons > div {
        display: block;
        margin: 0px 0px 15px 0px;
    }
    #wrapper .slide-button, #wrapper .slide-button-long {
        padding: 12px 10px 10px;
        line-height: 11px;
        font-size: 11px;
        width: 150px;
        border-radius: 6px;
    }
}


#fusion-gmap-container {
    margin-bottom: 30px;
}

#comment-textarea textarea {
    height: 220px;
}
.fusion-footer-widget-column{
    margin-bottom: 30px;
}
#sliders-container {
    min-height: 150px;
}
#alert_message{
    padding-top: 100px;
    margin-top: -100px;
}

body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a{
    color: #333333;
}
