/*
Theme Name: Traffica PRECISE
Theme URI: https://www.inkthemes.com/market/yoga-studio-wordpress-theme/
Template: traffica
Author: InkThemes.com, PRECISE dev team
Author URI: http://www.inkthemes.com
Description: The Traffica WordPress Theme is simple and beautiful with lots of customization options. Front-end customization is a unique functionality of Traffica so that user can quickly make changes from the left sidebar menu and see the changes in real time. It has different sliders and custom logo options using which one can design his website homepage with unique business logo and attractive images. Multiple Social Icons, Live Customizer, Section On/Off Functionality for Blog and Footer Page, Background images, and other styling features make this theme very unique to stand out from others. The theme can be used for all kind professional as well as personal websites. Adapted to work with the PRECISE website.
Tags: two-columns,custom-background,threaded-comments,sticky-post,translation-ready,microformats,editor-style,custom-menu
Version: 1.2.5.1537443745
Updated: 2018-09-20 12:42:25

*/

/*generic links*/
a {
	color: #00c4a2;
}

/*topmenu items on hover*/
#menu li a:hover {
    border-bottom: 3px solid #00c4a2;
}

/*Home SLIDER*/
.slider_container:hover .flex-next, .slider_container:hover .flex-prev {
    background: #00c4a2;
}

/*Home NEWS*/
.Portfolio .carousel-post-title h3 a:hover {
    color: #00c4a2;
}
.Portfolio .jcarousel-skin-tango:hover .jcarousel-prev-horizontal, .Portfolio .jcarousel-skin-tango:hover .jcarousel-next-horizontal {
    background: #00c4a2 ;
}
.Portfolio {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

/*Home CARDS*/
.feature_inner_box i, .feature_inner_box img {
	    border: 2px solid #66dcc7;
    background: #00c4a2;
}
.feature_inner_box .back i:before{
    color: #00c4a2;
}
.feature_inner_box:hover h6, .feature_inner_box:hover a {
    color: #00c4a2;
}
.Portfolio .carousel-post-readmore a:hover {
    background: #00c4a2;
    border-bottom: 2px solid #336e64;
}
.feature_box {
    margin-bottom: 15px;
}
.Portfolio .jcarousel-item img {
    -moz-transition: all 4s !important;
  -webkit-transition: all 4s !important;
  transition: all 4s !important;
}
.Portfolio .jcarousel-item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*footer*/
.bottom-footer-container .bottom_footer_content a {
	color: #00c4a2;
}

/*widget NEWS*/
.sidebar ul li:before {
    color: #00c4a2;
}
/*widget SEARCH*/
.page-container .searchform input[type="submit"], .home-content .searchform input[type="submit"] {
    background: #00c4a2;
}
.page-container .searchform:before, .home-content .searchform:before {
    color: #00c4a2;
}
.page-container .searchform input[type="text"], .home-content .searchform input[type="text"] {
    border: 1px solid #00c4a2;
}
/*section NEWS*/
.content-bar .post:hover .date li.day {
    color: #00c4a2;
}
.content-bar .post .post_title a:hover {
    color: #00c4a2;
}
.content-bar .post .post_content .read_more {
    color: #00c4a2;
}
/*content NEWS*/
#commentform a {
    color: #00c4a2;
}
textarea#comment {
    border: solid 1px #66dcc7;
}
#commentform input#submit {
    text-shadow: 0 1px 0 #00c4a2;
}

/*breadcrumbs*/
.page_heading_container {
    background: #f6f6f6 url(assets/images/crumb-img.png) center no-repeat;
}

