/*--------------------------------------------------------------
 Theme Name: Total (Shared on MafiaShare.net)
 Version: 2.0.0
 Description: Premium WordPress theme by WPExplorer
 Author: WPExplorer
 Theme URI: http://www.mafiashare.net
 Author URI: http://www.mafiashare.net
 Tags: fluid-layout, custom-menu, featured-images, translation-ready
 License: Custom
 License URI: http://themeforest.net/licenses

/*--------------------------------------------------------------
- Browser Reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

/*--------------------------------------------------------------
- Grid
--------------------------------------------------------------*/

/* Grid > Clear Floats */
.col:after, .clr:after, .group:after, dl:after, .vc-empty-shortcode-element:after, ul.page-numbers:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.compose-mode .vc_element.vc_empty .vc_empty-element:after { visibility: visible !important }
.clear { clear: both }

/* Grid > Main Classes */
.wpex-row { margin: 0 -10px }
.wpex-row .col { float: left; margin: 0 0 20px; padding: 0 10px; }
.wpex-row .span_1_of_1.col { float: none }
.wpex-row .span_1_of_2 { width: 50% }
.wpex-row .span_1_of_3 { width: 33.33333333% }
.wpex-row .span_1_of_4 { width: 25% }
.wpex-row .span_1_of_5 { width: 20% }
.wpex-row .span_1_of_6 { width: 16.66666667% }

