/*! * Theme v1.0.0 * Copyright 2015-2016 theemon.com */ @skinColor:#16d428; //Change here your theme Color @fontFamily:"Montserrat",sans-serif; //Change here your theme Font family .transition_effect{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } h2{ font-family:@fontFamily !important; } //=============================================== //====================TEXT COLOR================== .steps-description .step-no,.common-btn:hover,.blog-text .blog-time .blog-date,.address-info .location-link , .offer-block .offer-img,.social-media-section li a .social-media-name:hover,.hover-social-icon a:hover,.blog-page-option a:hover { color:@skinColor; .transition_effect; } //============================================================ //==========================BACKGROUND COLOR================== .common-btn,.blog-page-option a .blog-option-link,.opening-position-info li:before,.question-block h4 a[aria-expanded="true"]:before,.testimonial-block .author-content .owl-page.active > span, .testimonial-block .author-content .owl-pagination .owl-page:hover > span{ background-color: @skinColor; .transition_effect; } .common-btn{ background: @skinColor; .transition_effect; } .social-media-section li a .social-media-icon:hover{ background-color:darken(@skinColor,10%); .transition_effect; } //============================================================ //==========================BORDER COLOR================== .common-btn:hover,.testimonial-block .author-content .owl-page.active, .testimonial-block .author-content .owl-page:hover{ border-color:@skinColor; .transition_effect; }