/*
Theme Name: e-marukin
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


body {
 line-height: 1.6;
}

::selection {
 background-color: inherit;
 color: inherit;
}

/* Header */
.centered_logo .header_inner_left {
 margin-bottom: 20px !important;
}

.centered_logo .q_logo,
.centered_logo .q_logo img {
 max-height: 48px;
}

.main_menu {
 margin-bottom: 20px;
}

.main_menu .menu-item {
 line-height: 1.2;
 position: relative;
}

.main_menu .menu-item::before {
 background-color: #220f0f;
 content: "";
 display: block;
 height: 100%;
 position: absolute;
  top: 0;
  left: 0;
 width: 2px;
}

.main_menu .menu-item:first-child::before {
 display: none;
}

.main_menu .menu-item a {
 display: inline;
 line-height: inherit;

}

.header_inner_right {
 display: none !important;
}

.mobile_menu_button {
 float: right;
 margin: 0 0 0 20px;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
 color: #333;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a {
 color: #08469c;
}


/* Main */
.widget-productsNavigation .section {
 padding-top: 50px;
 padding-bottom: 50px;
}

.widget-productsNavigation a {
 display: inherit;
 width: 100%;
}

.widget-productsNavigation a:hover {
 opacity: .8;
}

.content {
 margin-top: 0 !important;
}

.title_subtitle_holder {
 padding-top: 0 !important;
}

.wpb_single_image .vc_figure-caption {
 margin-top: .5em;
 text-align: left;
}


/* Footer */
.widget-shop .section {
 padding-top: 6.666666667%;
 padding-bottom: 6.666666667%;
}

.widget-contact .section {
 padding-top: 3.333333333%;
 padding-bottom: 3.333333333%;
}

.footer_top {
 padding-bottom: 0;
}

h2,
.h2 {
 line-height: 1.384615384615385;
}


/* Section */
.section_title {
 background: url(assets/img/section_texture-title.png) center bottom no-repeat;
 font-size: 33px;
 padding-bottom: 10px;
}

.section_title.inverse {
 background-image: url(assets/img/section_texture-title-inverse.png);
}


/* Home */
.home-cover .vc_single_image-wrapper {
 display: block;
}

.home-cover .vc_single_image-wrapper img {
 width: 100%;
}

.home-lead {
 background-position: center bottom !important;
 min-height: 50vw;
}

.testimonials_c_holder .testimonial_content_inner {
 background-color: transparent;
}

.testimonial_title_holder h5 {
 color: #FFF;
 font-size: 22px;
}

@media only screen and (min-width: 1400px) {
 .home-lead p {
  line-height: 2;
 }
}


/* Blog */
.archive .title_outer .title .title_holder {
 position: relative;
}

.archive .title.title_size_small,
.single-post .title.title_size_small {
 height: auto !important;
}

.archive .title.title_size_small .title_holder,
.single-post .title.title_size_small .title_holder {
 padding-top: 0 !important;
}

.archive .title_subtitle_holder h1,
.single-post .title_subtitle_holder h1 {
 color: #FFF;
}

/* Company */
.company-profile table {
 background-color: #F9F9F9;
 font-size: 14px;
 width: 100%;
}

.company-profile table th,
.company-profile table td {
 border: 2px solid #FFF;
 padding: 5px 10px;
 text-align: left;
}

.company-profile table th {
 background-color: #F0F0F0;
 font-weight: 400;
}

.company-profile table td a {
 color: #003FFF;
 text-decoration: underline;
}

@media only screen and (max-width: 768px) {
 .company-profile table th,
 .company-profile table td {
  box-sizing: border-box;
  display: block;
  width: 100%;
 }
}

.company-history table {
 background-color: #F9F9F9;
 font-size: 14px;
 width: 100%;
}

.company-history table tr:nth-child(odd) {
 background-color: #F0F0F0;
}

.company-history table th,
.company-history table td {
 padding: 10px 5px;
 text-align: left;
}

.company-map .wpb_wrapper {
 padding: 0;
}
