/*
Theme Name: Northwest Rigging
Theme URI: http://northwestrigging.com/
Description: Custom Child Theme for Northwest Rigging
Author: Peyovski
Author URI: http://thematica.co/
Template: enfold
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: nwrigging, peyovski
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* Global */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-weight: 200;
}


/* =Header
-------------------------------------------------------------- */
/* Topbar */
#header_meta {
    background: #f7f7f7;
    min-height: 40px;
    border: none;
}
.phone-left {
    float: left;
    padding: 7px 0;
    line-height: 22px;
}
.phone-info {
    font-size: 13px;
    padding: 7px 0;
    line-height: 22px;
}

/* Main Header */
#header_main {
    border: none;
    box-shadow: 0 1px 4px rgba(0, 30, 46, .1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 30, 46, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 30, 46, .1);
}

.header_color .header_bg {
    background: #fff;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
}
#header:hover .header_bg {
    opacity: 1 !important;
}

.logo img {
    padding-top: 14px;
}

/* Main Menu */
.av-main-nav > li > a {
    text-transform: uppercase;
    transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
}
.av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
    display: none !important;
}

.av-main-nav li.menu-item-has-children>a:after, .av-main-nav li.page_item_has_children>a:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 1px;
    width: 11px;
    height: 11px;
    background: url(../../../themes/nwrigging/images/menu-arrows.png) -11px 0 no-repeat;
}

#top #header .av-main-nav > li:hover > a > .avia-menu-text {
    color: #008fd5;
}

.av-main-nav li:hover>a:after, .av-main-nav li.current-menu-item>a:after, .av-main-nav li.current-menu-ancestor>a:after, .av-main-nav ul>li:hover>a:after, .av-main-nav ul>li.current-menu-item>a:after, .av-main-nav ul>li.current-menu-ancestor>a:after {
    background-position: 0px 0px;
}

#top .av-main-nav ul a {
    font-size: 11px;
    text-transform: uppercase;
    border-top: 1px solid #dde5e9;
}
#top .av-main-nav ul li:first-child a {
    border-top: 0;
}

#top #header #menu-item-search.menu-item-search-dropdown>a {
    color: #93a6b0;
    font-size: 16px;
    padding: 0;
    padding-left: 17px;
}
#top #header #menu-item-search.menu-item-search-dropdown>a:before {
    font-family: 'fontello';
    content: '\e803';
}

#header .avia-search-tooltip {
    box-shadow: none;
    border: none;
    background-color: none;
    width: 250px;
}
#header .avia-search-tooltip #searchform>div {
    margin: 0;
    box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
}
#header #s {
    height: 50px;
    border: none;
    padding: 10px;
    width: 200px;
}

#header #searchsubmit {
    width: 50px;
    height: 50px;
    background: #23323a;
}
.avia-search-tooltip .avia-arrow-wrap {
    position: absolute;
    display: block;
    content: '';
    top: -12px;
    right: 15px;
    border-style: solid;
    border-width: 0 0 15px 20px;
    border-color: transparent transparent #23323a;
    width: 20px;
    height: 15px;
}
.avia-search-tooltip .avia-arrow {
    display: none;
}
.avia-search-tooltip.avia-tt {
    left: -100px !important;
}

/* =Main Content
-------------------------------------------------------------- */
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 39px !important;
}

.ls-layers h1 *, .ls-layers .char {
    font-weight: 800 !important;
    text-shadow: rgb(8,13,16) 1px 2px 7px;
}

.main_color strong {
    font-weight: 600;
    color: #73848e;
}
.main_color {
    color: #73848e;
}
.main_color h3 {
    font-weight: 600;
    color: #23323a;
}

