/*-----------------------------------------------------------------------------------



	Color schemes        |      Default: 1: #bf1e2e, 2: #d74150, 3: #dc9014

								Blue1: 1: #46CAE8, 2: #2CAADA, 3: #2681A2

								Blue2: 1: #14a7cf, 2: #0c6fb1, 3: #0d507a

								Brown: 1: #d88761, 2: #bb6a3f, 3: #a7492f

								Green1: 1: #b1d960, 2: #7fc33c, 3: #69963b

								Green2: 1: #83BF29, 2: #629c14, 3: #578c10

								Orange1: 1: #ffaf38, 2: #fe8100, 3: #c77014

								Purple: 1: #e3acdc, 2: #d17ac6, 3: #996192

								Red1: 1: #ed7351, 2: #db472f, 3: #c22a19

								Steel: 1: #bed7e0, 2: #82a3b2, 3: #7495a4

	

----------------------------------------------------------------------------------- */



/* ---------------------------- */

/*           Color

/* ---------------------------- */



a,

.slogan h1, .slogan h2, .slogan h3,.slogan h4, .slogan h5, .slogan h6,

.portfolio-item-text:hover span, .portfolio-item-text:hover a,

.team-member-description a.team-readmore:hover,

.sidebar .menu li a:hover, .sidebar .menu li.current-menu-item > a,

.post-shortcode .post-item h6 a:hover,

a.ps-rm-link:hover,

.flex-caption a,

.footer a:hover {color: #bf1e2e;}



/* ---------------------------- */

/*       Background-color

/* ---------------------------- */



::-moz-selection {background-color: #bf1e2e;}

::-webkit-selection {background-color: #bf1e2e;}

::selection {background-color: #bf1e2e;}



.highlight,

.divider-color,

.dropcap1, .dropcap2, .dropcap3,

.image-overlay span [class^="icon-"], .image-overlay span [class*="icon-"],

#toTop:hover,

.sf-menu > li.current-menu-item a,

.sf-menu ul li.current-menu-item > a,

.page-title .divider-color,

#portfolio-filters a:hover, #portfolio-filters li.current a,

.portfolio-single-categories a:hover,

.pt-column h3,

.service-icon,

.skill-bar span,

.meta-top .meta-date .year,

.meta-bottom span a:hover,

.site-pagination span,

.tagcloud a:hover {background-color: #bf1e2e;}



.sf-menu ul a:hover {background-color: #ff002a !important;}



/* ---------------------------- */

/*          Background

/* ---------------------------- */



.portfolio-navigation div a,

.rev_slider_wrapper .tp-leftarrow.default:hover,

.rev_slider_wrapper .tp-rightarrow.default:hover,

.flexslider-wrapper .flexslider .flex-next:hover,

.flexslider-wrapper .flexslider .flex-prev:hover,

.flex-control-paging li a:hover {background: #bf1e2e;}



/* ---------------------------- */

/*            Borders

/* ---------------------------- */



.header {border-top: 5px solid #bf1e2e;}

.portfolio-item-text h5 a {border-top: 4px solid #bf1e2e;}

.portfolio-item-text:before,

.portfolio-wrapper.style3 .portfolio-item-text:before,

.portfolio-wrapper.style4 .portfolio-item-text:before {border-bottom-color: #bf1e2e;}

#portfolio-filters a:hover, #portfolio-filters li.current a {border: 1px solid #d74150;}

.lp-image:hover {border: 2px solid #bf1e2e;}

.sidebar .menu li a:hover, .sidebar .menu li.current-menu-item a {border-left: 4px solid #bf1e2e;}

#flickr_badges div a:hover {border: 2px solid #bf1e2e;}

.flex-caption {border-left:3px solid #bf1e2e;}

.mt-button [class^="icon-"], .mt-button [class*="icon-"] {border-left: 1px solid #dc9014;}

.mt-tabs ul.mt-tabs-nav li.ui-state-active a {border-top-color: #bf1e2e !important;}

.mt-tabs.vertical ul.mt-tabs-nav li.ui-state-active a {border-left: 1px solid #bf1e2e;}



/* ---------------------------- */

/*           Gradients

/* ---------------------------- */



.mt-button,

input.wpcf7-submit,

#cancel-comment-reply-link,

.reply .comment-reply-link,

.logged-in-as a,

#commentform input#submit {

	background: #bf1e2e;

	background: -moz-linear-gradient(top, #bf1e2e 0%, #d74150 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf1e2e), color-stop(100%,#d74150));

	background: -webkit-linear-gradient(top, #bf1e2e 0%,#d74150 100%);

	background: -o-linear-gradient(top, #bf1e2e 0%,#d74150 100%);

	background: -ms-linear-gradient(top, #bf1e2e 0%,#d74150 100%);

	background: linear-gradient(to bottom, #bf1e2e 0%,#d74150 100%);

	border: 1px solid #dc9014;

}

.mt-button:hover,

input.wpcf7-submit:hover,

#cancel-comment-reply-link:hover,

.reply .comment-reply-link:hover,

.logged-in-as a:hover,

#commentform input#submit:hover {

	background: #d74150;

	background: -moz-linear-gradient(top, #d74150 0%, #bf1e2e 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d74150), color-stop(100%,#bf1e2e));

	background: -webkit-linear-gradient(top, #d74150 0%,#bf1e2e 100%);

	background: -o-linear-gradient(top, #d74150 0%,#bf1e2e 100%);

	background: -ms-linear-gradient(top, #d74150 0%,#bf1e2e 100%);

	background: linear-gradient(to bottom, #d74150 0%,#bf1e2e 100%);

}