/*
    Theme Name:   Acquire
    Description:  It's business time. Acquire Layers theme makes the best first impression for corporations of all types.
    Template:     layerswp
    Version: 1.0.0
    Author: Obox
    Author Description: Creators of Layers for WordPress.
    Author URI: http://layerswp.com/
    Theme URI: http://sites.layerswp.com/acquire/
    License URI: http://www.gnu.org/licenses/gpl.html

    *-----------------------------*
    WARNING! DO NOT EDIT THIS FILE!
    *-----------------------------*

    To make updates to your theme, do not edit the styles in this file. Rather use
    the Custom CSS field in Theme Options to add your style changes. By copying a style from this
    file and pasting it in Theme Options, you will override the style in this file and avoid
    losing changes with theme updates or reinstalls.
*/

/*---------------------*/
/*- SETUP -------------*/
.heading{
    font-weight: 700;
}
a{
    color: #000;
}
a:hover{
    color: #39ADF3;
}
.large .heading{
    font-weight: 900;
}

/*---------------------*/
/*- DEFAULTS ----------*/

    /*-----------------*/
    /*- BUTTONS -------*/
    .button,
    input[type="button"],
    input[type="submit"],
    button{
        background: #3398d6;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    button:hover{
        background: #39ADF3;
        color: #fff;
    }

    /*-----------------*/
    /*- TABLES --------*/
    table,
    table th,
    table td{
        background: #fff;
    }
    table,
    table td{
        border-color: #f0f0f0;
    }
    table th{
        border-color: #f0f0f0;
        background-color: #f5f5f5;
    }
    table .cart-subtotal th,
    table .shipping th,
    table .order-total th{
        background-color: transparent;
    }


/*---------------------*/
/*- SIDEBYSIDE LISTS --*/
@media only screen and (min-width: 768px){
    .side-by-side-list .column{
        margin-bottom: 00px;
    }
    .side-by-side-list .column:last-child{
        margin-bottom: 00px;
    }
    .side-by-side-list .media{
        margin-bottom: 0;
    }
    .side-by-side-list .media-body{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 65px;
        max-width: 490px;
    }
        .side-by-side-list .image-left .media-body{
            right: 0;
        }
        .side-by-side-list .image-right .media-body{
            left: 0;
        }

    .side-by-side-list .media-body .heading{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

}

/*---------------------*/
/*- TITLE CONTAINER ---*/
.title-container{
    background: #3398D6;
}
.title-container .heading{
    color: #fff;
}
.title-container .excerpt{
    color: rgba(255, 255, 255, 0.9);
}
.title-container a{
    color: #fff;
}
.title-container a:hover{
    color: #fff;
    text-decoration: underline;
}
.bread-crumbs{
    color: #fff;
}

.heading{
    font-weight: 600;
}

/*---------------------*/
/*- STORY -------------*/
.story blockquote{
    padding: 10px 0 10px 20px;
    background: transparent;
    border-left: 4px solid #323232;
}

/*---------------------*/
/*- SIDEBARS ----------*/
.sidebar{
    padding-left: 20px;
    border-left: 1px solid #eee;
    font-size: 1.3rem;
}
.sidebar .widget{
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidebar .widget li{
    border-color: #eee;
}
aside .search-field{
    background-color: #f0f0f0;
}

/*---------------------*/
/*- ICON2x ------------*/
.icon-2x {
    font-size: 1.4rem !important;
}

/*---------------------*/
/*- WOOCOMMERCE -------*/
.onsale{
    background: #c00;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}
.product_meta{
    padding: 10px 0 0;
    background: transparent;
    border-top: 2px solid #eee;
}
.products .button{
    font-size: 1.2rem;
}
.woocommerce-tabs .tabs{
    margin-bottom: 20px;
}
.woocommerce-tabs .panel{
    padding: 0;
    background: transparent;
}
.content-main {
    padding: 10px 6% 20px;
}
.header-center nav {
    border: 1px solid #000;
    padding: 0.5em;
}
.story h1 {
    color: #2F2561
}
.site-logo-link img, .mark img {
    max-height: 155px !important;
}
.story img {
    max-width: 100% !important;
}
.content-main {
  padding: 0 5% 20px;
}
.blue, .section-title.large .heading {
  color: #2F2561;
}
.section-title {
    margin: 30px 0;
}
.calculators {
	background-image: url('http://test.doig.com.au/meyer/wp-content/uploads/2016/02/your-house-green.jpg');
	height: 320px;}
// select#dynamic_select {width: 90%; max-width: 90%; float:right;}
// input#Submitgo {float: right;}
input#Submitgo,
select#dynamic_select {
  display: inline-block;
}
input#Submitgo {
  width: 100px;
}
select#dynamic_select {
  width: calc(100% - 120px)
}

.center {
    width:300px;
    margin:0 auto;
    text-align:center;
    list-style-position:inside;
}

.box {text-align: center;}
.box ul { display: inline-block; text-align: left; }

ul.new {text-align: left;}
div.new {width: 250px; margin: 0 auto;}
ul.new li {display: list-item;}

.cleanBreak{ clear:both; }
.homepagebox {color: #2F2561 !important; margin-bottom: 16px !important;}
#makeMeScrollable {
	height: 50px;	
}
story .scrollableArea img { max-width:none; width:auto; display: inline-block; }

.my-social-icons {
	overflow: auto;
}