/* 
 Theme Name:  Divi Rit Child
Theme URI: http://knorish.com/
Description: A Custom Child Theme For Divi
Author: Ritesh Rohan
Author URI: http://knorish.com/
Template: Divi
Version: 1
*/

//@import url("../Divi/style.css");

/* -- If you have custom styles, put them below this line. -- DO NOT EDIT ABOVE -- */ 

html, body{
margin: 0;
padding: 0;
box-sizing: border-box;
}

img {
-webkit-filter: saturate(150%) contrast(1.15) brightness(101%);
filter: saturate(150%) contrast(1.15) brightness(101%);
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

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

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


