

/* header */
.header_top {min-height: 44px;}
div.header_top div.container {background-image: url("/wp-content/uploads/2015/09/texture.png"); min-height: 44px;}
div.header_bottom {background-image: url("/wp-content/uploads/2015/07/footerbackground.jpg");}
.header-widget .textwidget {padding: 10px 0;}

.edgt_carousels_holder {max-height: 160px; overflow: hidden;}

@media only screen and (max-width: 1000px) {
div.header_bottom {margin-top: 20px;}
}

@media only screen and (max-width: 640px) {
.header-widget .textwidget {font-size: 14px;}
}

@media only screen and (max-width: 320px) {
.header-widget .textwidget {font-size: 12px;}
}

/* logo */
@media only screen and (min-width: 1001px) {
.stick_with_left_right_menu .logo_wrapper {overflow: visible; width: 235px !important;}
.edgt_logo {top: 83% !important;}
.edgt_logo a {height: 143px !important;}
}

/* menu */
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {color: #fff;}
nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {padding-left: 8px; color: #414a3b;}

/* content */
div.content.has_slider {margin-top: 0 !important;}
.content .content_inner > .container > .container_inner.default_template_holder {padding-top: 42px;}

.container_inner p {margin-bottom: 28px;}

/* footer */
.footer_top:not(.footer_top_full) .container_inner {padding: 32px 0;}


/* contact form 7 */
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  border-left: 0px; left: -1px;
}

.wpcf7-captchar {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(195, 195, 195, 1);
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 11px;
    text-transform: capitalize;
    transform: translateZ(0px);
    width: 100%;
    box-sizing: border-box;
}

/* instagram */
.instagram-pics {
    margin: 0;
    padding: 0;
}
.instagram-pics::before, .instagram-pics::after {
    content: "";
    display: table;
}
.instagram-pics::after {
    clear: both;
}
.instagram-pics li {
    display: inline;
    float: left;
    margin: 4px;
    position: relative;
}
.instagram-pics a {
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    float: left;
    transition: all 0.2s ease-in-out 0s;
}
.instagram-pics a img {
    display: block;
    width: 60px;
}
.instagram-pics a:hover {
    border-color: #0069d6;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}