/*
 Theme Name:   cedartheme
 Theme URI:    http://www.digiloy.com/
 Description:  Cedar Grove Civic Association website template
 Author:       DIS
 Author URI:   http://www.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%;
}






.dis-footer-text p {
    padding: 0;
    text-align: left;
}


.dis-footer .dis-widget-title {
    font-size: 1.5em;
    padding: 0;
    color: #fff;
    margin-bottom: 14px;
}


div.dis-center-wrapper {
   
    padding: 10px;
}



a.dis-button.big-button {
    padding: 10px;
    font-size: 1.5em !important;
}


.second-color-background{
    background:#cc3300 ;
}



.slider-container {
    box-shadow: 0 0 9px #000;
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea {
  
    width: auto;
    margin-bottom:10px !important;
}


input.dis-button.button.btn {
    padding: 5px 10px;
}


a.dis-button.big-button,a.dis-button.big-button:hover,a.dis-button.big-button:focus,a.dis-button.big-button:visited {
    padding: 10px;
    font-size: 1em !important;
    margin-bottom:10px;
    display:inline-block;
    height:15px;
    line-height:15px !important;
}

div.dis-center-inner {
  
    left: 0;
}

div.dis-center-wrapper {
    right: 0;
    width: 100%;
}

.responsive footer .dis-layout-cell {
    width: auto !important;
    height: auto !important;
    padding: 0px 15px;
}

footer input#mc4wp_email {
    max-width: 90%;
    float: left;
}

ul.tabs.wc-tabs li {
    overflow: hidden;
}

.dayline {
    border-bottom: 1px dotted;
    display: inline-block;
    width: 100%;
}
.day {
    display: inline;
    float: left;
    font-weight: bold;
}
.hours {
    float: right;
    clear: right;
}