/* =Slider Boxes
-------------------------------------------------------------- */
#slider-boxes {
    position: relative;
    background: #23acc1;
    background: -moz-linear-gradient(top, rgba(35, 172, 193, 0.8) 0%, rgba(1, 145, 211, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23acc1), color-stop(100%, #0191d3));
    background: -o-linear-gradient(top, rgba(35, 172, 193, 0.8) 0%, rgba(1, 145, 211, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(35, 172, 193, 0.8) 0%, rgba(1, 145, 211, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(35, 172, 193, 0.8) 0%, rgba(1, 145, 211, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23acc1', endColorstr='#0191d3', GradientType=0);
    border: none;
    z-index: 100;
}
#slider-boxes .template-page.content {
    padding: 30px 0 !important;
}

#slider-boxes .av_promobox {
    background: none;
    padding: 0;
    border: none;
    color: #fff;
}
#slider-boxes .av_promobox .avia-promocontent h3 {
    color: #fff;
    font-size: 24px;
}
#slider-boxes .av_promobox .avia-promocontent p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
#slider-boxes .av_promobox .avia-button {
    background-color: #23323a;
    font-size: 16px
}


/* =Features Boxes
-------------------------------------------------------------- */
#features-boxes .av_one_fourth.first {
    margin-left: 0;
}
#features-boxes .content {
    padding-top: 40px;
    padding-bottom: 40px;
}
#features-boxes .iconbox_top {
    margin: 0;
}
#features-boxes .iconbox .iconbox_content .iconbox_content_title {
    text-transform: none;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
    line-height: 32px;
    margin-top: 20px;
}
#features-boxes .iconbox.av-no-box .iconbox_icon {
    background-color: #2d3f4c;
    font-size: 30px;
    width: 75px;
    height: 75px;
    color: #fff;
    border-radius: 0;
    border: none;
    line-height: 75px;
}
#features-boxes .iconbox.av-no-box .iconbox_icon {
    background-color: #2d3f4c;
    width: 75px;
    height: 75px;
    color: #fff;
    border-radius: 0;
    border: none;
    line-height: 75px;
}
#features-boxes .iconbox_content_container {
    font-size: 12px;
}

#features-boxes .av_one_fourth .iconbox.av-no-box .iconbox_icon:before {
    font-family: "fontello";
}
#features-boxes .av_one_fourth:first-of-type .iconbox.av-no-box .iconbox_icon:before {
    content: '\e93a';
}
#features-boxes .av_one_fourth:nth-child(2) .iconbox.av-no-box .iconbox_icon:before {
    content: '\ec98';
}
#features-boxes .av_one_fourth:nth-child(3) .iconbox.av-no-box .iconbox_icon:before {
    content: '\e87f';
}
#features-boxes .av_one_fourth:last-of-type .iconbox.av-no-box .iconbox_icon:before {
    content: '\ecaa';
}

/* =Marine Products
-------------------------------------------------------------- */
#marine-products {
    border: 0;
}
#marine-products .template-page {
    padding: 20px 0 0;
}

#marine-products .avia_textblock h3 {
    color: #c4d3de;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    margin: 20px 0;
}
#marine-products .avia_textblock p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
}
#marine-products .grid-entry .inner-entry {
    box-shadow: none;
    margin-right: 0;
    border-right: 1px solid rgb(35, 50, 58);
}
#marine-products .grid-entry .inner-entry .grid-content {
    padding: 12px 20px 27px;
    background: #2f424d;
    height: 100px;
    text-align: left;
}
#marine-products .grid-entry .inner-entry .grid-content h3 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    background: none;
}
#marine-products .grid-entry .inner-entry .grid-content .grid-entry-excerpt {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    color: #97a4ad;
    font-style: normal;
    font-weight: 400;
}
#marine-products .grid-entry .inner-entry .grid-content .avia-arrow {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid #2a3b45;
    margin-left: 0;
    transform: none;
    background: none;
}
#marine-products a .image-overlay {
    background: none !important;
}
#marine-products a img {
    transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
}
#marine-products a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#marine-products a:hover .image-overlay {
        opacity: 1 !important;
}
#marine-products .image-overlay .image-overlay-inside:before {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8) !important;
    border: 4px solid rgba(238, 238, 238, 0.12) !important;
    height: 58px;
    width: 58px;
    line-height: 58px;
    margin: -29px 0 0 -29px;
}

/* =Testimonials
-------------------------------------------------------------- */
.avia-testimonial_inner .avia-testimonial-content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 20px 0 0;
    border-color: transparent #23323a transparent;
    position: absolute;
    bottom: 0;
    left: 65px;
}
.avia-testimonial_inner .avia-testimonial-content  {
    padding-bottom: 25px;
    padding-left: 50px;
    font-style: italic;
    position: relative;
}
.avia-testimonial-content:before {
    content: url(../../../themes/nwrigging/images/testimonial-blockquote.jpg);
    position: absolute;
    left: 0;
    z-index: -1;
}
.avia-testimonial-meta {
    margin: 0;
    background: #23323a;
    padding: 14px 20px;
}
*/
.avia-testimonial-meta .avia-testimonial-meta-mini {
    padding: 0;
}
.avia-testimonial-meta .avia-testimonial-name {
    font-size: 18px;
    display: block;
    font-weight: 300;
    color: #fff !important;
    line-height: 22px;
}
.avia-testimonial-meta .avia-testimonial-subtitle  {
    color: #8cd9ff;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}

/* =Blog Posts
-------------------------------------------------------------- */
#bottom-section .big-preview {
    display: none;
}
#top .flex_column .template-blog .post-title {
    color: #008fd5;
    line-height: 24px;
    font-size: 22px;
}
#bottom-section .read-more-link {
    text-transform: uppercase;
    font-size: 13px;
}
#bottom-section .read-more-link a {
    font-weight: 400;
}

