/*
Theme Name: Brick
Theme URI: http://demo.select-themes.com/brick
Description: Brick
Tags: agency, modern, business, design, shop, portfolio, blog, clean, typography, simple, white, bold, multi-purpose, creative, corporate
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@import url('css/stylesheet.min.css');


header .header_top_bottom_holder {
    position: relative;
    border-bottom: 1px solid;
}
.three_columns > .column2 > .column_inner {
    padding: 0px 5px 0px 80px;
}


.three_columns > .column1 > .column_inner {
    padding: 0px 55px 0px 0px;
}


.three_columns > .column3 > .column_inner {
    padding: 0px 0px 0px 85px;
}
.homesep {width: 270px; left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }
.header_top .right {
    float: right;
    margin-right: 70px;
}
@media only screen and (max-width: 1000px){
.header_top .right {
    float: right;
    margin-right: 1px; }
}