/*
Theme Name: Primitiv
Theme URI: https://primitivcreative.com
Author: Primitiv
Author URI: https://primitivcreative.com
Description: Primitiv Creative Design....
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: primitiv
Text Domain: primitiv
*/
/* ===========================================================
Custom modification only for FREELANCER Demo - START
=========================================================== */

/* Center Titles */
.wpb_wrapper .section-title {
    text-align: center;
}

/* Titles: Top Margin */
body.page .section-title h1, body.page .section-title h2, body.page .section-title h3 {
    margin-top: 60px !important;
}

/* Top Menu: Bottom padding for contact form labels  */
.top-menu--widgets .widgettitle {
    color: #FFF;
}

/* Top Menu: Remove underline from titles on mouseover */
.top-menu-container .top-menu ul li a:after {
    background-color: transparent;
}

/* Blog: Remove underline from titles on mouseover */
.blog-posts .post-item .post-details .post-title a:after {
    display: none;
}

/* Background Image */
.wrapper {
/* background:url(https://demo.kaliumtheme.com/freelancer/wp-content/uploads/2015/04/pattern-29.jpg); */
}

/* Contact: Input Form Border Color */
.labeled-input-row input {
    border-bottom-color: #ededed;
}

/* Contact: Input Form Border Color */
.labeled-textarea-row textarea {
    background-image: linear-gradient(#ededed 1px, transparent 1px);
}
/* ===========================================================
Custom modification only for FREELANCER Demo - END
=========================================================== */

/* ===========================================================
User CSS modifications
=========================================================== */
.example {
    color: red !important;
}