/* 
 Theme Name:     Agroplod
 Author:         Marko Markovic - Web Developer
 Author URI:     https://www.titandizajn.com/ 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

body {font-family: 'Calibri' !important;background: #ffea82;}
p, li {font-weight: bold;text-align: justify;color:#231f20;}
h1 {
    color: #ed1c24;
    font-weight: 800;
}
#main-header .container {width: 90% !important;}
html .et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
    padding-top: 133px !important;
}
/* HEADER */
.menu-item a {
    text-transform: uppercase;
    padding-bottom: 0 !important;
}
#top-menu-nav .current-menu-item a:before {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;	
	border-top-color: #fed100;
	border-width: 30px;
	margin-left: -30px;
}
#top-menu-nav .menu-item:first-child {
    border-left: none;
}
#top-menu-nav .menu-item {
    padding: 0px 10px 0px 7px !important;
    border-right: 2px solid #d71920;
}
#top-menu-nav .menu-item:last-child {
    border-right: none;
    padding-right: 10px;
}
div#et-top-navigation {
    padding-bottom: 10px;
}


/* PARALLAX */

#scene {
    /* background-image: url('https://www.agroplod.mk/wp-content/uploads/2019/06/Parallax-4.jpg'); */
    overflow: hidden;
}
.layer {
    height: 100vh;
    width: 100%;
}
.background {    
        background: url(https://www.agroplod.mk/wp-content/uploads/2019/06/Parallax-4.jpg) no-repeat 50% 100%;
        background-size: cover;
        position: absolute;
        width: 110%;
        left: -5%;
        top: -5%;
        height: 110vh;
}




.layer-1 {
    background: url(https://www.agroplod.mk/wp-content/uploads/2019/06/Parallax-3.png) no-repeat 50% 100%;
        background-size: cover;
        position: absolute;
        width: 110%;
        left: -5%;
        top: -5%;
        height: 110vh;
}
.layer-2{
    background: url(https://www.agroplod.mk/wp-content/uploads/2019/06/Parallax-trava.png) no-repeat 50% 100%;
        background-size: cover;
        position: absolute;
        width: 110%;
        left: -5%;
        top: 5%;
        height: 110vh;
} 
.layer-3{
    background: url(https://www.agroplod.mk/wp-content/uploads/2019/06/Parallax-2.png) no-repeat 50% 100%;
        background-size: cover;
        position: absolute;
        width: 110%;
        left: -5%;
        top: -5%;
        height: 110vh;
}
.layer-4{
    background: url(https://www.agroplod.mk/wp-content/uploads/2019/06/Parallax-1.png) no-repeat 50% 100%;
        background-size: contain;
        position: absolute;
        width: 110%;
        left: -5%;
        top: 0;
        height: 110vh;
}



/* HOME */

#about-us {
    z-index: 9999;
}
#about-us h1 {
    color: #ed1c24;
    font-weight: 800;
}


/* ОДГЛЕДУВАЊЕ НА ОВОШЈЕ */
.product-lft .et_pb_column:last-child {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product-rgh .et_pb_column:first-child {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

/* FOOTER */

#main-footer {
    z-index: 9999;
    position: relative;
}
/* html #footer-widgets .footer-widget li:before {
    position: unset;
    top: 0px;
    left: 0;
    border-width: 0px;
    border-style: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    content: "> " !important;
    color: #fff;
    font-weight: bold;
} */
html #footer-widgets .footer-widget  {
    font-weight: bold;
}
div#footer-info {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
div#nav_menu-2 {
    float: right;
}
#footer-widgets .footer-widget p {
    color: #d71920;
}
iframe {
    margin-bottom: -10px;
}

#prespa-hero .et_pb_slide_description {
    padding-top: 5%;
    padding-bottom: 25%;
}
#rss-2 a.rsswidget {
    font-size: 16px !important;
    color: #d71920 !important;
}
#rss-2 h4.widgettitle a.rsswidget {
    font-size:22px !important;
    color:#000 !important;
}
#rss-2 li {
    list-style: disc!important;
    color: #d71920!important;
}
a.dl-doc {
    color: #000 !important;
    font-size: 22px;
}
a.dl-doc img {
    padding-right:5px;
}