/*------------------------------------------------------------------
 Project   : Total WordPress Theme
 Purpose   : Minimal iLightbox Skin - custom skin for Total.
 Author    : WPExplorer
 Theme URI : http://www.wpexplorer.com
 
/*------------------------------------------------------------------
[# Main]
-------------------------------------------------------------------*/
.ilightbox-overlay.minimal { background: #000 }

/*------------------------------------------------------------------
[# Loader]
-------------------------------------------------------------------*/
.ilightbox-loader.minimal { background-color: transparent }
.ilightbox-loader.minimal div { background-color: transparent; background: url('preloader.gif') no-repeat center; }

/*------------------------------------------------------------------
[# Title]
-------------------------------------------------------------------*/
.ilightbox-holder.minimal .ilightbox-inner-toolbar .ilightbox-title { font-size: 1em; padding: 10px; padding-right: 60px; color: #fff; font-weight: 400; text-transform: capitalize; line-height: 1.5; opacity: 0.85; }
.ilightbox-holder.minimal .ilightbox-inner-toolbar .ilightbox-toolbar { left: auto; top: 5px; right: 5px; }
.ilightbox-holder.minimal .ilightbox-inner-toolbar .ilightbox-toolbar a { float: right }

/*------------------------------------------------------------------
[# Caption]
-------------------------------------------------------------------*/
.ilightbox-holder.minimal .ilightbox-container .ilightbox-caption { background: #000; background: rgba( 0,0,0,0.6 ); font-size: 1.077em; display: block !important; opacity: 1 !important; left: 0; right: 0; text-align: center; padding: 20px; color: #aaa; bottom: 0; border-radius: 0; }
.isMobile .ilightbox-holder.minimal .ilightbox-container .ilightbox-caption { font-size: 1em }

/*------------------------------------------------------------------
[# Toolbar]
-------------------------------------------------------------------*/
.ilightbox-toolbar.minimal { top: 0; right: 10px; }
.ilightbox-toolbar.minimal a { float: right; width: 44px; height: 44px; opacity: 0.6; transition: opacity 0.1s; }
.ilightbox-toolbar.minimal a:hover { opacity: 1 }
.ilightbox-toolbar.minimal a.ilightbox-close { background: url(skin.png) 0 0 no-repeat; background-position: 0 -44px; }
.ilightbox-toolbar.minimal a.ilightbox-fullscreen { background: url(skin.png) 0 0 no-repeat; background-position: 0 0; }
.ilightbox-toolbar.minimal a.disabled { opacity: 0.2 !important; cursor: default; }

/*------------------------------------------------------------------
[# Mobile toolbar]
-------------------------------------------------------------------*/
.isMobile .ilightbox-toolbar.minimal { background: #222; bottom: 0; top: auto; left: 0; width: 100%; height: 44px; text-align: center; }
.isMobile .ilightbox-toolbar.minimal a { display: inline-block; float: none; width: 44px; height: 44px; background-image: url(skin.png); transition: opacity 0.1s; }
.isMobile .ilightbox-toolbar.minimal a:hover { background-color: #111 }
.isMobile .ilightbox-toolbar.minimal a.ilightbox-fullscreen { background-position: 0 0 }
.isMobile .ilightbox-toolbar.minimal a.ilightbox-next-button { background-position: -90px -44px }
.isMobile .ilightbox-toolbar.minimal a.ilightbox-prev-button { background-position: -132px -44px }
.isMobile .ilightbox-toolbar.minimal a.ilightbox-play,
.isMobile .ilightbox-toolbar.minimal a.ilightbox-pause { display: none }

/*------------------------------------------------------------------
[# Thumbnails]
-------------------------------------------------------------------*/
.ilightbox-thumbnails.minimal .ilightbox-thumbnails-grid .ilightbox-thumbnail img { width: 100%; height: 100%; }

/*------------------------------------------------------------------
[# Arrow buttons]
-------------------------------------------------------------------*/
.ilightbox-button.minimal.disabled { opacity: 0.2 !important; cursor: default; }
.ilightbox-button.minimal span { display: block; width: 100%; height: 100%; position: relative; opacity: 0.6; transition: opacity 0.1s; }
.ilightbox-button.minimal span:hover { opacity: 1 }
.ilightbox-button.minimal.disabled span { opacity: 0.6; }
.ilightbox-button.minimal { bottom: 0; nowhitespace: afterproperty; right: 0; left: 0; left: 45%\9; width: 95px; height: 75px; margin: auto; }
.ilightbox-button.ilightbox-button.minimal:hover { opacity: 1 }
.ilightbox-button.ilightbox-prev-button.minimal { top: 0; bottom: auto; }
.ilightbox-button.minimal span:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -16px; height: 30px; width: 32px; background-image: url(skin.png); background-repeat: no-repeat; background-color: #000; background-color: rgba(0,0,0,0.9); }
.ilightbox-button.ilightbox-next-button.minimal span:after { background-position: -226px -50px }
.ilightbox-button.ilightbox-prev-button.minimal span:after { background-position: -182px -50px }

/*------------------------------------------------------------------
[# Horizontal scroll]
-------------------------------------------------------------------*/
.ilightbox-button.minimal.horizontal { right: 0; nowhitespace: afterproperty; left: auto; top: 0; bottom: 0; top: 41%\9; width: 75px; height: 95px; }
.ilightbox-button.minimal.horizontal span:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -16px; height: 30px; width: 34px; background-image: url(skin.png); background-repeat: no-repeat; }
.ilightbox-button.ilightbox-next-button.minimal.horizontal span:after { background-position: -95px -50px }
.ilightbox-button.ilightbox-prev-button.minimal.horizontal { right: auto; left: 0; }
.ilightbox-button.ilightbox-prev-button.minimal.horizontal span:after { background-position: -137px -50px }

/*------------------------------------------------------------------
[# Social Links]
-------------------------------------------------------------------*/
.isMobile .ilightbox-social { display: none !important }
.ilightbox-holder.minimal .ilightbox-container .ilightbox-social { display: block !important; right: 20px; left: auto; top: -10px; padding: 0; }
.ilightbox-holder.minimal .ilightbox-container .ilightbox-social ul li a { background-image: none !important; font-size: 16px; color: #fff; text-decoration: none; opacity: 0.5; font-size: 16px; }
.ilightbox-holder.minimal .ilightbox-container .ilightbox-social ul li a:hover { opacity: 1 }
.ilightbox-social.minimal a:after { position: relative }
.ilightbox-holder.minimal .ilightbox-social li.facebook a:after { content: "\f09a" }
.ilightbox-holder.minimal .ilightbox-social li.twitter a:after { content: "\f099" }
.ilightbox-holder.minimal .ilightbox-social li.googleplus a:after { content: "\f0d5" }
.ilightbox-holder.minimal .ilightbox-social li.pinterest a:after { content: "\f231" }

/* FontAwesome */
.ilightbox-holder.minimal .ilightbox-social li a:after { font-family: "FontAwesome"; font-weight: normal; font-style: normal; letter-spacing: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }