/**
Theme Name: doc-child
Theme URI: https://
Author: Pixa Creative
Author URI: https://thinkpixa.com/
Template: Divi
Description:  Divi Child Theme 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
**/


/*-------------------------------------
     Header
--------------------------------------*/

/*-------------------------------------
     Custom CSS
--------------------------------------*/

/*-------------------------------------
      Gravity Forms
--------------------------------------*/

/*-------------------------------------
      Footer
--------------------------------------*/

/*-------------------------------------
      Section 4
--------------------------------------*/

/*-------------------------------------
      Section 5
--------------------------------------*/

/*-------------------------------------
      Section 6
--------------------------------------*/

/*-------------------------------------
      Section 7
--------------------------------------*/

/*-------------------------------------
      Section 8
--------------------------------------*/

/*-------------------------------------
      Section 9
--------------------------------------*/

/*-------------------------------------
      Section 10
--------------------------------------*/

/*-------------------------------------
      Section 11
--------------------------------------*/

/*--------------------------------------------------------------
Mobile CSS
--------------------------------------------------------------*/

@media (max-width: 600px) { 
}

@media (max-width: 600px)
and (orientation : portrait) {  
}

/*iPad 10" Pro Portrait*/ 
@media only screen and (min-device-width: 834px) 
and (orientation: portrait) {  
}

@media (max-width: 896px)  
and (orientation : landscape) { 
}

@media (max-width: 1366px)  
and (orientation : landscape) { 
}

