<link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
+ <?php echo do_shortcode("[metaslider id=39]") ?>
<body>
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $small-range: (0em, 40em);
-// $medium-range: (40.063em, 64em);
+$medium-range: (40.063em, 64em);
// $large-range: (64.063em, 90em);
// $xlarge-range: (90.063em, 120em);
// $xxlarge-range: (120.063em, 99999999em);
-// $screen: "only screen";
+$screen: "only screen";
// $landscape: "#{$screen} and (orientation: landscape)";
// $portrait: "#{$screen} and (orientation: portrait)";
// $small-up: $screen;
// $small-only: "#{$screen} and (max-width: #{upper-bound($small-range)})";
-// $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
-// $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
-
+ $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
+ $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
+ $medium-down: "#{$screen} and (max-width: #{upper-bound($medium-range)})";
// $large-up: "#{$screen} and (min-width:#{lower-bound($large-range)})";
// $large-only: "#{$screen} and (min-width:#{lower-bound($large-range)}) and (max-width:#{upper-bound($large-range)})";
// src: url(../assets/font/Rage Italic.ttf);
//}
body {
- background: url(../assets/bkgrd.jpg) no-repeat fixed;
- background-size: cover;
+ //background: url(../assets/bkgrd.jpg) no-repeat fixed;
+ //background-size: cover;
}
/*Fonts*/
h1 {
// font-size: 50px;
// color: $white;
// text-transform: none;
-//}
\ No newline at end of file
+//}
+
+
+/* Metaslider */
+.metaslider {
+ z-index: -1;
+ position:fixed !important;
+}
+.metaslider, .metaslider div, .metaslider div img {
+ top:0;
+ right:0;
+ bottom:0;
+ left:0;
+ min-width:1440 !important;
+ min-height:900 !important;
+ @media #{$medium-down} {
+ width: auto !important;
+ }
+}
+/* End Metaslider */
+
+/* Ai1EC */
+#ai1ec-container a {
+ color: white;
+}
+/* End Ai1EC */
\ No newline at end of file