/* =Contact
-------------------------------------------------------------- */
.contact-block {
    float: left;
    margin-top: 30px;
    display: inline-block;
}
.contact-block p {
    margin-top: 5px;
    margin-bottom: 15px;
}
.contact-block.first-block {
    margin-right: 50px;
}

.avia_ajax_form input[type='text'], .avia_ajax_form textarea, .wpcf7 input[type='text'], .wpcf7 input[type='email'], .wpcf7 textarea {
    background-color: #fcfcfc !important;
    border: 1px solid #eceded !important;
}
.avia_ajax_form input[type='text'], .avia_ajax_form textarea, .wpcf7 input[type='text'], .wpcf7 input[type='email'] {
    padding: 13px;
}

.wpcf7 .wpcf7-submit {
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 22px;
}

/* =Blog
-------------------------------------------------------------- */
.blog .template-blog .post_delimiter {
    margin: 0;
}
.entry-content-wrapper .post-title {
    color: #008ed5;
    font-weight: 400;
}
.blog .container .av-content-small.units {
    border: none;
}
#top #main .sidebar {
    border: none;
}
.sidebar .widget {
    padding: 0 0 30px 0;
}
.sidebar .widgettitle {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: none;
}
.sidebar .widget li {
    border-top-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    background: url(../../../themes/nwrigging/images/post-meta-square.png) left 10px no-repeat;
    padding-left: 15px;
}
.sidebar .widget:not(.widget_recent_entries) li {
    background: url(../../../themes/nwrigging/images/post-meta-square.png) left 14px no-repeat !important;
}
.sidebar .widget li:last-child {
    border-bottom: none;
}
.sidebar .widget li a {
    color: #73848e;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    transition: color 0.3s, padding 0.3s;
    -webkit-transition: color 0.3s, padding 0.3s;
    -moz-transition: color 0.3s, padding 0.3s;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.sidebar .widget_search #s {
    border: 1px solid #ddd !important;
    background-color: #f7f7f7 !important;
    border-right: none !important;
}
.sidebar .widget_search #searchsubmit {
    border: 1px solid #ddd !important;
    background-color: #f7f7f7 !important;
    border-left: none !important;
    color: #93a6b0;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    padding: 30px 0 30px 0;
}
#socket {
    border: none !important;
}
#socket .container {
    padding-top: 21px;
    padding-bottom: 21px;
}
#socket .copyright {
    font-size: 12px;
    display: block;
    width: 100%;
}

#scroll-top-link {
    background-color: #0996d2;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 26px;
    opacity: .7;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
}
#scroll-top-link:hover {
    border: none;
    background-color: #0996d2;
    color: #fff;
    opacity: 1;
}

#footer .widgettitle {
    text-transform: none;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}
#footer .widget_recent_entries li {
    border-top-width: 1px;
}
#footer .widget_recent_entries li a {
    display: block;
    margin-bottom: 3px;
    color: #bdd2dc;
}
#footer .widget_nav_menu li {
    font-style: italic;
    color: #bdd2dc;
}
#footer .widget_nav_menu li a {
    font-style: italic;
    color: #bdd2dc;
}

#footer .widget {
    margin: 0 !important;
}
#footer img {
    margin-bottom: 12px;
}

#footer .iconic-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
#footer .iconic-list .icons {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}


@media only screen and (min-width: 990px) and (max-width: 1163px) {
    #slider-boxes {
        margin-top: -287px !important;
    }
}
@media only screen and (min-width: 990px) {
    .home .avia_sortable_active .isotope {
        height: 302.063px !important;
    }
    #slider-boxes {
        margin-top: -151px;
    }
    #slider-boxes .av_one_fourth {
        margin-left: 2.65%;
        width: 23%;
    }
}
@media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0 !important;
    }
}