/*
* Add child theme CSS Rules
*/

@media all {
    .wpb_row.vc_row-fluid {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0;
        position: relative;
    }
}

@media all {
    .dark .header-con {
        background: #381529
    }
}


.main-nav .current-menu-item > a, .dark .main-nav .current-menu-item > a {
	color:#e31f33;
}


@media all {
    .button, input[type="submit"] {
        border: 0px !important;
        background: #e31f33 !important;
        color: #fff !important;
        font-family: "Raleway", Arial, sans-serif !important;
        text-transform: uppercase;
        border-radius: 0px !important;
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        padding: 0 20px;
        font-size: 14px;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        display: inline-block;
    }
}


.wpcf7-text {
max-width:100%;
}


@media all {
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
        margin-bottom: 0px !important;
    }
}



@media all {
    h1, h2, h3 {
        word-wrap: normal !important;
    }
}

@media only screen and (max-width: 640px) { h1 {font-size:25pt !important; line-height:1 !important; font-weight:700 !important;} .title a {font-size: 16px;} }


@media all {
    .pix-menu-trigger span::after {
        width: 100% !important;
    }
}

@media all {
    .pix-menu-trigger span::before {
        width: 100%;
    }
}

@media all {
    .pix-menu-trigger {
        width: 10px !important;
    }
}

@media all {
    .dark .menu-light .pix-menu-trigger span, .dark .menu-light .pix-menu-trigger span::before, .dark .menu-light .pix-menu-trigger span::after {
        background-color: #fff;
    }
}

@media all {
   @media only screen and (max-width: 900px) {
        #logo {
            text-align: left;
            display: inline-block;
            line-height: 80px;
			margin-top: 25px;
			margin-bottom: 15px;
        }
    }
}