/**
 * Theme Name: Sublime Child
 * Template: sublime
 * Version: 1.0
 * Description: Creative Multipurpose WordPress Theme
 * Author: Ninzio
 **/

.sub-heading, .desc{
	text-align: justify;
}

/* for header show company name and hide icon of phone*/
.header-info .content:before{
	content:''
}


.thriving_form lable{
	margin-bottom:1rem
}

.thriving_form select, .thriving_form textarea, .thriving_form input[type="text"], .thriving_form input[type="email"]{
	background: transparent;
	width: 100%;
	border-radius: 4px;
    border: 1px solid #d6e3ff;
}

.thriving_form textarea{
	height: 5rem;
}
/* this is for top header img add and login to send in right side*/
.top-bar .header-info .content .content-prefix{
	display:inline-block;
}

.top-bar .sublime-container{
    display: flex;
    justify-content: space-between;
}
.top-bar .topbar-left{
	width: calc(100% - 18rem);
    display: flex;
    justify-content: space-between;
}

.hidemobilelogo{
	display:inline-block;
}
@media only screen and (max-width: 1024px) {
	.header-info{
		display: inline-block;
	}
	.header-info .content{
		margin-right: 18px;
		padding-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	.top-bar{
		display:block !important;
	}
	.header-socials a{
		margin-left: 15px;
	}
	.top-bar .topbar-left{
		width: calc(100% - 15rem);
	}
	#featured-title .inner-wrap{
		padding: 15px 0;
	}
}

@media only screen and (max-width: 600px) {
	.hidemobilelogo{
		display:none;
	}
}

/*end*/