/*
Theme Name: LAChong Theme
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/

@import url("../stockholm/style.css");

header,
footer {
    display: none!important;
}

h3, h3 a {
    margin-bottom: 15px!important;
}

h4, h4 a {
    margin-bottom: 15px!important;
}

#hero .wpb_single_image .vc_single_image-wrapper,
#hero img {
    width: 100%;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.vc_row {
    margin-left: 15px;
    margin-right: 15px;
}

.social-section {
    text-align: center;
    margin-top: 10px;
}

.portfolio .section_inner_margin {
    background-color: #565656;
}

.portfolio img {
    opacity: .75;
    filter: alpha(opacity=75);
    /* For IE8 and earlier */
}

.portfolio img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

@media (min-width: 1200px) {
    .boxed .section .section_inner,
    .grid_section .section_inner {
        width: 100%;
        max-width: 1920px;
    }
}

@media only screen and (max-width: 1000px) {
    .boxed div.section .section_inner,
    .carousel-inner .slider_content_outer,
    .container_inner,
    .fotter_bottom_border_holder.in_grid,
    .fotter_top_border_holder.in_grid,
    .full_width .parallax_content,
    div.grid_section .section_inner,
    nav.content_menu {
        width: 100%;
    }

    .content .content_inner>.container>.container_inner,
    .content .content_inner>.full_width>.full_width_inner,
    .content .content_inner>.container>.container_inner.default_template_holder {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .boxed div.section .section_inner,
    .carousel-inner .slider_content_outer,
    .container_inner,
    .fotter_bottom_border_holder.in_grid,
    .fotter_top_border_holder.in_grid,
    .full_width .parallax_content,
    div.grid_section .section_inner,
    nav.content_menu {
        width: 100%;
    }
}