/*

Theme Name: Sandbox
Version: 1.5.6
Author: Peak Tech

*/


/**********************************************************************
****** GLOBAL
**********************************************************************/

body {
    background: url(images/footer_bg.jpg) repeat 0 0;
    color: #333;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 10px 0;
}

h1,
.h1 {
    font-size: 50px;
    color: #000;
    margin-top: 0;
}

h2,
.h2 {
    font-size: 34px;
    color: #E14E2D;
}

h3,
.h3 {
    font-size: 26px;
    color: #000;
}

h4,
.h4 {
    font-size: 22px;
    color: #666;
}

h5,
.h5 {
    font-size: 18px;
    color: #E14E2D;
}

h6,
.h6 {
    font-size: 16px;
    color: #666;
}

img {
    max-width: 100%;
    height: auto;
}

p,
ol,
ul {
    margin-bottom: 20px;
    line-height: 20px;
}

a {
    color: #E14E2D;
}

a:hover {
    color: #000;
}


/**********************************************************************
****** FONTS
**********************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

em {
    font-style: italic;
}


/**********************************************************************
****** COMMON
**********************************************************************/

#wrapper {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.container {
    max-width: 100%;
    padding: 0;
}

.courier {
    font-family: Courier New, serif;
}

.bold {
    font-weight: bold;
}

.blacktxt {
    color: #333;
}

.whitetxt {
    color: #fff;
}

.bluetxt {
    color: #1276bc;
}

.bluetxt:hover {
    color: #1276bc;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #428bca;
    opacity: 0.5;
}

.parallax-window {
    min-height: 450px;
    z-index: 20 !important;
    box-shadow: inset 0 0 30px #444;
    position: relative;
}

.parallax-mirror {
    z-index: 0 !important;
}


.home #content_bg_wrap {
    background: #FFFs;
}



/**********************************************************************
****** HEADER
**********************************************************************/

#header_wrap {
    background: #FFF;
    max-width: 100%;
    width: 100%;
}

#header_phone {
    text-align: right;
    margin-right: 18px;
}

#header {
    position: relative;
    margin: 30px 0;
    padding: 0 20px;
}

#header #top_menu {
    float: right;
    margin-top: 1em;
}

#header #top_menu ul {
    list-style: none;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0;
}

#header #top_menu ul li {
    display: block;
    margin: 0;
    padding: 3px 16px;
    position: relative;
    float: left;
}

#header #top_menu ul li a {
    font-family: Courier New, serif;
    color: #428bca;
    font-weight: bold;
    display: block;
    font-size: 24px;
}

#header #top_menu ul li a:hover {
    color: #115686;
    text-decoration: none;
}

#logo {
    display: block;
    margin-left: 10px;
}


/**********************************************************************
****** MENU
**********************************************************************/

#menu_wrap {
    background: #000;
    width: 100%;
}

#menu {
    margin: 0;
}

#menu .navbar-toggle {
    background: #E14E2D;
    border-color: #000;
    outline: none;
}

#menu .navbar-collapse {
    border-color: transparent;
    padding: 0;
    box-shadow: none;
    max-height: 650px;
}

#menu-main {
    margin: 0;
    padding: 0;
    clear: left;
    float: left;
    position: relative;
    left: 50%;
}

#menu-main > li {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    right: 50%;
}

#menu-main > li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}

#menu .navbar {
    background: transparent;
    border: none;
    border-radius: 0;
    filter: none;
    margin-bottom: 0;
}

#menu .navbar a {
    background: transparent;
    color: #FFF;
    filter: none;
    text-shadow: none;
}

#menu .navbar a:hover {
    background: transparent;
    color: #E14E2D;
}

#menu .active a,
#menu .open a,
#menu .current_page_ancestor > a {
    background: transparent;
    color: #E14E2D;
}

#menu .dropdown-menu {
    background: #000;
    border: none;
    border-radius: 0;
    padding: 0;
}

#menu .dropdown-menu a {
    background: transparent;
    color: #FFF;
    padding-bottom: 8px;
    padding-top: 8px;
}

#menu .dropdown-menu .active a {
    background: transparent;
    color: #E14E2D;
}


/**********************************************************************
****** CONTENT
**********************************************************************/

