/*
Theme Name:		Evolve Child
Theme URI:		http://theme4press.com/evolve-multipurpose-wordpress-theme/
Author:			Theme4Press
Description:	Evolve Child Theme
Template:		evolve
Version:		3.6.4
*/

@import url("../evolve/style.css");

/* =Theme customisation starts here
-------------------------------------------------------------- */


/**
 * Body
 * ----------------------------------------------------------------------------
 */

body {
    background-color: #fff !important;
}

#backtotop {
    visibility: hidden;
}

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
 
.header {
    border-top: 3px solid #c80d0d;
    padding: 0px 0px !important;
}


/**
 * Navigation
 * ----------------------------------------------------------------------------
 */

.menu-header {
    visibility: hidden;
}

.menu-container {
    background: #fff;
}

/**
 * Bootstrap Slider
 * ----------------------------------------------------------------------------
 */

.right.carousel-control img, .left.carousel-control img {
	visibility: hidden;
}

#bootstrap-slider .left.carousel-control, .right.carousel-control{
	visibility: hidden;
}


/**
 * Parallax Slider
 * ----------------------------------------------------------------------------
 */

.da-arrows-next {
    visibility: hidden;
}

.da-arrows-prev {
    visibility: hidden;
}

.da-dots-current {
    visibility: hidden;
}

.da-slide.da-slide-current {
    color: RGBA(3, 32, 32, 0);
}


/**
 * Content
 * ----------------------------------------------------------------------------
 */

p {
    text-align: justify;
}

ul.breadcrumbs {
    background: #F9F9F9 none repeat scroll 0% 0%;
    border: 1px solid #F3F3F3;
    adding-top: 5px;
	 padding: 5px 10px 5px 10px;
}

.published {
    border-right: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.step-header {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.step-heading {
    position: relative;
    margin-left: 60px;
    margin-top: -50px;
}

.step-number {
    position: relative !important;
    display: block;
    background: #c80d0d;
    box-shadow: 0 0 9px rgba(200,200,200,.75);
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.home .type-post.sticky, .home .formatted-post, .page-template-blog-page-php .type-post.sticky, .page-template-blog-page-php .formatted-post {
    background: #BD6982 none repeat scroll 0% 0%;
}

.content {
    padding-top: 0px;
}

.share-this {
    float: left !important;
    padding: 10px 0 30px 0 !important;
}


/**
 * Table
 * ----------------------------------------------------------------------------
 */

table {
	position: relative;
	width: 100%;
	background: #fff;
	border: none !important;
	border-bottom: 0;
	margin-bottom: 15px;
	border-spacing: 0;
	line-height: 30px;
	margin: 0 0 22px 0;
	text-align: left;
	border-collapse: separate !important;
}


/**
 * Forms
 * ----------------------------------------------------------------------------
 */

/** Contact Form 7 */

.wpcf7-form-control {
    font-family: fontawesome !important;
}

.wpcf7-form {
    max-width: 60%;
    min-width: 300px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    min-width: 300px;
    width: 100%;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    min-width: 300px;
    width: 100%;
}

.cf7quiz {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    min-width: 300px;
    width: 60%;
}

.wpcf7-form-control.wpcf7-submit {
    min-width: 300px;
    width: 100%;
}


/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */
 
.widget-title {
    border-bottom: 3px solid #333333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
 

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.footer {
    background: #fff !important;
    border-top: 1.2px dotted #DEDEDE;
}

.footer-links {
    float: right;
}

.footer a {
    color: #B4B4B4;
}

p#copyright .credits a {
    font-style: italic;
    font-size: 15px;
    color: rgba(129, 129, 129, 0.5) !important;
    text-shadow: none;
    letter-spacing: 1.5px;
    font-weight: 200;
    float: left;
}

.copyright {
    float: left;
}
