/*
Theme Name:   maxcanvas Child
Theme URI:    http://wwww.maxburst.com/
Description:  maxcanvas Child Theme
Author:       MAXBURST
Author URI:  http://www.maxburst.com/
Template:     maxcanvas
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  maxcanvas_child
*/

/*
All custom css for a given theme should live.
It is included last in header.php so it will override all other styles.
Please maintain the order and structure of this document.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Widgets, Sidebars, Etc.
5.0 Homepage
6.0 Posts and Pages
7.0 Footer
8.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

a {

}

b, strong {

}

span {

}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/

hr {

}

ul {

}

li {

}

img {

}

table {

}

tr {

}

td {

}

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

header {

}

#preheader {

}

#menu-preheader-nav{

}

#social_top_right {

}

#header {

}

nav.nav {

}

ul.nav {

}

li.menu-item {

}

li.menu-item.dropdown {

}

li.menu-item.menu-item-has-children{

}

li.menu-item a {

}

/*--------------------------------------------------------------
4.0 Widgets, Sidebars, Etc.
--------------------------------------------------------------*/

#subheader {

}

#cta-wrapper {

}

#cta {

}

#secondary {

}

.widget-area {

}

.widget {

}

.widget-title {

}

/*--------------------------------------------------------------
5.0 Homepage
--------------------------------------------------------------*/

#hiimpact {

}

#buckets {

}

#bucket1 {

}

#bucket2 {

}

#bucket3 {

}

/*--------------------------------------------------------------
6.0 Posts and Pages
--------------------------------------------------------------*/

#content {

}

#main {

}

article .entry-title {

}

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

footer {

}

#colophon {

}

#footer1 {

}

#footer2 {

}

#footer3 {

}

#footer4 {

}

.site-info {

}

/*--------------------------------------------------------------
8.0 Responsive
--------------------------------------------------------------*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1920px) {
    .container {
        width: 1560px;
    }
}