/* Grid > Gaps */
.wpex-row.gap-none { margin-left: 0; margin-right: 0; }
.wpex-row.gap-none .col,
.wpex-row.gap-none .nr-col { padding-left: 0; padding-right: 0; margin-bottom: 0; }
.wpex-row.gap-5 { margin-left: -2.5px; margin-right: -2.5px; }
.wpex-row.gap-5 .col,
.wpex-row.gap-5 .nr-col { padding-left: 2.5px; padding-right: 2.5px; margin-bottom: 5px; }
.wpex-row.gap-10 { margin-left: -5px; margin-right: -5px; }
.wpex-row.gap-10 .col,
.wpex-row.gap-10 .nr-col { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
.wpex-row.gap-15 { margin-left: -7.5px; margin-right: -7.5px; }
.wpex-row.gap-15 .col,
.wpex-row.gap-15 .nr-col { padding-left: 7.5px; padding-right: 7.5px; margin-bottom: 15px; }
.wpex-row.gap-20 { margin-left: -10px; margin-right: -10px; }
.wpex-row.gap-20 .col,
.wpex-row.gap-20 .nr-col { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
.wpex-row.gap-25 { margin-left: -12.5px; margin-right: -12.5px; }
.wpex-row.gap-25 .col,
.wpex-row.gap-25 .nr-col { padding-left: 12.5px; padding-right: 12.5px; margin-bottom: 25px; }
.wpex-row.gap-30 { margin-left: -15px; margin-right: -15px; }
.wpex-row.gap-30 .col,
.wpex-row.gap-30 .nr-col { padding-left: 15px; padding-right: 15px; margin-bottom: 30px; }
.wpex-row.gap-35 { margin-left: -17.5px; margin-right: -17.5px; }
.wpex-row.gap-35 .col,
.wpex-row.gap-35 .nr-col { padding-left: 17.5px; padding-right: 17.5px; margin-bottom: 35px; }
.wpex-row.gap-40 { margin-left: -20px; margin-right: -20px; }
.wpex-row.gap-40 .col,
.wpex-row.gap-40 .nr-col { padding-left: 20px; padding-right: 20px; margin-bottom: 40px; }
.wpex-row.gap-50 { margin-left: -25px; margin-right: -25px; }
.wpex-row.gap-50 .col,
.wpex-row.gap-50 .nr-col { padding-left: 25px; padding-right: 25px; margin-bottom: 50px; }
.wpex-row.gap-60 { margin-left: -30px; margin-right: -30px; }
.wpex-row.gap-60 .col,
.wpex-row.gap-60 .nr-col { padding-left: 30px; padding-right: 30px; margin-bottom: 60px; }

/* Grid > Non Responsive */
.nr-col { float: left; margin: 0 0 20px; padding: 0 10px; }
.span_1_of_2.nr-col { width: 50% }
.span_1_of_3.nr-col { width: 33.33333333% }
.span_1_of_4.nr-col { width: 25% }
.span_1_of_5.nr-col { width: 20% }
.span_1_of_6.nr-col { width: 16.66666667% }

/* Grid > No Margins 1 */
.one-half, .one-third, .one-fourth, .one-fifth { display: block; float: left; }
.one-half { width: 50% }
.one-third { width: 33.33333333% }
.one-fourth { width: 25%; : ; }
.one-fifth { width: 20% }
.one-sixth { width: 16.6666% }

/* Grid > No Margins 2 */
.wpex-row.vcex-no-margin-grid { margin-left: 0; margin-right: 0px; }
.wpex-row.vcex-no-margin-grid .col { margin: 0 !important; padding: 0 !important; }
.wpex-row.vcex-no-margin-grid .span_1_of_3 { width: 33.3% }
.wpex-row.vcex-no-margin-grid .span_1_of_6 { width: 16.66% }

/* Grid > Clear Floats */
.clr-margin, .count-1, .col-1, .col.first { clear: both; margin-left: 0; }
.isotope-entry { clear: none }


/*--------------------------------------------------------------
- Main Layout & Widths
--------------------------------------------------------------*/
.container,
.vc_row-fluid.container { width: 980px }
.container { margin: 0 auto }
.full-width-main-layout .center-row-inner { margin: 0 -15px }
.content-area { width: 680px; float: left; position: relative; }
.content-full-width .content-area,
.content-area.full-width { width: 100%; max-width: none !important; }
#sidebar { width: 250px; float: right; }
#outer-wrap { overflow: hidden }

/* Layout & Widths > Full-Width & Full-Screen */
body.content-full-screen #content-wrap,
.content-full-screen { width: 100% !important; max-width: none !important; }
body.content-full-width #content-wrap .content-area,
.content-full-width .content-area { width: 100% !important; max-width: 100% !important; }
body.content-full-screen #content-wrap .content-area,
.content-full-screen .content-area { float: none; padding: 0; width: 100% !important; max-width: none !important; }

/* Layout & Widths > Left Sidebar */
body.content-left-sidebar #content-wrap .content-area,
.content-left-sidebar .content-area { float: right }
body.content-left-sidebar #content-wrap #sidebar,
.content-left-sidebar #sidebar { float: left }

/* Layout & Widths > Fix Bugs With Containers */
.content-right-sidebar .vc_row-fluid.container,
.content-left-sidebar .vc_row-fluid.container,
.content-right-sidebar .vcex-testimonials-fullslider-entry,
.content-left-sidebar .vcex-testimonials-fullslider-entry { width: 100% !important }

/* Layout & Widths > Adds Bottom Margin To Non-VC Pages */
#primary { padding-bottom: 40px }
body.has-composer #primary,
body.compose-mode #primary,
body.single-product #primary,
body.single-post #primary { padding-bottom: 0 }

/*--------------------------------------------------------------
- Boxed Layout
--------------------------------------------------------------*/

/* Boxed Layou > Main */
.boxed-main-layout #outer-wrap { padding: 40px 30px }
.boxed-main-layout { background-color: #ddd }
.boxed-main-layout #wrap { width: 1030px; margin: 0 auto; background: #fff; }
.boxed-main-layout.wpex-responsive #wrap { max-width: 100%; }
.boxed-main-layout.wrap-boxshadow #wrap { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) }
.boxed-main-layout #wrap .container { width: auto !important; max-width: none !important; padding-left: 30px; padding-right: 30px; }
.boxed-main-layout.content-full-screen #content-wrap { padding-left: 0 !important; padding-right: 0 !important; }
.boxed-main-layout .social-share-buttons.position-vertical { left: -85px }
.boxed-main-layout .left-sidebar .social-share-buttons.position-vertical { left: auto; right: -85px; }

/* Boxed Layou > Move absolute items */
.boxed-main-layout .navbar-style-one,
.boxed-main-layout #footer-bottom-menu,
.boxed-main-layout .site-breadcrumbs { right: 30px }

/*--------------------------------------------------------------
- Body, Main & Commons
--------------------------------------------------------------*/

/*body*/
body { background: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.7; color: #666; }
img { max-width: 100%; height: auto; }
.stretch-image img,
img.stretch-image { display: block; width: 100%; }
sup,
sub { vertical-align: baseline; position: relative; top: -0.4em; }
sub { top: 0.4em }
.entry iframe,
.entry embed { max-width: 100% }

/*404 error page*/
.error404-content { text-align: center; margin: 50px 0; font-size: 1.077em; }
.error404-content h1 { font-size: 3.231em; margin: 0 0 10px; }

/*responsive videos*/
.responsive-video-wrap,
.responsive-audio-wrap { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.responsive-video-wrap iframe,
.responsive-audio-wrap iframe,
.responsive-video-wrap object,
.responsive-audio-wrap oject,
.responsive-video-wrap embed,
.responsive-audio-wrap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.entry .entry-video { margin-bottom: 20px }
.wpb_video_widget .responsive-video-wrap { padding-top: 0; padding-bottom: 0; }

/*lean modal windows*/
#lean_overlay { position: fixed; z-index: 10002; top: 0px; left: 0px; height: 100%; width: 100%; background: #000; display: none; }

/*custom selects*/
.hasCustomSelect { z-index: 2; }
.theme-select { position: relative; z-index: 1; background: #fff; border: 1px solid #ddd; color: #555; height: 34px; line-height: 34px; padding: 0 45px 0 10px; width: 100%; }
.theme-select:after { font-family: "FontAwesome"; content:"\f0dc"; display: block; height: 32px; width: 32px; background: #f7f7f7; color: #999; text-align: center; position: absolute; right: 0; top: 0; border-left: 1px solid #ddd; font-size: 11px; }
.theme-select.customSelectHover { border-color: #c7c7c7; background-color: #f5f5f5; }
.theme-select.customSelectFocus { border-color: none }
.theme-select.customSelectOpen { border-color: none }
.theme-select.customSelectChanged { -webkit-animation: changed 0.5s; -moz-animation: changed 0.5s; -ms-animation: changed 0.5s; animation: changed 0.5s; }

/*create text columns*/
.columnize-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 3em; -moz-column-gap: 3em; column-gap: 3em; -webkit-column-rule: 1px solid #e5e5e5; -moz-column-rule: 1px solid #e5e5e5; column-rule: 1px solid #e5e5e5; margin: 0 0 1.313em; }

/*page featured image*/
#page-featured-img { margin-bottom: 40px }
#page-featured-img img { display: block; max-width: 100%; margin: 0 auto; }

/*language switchers*/
.polylang-switcher-shortcode li { float: left; margin-right: 5px; }
.polylang-switcher-shortcode.flags-and-names li { margin-right: 15px }
.polylang-switcher-shortcode li:last-child { margin-right: 0 }

/*fix theme check nags*/
.bypostauthor,
.sticky { }

/*sidr*/
.sidr { display: none }

/*post edit link*/
.post-edit { padding: 40px 0 60px; }
body.content-full-screen .post-edit { text-align: center; }
.post-edit a { display: inline-block; padding: 0.9em 1.2em; line-height: 1; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; background: #114C7F; color: #fff; border-radius: 3px; margin-right: 3px; }
.post-edit a:hover { text-decoration: none; background: #0d3d63; color: #fff; }

/*--------------------------------------------------------------
- Helper Classes
--------------------------------------------------------------*/

/* Helpers > Visibility */
.hidden, .wpex-hidden { display: none }
.hide-via-opacity { opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; }

/* Helpers > Theme Heading */
.theme-heading { height: auto; margin: 20px auto; top: auto !important; font-size: 1.154em; font-weight: bold; font-weight: 600; color: #000; margin: 0 0 20px; overflow: hidden; position: relative; }
.theme-heading span.text { display: inline-block; max-width: 90%; position: relative; }
.theme-heading span.text:after { content: ""; display: block; position: absolute; top: 50%; border-bottom: solid 1px #eee; left: 100%; width: 9999px; margin-top: -1px; margin-left: 15px; }

/*highlight Colors*/
.background-highlight { background: #4a97c2; color: #fff; }
.text-highlight { color: #0081cc }

/* Helpers > Colors */
.color-black, .color-black a, .color-black a:hover { color: #000 !important; }
.color-white, .color-white a, .color-white a:hover { color: #fff !important; }

/* Helpers > Fonts */
.thin-font { font-weight: 300 !important }
.white-text { color: #fff !important }

/* Helpers > Padding & Margin */
body .no-padding { padding: 0 !important }
body .no-left-margin { margin: 0 !important }
body .no-right-margin { margin: 0 !important }
body .remove-dims { height: auto !important; width: auto !important; }
body .no-left-padding { padding-left: 0 }

/* Helpers > Opacity Hover */
.opacity-hover:hover,
.opacity-hover:hover img { opacity: 0.8 }

/* Helpers > Floats */
.float-left { float: left }
.float-right { float: right }

/* Helpers > Border Radius */
.rounded, .vcex-rounded-images img, .vcex-rounded-images .wpex-image-hover { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.semi-rounded, .border-radius-semi-rounded { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.border-radius-rounded { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.border-radius-round { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

/* Helpers > Font Weights */
body .font-weight-100 { font-weight: 100 }
body .font-weight-200 { font-weight: 200 }
body .font-weight-300,
body .font-weight-light { font-weight: 300 }
body .font-weight-400,
body .font-weight-normal { font-weight: normal }
body .font-weight-500,
body .font-weight-semibold { font-weight: 500 }
body .font-weight-600,
body .font-weight-bold { font-weight: bold; font-weight: 600; }
body .font-weight-700 { font-weight: 700 }
body .font-weight-800 { font-weight: 800 }
body .font-weight-900,
body .font-weight-bolder { font-weight: 900 }

/* Helpers > Text Transforms */
.text-transform-none { text-transform: none }
.text-transform-capitalize { text-transform: capitalize }
.text-transform-uppercase { text-transform: uppercase }
.text-transform-lowercase { text-transform: lowercase }

/* Helpers > Image Rendering */
.image-rendering-crisp-edges img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; }
.image-rendering-auto img { image-rendering: auto }

/* Helpers > Image filters */
.image-filter-grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); -webkit-transition: all .25s ease; -webkit-backface-visibility: hidden; }
.image-filter-grayscale img { opacity: 1 !important }
.image-filter-grayscale:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }

/* Helpers > Text Alignments */
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/* Helpers > Font Awesome Margins */
.fa-left { margin-right: 10px }
.fa-right { margin-left: 10px }

/* Helpers > Image Classes */
.image-shadow { background: #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); }
.image-border { background: #fff; padding: 4px; border: 1px solid #ddd; }
.image-rounded { background: #fff; border-radius: 3px; }
.image-circle { background: #fff; border-radius: 99px; }
.image-hover:hover { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }
.image-fancy { background: #fff; padding: 4px; border: 1px solid #ddd; border-radius: 99px; -moz-border-radius: 99px; -webkit-border-radius: 99px; }
.image-fancy:hover { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }

/* Helpers > Fade In */
.show-on-load,
.fade-in-image { opacity: 0; transition: all 0.35s; -moz-transition: all 0.35s; -webkit-transition: all 0.35s; -o-transition: all 0.35s; }
body.compose-mode .fade-in-image,
.fade-in-image.no-opacity,
.show-on-load { opacity: 1 }

/* Helpers > Highlight */
.text-highlight { background-image: url("images/base/highlight-left.png"),url("images/base/highlight-center.png"), url("images/base/highlight-right.png"); background-repeat: repeat-x; background-repeat: no-repeat, repeat-x, no-repeat; background-position: center; background-position: left,center,right; background-clip: padding-box, content-box, padding-box; color: #A5651A; padding: 0 20px; margin: 0 -6px; }

/* Helpers > Hover Animations */
.wpex-image-hover { position: relative; overflow: hidden; display: block; }
.wpex-image-hover img { display: block; margin: 0; width: 100%; height: auto; box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); -moz-box-shadow: 0 0 0 rgba(0,0,0,0); transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s; }
.wpex-image-hover.opacity img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.wpex-image-hover.grow:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.wpex-image-hover.shrink:hover img { transform: scale(0.8); -ms-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -moz-transform: scale(0.8); }
.wpex-image-hover.side-pan:hover img { margin-left: -11%; transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.wpex-image-hover.vertical-pan:hover img { margin-top: -10%; transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.wpex-image-hover.tilt:hover img { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }
.wpex-image-hover.blurr img,
.wpex-image-hover.blurr-invert img { transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.wpex-image-hover.blurr:hover img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); }
.wpex-image-hover.blurr-invert img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); }
.wpex-image-hover.blurr-invert:hover img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px); }
.wpex-image-hover.sepia img { -webkit-filter: sepia(100%); filter: sepia(100%); }
.wpex-image-hover.sepia:hover img { -webkit-filter: sepia(); filter: sepia(); }
.wpex-image-hover.fade-in { background: #000 }
.wpex-image-hover.fade-in img { opacity: 0.65; -moz-opacity: 0.65; -webkit-opacity: 0.65; }
.wpex-image-hover.fade-in:hover img { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.wpex-image-hover.fade-out { background: #000 }
.wpex-image-hover.fade-out:hover img { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }

/* Helpers > Remove Styles */
body .disable-box-shadow { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

/* Helpers > Other */
.non-clickable { cursor: default }

/*--------------------------------------------------------------
- Overlays
--------------------------------------------------------------*/
.overlay-parent { position: relative; display: block; }
.overlay-parent > a,
.overlay-parent > a img { display: block; width: 100%; }

/* Overlays > Plus Hover */
.overlay-plus-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #000 url("images/overlays/overlay-plus.png") center center no-repeat; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-plus-hover { visibility: visible; opacity: 0.65; -moz-opacity: 0.65; -webkit-opacity: 0.65; }

/* Overlays > Plus #2 Hover */
.overlay-plus-two-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #000; background: rgba(0,0,0,0.8); transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-plus-two-hover .fa { position: absolute; height: 30px; line-height: 30px; width: 30px; text-align: center; top: 50%; margin-top: -15px; left: 50%; margin-left: -15px; color: #fff; font-size: 1.231em; }
.overlay-parent:hover .overlay-plus-two-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }

/* Overlays > Slide Up Title > White */
.overlay-slideup-title { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; position: absolute; top: 0; right: 0; background: #fff; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-slideup-title.white { background: #fff }
.overlay-slideup-title.black { background: #000 }
.overlay-slideup-title span.title { position: absolute; bottom: 30px; width: 100%; text-align: center; padding: 0 30px; color: #000; font-size: 1.077em; font-weight: bold; font-weight: 600; transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; line-height: 1.6em; }
.overlay-slideup-title.black span.title { color: #fff }
.overlay-parent:hover .overlay-slideup-title { visibility: visible; opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; }
.overlay-parent:hover .overlay-slideup-title span.title { visibility: visible; opacity: 1; bottom: 60px; }

/* Overlays > View/Lightbox > Buttons */
.overlay-view-lightbox-buttons { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.65); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; }
.overlay-parent:hover .overlay-view-lightbox-buttons { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-view-lightbox-buttons-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-view-lightbox-buttons-buttons { vertical-align: middle; display: table-cell; text-align: center; }
.overlay-view-lightbox-buttons a { display: inline-block; color: #fff; border: 2px solid #fff; padding: 0 10px; height: 32px; line-height: 32px; border-radius: 3px; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.overlay-view-lightbox-buttons a:first-child { margin-right: 5px }
.overlay-view-lightbox-buttons a:hover { background: #fff; color: #000; text-decoration: none; }
.wpb_row .overlay-view-lightbox-buttons a .fa { position: relative; top: -2px; }

/* Overlays > View/Lightbox > Text */
.overlay-view-lightbox-text { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.65); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-view-lightbox-text { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-view-lightbox-text-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-view-lightbox-text-buttons { vertical-align: middle; display: table-cell; text-align: center; }
.overlay-view-lightbox-text a { display: inline-block; color: #fff; border: 2px solid #fff; padding: 0 14px; height: 30px; line-height: 30px; border-radius: 3px; text-transform: uppercase; font-size: 0.846em; font-weight: bold; font-weight: 600; letter-spacing: 1px; position: relative; transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; }
.overlay-view-lightbox-text a:first-child { margin-right: 5px }
.overlay-view-lightbox-text a:hover { background: #fff; color: #000; text-decoration: none; padding-right: 32px; }
.overlay-view-lightbox-text a .fa { visibility: hidden; position: absolute; top: 0; height: 30px; line-height: 30px; right: 14px; }
.overlay-view-lightbox-text a:hover .fa { visibility: visible }

/* Overlays > Title + Excerpt Hover */
.overlay-title-excerpt-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.75); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; overflow: hidden; }
.overlay-parent:hover .overlay-title-excerpt-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-title-excerpt-hover-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-title-excerpt-hover-text { vertical-align: middle; display: table-cell; text-align: center; color: #fff; font-weight: bold; font-weight: 600; padding: 20px; }
.overlay-title-excerpt-hover-title { font-size: 16px; color: #fff; margin: 0 0 10px; }
.overlay-title-excerpt-hover-excerpt { font-size: 13px; font-style: italic; font-weight: normal; color: #bbb; overflow: hidden; }

/* Overlays > Title + Category Hover */
.overlay-title-category-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.75); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-title-category-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-title-category-hover-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.ove