/*
 Theme Name:   Virtue Child
 Theme URI:    http://#
 Description:  Virtue Child Theme
 Author:       Vgpapi
 Author URI:   http://arteaster.com
 Template:     virtue
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, tree-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  virtue-child
*/
/* ----- Papi 30. 9. 2016. ---- */

@import "fonts/font-awesome.css";

/* ----- Header ----------------- */
html{
background:url('https://dplus.co.rs/wp-content/uploads/2016/10/bg-3.jpg') no-repeat center center fixed;
background-size:cover;
}
.headerclass {
/* background: url(./img/primary-2.jpg)repeat-x top center !important;
background-color: transparent; */
}
/* ----- Menu ----------------- */ 
#nav-main ul.sf-menu li.current-menu-item a{
color:#c72c00;	
}
#nav-main ul.sf-menu li.current-menu-item a i{
color:#2980B9;	
}
#nav-main ul.sf-menu {
text-transform: uppercase;
}
#nav-main ul.sf-menu>li a i {
    font-size: 23px;
    font-style: normal;
    margin-bottom: 10px;
}
#nav-main ul.sf-menu>li a i.fa-home:before{
  font-family: 'FontAwesome';
  content: "\f015";
}
#nav-main ul.sf-menu>li a i.fa-tags:before{
  font-family: 'FontAwesome';
  content: "\f02c";
}
#nav-main ul.sf-menu>li a i.fa-download:before{
  font-family: 'FontAwesome';
  content: "\f019";
}
#nav-main ul.sf-menu>li a i.fa-envelope:before{
  font-family: 'FontAwesome';
  content: "\f0e0";
}
/* ---- Footer ---------------- */
.footercredits p {
    font-size: 12px;
}
/* ---- ul, li ---------------- */
#nav-main ul.sf-menu>li {
border-right: 1px solid #c84b5f !important;
}
ul.dload{
line-height: 30px;
/* display: inline-block; */
}
ul.dload li{
list-style-type:none !important;
font-size:14px;	
border-bottom: 1px solid #eee;
}
ul.dload li a{
padding-left:8px;
}
ul.dload li a:hover{
	color:#848484;
}
ul.dload li:before{
font-family: 'FontAwesome';
content: "\f019";
color:#3C6198;
}
ul.product{
line-height: 30px;
/* display: inline-block; */
}
ul.product li{
list-style-type:none !important;
font-size:14px;	
border-bottom: 1px solid #eee;
}
ul.product li a{
padding-left:8px;
}
ul.product li a:hover{
	color:#848484;
}
ul.product li:before{
font-family: 'FontAwesome';
content: "\f02c";
color:#3C6198;
}
/* === Contact Form 7 === */

div.wpcf7-mail-sent-ok {
	display: inline-block;
    background: #66a5da;
    color: #fff;
    border: none;
}
div.wpcf7-response-output{
    word-break: break-word;
	margin: 0;
}
	

