/*
 Theme Name:   SafariWire
 Theme URI:    http://digiloy.com/
 Description:  SafariWire website theme
 Author:       DIS
 Author URI:   http://digiloy.com
 Template:     betheme
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  betheme
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/



/*@import url("../betheme/style.css");*/


/* =Theme customization starts here
-------------------------------------------------------------- */

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
  padding-left:10px !important;
}

img {
    max-width: 100%;
    height: auto;
}

.audio-container, .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.audio-container iframe, .video-container iframe,
.audio-container object, .video-container object,
.audio-container embed, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
