/*
Theme Name: Startit Child
Theme URI: http://startit.select-themes.com
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Template: startit
*/
@import url("../startit/style.css");

.qodef-main-menu>ul>li>a .item_outer:before,
.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay,
.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid .qodef-btn-text-icon,
#qodef-back-to-top:hover>span,
.qodef-team.main-info-below-image .qodef-circle-animate,
.qodef-process-holder .qodef-process-item:hover .qodef-icon-shortcode.circle {
    background-color: #bd202d;
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):hover.qodef-btn-solid:not(.qodef-btn-custom-hover-bg) {
	background-color: #bd202d !important;
}

.qodef-btn:not(.qodef-btn-custom-border-hover):hover {
    border-color: #bd202d !important;
}

.qodef-side-menu a.qodef-close-side-menu:hover span,
.qodef-portfolio-list-holder-outer.qodef-ptf-gallery article .qodef-item-text-holder .qodef-item-title>a,
.qodef-portfolio-list-holder-outer.qodef-ptf-gallery article .qodef-item-text-holder .qodef-ptf-category-holder span,
.qodef-icon-list-item .qodef-icon-list-icon-holder-inner .font_elegant, .qodef-icon-list-item .qodef-icon-list-icon-holder-inner i,
.qodef-process-holder .qodef-process-item:hover .qodef-process-item-title-holder>*,
.qodef-search-cover .qodef-search-close a:hover,
a, p a {
	color: #bd202d;
}

.qodef-tabs .qodef-tabs-nav li.ui-state-active a, .qodef-tabs .qodef-tabs-nav li.ui-state-hover a,
#submit_comment,
.post-password-form input[type=submit],
.qodef-sidebar #searchform input[type=submit],
.qodef-woocommerce-page #reviews input[type=submit],
.qodef-woocommerce-page .woocommerce-message a,
footer input[type=submit],
input.wpcf7-form-control.wpcf7-submit {
	background-color: #bd202d;
	border-color: #bd202d;
}

.qodef-process-holder .qodef-process-item:hover .qodef-process-item-icon-holder {
	border-color: #bd202d;
}

.qodef-process-holder .qodef-process-item:hover .qodef-process-item-background-holder {
	border: 20px solid rgba(189, 32, 45, 0.3);
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li a:before {
	border-left-color: #bd202d;
}

/* Light Red color override */

.qodef-btn.qodef-btn-solid {
	background-color: #c73441;
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid:hover {
	background-color: #c73441 !important;
}

/* Contact Form Styles */

.column {
    float: left;
    width: 45%;
	padding: 20px 20px 20px 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* Font Styling */

p {
    padding: 0px 0px 16px 0px;
}
h3 {
    padding: 0px 0px 7px 0px;
}