/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Header*/
/*.transparent-header
{
	position: absolute!important;
    width: 100%;
    left: 0%;
    z-index: 500;
}*/



/*Content*/
.content-button i
{
	color: #CDA274;
}

textarea
{
	resize: none;
}

.select-caret-down-wrapper
{
	color: transparent;
}

#quote-btt i
{
	color: #292F36;
}

.page-numbers.current
{
	padding: 10px 17px;
	background-color: #F4F0EC;
	border-radius: 50px;
	border: 0;
}

.page-numbers
{
	padding: 10px 17px;
	border: 1px solid #CDA274;
	border-radius: 50px;
}

.service-list ol
{
	padding: 0;
	list-style: none;
}

.service-list ol li
{
    counter-increment: custom;
    display: flex;
    margin-bottom: 10px;
}

.service-list ol li:before
{
    content: counter(custom) " ";
    padding-right: 10px; 
    color: #CDA274;
    font-family: DM Serif Display;
    font-size: 20px;
}

.service-list ol li:first-child {
    counter-reset: custom;
}

.sb_instagram_header
{
	/*visibility: hidden;*/
}
.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.image-cover img {
    right: 0;
    width: 100%;
    height: 100% !IMPORTANT;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.post-title
{
    margin-top: 15px;
    margin-bottom: 0;
}

.post-title a
{
    font-family: Jost;
    font-size: 25px;
    font-weight: 400;
    color: #292F36;
}

.box-text-inner p
{
    font-family: Jost;
    font-size: 22px;
    font-weight: 400;
    color: #4D5053;
}
/*Footer*/
