.lexal-custom-row{
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    padding-top: 100px;
    margin-bottom: 110px;
}
@media (max-width: 1200px) {
	.lexal-custom-row{flex-direction: column;}
	.lexal-custom-row{margin-bottom: 78px;}
}

.lexal_custom-row-no-padding{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}

 .main_info_text {
    margin-bottom: 11px;
    color: #999;
    opacity: 1;
    line-height: 2.2;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.vc_col-sm-12 .vc_column-inner {
	padding-left:0px!important;
	padding-right:0px!important;
}

.lexal_tm_services ul li .inner i {
    width: 40px;
    height: 40px;
    color: #E9204F;
	font-size: 32px;
}

.lexal_tm_contact_wrap .leftpart ul li i {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    top: 5px;
	color:#E9204F;
	font-size: 20px;
}
.lexal_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder{
	margin-bottom:25px;
}

.lexal_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li  a {
    text-decoration: none;
    color: #999;
    font-family: "Saira";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lexal_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li  a:hover{
    color: #fff;
}
.lexal_tm_news_list_wrap .news_load_more_button a:hover,
.lexal_tm_news_list_wrap .news_load_more_button a.active
{
	background-color:#E9204F;
	color:#fff;
}
.lexal_blog_full{
	width:100%!important;
}
.lexal_enable_flex{
display: flex;
}

.flex_right.lexal_sidebar_left{
    margin-left: 0px;
	margin-right: 50px;
}
@media (max-width: 1200px){
.flex_right.lexal_sidebar_left{
	margin-right: 0px;
}
}

.form-submit input[type="submit"] {
    text-decoration: none;
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
    border-radius: 3px;
    font-family: "Saira";
    font-weight: 500;
    position: relative;
    overflow: hidden;
	height: 45px;
	outline:none;
}
.comments-lists, 
ul.children {
	list-style:none;
}
.comment-reply-link{
    color: #E9204F;
	text-decoration:none;
	padding-left: 20px;
}
.comment-reply-link:before{
	content: "/";
    position: relative;
    left: -11px;
    color: #888888;
}
.logged-in-as a{
	color:#fff;
	text-decoration:none;
}

#cancel-comment-reply-link{
	text-decoration:none;
	color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.comments-lists #respond{
    margin-top: 35px;
}

p.comment-notes{

}

li.comment{
	margin-bottom:20px;
	margin-top:20px;
}

.logged-in .lexal_tm_border.top{
	top:32px;
}
.text-logo{
	font-family: "Poppins";
    font-weight: 600;
    font-size: 25px;
	letter-spacing: 5px;
}

.tagcloud a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
	margin: 0px 1px 5px 0px;
    background-color: rgba(255,255,255,.05);
    padding: 5px 20px;
    text-transform: capitalize;
    font-size: 13px!important;
    font-family: "Saira";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tagcloud a:hover {
    background-color: #fff;
    color: #000000;
}
.wpcf7 input[type="submit"]{
    text-decoration: none;
    color: #000;
	height: 49px;
	outline:none;
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
    border-radius: 3px;
    font-family: "Saira";
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="datetime"], 
.wpcf7 input[type="datetime-local"], 
.wpcf7 input[type="date"], 
.wpcf7 input[type="month"], 
.wpcf7 input[type="time"], 
.wpcf7 input[type="week"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="search"], 
.wpcf7 input[type="tel"]
{
	width: 95%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
	padding-left: 0px !important;
	margin-bottom: 50px;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.wpcf7 input[type="text"]:focus, 
.wpcf7 input[type="password"]:focus, 
.wpcf7 input[type="datetime"]:focus, 
.wpcf7 input[type="datetime-local"]:focus, 
.wpcf7 input[type="date"]:focus, 
.wpcf7 input[type="month"]:focus, 
.wpcf7 input[type="time"]:focus, 
.wpcf7 input[type="week"]:focus, 
.wpcf7 input[type="number"]:focus, 
.wpcf7 input[type="email"]:focus, 
.wpcf7 input[type="url"]:focus, 
.wpcf7 input[type="search"]:focus, 
.wpcf7 input[type="tel"]:focus{
	outline: none;
	background-color: transparent;
	border-bottom-color: rgba(255,255,255,1)
}

.wpcf7  textarea{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	resize: none;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 0px !important;
	height: 80px;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.wpcf7  textarea:focus{
	outline: none;
	background-color: transparent;
	border-bottom-color: rgba(255,255,255,1)
}
.wpcf7 label{
   width:100%;
    font-family: "Saira";
    display: inline-block;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
span.wpcf7-not-valid-tip,
div.wpcf7-response-output{
border:none;
font-family: "Saira";
margin-left:0px;
padding-left:0px;
color:#E9204F;
}
span.wpcf7-not-valid-tip{
margin-bottom:50px;
}
.search_descriptions_wrap{
    padding: 30px 40px 17px 40px!important;
}

@media (max-width: 768px){   
.wpcf7-form  {
margin-bottom: 95px;
}  
} 
.hidden{
	display:none;
}
.lexal_tm_news_list_wrap ul li .sticky .inner .descriptions_wrap:before,
.lexal_tm_news_list_wrap ul li .sticky .inner .descriptions_wrap:after{
width:50%;
}

.lexal_tm_news_list_wrap ul li .sticky .inner .descriptions_wrap .title a{
color:#E9204F;
}
/*******themecheck*******/

.widget form,
.widget select{
	width:100%;
}
.widget img{
	max-width:100%;
	height:auto;
}
form, 
table,
table th{
	color:#fff;
}
form a, 
table a{
	color:#E9204F;
}
.widget ul.children,
.widget ul.sub-menu{
	display:none;
}
pre{
	color:#000;
}
code{
    line-height: 50px;
    padding-bottom: 10px;
	color: #999;
}
.default-page-content ul, 
.default-page-content ol,
.comment .text ul,
.comment .text ol{
 padding-left:25px;
}
.default-page-content ul ul, 
.default-page-content ol ol,
.comment .text ul ul,
.comment .text ol ol{
	padding-left:50px;
}

.page-links {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 35px;

}

.page-links a.post-page-numbers,
.page-links span.post-page-numbers.current {
    background-color: #fff;
    padding: 10px 15px;
    margin-right: 10px;
	font-weight: 500;
    max-width: 36px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-family: "Saira";
    border-radius: 3px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page-links a.post-page-numbers:hover,
.page-links span.post-page-numbers.current{
    background-color: #E9204F;
    color: #fff;
}

input[type="password"],
.widget input[type="text"]{
    background-color: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.05);
    outline: none;
    border-radius: 4px;
    
}
.post-password-form input[type="submit"],
.widget input[type="submit"]{
    text-decoration: none;
	margin-left: 10px;
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 6px 30px;
    border-radius: 3px;
    font-family: "Saira";
    font-weight: 500;
    position: relative;
    overflow: hidden;
    height: 42px;
    outline: none;
}

.widget .title_holder a{
	color:#fff;
}

.comment-navigation .nav-links{
	display: flex;
    margin-top: 15px;
}

.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next{
	width:50%;

}
.comment-navigation .nav-links .nav-next{
	text-align:right;
}
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Saira";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.comment-navigation .nav-links .nav-previous a:hover,
.comment-navigation .nav-links .nav-next a:hover{
	color: #E9204F;
}

.pingback .wp{
	padding-left:0px;
}
.lexal_tm_menu .nav_list  ul.sub-menu  li .shape:before{
	right: -24px;
    top: 10px;
	border-width: 5px 5px 0px 5px;
}
.lexal_tm_menu .nav_list  ul.sub-menu  li .shape{
	position:relative;
}