/*
Theme Name: ATT Sports Net
Theme URI: http://tracondigital.com
Author: Michael Hines
Author URI: http://tracondigital.com
Description: Tracon Digital adaptable and responsive Bootstrap starter theme based on Twitter Bootstrap v3.3.7. Seamless and minimalistic integration of Twitter Bootstrap Framework into the WordPress.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tracon_digital
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
	## Back to Top Button
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
   font-family: sans-serif;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
}

body {
   margin: 0;
   background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
   display: block;
}

audio,
canvas,
progress,
video {
   display: inline-block;
   vertical-align: baseline;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden],
template {
   display: none;
}

a {
   background-color: transparent;
}

a:active,
a:hover {
   outline: 0;
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: bold;
}

dfn {
   font-style: italic;
}

h1 {
   font-size: 2em;
   margin: 0.67em 0;
}

mark {
   background: #ff0;
   color: #000;
}

small {
   font-size: 80%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

img {
   border: 0;
}

svg:not(:root) {
   overflow: hidden;
}

figure {
   margin: 1em 40px;
}

hr {
   box-sizing: content-box;
   height: 0;
}

pre {
   overflow: auto;
}

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
   color: inherit;
   font: inherit;
   margin: 0;
}

button {
   overflow: visible;
}

button,
select {
   text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}

button[disabled],
html input[disabled] {
   cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

input {
   line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box;
   padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   border: 0;
   padding: 0;
}

textarea {
   overflow: auto;
}

optgroup {
   font-weight: bold;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td,
th {
   padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
   color: #333;
   font-family: "att_aleck_cdregular", Helvetica, Verdana, Arial, sans-serif;
   font-size: 18px;
   line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: both;
}

p {
   margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
   font-style: italic;
}

blockquote {
   margin: 0 1.5em;
}

address {
   margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
   font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
   font-size: 15px;
   font-size: 0.9375rem;
}

abbr,
acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
}

mark,
ins {
   background: #fff9c0;
   text-decoration: none;
}

big {
   font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
   box-sizing: border-box;
}

*,
*:before,
*:after {
   /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
   box-sizing: inherit;
}

body {
   background: #fff;
   /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
}

blockquote,
q {
   quotes: """";
}

hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}

ul {
   list-style: disc;
}

ol {
   list-style: decimal;
}

li>ul,
li>ol {
   margin-bottom: 0;
   margin-left: 1.5em;
}

dt {
   font-weight: bold;
}

dd {
   margin: 0 1.5em 1.5em;
}

img {
   height: auto;
   /* Make sure images are scaled correctly. */
   max-width: 100%;
   /* Adhere to container width. */
}

figure {
   margin: 1em 0;
   /* Extra wide images within figure tags don't overflow the content area. */
}

table {
   margin: 0 0 1.5em;
   width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   border: 1px solid;
   border-color: #ccc #ccc #bbb;
   border-radius: 3px;
   background: #e6e6e6;
   color: rgba(0, 0, 0, .8);
   font-size: 12px;
   font-size: 0.75rem;
   line-height: 1;
   padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
   border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
   color: #666;
   border: 1px solid #ccc;
   border-radius: 3px;
}

select {
   border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
   color: #111;
}

textarea {
   width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.supermenu__logo-wrapper .img-logo {
   margin-left: 5px
}

.supermenu {
   background: #232323 !important
}

.supermenu__desktop .supermenu__menu-items-ul>li {
   padding-top: 37px !important;
   padding-bottom: 41px !important;
   padding: 0 20px
}

.supermenu__menu-items-ul>li>a {
   font-family: att_aleck_sansmedium !important;
}

.supermenu--linkhover-2 .supermenu__menu-items-ul>li>a .supermenu__menu-item-name::after {
   background: #26a8e6
}

.supermenu__mobile .supermenu__toggler {
   float: right;
   margin-right: 15px
}

.supermenu__mobile .supermenu__menu-items-ul>li a {
   padding-left: 15px
}

.supermenu__mobile .supermenu__menu-items-wrapper {
   background: #252525 !important;
}

.yawp_wim_wrap button:first-of-type {
   display: none
}

.supermenu__mobile .supermenu__menu-items-wrapper li:last-child {
   background: #06b6ff
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu-title {
   display: none
}

.secondary-navigation ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
   display: none
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
   height: 1px;
   width: 1px;
   overflow: hidden;
   word-wrap: normal !important;
   /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-size: 0.875rem;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
   /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
   outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
   display: inline;
   float: left;
   margin-right: 1.5em;
}

.alignright {
   display: inline;
   float: right;
   margin-left: 1.5em;
}

.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
   content: "";
   display: table;
   table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
   clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
   margin-bottom: 2em;
}

/* Make sure select elements fit in widgets. */