#content h2 {
    position: relative;
    display: inline-block;
}

#blackchev {
    color: #000;
    position: absolute;
    top: -18px;
    right: -36px;
}

#content_bg_wrap {
    background: #FFF;
    overflow: hidden;
}

#content_wrap {
    margin: 80px auto;
}

#content_wrap p:last-child,
#content_wrap ol:last-child,
#content_wrap ul:last-child {
    margin-bottom: 0;
}

#content_wrap ul li,
#content_wrap ol li {
    margin-left: 30px;
    margin-bottom: 5px;
}

#content_wrap ul li {
    list-style: disc;
}

#content_wrap ol li {
    list-style-type: decimal;
}

#content_wrap .box {
    padding: 30px;
    background: #EEE;
    margin-bottom: 20px;
}

#content_wrap .box2 {
    padding: 30px;
    background: #333;
    margin-bottom: 20px;
    color: #FFF;
}

#different_wrap {
    padding-top: 60px;
    padding-bottom: 100px;
}

.different div {
    color: #fff;
}

.different ul {
    margin-left: 2em;
}

.different ul li {
    list-style: disc;
}

#different_bg_wrap {
    background: url(images/body_bg.jpg) scroll repeat 0 0;
}

/* Vendors */

#vendors_wrap .rowbreak {
    margin-bottom: 50px;
}

#vendors {
    margin: 70px 0;
}

#vendors_wrap .slick-prev, #vendors_wrap .slick-next {
    display: none !important;
}

#vendors_wrap .vendor_img {
    text-align: center;
    vertical-align: middle;
}

#vendors_wrap .vendor_img img {
    height: 100px;
    margin: 20px auto;
}

#contact_wrap {
    margin: 80px auto;
}

#contact_wrap label.gfield_label {
    display: none !important;
}
#contact_wrap .gform_wrapper {
    margin: 0 !important;
}

/**********************************************************************
****** SIDEBAR
**********************************************************************/

#sidebar {
    background: #EEE;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#sidebar ul {
    padding-left: 30px;
}

#side_widgets {
    list-style: none;
    margin: 0;
    padding: 0;
}

#side_widgets li {
    margin: 0;
    padding: 0;
}

#side_widgets li ul {
    list-style: disc;
}

#side_widgets li li {
    margin: 0;
    padding: 0;
}


/**********************************************************************
****** FOOTER
**********************************************************************/
#copyright {
    display: inline-block;
    margin: 0 auto;
}

#copyright p {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 12px;
}

.copyright_link {
    font-family: Courier New, serif;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    margin: 0 1em;
    padding-bottom: 20px;
}

#footer_bg_wrap {
    min-height: 14.375em;

}

#footer_wrap {
    position: relative;
    text-align: center;
}

#footer {
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer_menu {
    overflow: hidden;
}

#footer_menu ul {
    list-style: none;
    margin: 0 0 100px 0;
    padding: 30px 0;
    clear: left;
    position: relative;
    display: flex;
}

#footer_menu ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
    flex-grow: 1;
}

#footer_menu ul li a {
    font-family: Courier New, serif;
    font-weight: bold;
    color: #FFF;
    font-size: 24px;
}

#footer_menu ul li a:hover {
    color: #1276bc;
    text-decoration: none;
}


/**********************************************************************
****** WORDPRESS DEFAULTS
**********************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #f0f0f0;
    border: 1px solid #ddd;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    border-radius: 4px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
    border-radius: 4px;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/**********************************************************************
****** GRAVITY FORMS BOOTSTRAP STYLES
**********************************************************************/

.gform_wrapper ul {
    padding-left: 0;
    list-style: none
}

.gform_wrapper li {
    margin-bottom: 15px
}

.gform_wrapper form {
    margin-bottom: 0
}

.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #b94a48
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
    color: #999
}

.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
    color: #999
}

.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
    color: #999
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
    color: #999
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
    cursor: not-allowed;
    background-color: #eee
}

textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
    height: auto
}

.ginput_container textarea {
    height: auto
}

.gform_button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #E14E2D;
    border: 1px solid transparent;
    border-color: #E14E2D;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.gform_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.gform_button:hover,
.gform_button:focus {
    color: #333;
    text-decoration: none
}

