/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



section.equal-height-content div.elementor-widget-wrap > div {
    display: flex;
    height: 100%;
}

.icon-box{
	height: 100%;
}

.octf-btn.octf-btn-dark:before, .octf-btn.octf-btn-dark:before,
.octf-btn.octf-btn-dark:before, .octf-btn.octf-btn-dark:after{
	background:#ddb46e
}

.octf-btn:before {
    width: calc(100% + 2px);
    height: 2px;
    bottom: -6px;
    left: 10px;
}
.octf-btn:after {
    width: 2px;
    height: calc(100% + 2px);
    top: 10px;
	right: -6px;
}

/* icons*/
.elementor-icon-list-items{
	list-style:none;
}

.elementor-icon-list-items .elementor-icon-list-icon svg{
	height: 18px;
    width: 18px;
}

