/*
Theme Name: DevDmBootstrap3-Child
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.0.3.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
Template: devdmbootstrap3
*/

/* Import CSS from parent theme */
/*@import "../devdmbootstrap3/style.css";*/
/* Import Bootstrap CSS */
@import "css/bootstrap.css";
/* Import child theme CSS */
/* @TODO: These files are written max-width first while Bootstrap is written min-width first.
This adds a ton of confusion but rewriting would be a big undertaking.
Also note that these widths have to align with what is set in bootstrap.css.
Unfortunately we are using a precompiled Bootstrap instead of Sass or Less. This means
changing these widths is also a big undertaking.
 */
@import url('css/base.css');
@import url('css/type.css');
@import url('css/helper-classes.css');
@import url('css/components.css');
@import url('css/wp-columns.css');
@import url('css/overview-page.css');
@import url('css/lg.css');
@import url('css/md.css')  (max-width: 1024px);
@import url('css/sm.css')  (max-width: 991px);
@import url('css/xs.css')  (max-width: 779px);

/* Somehow this makes the navbar collapse functionality work. It won't work without this. */

@media (max-width: 991px) {
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		/*margin-top: 7.5px;*/
	}
	.navbar-nav>li {
        float: none;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* Bootstrap Grid additions */

/* LG padding on either side of .container */
.container--lg-padding {
     padding-left: 40px;
     padding-right: 40px;
 }

@media (min-width: 780px) {
    .container--lg-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* XL padding on either side of .container */
.container--xl-padding {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 780px) {
    .container--xl-padding {
        padding-left: 60px;
        padding-right: 60px;
    }
}


/* CUSTOM FONT CSS */

@font-face {
  font-family: 'EPIC-Art';
  src:  url('fonts/EPIC-Art9662.eot?b0uhvr');
  src:  url('fonts/EPIC-Art9662.eot?b0uhvr#iefix') format('embedded-opentype'),
    url('fonts/EPIC-Art9662.ttf?b0uhvr') format('truetype'),
    url('fonts/EPIC-Art9662.woff?b0uhvr') format('woff'),
    url('fonts/EPIC-Art9662.svg?b0uhvr#EPIC-Art') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="epic-"], [class*=" epic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'EPIC-Art' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.epic-EpicArt-A2:before {
  content: "\61";
}
.epic-EpicArt-B2:before {
  content: "\62";
}
.epic-EpicArt-C2:before {
  content: "\63";
}
.epic-EpicArt-D2:before {
  content: "\64";
}
.epic-EpicArt-E2:before {
  content: "\65";
}
.epic-EpicArt-F2:before {
  content: "\66";
}
.epic-EpicArt-G2:before {
  content: "\67";
}
.epic-EpicArt-H2:before {
  content: "\68";
}
.epic-EpicArt-I2:before {
  content: "\69";
}
.epic-EpicArt-J2:before {
  content: "\6a";
}
.epic-EpicArt-K2:before {
  content: "\6b";
}
.epic-EpicArt-L2:before {
  content: "\6c";
}
.epic-EpicArt-M2:before {
  content: "\6d";
}
.epic-EpicArt-N2:before {
  content: "\6e";
}
.epic-EpicArt-O2:before {
  content: "\6f";
}
.epic-EpicArt-P2:before {
  content: "\70";
}
.epic-EpicArt-Q2:before {
  content: "\71";
}
.epic-EpicArt-R2:before {
  content: "\72";
}
.epic-EpicArt-S2:before {
  content: "\73";
}
.epic-EpicArt-T2:before {
  content: "\74";
}
.epic-EpicArt-U2:before {
  content: "\75";
}
.epic-EpicArt-V2:before {
  content: "\76";
}
.epic-EpicArt-W2:before {
  content: "\77";
}
.epic-EpicArt-X2:before {
  content: "\78";
}
.epic-EpicArt-Y2:before {
  content: "\79";
}
.epic-EpicArt-Z2:before {
  content: "\7a";
}
.epic-EpicArt-A:before {
  content: "\41";
}
.epic-EpicArt-B:before {
  content: "\42";
}
.epic-EpicArt-C:before {
  content: "\43";
}
.epic-EpicArt-D:before {
  content: "\44";
}
.epic-EpicArt-E:before {
  content: "\45";
}
.epic-EpicArt-F:before {
  content: "\46";
}
.epic-EpicArt-G:before {
  content: "\47";
}
.epic-EpicArt-H:before {
  content: "\48";
}
.epic-EpicArt-I:before {
  content: "\49";
}
.epic-EpicArt-J:before {
  content: "\4a";
}
.epic-EpicArt-K:before {
  content: "\4b";
}
.epic-EpicArt-L:before {
  content: "\4c";
}
.epic-EpicArt-M:before {
  content: "\4d";
}
.epic-EpicArt-N:before {
  content: "\4e";
}
.epic-EpicArt-O:before {
  content: "\4f";
}
.epic-EpicArt-P:before {
  content: "\50";
}
.epic-EpicArt-Q:before {
  content: "\51";
}
.epic-EpicArt-R:before {
  content: "\52";
}
.epic-EpicArt-S:before {
  content: "\53";
}
.epic-EpicArt-T:before {
  content: "\54";
}
.epic-EpicArt-U:before {
  content: "\55";
}
.epic-EpicArt-V:before {
  content: "\56";
}
.epic-EpicArt-W:before {
  content: "\57";
}
.epic-EpicArt-X:before {
  content: "\58";
}
.epic-EpicArt-Y:before {
  content: "\59";
}
.epic-EpicArt-Z:before {
  content: "\5a";
}

/* END CUSTOM FONT CSS */