.widget select {
   max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
   display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.splash {
   background: #1F2D42
}

.site-content {
   margin-top: 15px
}

/*--------------------------------------------------------------
## slider
--------------------------------------------------------------*/

.att-slider {
   position: relative;
   z-index: 0;
}

.slider-wrapper {
   position: absolute;
   z-index: 1000;
   width: 100%;
   left: 0;
   top: 15%
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.site-content-full {
   margin-top: 125px;
}

.itm-section-inner {
   padding: 35px 0;
}

.home-content-full {
   margin-top: 15px;
}

.home-section-inner {
   padding: 0 15px;
}

.post-details .welcome p {
   font: normal 300 15px/15px "att_aleck_cdmedium_italic";
   text-transform: uppercase;
   color: #fff;
   margin-bottom: 10px;
}

.post-details .brand-name p {
   font: normal 300 25px/28px "att_aleck_sansblack";
   text-transform: uppercase;
   text-align: center;
   color: #fff;
   margin-bottom: 5px
}

.post-details .home-content p {
   font: normal 300 14px/22px "att_aleck_sansitalic";
   color: #fff;
   margin-bottom: 0
}

.btn-att {
   font: normal 300 20px "att_aleck_cdmedium";
   text-transform: uppercase;
   background: #26303a;
   color: #fff;
   border-radius: 0;
   border: 1px solid #fff;
   margin: 15px 0 5px
}

.btn-att a {
   color: #fff
}

.btn-att a:hover {
   text-decoration: none
}

.btn-att:hover {
   background: #26a8e6;
   color: #fff;
   text-decoration: none
}

.schedule-wrapper {
   background: rgba(34, 34, 34, 0.66)
}

.read-more a {
   font: normal 300 18px/22px "att_aleck_cdmedium";
   color: #26a8e6
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
   background: #f5f5f5 none repeat scroll 0 0;
   border-radius: 3px;
   box-shadow: 0 0 2px 1px #ccc;
   padding: 2rem;
}

.single .byline,
.group-blog .byline {
   display: inline;
}

.page-content,
.entry-content,
.entry-summary {
   margin: 1.5em 0 0;
}

.page-links {
   clear: both;
   margin: 0 0 1.5em;
}

.page-header {
   border-style: none !important
}

.content-area {
   background: #fff;
   margin-top: 0;
   padding-bottom: 15px
}

.entry-title {
   font: normal 300 40px/80px "att_aleck_cdblack";
   color: #26a8e6;
   text-transform: uppercase
}

.entry-meta,
.entry-footer {
   font: normal 300 12px/12px "att_aleck_cdmedium";
   color: #999;
}

.entry-meta a,
.entry-footer a {
   color: #999
}

.entry-meta a:hover,
.entry-footer a:hover {
   color: #26a8e6
}

.entry-footer {
   clear: both
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive .entry-content {
   margin-top: 5px
}

.archive .entry-header a {
   color: #232323;
   font: normal 300 18px/22px 'att_aleck_cdmedium';
}

.archive .entry-header a:hover {
   text-decoration: none;
   color: #26A8E6;
}

.archive article {
   padding: 15px 0 0 0
}

/*-------------------------------------------------------------
Pagenation
--------------------------------------------------------------*/

.pagination {
   font-size: 12px;
   line-height: 13px;
   font-weight: 600;
   position: relative;
   clear: both;
   padding: 20px 0;
}

.pagination span,
.pagination a {
   display: block;
   float: left;
   width: auto;
   margin: 2px 2px 2px 0;
   padding: 6px 9px 5px;
   text-decoration: none;
   color: #26BAEF;
   background: #232323 none repeat scroll 0 0;
}

.pagination a:hover {
   text-decoration: none;
   color: #fff;
   background: none repeat scroll 0 0 #26BAEF;
   /*hover color*/
}

.pagination .current {
   padding: 6px 9px 5px;
   color: #fff;
   background: #26BAEF none repeat scroll 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
   word-wrap: break-word;
}

.bypostauthor {
   display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
   /* Theme Footer (when set to scrolling) */
   display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
   display: block;
}

/*--------------------------------------------------------------
## Back to Top Button
--------------------------------------------------------------*/
.scrollup {
   position: fixed;
   z-index: 1;
   right: 5px;
   bottom: 5px;
   width: 50px;
   height: 50px;
   display: none;
   text-indent: -9999px;
   background: url('https://d2isblg909whrf.cloudfront.net/social-icons/wpb-top.png') no-repeat;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
   max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
   margin-bottom: 1.5em;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption .wp-caption-text {
   margin: 0.8075em 0;
}

.wp-caption-text {
   text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
   margin-bottom: 1.5em;
}

.gallery-item {
   display: inline-block;
   text-align: center;
   vertical-align: top;
   width: 100%;
}

.gallery-columns-2 .gallery-item {
   max-width: 50%;
}

.gallery-columns-3 .gallery-item {
   max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
   max-width: 25%;
}

.gallery-columns-5 .gallery-item {
   max-width: 20%;
}

.gallery-columns-6 .gallery-item {
   max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
   max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
   max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
   max-width: 11.11%;
}

.gallery-caption {
   display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer#colophon {
   background: rgba(37, 37, 37, 0.8) none repeat scroll 0 0;
   margin: 0;
   padding: 10px 0 5px 0;
}

.site-info {
   font: normal 300 11px/14px "att_aleck_sansregular";
   text-align: center;
   text-indent: 15px;
   color: #999
}

.site-info-inline {
   font: normal 300 12px/14px "att_aleck_sansblack_italic";
   text-transform: uppercase
}

.copyright {
   font-size: 14px;
   margin-bottom: 0;
   text-align: center;
}

.copyright a {
   color: #999
}


/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal-open {
   overflow: hidden;
}

.modal {
   display: none;
   overflow: auto;
   overflow-y: scroll;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 10500;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}

.modal.fade .modal-dialog {
   -webkit-transform: translate(0, -25%);
   -ms-transform: translate(0, -25%);
   transform: translate(0, -25%);
   -webkit-transition: -webkit-transform 0.3s ease-out;
   -moz-transition: -moz-transform 0.3s ease-out;
   -o-transition: -o-transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
}

.modal-dialog {
   position: relative;
   width: auto;
   margin: 10px;
}

.modal-content {
   position: relative;
   background-color: #ffffff;
   border: 1px solid #999999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   background-clip: padding-box;
   outline: none;
}

.modal-backdrop {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000000;
}

.modal-backdrop.fade {
   opacity: 0;
   filter: alpha(opacity=0);
}

.modal-backdrop.in {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.modal-header {
   padding: 15px;
   border-bottom: 1px solid #e5e5e5;
   min-height: 16.42857143px;
}

.modal-header .close {
   margin-top: -2px;
}

.modal-title {
   margin: 0;
   line-height: 1.42857143;
}

.modal-body {
   position: relative;
   padding: 20px;
}

.modal-footer {
   margin-top: 15px;
   padding: 19px 20px 20px;
   text-align: right;
   border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
   margin-left: 5px;
   margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
   margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
   margin-left: 0;
}

@media (min-width: 768px) {
   .modal-dialog {
      width: 600px;
      margin: 150px auto;
   }

   .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
   }

   .modal-sm {
      width: 300px;
   }
}

@media (min-width: 992px) {
   .modal-lg {
      width: 900px;
   }
}

.modal-body #container button:last-of-type {
   display: none
}

/*--------------------------------------------------------------
## Watch Bar
--------------------------------------------------------------*/
.watch-bar {
   position: relative;
   z-index: 10;
   top: 75px;
   float: right
}

.btn-watch {
   color: #fff;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 600;
   font-family: Raleway;
   line-height: 14px;
   background: #06b6ff;
   padding: 3px 16px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   max-width: 100%
}

.btn-watch-mobile {
   color: #fff;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 600;
   font-family: Raleway;
   line-height: 14px;
   background: #06b6ff;
   padding: 3px 16px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   max-width: 100%
}

.gform_wrapper .gform_footer {
   margin: 0 !important;
   padding: 0 !important
}

.schedule-section {
   width:100%
}


/* 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) {
   .supermenu {
      background: rgba(34, 34, 34, 0.6) !important
   }

   /* Secondary Navigation	 */
   .secondary-navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center;
      display: block
   }

   .secondary-navigation ul li {
      display: inline-block;
      padding: 20px 5px;
      font: normal 300 14px/16px "att_aleck_sansmedium";
      color: #fff
   }

   .secondary-navigation ul li:after {
      content: "/";
      margin-left: 25px
   }

   .secondary-navigation ul li:last-child:after {
      content: "/";
      display: none
   }

   .secondary-navigation ul li a {
      color: #fff
   }

   .secondary-navigation ul li a:hover {
      color: #26a8e6;
      text-decoration: none
   }

   /* Home Page Content	 */
   .site-content-full {
      margin-top: 0;
   }

   .site-content {
      margin-top: 98px
   }

   .site-info {
      text-align: left;
      text-indent: 5px;
      padding: 5px
   }

   .home-content-full {
      margin-top: 0;
   }

   .home-content-wrapper {
      margin-top: 120px
   }

   .home-section-inner {
      padding: 45px 30px;
   }

   .itm-section-inner {
      padding: 60px;
   }

   .post-details .welcome p {
      font-size: 30px;
      line-height: 35px
   }

   .post-details .brand-name p {
      font-size: 70px;
      line-height: 75px;
      margin-bottom: 5px
   }

   .post-details .home-content p {
      font-size: 18px;
      line-height: 24px
   }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
   .post-details .brand-name p {
      font-size: 65px;
      margin-bottom: 5px
   }

   .itm-section-inner {
      padding: 50px 150px;
   }
}

/* Medium devices (desktops, 1024px and up) */

@media (min-width: 1024px) {
   .slider-wrapper {
      top: 15%
   }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

   /* Home Page Content	 */
   .slider-wrapper {
      top: 25%
   }

   .itm-section-inner {
      padding: 125px 180px;
   }
}