.gform_button:active,
.gform_button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
    color: #fff;
    background-color: #115686;
    border-color: #115686;
}

.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
    background-image: none
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
    background-color: #E14E2D;
    border-color: #E14E2D
}

.gform_wrapper .gfield_error .gfield_label {
    color: #b94a48
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
    border-color: #b94a48;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6)
}

.validation_error {
    padding: 15px;
    margin-bottom: 20px;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-color: #eed3d7;
    border-radius: 4px
}

.validation_error h4 {
    margin-top: 0;
    color: inherit
}

.validation_error .alert-link {
    font-weight: bold
}

.validation_error>p,
.validation_error>ul {
    margin-bottom: 0
}

.validation_error>p+p {
    margin-top: 5px
}

.validation_error hr {
    border-top-color: #e6c1c7
}

.validation_error .alert-link {
    color: #953b39
}

#gforms_confirmation_message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

#gforms_confirmation_message h4 {
    margin-top: 0;
    color: inherit
}

#gforms_confirmation_message .alert-link {
    font-weight: bold
}

#gforms_confirmation_message>p,
#gforms_confirmation_message>ul {
    margin-bottom: 0
}

#gforms_confirmation_message>p+p {
    margin-top: 5px
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .top_label textarea.textarea {
    width: 97.6% !important;
}

.gform_wrapper .top_label input.medium {
    width: 47.5%;
}

.gform_wrapper .top_label .gfield_error {
    width: 100%;
}

/**********************************************************************
****** EXTRA GFORM STUFF
**********************************************************************/

.gform_wrapper.two-column_wrapper ul.gform_fields {
	display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 50%;
}
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

li#field_1_7 {
    display: none !important;
}

.gform_wrapper li {
    margin-bottom: 15px !important;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
    border: 4px solid #1276bc !important;
    border-radius: 0px !important;
}

.gform_wrapper .gform_footer {
    padding: 0em 0 .625em !important;
    margin: 1em 1.4% 0 0 !important;
    text-align: right;
}

.gform_button {
    font-size: 22px !important;
    font-weight: bold !important;
    background-color: #1276bc;
    border: 1px solid transparent;
    border-color: #1276bc;
    border-radius: 0px;
    width: 49%;
}







/**********************************************************************
****** BOOTSTRAP CONTROL
**********************************************************************/


/* 5 column support */

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5th {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}


/**********************************************************************
****** RESPONSIVE
**********************************************************************/

@media (min-width: 993px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (max-width: 1200px) {
    #header #top_menu ul li {
        padding: 3px 8px;
    }
    #header #top_menu ul li a {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    #header div {
        text-align: center;
    }
    #header #top_menu {
        float: none;
    }
    #header #top_menu ul li {
        display: inline-block;
        float: none;
    }
    #logo {
        margin-bottom: 20px;
    }
    #menu {
        overflow: hidden;
    }
    #menu .navbar-collapse.collapse {
        display: none !important;
    }
    #menu .navbar-collapse.collapse.in {
        display: block !important;
    }
    #menu .navbar-toggle {
        display: block;
    }
    #menu .navbar-header {
        float: none;
    }
    #menu .navbar-nav {
        float: none !important;
        margin: 0;
    }
    #menu .navbar-nav > li {
        float: none;
    }
    #menu .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #menu-main {
        float: none;
        left: 0;
    }
    #menu-main > li {
        float: none;
        right: 0;
    }
    #menu .dropdown-menu {
        float: none;
        position: relative;
        width: 100%;
    }
    #menu .dropdown-menu > li > a {
        padding-bottom: 10px;
        padding-left: 40px;
        padding-top: 10px;
    }
    #content_wrap {
        margin: 20px auto;
    }
    #sidebar {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #content_wrap {
        margin: 30px 20px;
    }
    #different_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer_menu ul {
        float: none;
        left: 0;
        text-align: left;
    }
    #footer_menu ul li {
        float: none;
        padding: 0 5px;
        right: 0;
    }
    #footer_menu ul li a {
        font-size: 18px;
    }
    #contact_wrap {
        margin: 80px auto;
        padding: 0 15px;
    }
    #contact_wrap .col-md-4  {
        padding-top: 30px;
        text-align: center;
    }
    .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
        width: 100%;
    }
    #vendors_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}