/*
 Theme Name:   Architect Child
 Theme URI:    http://demo.thememodern.com/architect
 Description:  Architect Child Theme
 Author:       ThemeModern
 Author URI:   http://demo.thememodern.com/
 Template:     architect
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  architect-child
*/

@import url("../architect/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
    font-size: 16px;
}
figure .ot-btn {
    color: #fff;
}

.navi-level-1 > li .navi-level-2 li a {
    color: #fff;
}
a {
    color: #EF5325;
}
/* HOME PAGE */
.promotion-box figure {
    width: 100%;
    min-height: 300px;
}
.promotion-box figure img {
    display: none;
}
section.tb-home-why-choose .chooseus-canvas-item {
    display: none;
}
section.tb-home-why-choose .chooseus-item {
    height: auto;
    margin-bottom: 20px;
}
section.tb-home-transform article.media-style {
    margin-bottom: 20px;
}
section.tb-home-transform article.media-style .media-left {
    background-image: url(https://www.terraceblinds.com.au/wp-content/uploads/2026/05/check-mark.webp);
    background-size: contain;
    max-width: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
section.tb-home-transform article.media-style .media-left, section.tb-home-transform article.media-style .media-body {
    vertical-align: middle;
}
section.tb-home-transform article.media-style .media-left i.fa {
    width: 30px;
    height: 30px;
    border: none;
    line-height: 30px;
}
section.tb-home-transform article.media-style .media-body h4 {
    font-size: 18px;
    letter-spacing: 0;
	margin-bottom: 0;
}
section.tb-home-transform article.media-style .left-icon-item .media-body {
    padding-left: 10px;
    padding-right: 0;
}
section.tb-home-transform article.media-style .media-body p {
    margin: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.ter-tick-row {
    max-width: 78%;
    margin: 0 auto;
}
.widget.widget_nav_menu ul li.service-head a {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.widget.widget_nav_menu ul li a {
    line-height: 45px;
}
.wpb-content-wrapper .wpb_text_column ul {
    margin-left: 30px;
    margin-top: 20px;
}
.wpb-content-wrapper .wpb_text_column ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
}
.wpb-content-wrapper .wpb_text_column ul li::before {
    width: 24px;
    height: 24px;
    background: url(https://www.terraceblinds.com.au/wp-content/uploads/2026/05/check-mark.webp);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
}

.wpb-content-wrapper h2 {
    font-size: 28px;
    letter-spacing: 0;
}
.box-question-sidebar {
    border: 1px solid #EF5325;
    background: #EF5325;
	color: #fff;
}
.box-question-sidebar .ot-btn {
    background: #fff;
}
.box-question-sidebar .ot-btn:hover {
    color: #fff;
	background: #222;
}
.navi-level-1 > li .navi-level-2 {
    min-width: 260px;
}

@media (min-width: 1100px) 
	.vc_row.wpb_row.vc_row-fluid.ter-tick-row {
		max-width: 85%;
		margin: 0 auto;
	}
}