/*!
Theme Name: Bober Child
Theme URI: http://mpcreation.net
Description: a child theme
Author: MPC
Author URI: http://themeforest.net/user/mpc
Template: bober
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom css below
-------------------------------------------------------------- */

.mpc-textblock a:link {
    color: #d3b993;
}

.mpc-textblock a:hover {
    color: #d3b993;
    text-decoration: underline;
}

.mpc-textblock a:visited {
    color: #d3b993;
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#b_site_content .mpc-parallax.mpc-parallax-style--fixed:before
{
background-attachment: initial!important;
}
}