/* 
 Theme Name:     OCRON
 Author:         OCRON Systems LLC
 Author URI:     https://ocronsystems.com
 Template:       Divi
 Version:        V-2
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4
*/ 


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


#main-header{
    border: none;
    box-shadow: none; 
}
#main-header .container {

  padding-left: 0 !important;
  padding-right: 0 !important;

}
#main-header div#et-top-navigation{
    background-color: #0c4371;
}
ul#top-menu li a{
    padding-bottom: 0px !important;
    padding:15px !important;
    color: #ffffff !important;
}
ul#top-menu li a:hover{
    background-color: #ffffff !important;
    color: #0c4371 !important;
    opacity: 10 !important;
}
#main-header div#et-top-navigation{
    margin-top: -40px;  
}
.et_header_style_centered #logo {

    margin-top: -40px;

}
#home-right-text{
    background-color: #fff;

padding: 15px;

border: solid 2px #05235b;
}
#home-right-text p{
    display: inline-grid;
    width: 23%;
    white-space: normal;
    word-break: break-word;
}
#jar-images-box{
    text-align: right;
   
}
#jar-images-box div{
    display: inline-block;
    margin-top: 50px;
}
#jar-images-box div img{
    width: 100%;
    height: auto;
    margin: 0.4%;
    transition: transform .4s;
    
}

 
#jar-images-box .img-1 {
width: 25%;
}
 
#jar-images-box .img-2 {
    width: 17%;
}
 
 #jar-images-box .img-3 {
     width: 18%;
 }
 

#jar-images-box .img-4 {
    width: 16%;
}
 

#jar-images-box .img-5 {
    width: 19%;
}
 
 
#jar-images-box .img-6 {
    width: 12%;
}
 

#jar-images-box .img-7 {
  width: 20%;
}
 
#jar-images-box .img-8 {
   width: 16%;
 }
 
#jar-images-box .img-9 {
    width: 14%;
}
 
#jar-images-box .img-10 {
     width: 15%;
}
#jar-images-box  img:hover{
   
    transform: scale(1.6);
  transform-origin: 50% 50%;
    
}
#top-menu li.current-menu-item a{
background-color: #ffffff !important;
color: #0c4371 !important;
opacity: 10 !important;
}


@media screen and (max-width: 980px) {

    .et_header_style_centered #et_mobile_nav_menu{
        padding:5px !important;
    }
    .et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
 
        color: #ffffff;
       
    }
    .mobile_menu_bar::before{
        color: #ffffff;
    }
    .et_header_style_centered .et_menu_container .mobile_menu_bar {
        
        top: 6px;
    
    }
    .et_mobile_menu{
        padding: 1%;
    }
    #main-header div#et-top-navigation{
        margin-top: 0px;  
    }
    .et_header_style_centered #logo {
    
        margin-top: 0px;
    
    }
}


@media screen and (max-width: 600px) {
    #home-right-text p{
         
        width: 48%;
    }
}
/* home video box*/

@media screen and (max-width: 4000px) {
    
#home-video-box{
    min-height: 80vh;
}
}
@media screen and (max-width: 3000px) {
    #home-video-box{
        min-height: 70vh;
    }
}
@media screen and (max-width: 2000px) {
    #home-video-box{
        min-height: 60vh;
    }
}
@media screen and (max-width: 1000px) {
    #home-video-box{
        min-height: 50vh;
    }
}





 
.full-window-height {
  height: 100vh; /* ONLY if you want the video to fill the entire browser window. Support: http://caniuse.com/#search=vh */
}
.video-bg {
  position: relative; /* contain the abs-pos <video> */
  width: 100%;
  overflow: hidden; /* prevent scrollbars */
  /* these below don't matter: */
  /*padding: 10% 0; */
  text-align: center;
  font: bold 40px/1.2 sans-serif;
}
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* keep centered in parent */
  z-index: -1; /* keep video behind other content */
  min-width: 100%; /* always cover horizontal */
  min-height: 100%; /* always cover vertical */
}
 
