/*
 Theme Name:   Consultix Child
 Theme URI:    http://radiantthemes.com/consultix/
 Description:  Consultix Child Theme
 Author:       RadiantThemes.com
 Author URI:   http://radiantthemes.com/
 Template:     consultix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  consultix-child
*/
/*css for the ebook download page only */
header.style-nine{transition:all 0.5s;}
header.style-nine.sticky{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	animation:slide-down 0.7s;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
    border: 1px solid #e6e6e6 !important;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
html body .testimonial .owl-nav .owl-prev,
html body .testimonial .owl-nav .owl-next{display: none;}

@media only screen and (min-width: 767px) {
.page-id-12711 .dwdbtn
{
    margin-top : 50px !important;
}
}

@media only screen and (max-width: 766px) {
.page-id-12711 .dwdbtn
{
    margin-top : 20px !important;
}
}

@media (max-width: 767px){
	header.style-nine.sticky{top: 8px;}
	.header_main .responsive-nav{padding-right: 5px;}
}

.useful-enrald-btn
{    
	margin-left: -10px;
    margin-top: 8px;
    display: inline-block;
}
.useful-enrald-btn::before
{
	content : "" !important;
}

.useful-enrald-btn a
{   background: #2A5249;
    padding: 8px 15px;
    border-radius: 50px;
}

.trading-form > .vc_column-inner > .wpb_wrapper > .radiant-contact-form {
	border-bottom: 5px solid #fb9824;
}
.trading-form .wpb_wrapper .wpb_wrapper {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: 30px;
	border-top: 5px solid #fb9824;
}
.trading-form .wpb_wrapper .wpb_wrapper:before {
	height: 30px;
	width: 100%;
	background: #ffffff;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}


.trading-form .radiant-contact-form.element-one .form-row.button input:hover {
background-color: #313131;
color: #ffffff;
}

.home-about ul li::before {
	
}
html body .radiant-contact-form.rtfb4701369b7e018 .form-row input[type=submit]{background-color: #141E37;}
html body .blog.element-five .blog-item > .holder .data .btn,
html body .blog.element-three .blog-item > .holder .blog-button a{
	background:#141E37;
}
html body .rt-call-to-action-wraper.element-three .rt-call-to-action-item .btn:hover{background-color: #0050FF !important;}
html body .blog.element-three .blog-item > .holder .blog-button a:hover{background:#0050FF;}
html body .blog.element-five .blog-item > .holder .data .btn:hover{
	background-color: #0050FF;
	border-color: #0050FF;
}


.page .trad-iframe-part .radiant-contact-form.service-form {
    padding: inherit;
}

.radiant-contact-form.element-one .row {
    padding: 15px;
}
.comments-area .comment-form > p button[type=submit]{background:#141E37 !important;}
.comments-area .comment-form > p button[type=submit]:before{background-color:#141E37 !important;}
.comments-area .comment-form > p button[type=submit]:hover:before{background-color:#0050FF !important;}
.footer_main_item section#custom_html-3{margin-bottom: 7px;}
.footer_main_item i.fa.fa-map-marker {color: #fff;font-size: 14px;margin-right: 20px;}
a.footersidebaraddress{color: #fff; font-size: 85%;}
.footer_main_item ul.contact li.address{display: none;}
a.footersidebaraddress:hover{color:#0050FF;}

/* mobile responsive css */
h2{line-height: normal !important;}
.h2_size{font-size:32px;}
@media(max-width: 767px){
    .mob_fs_size{font-size:24px;line-height:normal;}
    div#n2-ss-35 .n2-font-cef4d92820e743b882917587a2f88afd-hover{font-size:20px !important;}
    div#n2-ss-35 .n2-font-9368793a2e74e6f2e4b65573937eabdc-hover{font-size:30px !important;}
}