/*
Theme Name: voice-child
Template: voice
Theme URI: http://mekshq.com
Author: meks
Author URI: http://mekshq.com
Description: Clean News/Magazine WordPress Theme
Version: 2.8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Ryan is testing this on 1-18-2016 at 12:06pm EST */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. RESET
2. GRID
2.1 NO SIDEBAR CLASSES this is a test
3. TYPOGRAPHY
4. FORMS
5. MENUS
6. ALIGNMENTS AND CLEARINGS
7. MEGA MENU
8. FOOTER WIDGETS
9. CAPTIONS AND GALLERY
10. HEADER
11. LOOP TYPES
12. SINGLE POST
13. SITE FOOTER
14. OWL SLIDER
15. COMMENT STYLES
16. FEATURED AREA STYLES
17. MEDIA ELEMENT PLAYER
18. MAGNIFIC POPUP
19. IMAGE HOVER EFFECTS
20. SHARE BAR
21. SHORTCODES
22. RESPONSIVE NAVIGATION
23. ADDITIONAL STYLES
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
@charset "UTF-8";
@font-face { font-family: "untitled-font-6"; src: url("/blog/wp-content/fonts/untitled-font-6.eot"); src: url("/blog/wp-content/fonts/untitled-font-6.eot?#iefix") format("embedded-opentype"), url("/blog/wp-content/fonts/untitled-font-6.woff") format("woff"), url("/blog/wp-content/fonts/untitled-font-6.ttf") format("truetype"), url("/blog/wp-content/fonts/untitled-font-6.svg#untitled-font-6") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "untitled-font-6" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
[class*=" icon-"],
[class^="icon-"] {
    position: relative;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: currentColor;
}
[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "untitled-font-6" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-map-marker:before { content: "\43"; }

/*--------------------------------------------------------------
1.0 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { font-size: 62.5%; overflow-y: scroll; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-touch-action: manipulation; touch-action: manipulation; }
*, *:before, *:after { box-shadow: none !important; border-radius: 0 !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-style: inherit; font-weight: inherit; font-family: inherit; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
td { padding: 10px 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.07); border-right: 1px solid rgba(0, 0, 0, 0.07); }
td.pad { border-right: none; }
blockquote:before, q:before { content: "\f10e"; font-family: "FontAwesome"; font-size: 24px; position: absolute; top: -2px; left: -35px; line-height: 41px; z-index: 0; color: #666; }
blockquote, q { quotes: "" ""; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
a { text-decoration: none; }
.entry-content a:hover { text-decoration: underline; }
a img { border: 0; }
.main-box-head { -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); }
noscript { display: none; }

/*--------------------------------------------------------------
1.0 Custom CSS
------------------------------.--------------------------------*/


/* ADA Compliance Switch */
.adaSwitch { margin: 20px 0 0; }
.copyright .adaSwitch p { font-size: 14px; margin-bottom: 5px; }
.switch { position: relative; display: inline-block; width: 60px; height: 28px; }
.switch input { display: none; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #02408c; -webkit-transition: .4s; transition: .4s; }
.slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .slider { background-color: #2196F3; }
input:focus + .slider { box-shadow: 0 0 1px #2196F3; }
input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }
.slider.round { border-radius: 34px!important; }
.slider.round:before { border-radius: 50%!important; }
.contrastMode { filter: contrast(190%) grayscale(100%); }
.noList { margin: 0; padding: 0; list-style-type: none !important; }
.mobile { display: none; }

/* Top Padding Main Wrapper */
#main-wrapper { padding-top: 80px; }

/* Desktop Nav Logo */
.panelHeader nav .logo { display: none; padding: 0; }
.panelHeader .fixed .logo { display: block; float: left; margin: 3px 0 0; overflow: hidden; width: 34px; }
.panelHeader .logo img { margin: 7px 0; width: 150px; }
.panelHeader .logoMob { display: none; }
.panelHeader .toggle-panel { cursor: pointer; }
.panelHeader .toggle-panel .fa-bars { color: #0D57C0; font-size: 21px; position: absolute; left: 0; top: 30px; }

/* Full Header */
.panelHeader { background: #fff; border-bottom: 3px solid #fecb2f; height: 80px; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; }
.panelHeader .inner { margin: auto; width: 1140px; position: relative; }
.panelHeader .logoWrap { position: absolute; top: 21px; left: 35px; width: 210px; }
.panelHeader .logo { width: 100%; }
.panelHeader .social { list-style: none; margin: 26px 20px 0 0; float: right; }
.panelHeader .social li { float: left; font-size: 20px; margin: 0 8px 0 0; }
.panelHeader .social li a { color: #0D57C0; text-decoration: none; }
.accountManage { position: absolute; right: 0; top: 1px; }
.accountManage a { color: #0D57C0; margin: 26px 0 0 15px; font-size: 26px; float: left;  }
.accountManage a:hover { text-decoration: none; }
.mfp-zoom-out-cur nav { z-index: 2; }
.stickySearch { width: 200px; float: right; margin: 17px 90px 0 0; position: relative; }
.stickySearch input { background: #FFF; border: 1px solid #ccc; border-radius: 35px !important; padding: 10px 15px; position: relative; width: 100%; padding: 0 20px !important; font-size: 12px !important; }
.stickySearch button { color: #ccc; position: absolute; right: 8px; top: 4px; font-size: 15px; display: inline !important; background: none; text-align: right; min-width: auto; }
.stickySearch button:hover { background: none !important; }
.tollFree { font-size: 18px; display: inline-block; overflow: hidden; margin: 20px 20px 0 8px; color: #0D57C0; overflow: hidden; float: right; display: inline-block; }
.tollFree i { display: block; font-size: 12px; font-style: normal; color: #666; letter-spacing: 0.08em; }
.tollFree i span { color: #0D57C0; margin: 0 5px 0 0; font-size: 13px; }
.accountManage .fa-phone, .accountManage .fa-search { display: none; }
#panelToggle.navOpen #main-wrapper { padding-top:110px; }



/* Nav */
.navigation { background: #FFF; padding: 0; margin: 0; overflow-y: auto !important; position: fixed; left: 0; border-right: 1px solid #ccc; width: 300px; height: 100%; top: 0; z-index: 1; display: none; }
.navigation.show { display: block; }
.navigation li { cursor: pointer; list-style: none; background: #FFF; border-bottom: 1px solid #ccc; display: block; width: 100%; }
.navigation li a { cursor: pointer; color: #494949; width: 100%; display: block; padding: 17px 20px; font-size: 14px; }
.navigation li a:hover { background: #eee; text-decoration: none; }
.navigation .navDrop { padding: 0; display: none; margin:0; }
.navDrop.subNav { text-indent: 1em; }
.navDrop.subNav li { background-color: #f1f1f1; }
.navigation li .fa { display: block; float: right; font-size: 20px; color: #ffc600; }
.navigation li .fa-angle-down { color: #0d57c0; line-height: 1.2em; }
.navigation .active { display: block; }
.navigation .navParent > a { font-weight: bold; }
.navigation .navParent.selected > a { background: #f8f8f8; }
.navigation .navParent.selected > a .fa { transform: rotate(-180deg); }
.navDrop li a { padding-left: 35px; }
.hideNav { left: 0; }
.navDrop li { background: #f8f8f8; }
.showNav { display: block; position: fixed; left: 0; top: 0; z-index: 999999; }
.navOpen { left: 300px; width: 100%; position: absolute; z-index: 888888; }
.panelOpen { left: 300px;}
#panelToggle { z-index: 1; background: #FFF; position: relative; overflow: hidden; }
#panelToggle.navOpen { position: fixed; }
.navDrop.active li:last-child { border-bottom: 0 none; }
.navDrop > li, .navDrop ul, .navDrop ul li { padding-left: 0; }
.toggle-panel:hover { color: #FFF; }
.navigation .menuSearch input { background: #4d89f2; border: 0; border-radius: 0; color: #fff; font-size: 14px; padding: 8px 15px; width: 100%; }

.mobSearch { width: 100%; background: #FFF; z-index: 9000000; border-bottom: 1px solid #eee; padding: 15px; top: 80px; display: none; }
.mobSearch.show { display: block; }
.mobSearch, .mobSearch form { position: relative; }
.mobSearch input { width: 100%; border: 1px solid #ccc; padding: 20px; font-size: 14px; }
.mobSearch button { position: absolute; right: 0; top: 0; background: #FDC830; color: #FFF; height: 100%; width: 45px; font-size: 16px; min-width: auto; }


/* Login Modal Pop */
.visuallyHidden { display: none; }
.white-popup { border: solid transparent 1px; font-size: 1.4rem; z-index: 900000000000000; position: relative; background: #FFF; width: auto; max-width: 420px; margin: 20px auto; }
#loginPop .tab-link.current { background: #FFF; color: #494949; border-bottom: 1px solid transparent; }
#loginPop .tabWidget { margin: 0; }
#loginPop .tab-link { background: #f1f1f1; color: #494949; padding: 20px; width: 50%; }
#loginPop .tabWidget li { margin: 0; }
#loginPop input[type=text], #loginPop input[type="password"], #loginPop input[type="tel"] { width: 100%; padding: 15px; margin: 0 0 20px; }
#loginPop .tab-content { background: #f8f8f8; padding: 24px 30px 25px; }
#loginPop p { line-height: 1.6em; }
#loginPop .tab-content.current { background: #FFF; height: 320px; }
#loginPop label { display: block; margin: 0 0 5px; }
#loginPop label.control { float: left; padding-top: 4px; }
#loginPop .submit { float: right; display: inline-block; padding: 17px 20px; border-radius: 3px !important; color: #fff; font-weight: 700; font-size: 1.6rem; background: #0a61db; }
#loginPop .loginDesc { text-align: center; font-size: 1.4rem; margin: 0 0 20px; }
#loginPop .loginDesc.noList li { margin: 0 10px 0 0; display: inline-block; border-right: 1px solid #ccc; padding: 0 15px 0 0; }
#loginPop .loginDesc.noList li:last-child { border: 0 none; }
#loginPop .loginDesc span:last-child { border: none; }
#loginPop .loginOptions { width: 100%; clear: both; text-align: center; margin: 75px 0 0; display: block; font-size: 1.4rem; }
#loginPop .input { position: relative; }
#loginPop .mfp-close { color: #fff !important; position: absolute; top: -17px; font-size: 1.813rem; font-size: 32px; font-weight: bold; right: -20px; z-index: 900000000; background: #0D57C0 !important; opacity: 1; padding: 0; height: 36px; width: 37px; min-width: 0; border-radius: 50% !important; line-height: 0; }
#loginPop .tabFooter { background: #f8f8f8; text-align: center; padding: 20px 10px; border-top: 1px solid #ccc; clear: both; }
#loginPop .stage { padding: 25px 30px; height: 386px; }
.mfp-content { border: solid transparent 1px; }
.mfp-zoom-out-cur nav { z-index: 2; }
.modalTitle { margin: 0; font-size: 1.5rem; font-weight: 600; border-bottom: 4px solid #eee; padding-bottom: 15px; margin: 0 0 30px; width: 100%; display: block; }
.modalStandard { padding: 30px; max-width: 680px; line-height: 1.8em; }
.navigation .open-popup-link span.fa { color: #0D57C0; font-size: 22px; line-height: 1.2em; }

.accountManage .open-moving-link { margin-top: 20px; }
.nav-moving-parent { position: relative; display: inline-block; }
.accountManage .nav-moving-drop { margin: 0; padding: 4px; border: 2px solid #0D57C0; border-radius: 4px !important; background-color: #fff; list-style-type: none; }
.accountManage .nav-moving-drop:before { content: ''; position: absolute; right: 10px; top: 4px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #0D57C0; }
.nav-moving-drop li { white-space: nowrap; }
.nav-moving-drop a { float: none; display: block; margin: 0; padding: 4px 8px; font-size: 14px; color: #888; transition: background-color .25s; }
.nav-moving-drop a:hover { background-color: #FECB2F; }
.accountManage .nav-moving-drop-wrapper { display: none; position: absolute; top: 100%; right: 0; padding-top: 12px; } 
.nav-moving-parent:hover .nav-moving-drop-wrapper { display: block; }

/* Horiztonal Tabs */
.horizontalTabs > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin: 0; list-style: none; width: 100%; }
.horizontalTabs > ul > li { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; position: relative; }
.horizontalTabs > ul > li > a { text-decoration: none; display: block; }
.horizontalTabs table, .featureTable { width: 100%; text-align: center; }
.horizontalTabs caption, .featureTable caption { border-bottom: 1px solid #eee; padding: 30px 0 30px; text-align: left; font-size: 1rem; }
.horizontalTabs td:first-child, .featureTable td:first-child { text-align: left; }
.horizontalTabs th, .horizontalTabs td, .featureTable th, .featureTable td { border-bottom: 1px solid #eee; padding: 15px 0; }
.horizontalTabs thead th:first-child { text-align: left; }
.horizontalTabs tr:last-child th, .horizontalTabs tr:last-child td { border-bottom: 0; padding-bottom: 0; }
.horizontalTabs .key { float: right; padding: 20px 0; }
.horizontalTabs .key span { margin: 0 10px 0 0; }
.horizontalTabs .key span:last-child { margin: 0; }
.horizontalTabs [class^="icon-"], .key [class^="icon-"] { top: .125em; }
.greyTabs > ul > li { background: #f1f1f1; color: #494949; }
.greyTabs > ul > li > a { color: #494949; font-size: 1.6rem; padding: 20px; font-weight: 700; line-height: 1em; cursor: pointer; }
.greyTabs > ul > li.active { background: #fff; }


/* Tab Widget */
.tabWidget { margin: 30px 0 0; padding: 0px; list-style: none; position: inherit; }
.tab-content { display: none; background: #f8f8f8; padding: 30px; }
.tab-content.benefits p { margin: 0 0 30px 0; }
.tab-link { background: #F8F8F8; color: #494949; padding: 15px; width: 160px; }
.tab-link.current { background: #1947A2; color: #FFF; }
.tab-content.current { display: inherit; clear: both; margin: 0; float: left; width: 100%; }
.tabWidget li { cursor: pointer; float: left; margin: 0 1px 0 0; }
.tab-content h3, .tab-content h4 { margin-top: 0; }
.tab-content p strong { display: block; }

/* Checkboxes */
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator { background: #eee; }
.control input:checked ~ .control__indicator { background: #0079e2; border: 0 none; }
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator { background: #0079e2; }
.control input:disabled ~ .control__indicator { pointer-events: none; opacity: .6; background: #e6e6e6; }
.control__indicator:after { position: absolute; display: none; content: ''; }
.control input:checked ~ .control__indicator:after { display: block; }
.control--checkbox .control__indicator:after { top: 3.4px; left: 8px; width: 5px; height: 10px; transform: rotate(45deg); border: solid #fff; border-width: 0 2px 2px 0; }
.control--checkbox input:disabled ~ .control__indicator:after { border-color: #7b7b7b; }
.control--radio .control__indicator:after { top: 7px; left: 7px; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.control--radio input:disabled ~ .control__indicator:after { background: #7b7b7b; }
.control { position: relative; display: block; padding-left: 30px; cursor: pointer; }
.control input { position: absolute; z-index: -1; opacity: 0; }
.control__indicator { position: absolute; top: 3.5px; left: 0; width: 20px; height: 20px; background: #FFF; border: 1px solid #ccc; }
.control--radio .control__indicator { border-radius: 50%; }

/* Post Box/Content */
.contentRight { float: right; margin: 10px 0 5px 40px; padding: 0; width: 50% !important; }
.contentRight img { width: 100% !important; }
.contentRight .wp-caption .wp-caption-text { width: 100%; }
.contentRight br { display: none; }
.contentRight div { margin: 0; padding: 0; }
.entry-content h2 { margin: 30px 0; clear: both; }
.vce-main-content .entry-content h3 { font-size: 20px; }
.vce-main-content .entry-content h4 { font-size: 17px; }
.postBox { border-bottom: 2px dotted #eee; clear: both; float: left; margin: 0 0 30px; padding: 0 0 40px; }
.postBox h3, .postBox h2 { font-size: 36px; font-weight: normal; line-height: 1.4em; margin: 0 0 20px; }
.postBox h3 strong, .postBox h2 strong { font-weight: normal; }
.dotted { background-color: #fff; border-top: 2px dotted #eee; margin: 20px 0; }
body blockquote { color: #494949; font-family: "Georgia", sans-serif; font-size: 18px; font-style: italic; line-height: 1.45; margin: 0.25em 0; padding: 0 40px 0; position: relative; width: 100%; }
body blockquote:before { display: block; content: "\201C"; font-size: 80px; position: absolute; font-family: "Georgia", sans-serif; left: -10px; top: 18px; color: #7a7a7a; }
blockquote cite { color: #999999; font-size: 14px; display: block; margin-top: 5px; }
blockquote cite:before { content: "\2014 \2009"; }

/* Footer */
footer {
    background: #0d57c0;
    color: #fff;
    width: 100%;
    clear: both;
    bottom: 0;
    position: relative;
}
footer strong {
    display: block;
    margin: 0 0 20px;
    font-weight: 600;
}
footer li {
    line-height: 24px;
    font-size: 14px;
}
footer .inner {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}
footer a {
    color: #fff;
    font-size: 14px;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer [class*=" icon-"],
footer [class^="icon-"] {
    height: 18px;
    width: 18px;
    margin: 0 3px;
}
.footerBox {
    float: left;
    list-style: outside none none;
    margin: 0 4% 0 0;
    padding: 0;
    width: 14%;
    list-style: outside none none;
    padding: 0;
}
.footerBox h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
}
.footerBox.social {
    margin: 0;
    width: 18%;
}
.footerBox.social li {
    margin-bottom: 8px;
}
.copyright {
    float: left;
    margin: 0 6% 0 0;
    width: 21%;
}
.copyright img {
    margin: 0 0 10px -5px;
}
.copyright .ea-icon { display: block; width: auto; max-width:90px; margin: 0; }
.copyright .award {
    width: 65px;
    margin: 20px 10px 0 0;
}
.copyright .bbb {
    width: 57px;
    margin: 20px 0 0;
}
.copyright .logoFoot {
    height: 45px;
    width: 200px;
}
.copyright p {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 0 15px 0;
}
.footerStates {
    border-top: 2px dotted #3d6fcc;
    float: left;
    padding: 30px 0 0;
    width: 48%;
    margin-top: 20px;
}
.footerGroup .footerStates:first-of-type {
    margin-right: 4%;
}
.footerGroup {
    width: 100%;
    clear: both;
    margin-top: 30px;
}
.footerStates ul {
    padding: 0;
    margin: 0;
}
.footerStates li {
    margin: 0 2px 0 0;
    list-style: none;
    float: left;
}
.footerStates li:after {
    content: "I";
    padding: 0 5px;
    color: #3d6fcc;
}
.footerStates li:last-child:after { content: none; }

/* Breadcrumb */
body #mks-breadcrumbs p { font-size: 16px; color: #999; }
body #mks-breadcrumbs a { color: #0079e2; }
body #breadcrumbs .fa { color: #fed300; margin: 0 5px; }

/* Media Queries */
@media (max-width:1388px) {
	.account.last ul { left: -127px; }
}
@media (max-width: 1300px) {
	footer .inner { padding: 30px 20px 60px 20px; }
}
@media (max-width:1200px) {
	#vce-featured-grid { width: 100% !important; }
	html body .vce-featured-grid .owl-controls .owl-prev, html body .vce-featured-grid .owl-controls .owl-next { background: rgba(254, 203, 47, 0.8); border-radius: 0; height: 50px; top: 40%; }
	html body .vce-featured-grid .owl-prev { left: 0; }
	html body .vce-featured-grid .owl-next { right: 0; }
	html #vce-featured-grid { margin: 0; }
	html body .container.mks-bredcrumbs-container { width: 100%; z-index: 10; padding: 15px; }
	body #mks-breadcrumbs p { width: 100%; }
}
@media (max-width:1140px) {
	.navContainer nav .social { margin: -4px 25px 0 0; }
	body footer .inner { width: 100%; }
	body footer .footerBox { margin: 0 0 40px; }
	.copyright { margin: 0 40px 40px 0; }
	.fixedHead .fixedSearch { display: block; position: absolute; right: 5px; top: 11px; width: 172px; }
	.navContainer .fixedHead .menu { width: 94%; }
	.account.last { margin: 0 25px 0 0; }
	.fixedHeader .account.last { margin: 0; }
	header .inner { width: 100%; padding: 0 15px; }
	.footerDrop.social { width: 20%; }
}

/* Hide Navigation Mobile for Desktop */
@media (min-width:1024px) {
	.mobNav { display: none; }
}

/* Navigation Mobile */
@media (max-width:1023px) {

}
@media (min-width:980px) {
	html body .footerBox { display: block !important; }
}
@media (max-width:980px) {
	footer { height: auto; }
	.copyright { width: 100%; margin: 0 0 30px; text-align: center; }
	.copyright img { width: 150px; }
	.copyright .ea-icon { margin: 0 auto; }
	footer .footerDrop, footer .footerDrop.social { width: 100%; margin: 0 0 20px; cursor: pointer; }
	.footerDrop strong { background: #0e3887; clear: both; margin: 0; padding: 17px 20px; width: 100%; position: relative; font-size: 16px; }
	.footerDrop strong .fa { display: block; float: right; font-size: 24px; height: 100%; padding: 20px; position: absolute; right: 0; text-align: right; top: 0; width: 100%; }
	body footer .footerBox, body footer .footerBox.social { clear: both; width: 100%; text-align: center; }
	body footer .social { position: inherit; }
	footer .blog { clear: both; }
}

@media (max-width:767px) {
	.panelHeader .social { display: none; }
	.horizontalTabs table, .featureTable { font-size: .75rem; line-height: 1.5; }
	.greyTabs > ul > li a { font-size: 1.4rem; }
}


@media (max-width:680px) {
	#mks-breadcrumbs { display: none; }
	body p, body ul, b, strong { font-size: 17px; line-height: 1.8em; }
	body .vce-featured { margin: 0; }
	body .main-box-inside { padding: 0; }
	body #mks-breadcrumbs { margin: 0; }
	body .vce-featured { margin: 0; }
	.contentRight { float: none; margin: 0 0 10px; padding: 0; width: 100% !important; }
	html body .vce-single .entry-content { margin: 0; padding: 0; }
	.footerStates { width: 100%; }
	
	.footerBox h3 { padding: 20px; margin:0;}

	#loginPop .tabWidget li { font-size: 1.4rem; }
	#loginPop { font-size: 1.4rem; }
	#loginPop strong { font-size: 14px; }
	#loginPop  .mfp-close { top: -37px; right: 3px; background: none !important; height: 36px; width: 14px; }
}

@media (min-width: 680px) {
	.mobSearch.show { display: none; }
}

@media (max-width:480px) { 
.desktop { display: none; }
.mobile { display: block; }
.panelHeader {padding: 0 10px;}
.panelHeader .logoWrap { position: absolute; top: 24px; left: 31px; width: 173px; }
.navigation  { width: 240px; }
.navOpen, .panelOpen { left:240px; }
}

/* Navigation */
.vce-responsive-nav { display: block; margin: 10px 0 9px; }
body .vce-responsive-nav { color: #fecb2f; display: block; font-size: 24px; top: 8px; }
.site-branding img { max-height: none; max-width: none; top: 22px; width: 190px; }
body .top-nav-menu li a { line-height: normal; }
body .top-nav-menu li { font-family: "Roboto", sans-serif; font-weight: 600; margin: 8px 0; text-transform: uppercase; }
#menu-item-6593 a:after { content: "\f007"; font-family: FontAwesome; }
#menu-item-6594 a:after { content: "\f041"; font-family: FontAwesome; }
#menu-item-6593 a:after, #menu-item-6594 a:after { margin: 0 5px 0 5px; color: #87B6FF; font-weight: normal; }
body .top-nav-menu li a:hover { text-decoration: none; }
body .vce-featured-grid .owl-controls .owl-prev, body .vce-featured-grid .owl-controls .owl-next { background: #fecb2f; border-radius: 50%; color: #fff; height: 50px; opacity: inherit; top: 40%; transition: opacity 0.2s linear 0s; width: 50px; }
body .site-branding img { max-width: none; max-height: none; }
body .vce-featured-section a, body .vce-lay-g .vce-featured-info .meta-category a { margin: 0 0 10px 0; border-radius: 0; display: inline-block; font-size: 13px; line-height: 23px; margin: 0 2px; padding: 5px 20px 7px; }
.vce-featured-grid .vce-featured-section a { background: rgba(0, 101, 216, 0.61) none repeat scroll 0 0; }
#vce-featured-grid { width: 1140px; margin: 0 auto 0; }
body #vce-featured-grid .owl-controls .owl-prev, body #vce-featured-grid .owl-controls .owl-next { opacity: 1; }
body .vce-featured-grid i, .vce-post-slider i { margin-top: -17px; position: absolute; top: 50%; }
body .vce-featured-grid .owl-next { right: -25px; }
body .vce-featured-grid .owl-prev { left: -25px; }
body .vce-featured-grid i { margin-top: -17px; position: absolute; top: 50%; }
body .vce-featured-grid i.fa-angle-right { right: 17px; }
body .container.mks-bredcrumbs-container { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; box-shadow: none; display: block; margin: 0 auto; max-width: none; padding: 15px 0; top: 0; width: 1140px; z-index: 90; }
#mks-breadcrumbs > p { display: block; margin: 0 auto; width: 1140px; }
#primary, #sidebar, #content { padding-top: 20px; }

/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/
.container { margin: 0 auto; }
.container-full { width: 100%; }
.container-fix { margin: 0 -15px; }

/* Clearfix */
.clearfix { clear: both; }
.clearfix:after, .container:after { content: ""; display: table; clear: both; }

/* Attribute selector */
[class*='bit-'] { float: left; padding: 15px; }

/* Floats last ".bit-" to the right */
[class*='bit-']:last-of-type { float: right; }

/* Main Widths */
.bit-1 { width: 100%; }
.bit-2 { width: 50%; }
.bit-3 { width: 33.33%; }
.bit-4 { width: 25%; }
.bit-5 { width: 20%; }
.bit-6 { width: 16.6666666667%; }
.bit-7 { width: 14.2857142857%; }
.bit-8 { width: 12.5%; }
.bit-9 { width: 11.1111111111%; }
.bit-10 { width: 10%; }
.bit-11 { width: 9.09090909091%; }
.bit-12 { width: 8.33%; }
.bit-23 { width: 66.66%; }
.sidebar { width: 300px; float: left; padding-top: 15px; }
.vce-sid-left .sidebar { float: left; padding-top: 15px; }
.vce-main-content { float: left; max-width: 840px; padding: 15px 30px 0 0; }
.vce-sid-left .vce-main-content { float: right; }
.vce-sid-left .vce-main-content { padding: 15px 0 15px 30px; }
.vce-sid-none .vce-main-content { padding: 15px 0 0; }
.bit-no-top-bottom { padding: 0; }

/*--------------------------------------------------------------
2.1 No Sidebar Classes
--------------------------------------------------------------*/
.vce-sid-none .vce-main-content, .error404 .vce-main-content { width: 100%; }
.vce-sid-none .vce-lay-b { width: 540px; float: left; min-height: 130px; margin: 0 20px 20px 0; }
.vce-sid-none .vce-slider-pagination .vce-lay-b { width: 539px; }
.vce-sid-none .vce-lay-b:nth-child(2n) { margin: 0 0 20px 0; }
.vce-sid-none .vce-lay-b .meta-image { width: 250px; min-width: 250px; }
.vce-sid-none .vce-lay-b .entry-header { padding: 10px 0 0 265px; }
.vce-sid-none .vce-lay-b .meta-image { margin-right: 15px; }
.vce-sid-none .vce-lay-b:last-child { margin-bottom: 20px; }
.vce-sid-none .vce-lay-c, .vce-sid-none .vce-lay-d, .vce-sid-none .vce-lay-f { width: 353px; }
.vce-sid-none .vce-slider-pagination .vce-lay-c, .vce-sid-none .vce-slider-pagination .vce-lay-d, .vce-sid-none .vce-slider-pagination .vce-lay-f { width: 323px; margin: 0 20px 20px 2px !important; }

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { font-size: 16px; line-height: 26px; }
h1, h2, h3, h4, h5, h6 { font-style: normal; -ms-word-wrap: break-word; word-wrap: break-word; }
h1 { font-size: 45px; line-height: 55px; margin-bottom: 10px; }
h2 { font-size: 40px; line-height: 50px; margin-bottom: 10px; }
h3 { font-size: 30px; font-weight: bold; line-height: 45px; margin-bottom: 10px; -webkit-font-smoothing: antialiased; }
h4 { font-size: 25px; line-height: 35px; margin-bottom: 10px; }
h5 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
h6 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
p { margin-bottom: 20px; -ms-word-wrap: break-word; word-wrap: break-word; }
b, strong { font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
blockquote { margin: 0 0 0 37px; font-size: 22px; line-height: 30px; color: #232323; position: relative; }
address { margin: 0 0 1.5em; }
pre { background: #f6f6f6; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 14px; line-height: 1.5em; margin-bottom: 1.5em; max-width: 100%; overflow: auto; padding: 1.5em; border-radius: 4px; }
code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { text-decoration: none; }
sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
ul, ol { margin: 0 0 30px 30px; }
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 { max-width: 100%; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }
.vce-featured-grid .owl-item img, .owl-carousel .owl-item img { width: auto; }
figure { margin: 0; }
table { margin: 0 0 1.5em; width: 100%; background: #fff; border-top: 1px solid#e6e6e6; border-left: 1px solid rgba(0, 0, 0, 0.07); }
th { font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
button, input[type="button"], input[type="reset"], input[type="submit"], .vce-button, .mks_author_link, .mks_themeforest_widget .more, .pagination-wapper a, #vce-pagination .next.page-numbers, #vce-pagination .prev.page-numbers, #vce-pagination .page-numbers, #vce-pagination .page-numbers.current, .vce-link-pages a, #vce-pagination a, .vce-load-more a, .vce-slider-pagination .owl-nav > div, .vce-404-menu a, .sidebar .bbp_widget_login .button, .bbp-pagination-links a, .bbp-pagination-links span.current, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.products li.product .added_to_cart { border-radius: 4px; font-size: 14px; line-height: 22px; color: #FFFFFF; text-align: center; display: inline-block; width: auto; padding: 5px 10px; text-decoration: none; border: none; min-width: 90px; background-position: center center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-appearance: none; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .vce-button:hover, .mks_author_link:hover, .mks_themeforest_widget .more:hover, .pagination-wapper a:hover, #vce-pagination .next.page-numbers:hover, #vce-pagination .prev.page-numbers:hover, #vce-pagination .page-numbers:hover, .vce-link-pages a:hover, #vce-pagination a:hover, .vce-load-more a:hover, .vce-share-items li a:hover, a.mks_button:hover, .vce-slider-pagination .owl-nav > div:hover, .vce-featured-section a:hover, .vce-404-menu a:hover, .vce-lay-g .vce-featured-info .meta-category a:hover, .sidebar .bbp_widget_login .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce ul.products li.product .added_to_cart:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { cursor: pointer; text-decoration: none; background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);    /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));    /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);    /* Chrome10+,Safari5.1+ */ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);    /* Opera 11.10+ */ background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);    /* IE10+ */ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);    /* W3C */ }
.vce-share-items li a { -moz-background-size: 400% 400%; background-size: 400% 400%; background-position: center center; -webkit-transition: background-size 0.3s ease-in-out; -moz-transition: background-size 0.3s ease-in-out; -o-transition: background-size 0.3s ease-in-out; transition: background-size 0.3s ease-in-out; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
#vce-pagination.vce-load-more a, #vce-pagination .vce-action-link { margin: 0 auto; min-width: 130px; }
input[type="submit"] { min-width: 140px; }
#vce-pagination .page-numbers.current { min-width: 34px; display: inline-block; }
.mks_author_link, .mks_themeforest_widget .more { display: inline-block; min-width: 130px; }
#vce-pagination.vce-infinite-scroll a, #vce-pagination a.vce-loader { background: transparent url('images/loader.gif') no-repeat center center; background-size: initial; box-shadow: none; margin: 0 auto; color: #333; text-indent: -9999px; display: inline-block; }
.vce-mega-menu-wrapper.vce-loader { background-image: url('images/loader.gif'); background-repeat: no-repeat; background-position: center center; }
#vce-pagination.vce-infinite-scroll { opacity: 0; height: 0; padding: 0; }
.vce-action-link { margin: 0 auto; }
a.mks_button { font-size: 16px; line-height: 22px; }
.mks_button:hover, .mks_ico:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
.sidebar .mks_author_widget .mks_autor_link_wrap, .sidebar .mks_themeforest_widget .mks_read_more { position: relative; text-align: center; display: block; width: 100%; padding: 10px; background: #f3f3f3; border-top: 1px solid rgba(0, 0, 0, 0.07); }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 4px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; }
textarea { overflow: auto; padding-left: 3px; vertical-align: top; width: 100%; }
a:hover { text-decoration: underline; }
a:focus, a:active { text-decoration: none; }

/*--------------------------------------------------------------
5.0 Menus
--------------------------------------------------------------*/
.main-navigation { clear: both; display: block; float: left; width: 100%; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.top-nav-menu { list-style: none; margin: 0; padding: 0; }
.main-navigation li, .top-nav-menu li { display: inline-block; vertical-align: top; position: relative; }
.top-nav-menu li { margin: 0 10px 0 0; }
.top-nav-menu li:last-child { margin-right: 0; }
.main-navigation .nav-menu { font-size: 0; }
.main-navigation li { font-size: 16px; }
.main-navigation a { display: block; text-decoration: none; font-size: 16px; line-height: 20px; padding: 15px 15px 15px; }
.nav-menu ul { transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.nav-menu > li > a { box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05); }
.nav-menu > li:last-child a, .header-2-wrapper .nav-menu > li:last-child > a { box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05); }
.header-left-nav .nav-menu > li > a { box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.05); }
.header-left-nav .nav-menu > .current-menu-ancestor > a .header-left-nav .nav-menu > .current_page_item > a, .header-left-nav .nav-menu > .current-menu-item > a { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
.header-left-nav .nav-menu > li:first-child > a, .header-left-nav .nav-menu > li:last-child > a { box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05); }
.main-navigation li.fa a { padding: 15px 10px 15px 25px; }
.main-navigation a:hover { cursor: pointer; }
.main-navigation li.fa:before { position: absolute; left: 5px; top: 17px; }
.main-navigation ul ul { position: absolute; top: 100%; opacity: 0; visibility: hidden; display: block; z-index: 99999; }
.main-navigation li:hover > ul, .main-navigation li:focus > ul, .main-navigation li:active > ul { visibility: visible; opacity: 1; pointer-events: auto; }
.main-navigation .sub-menu, .vce-mega-menu-wrapper, .search-header-form-ul { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
.main-navigation ul ul ul { top: 0; }
.main-navigation ul ul a { width: 250px; text-align: left; font-size: 14px; }
.main-navigation ul ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.main-navigation ul ul li:last-child { border-bottom: none; }
.nav-menu > .menu-item-has-children > a:after, .nav-menu .vce-mega-cat > a:after { content: "\f107"; font-family: "FontAwesome"; float: right; margin: 2px 0 0 5px; }
.nav-menu ul .menu-item-has-children > a:after { content: "\f105"; font-family: "FontAwesome"; float: right; }
.main-navigation ul li.search-header-wrap > ul { display: block; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; }
.main-navigation ul li.search-header-wrap.vce-zoomed > ul.search-header-form-ul { display: block; opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.search-header-wrap ul { padding: 10px; width: 295px; right: 0; border-radius: 2px; }
.search-header-form .search-input, .search-header-form .search-input:focus { height: 36px; font-size: 14px; border: none; }
.search-header-wrap { width: 50px; }
.search-header-form-ul li { float: left; width: 100%; }
.main-navigation ul ul li > ul { left: 100%; }
.nav-menu > li:hover > a, .nav-menu > .current_page_item > a, .nav-menu > .current-menu-item > a, .nav-menu > .current-menu-ancestor > a, .main-navigation a.vce-item-selected { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
.header-3-wrapper .nav-menu li a { box-shadow: none !important; }
.header-sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 2000; height: 50px; -webkit-backface-visibility: hidden; -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.header-is-sticky { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%); }
.header-sticky .site-title { float: left; padding: 6px 0 0; }
.header-sticky .main-navigation { clear: none; float: right; width: auto; }
.admin-bar .header-sticky { top: 32px; }
.sidr-open .header-is-sticky { left: 260px; }
.header-sticky .nav-menu { position: static; }
.header-sticky .container { position: relative; }
.header-sticky .site-title img { max-height: 27px; }
.header-sticky .nav-menu > .current_page_item > a, .header-sticky .nav-menu > .current-menu-item > a, .header-sticky .nav-menu > .current-menu-ancestor > a, .header-sticky .main-navigation a.vce-item-selected { box-shadow: none; background-color: transparent; border-left: 1px solid rgba(0, 0, 0, 0.1); }
.top-nav-menu li a { font-size: 13px; line-height: 40px; }
.top-nav-menu li .sub-menu { display: none; position: absolute; left: 0; top: 100%; z-index: 100; margin: 0; width: 150px; }
.top-nav-menu li .sub-menu li { display: block; text-align: left; margin: 0; padding: 0 10px; }
.top-nav-menu li .sub-menu li a { line-height: 30px; }
.top-nav-menu li:hover .sub-menu { display: block; z-index: 100; }
.top-nav-menu li.menu-item-has-children:after { font-family: "FontAwesome"; content: "\f107"; }
.nav-menu > li > .sub-menu .sub-menu.vce-rev { left: initial; right: 100%; }

/*--------------------------------------------------------------
6.0 Alignments and clearings
--------------------------------------------------------------*/
.center { text-align: center; }
.alignleft { display: inline; float: left; margin-right: 20px; }
.alignright { display: inline; float: right; margin-left: 20px; }
.aligncenter { clear: both; display: block; margin: 0 auto 30px; }
.vce-wrap-left { float: left; }
.vce-wrap-right { float: right; }
.vce-wrap-center { margin: 0 auto; width: 33%; text-align: center; height: 40px; }
.vce-wrap-center > div, .vce-wrap-center > ul { display: inline-block; }
.vce-wrap-right > div, .vce-wrap-right > ul { float: right; }
.vce-wrap-left > div, .vce-wrap-left > ul { float: left; }
.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; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }
.simple-clear { clear: both; }

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget { font-size: 14px; line-height: 22px; -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09); margin: 0 0 30px; }
.sidebar .widget-title { -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); font-size: 18px; line-height: 28px; padding: 12px; text-align: center; margin-bottom: 0; }
.sidebar .widget-title a { background: #FFFFFF; font-size: 20px; color: #232323; line-height: 27px; padding: 12px; text-align: center; margin-bottom: 0; }
.widget-title span { background: #fff; font-size: 23px; padding: 0 12px 0 0; position: relative; z-index: 2; }
.widget-title::after { background: #f8f8f8; content: ""; height: 9px; position: absolute; right: 0; top: 10px; width: 100%; }
.widget ul, .widget li { margin: 0; padding: 0; list-style: none; }
.widget > ul, .widget > div, .widget p, .widget > form { padding: 20px; }
.widget li { border-bottom: 1px solid rgba(0, 0, 0, 0.07); padding: 12px 20px 12px; }
.widget li:last-child { border-bottom: none; }
.widget li a { text-decoration: none; -ms-word-wrap: break-word; word-wrap: break-word; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; }
.widget li a:hover { text-decoration: none; }
.site-footer .widget li a:hover { text-decoration: none; }
.sticky-active.admin-bar .affix { top: 110px; }
.admin-bar .affix { top: 60px; }
.affix { position: fixed !important; width: 300px; top: 30px; }
.vce-sticky { overflow: visible !important; }
.vce-sticky.is_stuck { top: 92px; }
.sticky-active .affix { top: 80px; }
.affix-responsive { position: static !important; width: auto; top: 0 !important; }
.widget select { width: 100%; }
.sidebar .widget_archive select, .sidebar .widget_categories select { max-width: 86%; margin: 20px; }
.widget_search .search-submit { display: none; }
.widget ul { padding: 0; display: inline-block; width: 100%; text-align: center; }
.widget_categories li { padding: 0; border: none; }
.sidebar td { padding: 0; }

/*Category widget*/
.widget_archive label, .widget_categories label { display: none; }
.widget_categories ul { padding: 0; }
.widget_categories li { margin-bottom: 0; position: relative; }
.widget_categories a { padding: 0 0 0 20px; display: block; position: relative; line-height: 42px; color: #787878; text-decoration: none; }
.count-hidden { float: right; width: 42px; text-align: center; }
.widget_categories a .count { float: right; height: 42px; width: 42px; text-align: center; display: inline-block; color: #FFF; position: absolute; right: 0; }
.widget_categories li:before, .widget_categories a .count { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.widget_categories li:before { content: ""; position: absolute; width: 2px; height: 100%; }
.widget_categories li:hover:before { width: 100% }
.widget_categories a .category-text { -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; }
.widget.widget_categories a:hover { color: #FFF; text-decoration: none; }
.widget_categories a:hover .category-text { color: #FFF; text-decoration: none; }
.widget_categories .category-text { position: relative; z-index: 2; }

/*FLICKR*/
.widget ul.flickr { width: 100%; float: left; margin: 0; padding: 20px 10px 10px 20px; }
.sidebar .widget ul.flickr li { margin: 0 10px 10px 0; border: none; padding: 0; }
.widget > div.clear { padding: 0; }

/*SOCIAL WIDGET*/
.sidebar .widget.mks_social_widget, .sidebar .vce_posts_widget { line-height: 11px; }
.sidebar .widget.mks_social_widget p, .sidebar .vce_posts_widget p { line-height: 22px }
.mks_social_widget p { margin-bottom: 0; padding: 20px 20px 0 20px; }
ul.mks_social_widget_ul { padding: 20px 15px 15px 20px; }
.mks_social_widget ul.mks_social_widget_ul li a.soc_rounded { border-radius: 4px; }
ul.mks_social_widget_ul li { float: left; }
.mks_themeforest_widget .mks_themeforest_widget_ul li { float: left; border: none; margin: 0 10px 10px 0; }
.sidebar .mks_themeforest_widget .mks_themeforest_widget_ul li { padding: 0; }
.site-footer .mks_themeforest_widget .mks_themeforest_widget_ul li { float: none; }
.mks_themeforest_widget .mks_themeforest_widget_ul li:nth-child(3n) { margin: 0 0 5px 0; }
.mks_themeforest_widget p { margin: 0; padding-bottom: 0; }
.mks_themeforest_widget p.mks_read_more { margin: 0; padding: 0; }
.mks_themeforest_widget .mks_themeforest_widget_ul { padding: 20px 20px 0; }
.widget_text p, .widget > div p, .widget > form p { padding: 0; margin-bottom: 10px; }
.widget_rss .widget-title a { padding: 0; }
.widget .aligncenter { margin: 0 auto; }
.widget .alignleft { margin-right: 10px; }
.widget .alignright { margin-right: 10px; }
.widget .textwidget li { padding: 12px; }
body .vce-lay-c .meta-category, body .vce-lay-c .entry-title, body .vce-lay-c .entry-meta, body .vce-lay-c .entry-content { text-align: left; }

/*--------------------------------------------------------------
7.0 Mega Menu
--------------------------------------------------------------*/
.nav-menu { position: relative; }
.nav-menu .vce-mega-cat, .nav-menu .vce-mega-menu { position: initial; }
.nav-menu .vce-mega-menu-wrapper, .nav-menu .vce-mega-menu .sub-menu { left: 0; width: 100.2%; padding: 0 10px; margin: 0 0 0 -0.1%; }
.nav-menu .vce-mega-menu-wrapper { min-height: 210px; }
.nav-menu .vce-mega-menu .sub-menu ul { display: block; position: relative; width: auto; padding: 0; min-height: initial; box-shadow: none; opacity: 1 !important; visibility: visible !important; }
.nav-menu .vce-mega-menu-wrapper > li { display: block; padding: 20px 10px 20px 10px; text-align: center; float: left; width: 20%; border-bottom: none; }
.nav-menu .vce-mega-menu > .sub-menu { display: none; table-layout: fixed; padding: 0; }
.nav-menu .vce-mega-menu:hover > .sub-menu { display: table; }
.nav-menu .vce-mega-menu > .sub-menu > li { display: table-cell; padding: 20px; text-align: center; border-left: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nav-menu .vce-mega-menu > .sub-menu > li:first-child { border-left: none; }
.nav-menu .vce-mega-menu ul a:after { display: none; }
.nav-menu .vce-mega-menu-wrapper > li .mega-menu-img { padding: 0; width: auto; position: relative; height: 106px; overflow: hidden; -webkit-backface-visibility: hidden; }
.nav-menu .vce-mega-menu-wrapper > li .mega-menu-link { display: block; border: 1px solid rgba(0, 0, 0, 0.05); padding: 10px; width: auto; text-align: center; font-size: 14px; line-height: 22px; }
.nav-menu .vce-mega-menu .sub-menu .sub-menu li, .nav-menu .vce-mega-menu .sub-menu a { padding: 0; width: auto; }
.nav-menu .vce-mega-menu .sub-menu .sub-menu a { font-size: 14px; }
.nav-menu .vce-mega-menu .sub-menu .sub-menu { padding: 15px 0 0; }
.nav-menu .vce-mega-menu .sub-menu .sub-menu li { padding: 0 0 8px; }
.nav-menu .vce-mega-menu .sub-menu .sub-menu li:last-child { padding: 0; }
.nav-menu .vce-mega-menu .sub-menu .sub-menu a:before { font-family: "FontAwesome"; content: "\f105"; font-size: 10px; margin: 3px 10px 0 5px; line-height: 16px; float: left; }
.main-navigation .vce-mega-menu ul ul li { display: block; width: 100%; border-bottom: none; }
.header-sticky .nav-menu .vce-mega-menu-wrapper, .header-sticky .nav-menu .vce-mega-menu .sub-menu { margin-top: -1px; }

/*POSTS WIDGET*/
.post-date { font-size: 14px; line-height: 20px; display: block; font-style: italic; margin-top: 5px; }

/*VIDEO WIDGET*/
.vce_video_widget .video-widget-inside { padding: 0; }
.widget.vce_video_widget p { padding: 10px 20px 0 20px; margin-bottom: 20px; }

/*CALENDAR WIDGET*/
#calendar_wrap { padding: 0; }
#wp-calendar { width: 100%; }
#wp-calendar caption { font-size: 14px; margin-top: 10px; padding: 0 20px 10px; text-align: center; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
#wp-calendar tbody td { border-bottom: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 8px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; border-right: 1px solid rgba(0, 0, 0, 0.1); }
#wp-calendar tbody td a { color: #FFF; background: #cf4d35; border-radius: 4px; padding: 2px 3px; text-decoration: none; }
#wp-calendar tbody td:hover { background: #fff; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 14px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 14px; text-transform: uppercase; padding: 10px 20px 10px 20px; }
#wp-calendar thead th { padding-bottom: 5px; text-align: center; color: #AAA; }

/*PAGE MENU WIDGET*/
.widget_nav_menu > div { padding: 0; }

/*AUTHOR WIDGET*/
.mks_author_widget { text-align: center; }
.widget.mks_author_widget img { border-radius: 50%; -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); border: 5px solid #FFF; margin: 15px auto 0 auto; float: none; }
.mks_author_widget h3 { font-size: 20px; margin: 10px 0 10px; text-align: center; display: block; width: 100%; clear: both; line-height: 30px; }
.mks_author_widget .vce-author-links { float: left; padding: 0 20px; display: block; height: auto; width: 100%; text-align: center; margin-bottom: 8px; }
.mks_author_widget .vce-author-links a:hover { opacity: 0.75; }
.mks_author_widget .vce-author-links a { display: inline-block; vertical-align: top; float: none; }
.fa-vimeo:before { content: "\f194"; }
.mks_author_widget h3 a { text-decoration: none; }
.mks_author_widget h3 a:hover { color: #cf4d35; text-decoration: underline; }
.mks_author_widget p { text-align: left; padding: 20px 20px 20px; margin-bottom: 0; }

/*TAGS*/
.tagcloud a { font-size: 14px !important; border-radius: 4px; padding: 2px 7px; display: inline-block; vertical-align: top; text-decoration: none; margin: 0 2px 2px 0; }
.tagcloud a:before { content: "#"; }
.tagcloud a:hover { color: #FFF; }

/*ADS WIDGET*/
.mks_adswidget_ul.small, .site-footer .mks_adswidget_ul.small { padding-bottom: 15px; text-align: center; }
.mks_adswidget_ul.small li, .site-footer .mks_adswidget_ul.small li { border: none; padding: 15px 15px 0 15px; margin-right: 0 !important; }
.mks_adswidget_ul.small li:nth-child(2n), .site-footer .mks_adswidget_ul.small li:nth-child(2n) { padding: 15px 15px 0 0; }
.mks_adswidget_ul.large li, .site-footer .mks_adswidget_ul.large li { padding: 0; text-align: center; }
.site-footer .widget_recent_comments .recentcomments:before { left: 10px; }

/*SEARCH WIDGET*/
.vce-search-form { padding: 20px; }
.vce-search-form .vce-search-input, .vce-search-form .vce-search-input:focus { width: 200px; display: inline-block; vertical-align: top; }
.vce-search-submit { vertical-align: top; display: inline-block; width: 50px; min-width: 50px; height: 40px; margin-left: 3px; font-size: 18px; margin-top: 1px; }
.vce-search-submit { color: #FFF; }
#post-0 .vce-search-form { padding: 0; margin: 0 auto 30px; text-align: center; }
#post-0 .vce-search-form .vce-search-input, #post-0 .vce-search-form .vce-search-input:focus { width: 640px; }
body .wp-caption .wp-caption-text { box-shadow: none; }

/*POSTS WIDGET*/
.vce_posts_widget li { border-bottom: none; text-align: center; padding: 0; margin-bottom: 20px; float: left; width: 100%; }
.vce-post-link { font-size: 20px; line-height: 26px; }
.vce-post-big .vce-posts-wrap, .vce-post-slider .vce-posts-wrap { padding: 10px 20px; -ms-word-wrap: break-word; word-wrap: break-word; display: block; float: left; width: 100%; text-align: center; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
.vce-post-img { overflow: hidden; float: left; width: 100%; display: block; }
.vce-post-slider { height: 205px; overflow: hidden; }
.vce-post-big li a.featured_image_sidebar, .vce-post-slider li a.featured_image_sidebar { position: relative; float: left; }
.vce-post-slider .vce-posts-wrap, .vce-post-big .vce-posts-wrap { color: #FFF; position: absolute; opacity: 0; padding: 0 20px; }
.vce-post-slider .vce-posts-wrap .entry-meta, .vce-post-big .vce-posts-wrap .entry-meta { margin-top: 10px; }
.vce-posts-wrap .entry-meta div, .vce-posts-wrap .entry-meta div a, .vce-posts-wrap .fn, .vce-posts-wrap .fn a { font-size: 13px; }
.vce-post-big .entry-meta div, .vce-post-slider .entry-meta div, .vce-post-big .entry-meta div a, .vce-post-slider .entry-meta div a, .vce-post-slider .fn, .vce-post-slider .fn a, .vce-post-big .fn, .vce-post-big .fn a { color: #FFF; }
.vce-post-big .vce-post-img:after, .vce-post-slider .vce-post-img:after { position: absolute; height: 100%; width: 100%; opacity: 0.5; background: rgba(0, 0, 0, 1); content: ""; top: 0; left: 0; -webkit-backface-visibility: hidden; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.sidebar .vce-post-big li a, .sidebar .vce-post-slider li a, .site-footer .vce-post-big li a, .site-footer .vce-post-slider li a { color: #FFF !important; }
.vce-post-big li:hover .vce-post-img:after, .vce-post-slider li:hover .vce-post-img:after { opacity: 0.8; }
.vce-post-big li, .vce-post-slider li { position: relative; float: left; width: 100%; margin-bottom: 1px; }
.vce-post-big li:last-child, .vce-post-slider li:last-child, .vce_posts_widget .vce-post-list li:last-child { margin-bottom: 0; }
.vce-post-list .vce-post-img { width: 100px; margin-right: 13px; }
.vce-post-list.no-img .vce-posts-wrap { width: auto; }
.vce-post-list .vce-post-link { font-size: 14px; line-height: 20px; text-align: left; -ms-word-wrap: break-word; word-wrap: break-word; padding: 5px 10px 0 0; display: block; }
.vce_posts_widget .vce-post-list a:hover { text-decoration: none; }
.vce_posts_widget .vce-post-list li { text-align: left; margin-bottom: 20px; }
.widget ul.vce-post-list { padding: 20px; }
.widget_nav_menu .menu-item-has-children ul.sub-menu, .widget_pages .page_item_has_children ul.children { display: none; padding: 0 0 0 20px; float: left; border-top: 1px solid #eee; margin-bottom: -1px; }
.site-footer .widget_nav_menu .menu-item-has-children ul.sub-menu, .site-footer .widget_pages .page_item_has_children ul.children, .site-footer .widget_nav_menu li.menu-item-has-children li:last-child, .site-footer .widget_pages li.page_item_has_children li:last-child { border-top: none; border-bottom: none; }
.widget_nav_menu li, .widget_pages li { position: relative; padding: 0; width: 100%; float: left; }
.widget_nav_menu li a, .widget_pages li a { padding: 10px 20px 10px; float: left; }
.widget_nav_menu .menu-item-has-children:after, .widget_pages li.page_item_has_children:after { font-family: "FontAwesome"; content: "\f107"; float: right; position: absolute; right: 10px; top: 10px; }
.widget_nav_menu li.menu-item-has-children li:last-child, .widget_pages li.page_item_has_children li:last-child { border-bottom: 1px solid #eee; }
.widget_nav_menu li.menu-item-has-children:hover > span, .widget_pages li.page_item_has_children:hover > span { color: #cf4d35; text-decoration: underline; }
.widget .tiled-gallery { margin-bottom: 0; }
.widget_facebook_likebox .widget-title { margin-bottom: 5px; }
.widget_twitter_timeline iframe { padding: 10px 10px 0; }
.vce_adsense_wrapper { text-align: center; }
.vce_adsense_expand .vce_adsense_wrapper { padding: 0; }
.vce_adsense_expand .vce_adsense_wrapper iframe, .vce_adsense_expand .vce_adsense_wrapper ins, ins { vertical-align: middle; }
.widget_recent_comments .recentcomments, .site-footer .widget_recent_comments .recentcomments { position: relative; padding: 12px 20px 12px 45px; }
.widget_recent_comments .recentcomments:before { content: "\f0e5"; font-family: "FontAwesome"; font-size: 18px; margin: 0; position: absolute; top: 13px; left: 20px; }

/*--------------------------------------------------------------
8.0 Footer Widgets
--------------------------------------------------------------*/
.site-footer .widget-title { font-size: 18px; color: #FFF; line-height: 24px; margin-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-bottom: 15px; text-align: center; margin: 0 -20px 20px; background: rgba(0, 0, 0, 0.15); padding-top: 14px; }
.site-footer .widget.mks_author_widget img { margin: 10px auto 0 auto; }
#footer.site-footer .mks_autor_link_wrap, #footer.site-footer p.mks_read_more { padding: 10px 20px 10px; margin: 20px -20px -20px; border-top: 1px solid rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.1); }
.site-footer .widget { color: #FFF; margin-bottom: 30px; background: rgba(0, 0, 0, 0.2); padding: 0 20px 15px 20px; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 14px; line-height: 22px; }
.site-footer [class*='bit-'] .widget:last-child { margin-bottom: 15px; }
.site-footer .widget > ul, .site-footer .widget > div, .site-footer .widget p { padding: 0; }
.site-footer .widget li a { -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; color: #FFF; }
.site-footer .widget li { border-bottom: none; padding: 5px 0 5px; }
.site-footer .vce_posts_widget .vce-post-list li { padding: 0; }
.site-footer .widget_categories li { padding: 0; }
.site-footer .widget_categories li a:hover { text-decoration: none; }
.site-footer .tagcloud a { background: rgba(0, 0, 0, 0.09); }
.site-footer .vce-search-form { padding: 0; }
.site-footer table { background: transparent; color: #FFF; border-color: #333; }
.site-footer td { border-color: #333; }
.site-footer #wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.5); box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); }
.site-footer #wp-calendar caption, .site-footer .mks_author_widget h3 { color: #FFF; }
.site-footer .widget_nav_menu li a, .site-footer .widget_pages li a { padding: 0; }
.site-footer .widget.mks_social_widget { padding: 0 20px 12px 20px; }
.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }
embed, iframe, object { max-width: 100%; }
.widget embed, .widget iframe, .widget object { vertical-align: middle; }

/*--------------------------------------------------------------
9.0 Captions and gallery
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.vce-gallery { margin-bottom: 1.5em; }
.vce-gallery .gallery-item { display: inline-block; float: left; text-align: center; vertical-align: top; margin-top: 0 !important; overflow: hidden; -webkit-backface-visibility: hidden; position: relative; z-index: 1; }
.vce-gallery .gallery-item img { border: none !important; }
.vce-gallery .gallery-size-thumbnail .gallery-item { width: auto; }
.gallery-caption { display: block; }
body.blog .vce-post.sticky .meta-image:before { content: "\f08d"; font-family: "FontAwesome"; height: 24px; width: 24px; left: 0; top: 0; position: absolute; color: #FFF; z-index: 2000; text-align: center; }
.widget_rss .rsswidget img { display: none; }
.widget_rss .rss-date { display: block; }

/*--------------------------------------------------------------
10.0 Header
--------------------------------------------------------------*/
.top-header { font-size: 13px; line-height: 19px; height: 40px; }
.header-bottom-wrapper { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); background: #fcfcfc; }
.soc-nav-menu { margin: 0; padding: 0; }
.soc-nav-menu li { float: left; list-style: none; }
.soc-nav-menu li:last-child { margin-right: 0; }
.soc-nav-menu a:before { font-family: "FontAwesome"; text-decoration: none; }
.soc-nav-menu a { position: relative; font-size: 14px; line-height: 40px; height: 40px; width: 40px; padding: 0 8px; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: block; text-align: center; }
.vce-social-name { opacity: 0; display: none; color: #fff; float: right; font-size: 12px; margin: 0 4px 0 8px; transition-delay: 0.4s; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.soc-nav-menu li a[href*="/feed"]::before, .soc-nav-menu li a[href*="/rss"]::before, .soc-nav-menu li a[href*="feedburner"]::before { content: "\f09e"; }
.soc-nav-menu li a[href*="@"]::before { content: "\f0e0"; }
.soc-nav-menu li a[href*="codepen.io"]::before { content: "\f1cb"; }
.soc-nav-menu li a[href*="digg.com"]::before { content: "\f1a6"; }
.soc-nav-menu li a[href*="dribbble.com"]::before { content: "\f17d"; }
.soc-nav-menu li a[href*="dropbox.com"]::before { content: "\f16b"; }
.soc-nav-menu li a[href*="facebook.com"]::before { content: "\f09a"; }
.soc-nav-menu li a[href*="flickr.com"]::before { content: "\f16e"; }
.soc-nav-menu li a[href*="foursquare.com"]::before { content: "\f180"; }
.soc-nav-menu li a[href*="google.com"]::before { content: "\f0d5"; }
.soc-nav-menu li a[href*="github.com"]::before { content: "\f09b"; }
.soc-nav-menu li a[href*="instagram.com"]::before { content: "\f16d"; }
.soc-nav-menu li a[href*="linkedin.com"]::before { content: "\f0e1"; }
.soc-nav-menu li a[href*="last.fm"]::before { content: "\f202"; }
.soc-nav-menu li a[href*="pinterest.com"]::before { content: "\f0d2"; }
.soc-nav-menu li a[href*="reddit.com"]::before { content: "\f1a1"; }
.soc-nav-menu li a[href*="soundcloud.com"]::before { content: "\f1be"; }
.soc-nav-menu li a[href*="spotify.com"]::before { content: "\f1bc"; }
.soc-nav-menu li a[href*="stumbleupon.com"]::before { content: "\f1a4"; }
.soc-nav-menu li a[href*="tumblr.com"]::before { content: "\f173"; }
.soc-nav-menu li a[href*="twitter.com"]::before { content: "\f099"; }
.soc-nav-menu li a[href*="vimeo.com"]::before { content: "\f194"; }
.soc-nav-menu li a[href*="vine.co"]::before { content: "\f1ca"; }
.soc-nav-menu li a[href*="vk.com"]::before { content: "\f189"; }
.soc-nav-menu li a[href*="wordpress.org"]::before, .soc-nav-menu li a[href*="wordpress.com"]::before { content: "\f19a"; }
.soc-nav-menu li a[href*="xing.com"]::before { content: "\f168"; }
.soc-nav-menu li a[href*="youtube.com"]::before { content: "\f16a"; }
.soc-nav-menu li a[href*="medium.com"]::before { content: "\f23a"; }
.soc-nav-menu li a[href*="buysellads.com"]::before { content: "\f20d"; }
.soc-nav-menu li a[href*="behance.com"]::before { content: "\f1b4"; }
.soc-nav-menu li a[href*="slack.com"]::before { content: "\f198"; }
.soc-nav-menu li a[href*="weibo.com"]::before { content: "\f18a"; }
.soc-nav-menu li a[href*="/feed"]:hover, .soc-nav-menu li a[href*="/rss"]:hover { background-color: #FA9B39; }
.soc-nav-menu li a[href*="@"]:hover { background-color: #AAA; }
.soc-nav-menu li a[href*="codepen.io"]:hover { background-color: #fff; }
.soc-nav-menu li a[href*="digg.com"]:hover { background-color: #fff; }
.soc-nav-menu li a[href*="dribbble.com"]:hover { background-color: #ea4c89; }
.soc-nav-menu li a[href*="dropbox.com"]:hover { background-color: #007ee5; }
.soc-nav-menu li a[href*="facebook.com"]:hover { background-color: #3b5998; }
.soc-nav-menu li a[href*="flickr.com"]:hover { background-color: #ff0084; }
.soc-nav-menu li a[href*="foursquare.com"]:hover { background-color: #0732a2; }
.soc-nav-menu li a[href*="google.com"]:hover { background-color: #dd4b39; }
.soc-nav-menu li a[href*="github.com"]:hover { background-color: #4183c4; }
.soc-nav-menu li a[href*="instagram.com"]:hover { background-color: #3f729b; }
.soc-nav-menu li a[href*="linkedin.com"]:hover { background-color: #0e76a8; }
.soc-nav-menu li a[href*="last.fm"]:hover { background-color: #e31b23; }
.soc-nav-menu li a[href*="pinterest.com"]:hover { background-color: #c8232c; }
.soc-nav-menu li a[href*="reddit.com"]:hover { background-color: #336699; }
.soc-nav-menu li a[href*="soundcloud.com"]:hover { background-color: #f50; }
.soc-nav-menu li a[href*="spotify.com"]:hover { background-color: #81b900; }
.soc-nav-menu li a[href*="stumbleupon.com"]:hover { background-color: #ff2618; }
.soc-nav-menu li a[href*="tumblr.com"]:hover { background-color: #34526f; }
.soc-nav-menu li a[href*="twitter.com"]:hover { background-color: #33ccff; }
.soc-nav-menu li a[href*="vimeo.com"]:hover { background-color: #1AB7EA; }
.soc-nav-menu li a[href*="vine.co"]:hover { background-color: #00d9a3 }
.soc-nav-menu li a[href*="vk.com"]:hover { background-color: #4e729a; }
.soc-nav-menu li a[href*="wordpress.org"]:hover, .soc-nav-menu li a[href*="wordpress.com"]:hover { background-color: #21759b; }
.soc-nav-menu li a[href*="xing.com"]:hover { background-color: #026466 }
.soc-nav-menu li a[href*="youtube.com"]:hover { background-color: #c4302b; }
.soc-nav-menu li a[href*="medium.com"]:hover { background-color: #57ad68; }
.soc-nav-menu li a[href*="buysellads.com"]:hover { background-color: #c90100; }
.soc-nav-menu li a[href*="behance.com"]:hover { background-color: #1769ff; }
.soc-nav-menu li a[href*="slack.com"]:hover { background-color: #6ecadc; }
.soc-nav-menu li a[href*="weibo.com"]:hover { background-color: #B53434; }
.top-header .vce-search-form { padding: 0; }
.top-header .vce-search-form .vce-search-input { background: rgba(0, 0, 0, 0.1); height: 30px; margin: 5px 0 5px 0; width: auto; border: none; padding: 0 30px 0 10px; }
.top-header .vce-search-submit { background: transparent; height: 30px; padding: 0; margin: 5px 0 0 -30px; width: 20px; min-width: 20px; color: rgba(255, 255, 255, 0.9); font-size: 14px; }
.main-header .site-title, .main-header .site-title a { font-size: 80px; line-height: 80px; text-decoration: none; margin-bottom: 0; display: inline-block; }
.main-header .header-3-wrapper .site-title, .main-header .header-3-wrapper .site-title a { line-height: 58px; font-size: 60px; }
.main-header .header-2-wrapper .site-title, .main-header .header-2-wrapper .site-title a { line-height: 40px; }
.main-header .header-2-wrapper .site-title a { line-height: 61px; font-size: 70px; }
.main-header .header-2-wrapper .site-title { font-size: 40px; }
.main-header .header-2-wrapper .site-title a.has-logo { line-height: 40px; }
.main-header .header-3-wrapper .site-title { font-size: initial; line-height: initial; }
.main-header .header-3-wrapper .site-title a.has-logo { line-height: 50px; }
.header-sticky .site-title a { font-size: 36px; line-height: 38px; text-decoration: none; }
.header-sticky .site-title a.has-logo { line-height: 33px; }
.site-branding { text-align: center; }
.site-description { font-size: 16px; line-height: 24px; margin: 5px 0 0; display: block; }
.header-left-nav .main-navigation ul { text-align: left; }
.vce-header-ads { float: right; width: 728px; }
.vce-header-ads .aligncenter, .vce-header-ads .alignright, .vce-header-ads .alignleft { margin: 0; }
.header-2-wrapper .site-branding, .header-3-wrapper .site-branding { float: left; text-align: left; }
.header-left-nav .search-header-wrap, .header-3-wrapper .main-navigation { width: 45px; float: right; }
.header-3-wrapper .main-navigation { width: auto; clear: none; }
.header-main-area { position: relative; }
.header-2-wrapper .site-branding, .header-3-wrapper .site-branding { position: absolute; }
.header-3-wrapper .nav-menu { position: static; }
.main-box, .comment-respond, #disqus_thread { padding: 0; margin-bottom: 30px; float: left; width: 100%; -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07); }
.vce-module-columns .main-box-half { width: 395px; }
.vce-sid-left .vce-module-columns .main-box-half:nth-child(2n), .vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) { margin-left: 20px; }
.vce-sid-none .vce-module-columns .main-box-half { width: 366px; }
.vce-sid-none .vce-module-columns .main-box-half { margin-right: 20px; }
.vce-sid-none .main-box-half:nth-child(3n) { margin-right: 0; }
.main-box-half .vce-lay-c, .main-box-half .vce-lay-d, .main-box-half .vce-lay-f { width: 100% !important; margin: 0 0 20px 0 !important; }
.main-box-half .vce-lay-f { margin-bottom: 10px !important; }
.main-box-inside { float: left; width: 100%; padding: 20px 0 0 0; background: #FFF; }
.main-box-nopad { padding: 0; }
.main-box-nopad .vce-lay-a, .main-box-nopad .vce-lay-g { margin-bottom: 0; box-shadow: none; }
.vce-lay-a.vce-post { margin-bottom: 20px; }
.main-box-nopad .vce-lay-a.vce-post { margin-bottom: 0; }
.mbi-inside { padding: 20px 20px 0 20px; }
.main-box-title, .comment-reply-title { font-size: 22px; line-height: 25px; text-align: left; margin-bottom: 0; padding: 15px 15px 18px 15px; }
.main-box-title a:after { font-family: "FontAwesome" }
.main-box-title a:after { content: "\f105"; margin-left: 8px; }
.main-box-title a:hover { text-decoration: none; }
.site-content { padding: 15px 0 0; }
.content-inside { padding: 20px; }
.main-header, .main-box-title, .comment-reply-title, .main-box, .comment-respond, .vce-post, .sidebar .widget-title, .sidebar .widget, ul.comment-list > li.comment, .main-box-head, .header-sticky, #disqus_thread, .vce-author-card, .comments-holder .navigation, .mks-bredcrumbs-container, ul.comment-list > li.pingback, ul.comment-list > li.trackback { box-shadow: none; }
body .vce-single .entry-content, body .vce-single .entry-headline, body .vce-single .entry-footer { padding: 0 40px 0 0; margin: 0; }
body .sidebar .widget-title { position: relative; padding: 0 0 15px; text-align: left; }
body .main-box-inside article { overflow: hidden; padding: 0 0 20px; }
body .current-menu-item, .current-menu-item a { background: #0079e2; color: #fff !important; opacity: 1; }

/*--------------------------------------------------------------
11.0 Loop Types
--------------------------------------------------------------*/

/*LAYOUT A*/

.vce-lay-a img { width: 100%; float: left; }
.vce-lay-a .entry-header { text-align: left; margin-bottom: 14px; float: left; width: 100%; }
.vce-lay-a .entry-content { margin: 0 auto; padding: 0; text-align: left; }
.vce-lay-a .meta-category { display: block; }
.vce-lay-a .meta-image { margin-bottom: 20px; float: left; width: 100%; }
.vce-slider-pagination .vce-lay-a .meta-image { max-height: 500px; overflow: hidden; }
.vce-lay-a .post-title { padding: 0 50px; margin: 0 0 5px; }
.vce-lay-a .post-title a { font-size: 36px; line-height: 48px; }
.vce-lay-a { padding-bottom: 15px; float: left; width: 100%; }
.vce-slider-pagination .vce-lay-a { width: 767px; margin-right: 19px; margin-left: 1px; }
.vce-sid-none .vce-slider-pagination .vce-lay-a { width: 1097px; }
.vce-lay-a p { margin-bottom: 15px; }
.vce-lay-a .entry-content.lay-a-content { text-align: left; }
.vce-lay-a .entry-content.lay-a-content .more-link { display: none; }
.vce-lay-a .vce-read-more { border: 1px solid; border-radius: 4px; padding: 6px 0 7px; margin: 15px auto 20px; display: block; width: 130px; text-align: center; text-decoration: none; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }
.vce-lay-a .vce-read-more:hover { color: #FFF; }

/*LAYOUT B*/
.vce-lay-b { margin: 0 0 20px; padding: 0 20px 0 0; min-height: 195px; max-width: 769px; }
.vce-slider-pagination .vce-lay-b { margin: 0 20px 20px 0; }
.vce-lay-b .meta-image { margin-right: 0; display: block; }
.vce-sid-right .vce-lay-b .meta-image, .vce-sid-left .vce-lay-b .meta-image { max-height: 300px; margin-bottom: 12px; margin-right: 20px;  overflow: hidden; }
.vce-related-box .vce-sid-right .vce-lay-b .meta-image { float: none; min-height: 0; min-width: 0; margin: 0 0 12px 0; }
.vce-lay-b img { width: 375px; max-height: 195px; }
.vce-lay-b .entry-header { margin: 0 0 5px; padding: 10px 0 0; }
.vce-lay-b .meta-category a { font-size: 14px; }
.vce-lay-b .entry-title { margin-bottom: 3px; line-height: 30px; font-size: 24px; margin-top: 2px; }
.vce-sid-none .vce-lay-b .entry-title { line-height: 26px; font-size: 18px; }
.vce-lay-b .entry-content { margin-left: 0; padding-bottom: 0; }
.vce-sid-none .vce-lay-b .entry-content { margin-left: initial; }
.vce-lay-b .entry-content p { margin-bottom: 0; font-size: 14px; line-height: 20px; }

/*LAYOUT C*/
.vce-lay-c { width: 375px; float: left; padding-bottom: 10px; }
.vce-sid-right .vce-slider-pagination .vce-lay-c, .vce-sid-left .vce-slider-pagination .vce-lay-c, .vce-sid-right .vce-slider-pagination .vce-lay-d, .vce-sid-left .vce-slider-pagination .vce-lay-d { width: 370px; margin: 0 20px 20px 0 !important; }
.vce-sid-right .vce-lay-c, .vce-sid-left .vce-lay-c, .vce-sid-right .vce-lay-d, .vce-sid-left .vce-lay-d, .vce-sid-none .vce-lay-c, .vce-sid-none .vce-lay-d, .vce-sid-right .vce-lay-e, .vce-sid-left .vce-lay-e, .vce-sid-none .vce-lay-e { margin: 0 20px 20px 0; }
.vce-sid-none .vce-lay-f { margin: 0 20px 10px 0; }
.vce-sid-right .vce-lay-c:nth-child(2n), .vce-sid-left .vce-lay-c:nth-child(2n), .vce-sid-right .vce-lay-d:nth-child(2n), .vce-sid-left .vce-lay-d:nth-child(2n), .vce-sid-none .vce-lay-c:nth-child(3n), .vce-sid-none .vce-lay-d:nth-child(3n), .vce-sid-left .vce-lay-e:nth-child(5n), .vce-sid-right .vce-lay-e:nth-child(5n), .vce-sid-none .vce-lay-e:nth-child(7n) { margin: 0 0 20px 0; }
.vce-sid-right .vce-lay-f:nth-child(2n), .vce-sid-left .vce-lay-f:nth-child(2n), .vce-sid-none .vce-lay-f:nth-child(3n) { margin: 0 0 10px 0; }
.vce-sid-right .vce-lay-f, .vce-sid-left .vce-lay-f { margin: 0 20px 0 0; }
.vce-sid-right .vce-lay-f:last-child, .vce-sid-left .vce-lay-f:last-child { margin-bottom: 20px; }
.vce-lay-c .meta-image { float: left; margin-bottom: 12px; width: 100%; }
.vce-lay-c .meta-category { text-align: center; display: block; }
.vce-lay-c .meta-category a { font-size: 14px; display: inline-block; }
.vce-lay-c .entry-title { text-align: center; padding: 0 20px; margin-bottom: 4px; line-height: 28px; font-size: 22px; }
.vce-sid-none .vce-lay-c .entry-title { line-height: 28px; font-size: 22px; }
.vce-lay-c .entry-meta { text-align: center; }
.vce-lay-c img { float: left; max-height: 195px; width: 375px; }
.vce-lay-c .entry-header { margin-bottom: 10px; float: left; width: 100%; }
.vce-lay-c .entry-content { text-align: center; padding: 0 30px; font-size: 14px; line-height: 22px; }
.vce-lay-c p { margin-bottom: 10px; }
.vce-lay-c .vce-read-more { padding: 3px 0px 4px; width: 100px; border-radius: 4px; margin: 10px auto; display: block; text-decoration: none; text-align: center; font-size: 14px; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }
.vce-lay-c .vce-read-more:hover { color: #FFF; }

/*LAYOUT D*/
.vce-lay-d .meta-image { float: left; margin-right: 15px; height: 100%; }
.vce-lay-d img { float: left; min-height: 100px; max-height: 100px; max-width: 145px; }
.vce-lay-d .entry-header { margin: 0 0 10px; padding: 20px 0 0; }
.vce-lay-d .entry-title { margin-bottom: 5px; }
.vce-lay-d .entry-content { margin-left: 395px; padding-bottom: 20px; }
.vce-lay-d .entry-content p { margin-bottom: 0; }
.vce-lay-d { width: 375px; float: left; min-height: 100px; padding: 0 10px 0 0; }
.vce-lay-d .entry-header { padding: 3px 0 0; margin: 0; }
.vce-lay-d .entry-title { margin-bottom: 0; font-size: 15px; line-height: 20px; }
.vce-lay-d .entry-meta { line-height: 19px; }
.vce-lay-d .meta-category a, .vce-lay-d .entry-meta div, .vce-lay-d .entry-meta div a, .vce-lay-e .entry-meta div, .vce-lay-e .entry-meta div a, .vce-lay-e .fn { font-size: 13px; line-height: 19px; }

/*LAYOUT E*/
.vce-lay-e { float: left; }
.vce-lay-e .entry-title { font-size: 14px; line-height: 19px; padding: 10px; text-align: center; margin-bottom: 0; }
.vce-sid-left .vce-lay-e, .vce-sid-right .vce-lay-e { width: 138px; }
.vce-sid-left .vce-slider-pagination .vce-lay-e, .vce-sid-right .vce-slider-pagination .vce-lay-e { width: 137.5px; -webkit-backface-visibility: hidden; }
.vce-sid-none .vce-lay-e { width: 140px; }
.vce-lay-e .entry-meta { text-align: center; }
.vce-lay-e .entry-meta div:before { display: none; }
.vce-lay-e .entry-meta div { display: block; margin-bottom: 2px; }
.vce-lay-e .entry-meta div:last-child { margin-bottom: 8px; }

/*LAYOUT F*/
.vce-lay-f.vce-post { background: transparent; box-shadow: none; }
.vce-lay-f { padding: 0 20px 0 15px; display: inline-block; float: left; width: 375px; vertical-align: top; }
.vce-lay-f .entry-title { font-size: 14px; line-height: 20px; margin: 0 0 0 17px; padding: 0; display: block; }

/*LAYOUT G*/
.vce-lay-g { position: relative; margin-bottom: 20px; width: 100%; min-height: 177px; }
.vce-sid-none .vce-slider-pagination .vce-lay-g { width: 1100px; }
.vce-sid-left .vce-slider-pagination .vce-lay-g, .vce-sid-right .vce-slider-pagination .vce-lay-g { width: 770px; max-height: 500px; overflow: hidden; }
.vce-lay-g .vce-featured-section a { font-size: 18px; }
.vce-lay-g .entry-title { margin: 0 auto 7px; max-width: 600px; line-height: 36px; }
.vce-lay-g .entry-title a, .vce-lay-g .entry-title a:hover { font-size: 30px; color: #FFF; }
.vce-lay-g .meta-image a img { width: 100%; }
.vce-lay-g .vce-featured-header { position: absolute; bottom: 0; text-align: center; width: 100%; padding: 20px 0 20px; z-index: 20; }
.vce-lay-g .entry-meta { line-height: 24px; }
.vce-lay-g .entry-meta div, .vce-lay-g .entry-meta div a { color: #FFF; }
.vce-lay-g .vce-format-icon { top: 50%; margin-top: -90px; }
.vce-slider-pagination .vce-lay-g .vce-format-icon { top: 160px; margin-top: 0; }
.vce-lay-g .vce-featured-info { z-index: 2; position: relative; -webkit-backface-visibility: hidden; }
.vce-loop-wrap { float: left; width: 100%; }
.vce-square { height: 5px; width: 5px; display: inline-block; float: left; margin: 7px 12px 0 0; border-radius: 50%; }
.entry-title a, .main-box-title a { text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.entry-title a:hover, .vce-prev-next-link:hover { text-decoration: none; }
.vce-lay-a .entry-title a { font-size: 34px; }
.vce-lay-a .entry-title { margin: 0 auto 10px; line-height: 40px; }
.header-separator { height: 1px; width: 100%; background: #EAEAEA; clear: both; float: left; }
.meta-category a { font-size: 16px; text-decoration: none; }
.meta-category a:hover { text-decoration: underline; }
.meta-category span { font-size: 12px; line-height: 12px; }
.vce-featured-info .meta-category span { display: none; }
.entry-meta div, .entry-meta div a { font-size: 14px; line-height: 18px; display: inline-block; text-decoration: none; }
.entry-meta span, .entry-meta div, .entry-meta div a { white-space: nowrap; }
.entry-meta div a:hover { text-decoration: underline; }
.entry-meta div:first-child:before { content: ""; margin: 0; }
.entry-meta div:before { content: "\2022"; margin: 0 5px; font-size: 12px; }
.main-box-title { font-family: 'Poppins'; font-weight: 600; }
.sidebar .widget-title { font-family: 'Poppins'; font-weight: 600; }

/*--------------------------------------------------------------
12.0 Single Post
--------------------------------------------------------------*/
.vce-single .entry-header { margin: 30px 0; text-align: center; }
h1.entry-title { font-size: 45px; line-height: 55px; margin: 0 auto 15px; padding: 0; width: 700px; }
.vce-single .meta-author { display: block; text-align: center; position: relative; z-index: 11; }
.vce-single .meta-author img { border-radius: 50%; border: 5px solid #FFF; margin: -57px 0 10px 0; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }
.meta-author-wrapped { display: block; font-size: 16px; }
.meta-author-wrapped .fn a { font-size: 16px; }
body .vce-single .entry-content, body .vce-single .entry-footer, body .vce-single .entry-headline, body .vce-page .entry-content, body .error404 .entry-content { margin: 0 auto; }
.vce-single .entry-content p:last-child { margin-bottom: 0; }
.vce-single .entry-content blockquote p:last-child { margin-bottom: 30px; }
.vce-single .entry-headline p { font-size: 22px; line-height: 30px; }
.prev-next-nav { border-top: 1px solid rgba(0, 0, 0, 0.05); padding: 20px 20px 0; text-align: center; float: left; width: 100%; height: auto; z-index: auto; }
.prev-next-nav a { text-decoration: none; }
.vce-prev-next-link { font-size: 18px; line-height: 24px; display: block; text-decoration: none; text-align: center; padding: 0 50px; }
.vce-prev-link, .vce-next-link { position: relative; max-width: 375px; margin: 0 15px 20px 0; display: inline-block; vertical-align: top; }
.vce-next-link { margin: 0 0 20px 0; }
.vce-pn-ico { position: absolute; display: block; text-align: center; top: 50%; margin-top: -40px; width: 100%; }
.vce-pn-ico .fa { background: rgba(74, 74, 74, 0.5); border: 5px solid rgba(255, 255, 255, 0.9); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); display: inline-block; border-radius: 50%; z-index: 1000; color: #FFF; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.20); height: 80px; width: 80px; padding: 18px 0 0 0; font-size: 35px; line-height: 37px; }
.vce-pn-ico .fa-chevron-left:before { margin: 0 5px 0 0; }
.vce-pn-ico .fa-chevron-right:before { margin: 0 0 0 5px; }
.img-wrp { position: relative; float: left; overflow: hidden; margin-bottom: 10px; width: 100%; }
.img-wrp img { max-height: 195px; width: 100%; }
h1.entry-title-page { font-size: 45px; line-height: 55px; margin: 0 auto; width: 600px; padding: 40px 0 10px; }
.data-image { float: left; margin-right: 20px; margin-bottom: 20px; }
.data-image img { border-radius: 50%; width: 112px; -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); border: 5px solid #FFF; }
.author-title { font-size: 24px; line-height: 34px; }
.vce-content-outside { position: relative; text-align: center; float: left; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.05); padding: 13px 20px; }
.meta-image { position: relative; overflow: hidden; z-index: 10; max-width: 100%; }
.data-links a { display: inline-block; vertical-align: top; font-size: 14px; text-decoration: none; margin: 0 15px 0 0; min-width: 130px; }
.data-content { margin: 0 0 0 145px; }
.vce-gallery-slider { margin-top: 1px; }
.vce-gallery-slider .owl-nav > div { position: absolute; top: 0; z-index: 1000; height: 100%; }
.vce-gallery-slider .owl-nav .owl-next { right: 0; }
.vce-gallery-slider .owl-nav .owl-next, .vce-gallery-slider .owl-nav .owl-prev { position: absolute; background: #FFF; opacity: 0.4; filter: alpha(opacity=40); -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.25s linear; height: 100%; width: 32px; text-align: center; font-size: 20px; }
.vce-gallery-slider .owl-nav .owl-next:hover, .vce-gallery-slider .owl-nav .owl-prev:hover, .vce-featured-full-slider .owl-nav .owl-prev:hover, .vce-featured-full-slider .owl-nav .owl-next:hover { opacity: 0.7; filter: alpha(opacity=70); }
.vce-gallery-slider .fa { position: absolute; top: 50%; margin-top: -13px; font-size: 26px; }
.vce-gallery-slider .fa-angle-left { margin-left: -5px; }
.vce-gallery-slider .fa-angle-right { right: 10px; }
.meta-media { position: relative; }
.meta-media iframe[src*="soundcloud.com"] { position: absolute; bottom: 20px; max-height: 150px; padding: 0 30px; }
.single-format-video .meta-media { min-height: 150px; }
.meta-media .vce-gallery-big { height: 450px; overflow: hidden; position: relative; }
.vce-sid-none .meta-media .vce-gallery-big, .vce-custom-content .vce-gallery-big { height: 600px; }
.format-audio .meta-media { min-height: 150px; }
.vce-gallery-big { height: 350px; overflow: hidden; position: relative; }
.vce-gallery-big img { width: 100%; }
.vce-gallery-slider .gallery-caption { display: none; }
.vce-gallery-big .gallery-caption { position: absolute; width: 100%; bottom: 0; z-index: 1000; display: block; background: rgba(0, 0, 0, 0.5); color: #FFF; padding: 15px 30px; text-align: left; }
.gallery-caption { font-size: 14px; line-height: 24px; }
.vce-contnet-none { text-align: center; }
.vce-contnet-none .entry-content .search-field { width: 100%; margin-bottom: 20px; }
.vce-contnet-none .entry-content .search-submit { display: inline-block; }
.vce-image-format:after, .vce-gallery-big .gallery-icon a:after { font-family: "FontAwesome"; content: "\f002"; background: rgba(74, 74, 74, 0.5); border: 5px solid rgba(255, 255, 255, 0.9); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); display: inline-block; border-radius: 50%; z-index: 1000; color: #FFF; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.20); height: 80px; width: 80px; padding: 17px 0 0 0; font-size: 35px; line-height: 37px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; position: absolute; z-index: 100; top: 50%; left: 50%; text-align: center; margin: -40px 0 0 -40px; opacity: 0; }
.meta-image:hover .vce-image-format:after, .vce-gallery-big .gallery-icon a:hover:after { opacity: 1; }
.vce-page .meta-image img, .vce-single .meta-image img { width: 100%; }

/*PAGINATED POST*/
.vce-link-pages { border-top: 1px solid rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(0, 0, 0, 0.05); padding: 20px; text-align: center; position: relative; }
.main-box .vce-link-pages a { display: inline-block; vertical-align: top; margin: 0 90px; position: absolute; top: 17px; min-width: 90px; }
.main-box .vce-link-pages a { left: 15px; }
.main-box .vce-link-pages a:last-child { right: 15px; left: initial; }

/*RELATED POSTS*/
.vce-related-box article.vce-lay-b { display: inline-block; vertical-align: top; width: 46%; margin: 0 0 24px 0; padding: 0; }

.vce-single .vce-related-box .entry-content { width: auto; margin: auto; }
.vce-related-box .vce-lay-b { margin: 0 0 20px; }
.vce-related-box .vce-lay-a.vce-post { margin-bottom: 20px; }
.meta-tags a { margin-right: 5px; }
.meta-tags a:before { content: "#"; }
.data-links { float: left; }
.vce-author-links { float: right; }
.vce-author-links a { text-decoration: none; font-size: 20px; float: left; margin: 0 5px; line-height: 32px; color: #888888; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.data-content .author-title { font-size: 24px; line-height: 32px; margin-bottom: 15px; margin-top: 10px; display: inline-block; vertical-align: top; }
.vce-author-website span { display: none; }



/*FOMART ICONS*/
.vce-format-icon { display: block; top: 50%; text-align: center; position: absolute; width: 100%; margin-top: -60px; }
.vce-lay-b .vce-format-icon, .vce-lay-c .vce-format-icon { margin-top: -40px; }
.vce-lay-d .vce-format-icon, .vce-lay-e .vce-format-icon, .vce-mega-menu-wrapper .vce-format-icon { margin-top: -23px; }
.vce-format-icon i { background: rgba(74, 74, 74, 0.5); border: 5px solid rgba(255, 255, 255, 1); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); display: inline-block; border-radius: 50%; z-index: 1000; color: rgba(255, 255, 255, 1); text-shadow: 0 1px 3px rgba(0, 0, 0, 0.20); -webkit-backface-visibility: hidden; }
.vce-lay-a .vce-format-icon i, .vce-lay-g .vce-format-icon i { height: 120px; width: 120px; padding: 25px 0 0 0; line-height: 61px; font-size: 59px; }
.vce-lay-a .vce-format-icon .fa-music:before, .vce-lay-g .vce-format-icon .fa-music:before { margin: 0 0 0 -11px; }
.vce-lay-a .vce-format-icon .fa-play:before, .vce-lay-g .vce-format-icon .fa-play:before { margin: 0 0 0 12px; }
.vce-lay-b .vce-format-icon .fa-music:before, .vce-lay-c .vce-format-icon .fa-music:before { margin: 0 0 0 -7px; }
.vce-lay-b .vce-format-icon .fa-play:before, .vce-lay-c .vce-format-icon .fa-play:before, .vce-lay-d .vce-format-icon .fa-play:before, .vce-lay-e .vce-format-icon .fa-play:before, .vce-mega-menu-wrapper .vce-format-icon .fa-play:before { margin: 0 0 0 5px; }
.vce-mega-menu-wrapper img { height: auto; }
.vce-lay-b .vce-format-icon i, .vce-lay-c .vce-format-icon i { height: 80px; width: 80px; padding: 18px 0 0 0; font-size: 35px; line-height: 37px; }
.vce-lay-d .vce-format-icon i, .vce-lay-e .vce-format-icon i, .vce-mega-menu-wrapper .vce-format-icon i { height: 46px; width: 46px; padding: 10px 0 0 0; font-size: 18px; line-height: 22px; border: 3px solid rgba(255, 255, 255, 1); }

/*PAGINATION*/
.pagination-wapper { width: 100%; padding: 0 20px; margin: 20px 0; }
.older_entries { float: left; }
.newer_entries { float: right; }
#vce_pagination { text-align: center; }
.pagination-wapper .page-numbers { width: 42px; display: inline-block; }
.pagination-wapper a.next, .pagination-wapper a.prev { width: 100px; }
.vce-slider-pagination .owl-item { padding: 0 2px; }
#vce-pagination, .vce-slider-pagination .owl-controls, .comments-holder .navigation { position: relative; text-align: center; float: left; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.05); padding: 13px 20px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; margin: 0 -20px; }
.vce-slider-pagination .owl-nav { text-align: center; }
.vce-slider-pagination .owl-nav .owl-prev, .vce-slider-pagination .owl-nav .owl-next { width: 34px; min-width: 34px; margin: 0 2px; display: inline-block; }
.vce-slider-pagination, .comments-holder .navigation { display: block; float: left; width: 100%; }
.comments-holder .navigation { padding: 20px 0 20px 0; text-align: center; margin: 0; }
.comments-holder .navigation .page-numbers.current { color: #FFF; }
#vce-pagination .page-numbers, .comments-holder .navigation .page-numbers { background: transparent; box-shadow: none; min-width: 34px; display: inline-block; vertical-align: top; margin: 0; transition: all 0.2s ease-in-out; }
.comments-holder .navigation .page-numbers { height: 34px; width: 34px; border-radius: 4px; padding: 3px 11px; text-decoration: none; }
.comments-holder .navigation .page-numbers.prev, .comments-holder .navigation .page-numbers.next { width: auto; }
.comments-holder a.prev:before, .comments-holder a.next:before { display: none; }
#vce-pagination .page-numbers:hover, .comments-holder .navigation .page-numbers:hover, .bbp-pagination-links a:hover { color: #fff; }
#vce-pagination .prev.page-numbers, #vce-pagination .next.page-numbers { position: absolute; top: 14px; min-width: 90px; }
#vce-pagination .prev.page-numbers { left: 20px; }
#vce-pagination .next.page-numbers { right: 20px; }
#vce-pagination .next, #vce-pagination .prev, .vce-next a, .vce-prev a { width: 100px; margin: 0; float: right; display: inline-block; vertical-align: top; }
#vce-pagination .prev, .vce-prev a { float: left; }
.vce-prev a:before, .vce-next a:after, a.prev:before, a.next:after, .main-box .vce-link-pages a:before, .main-box .vce-link-pages a:after { font-size: 18px; font-family: "FontAwesome"; }
.vce-next a:after, a.next:after, .main-box .vce-link-pages a:last-child:after { content: "\f105"; margin-left: 6px; }
.vce-prev a:before, a.prev:before, .main-box .vce-link-pages a:before { content: "\f104"; margin-right: 6px; }
.main-box .vce-link-pages a:last-child:before { display: none; }

/*--------------------------------------------------------------
13.0 Site Footer
--------------------------------------------------------------*/
.site-footer { width: 100%; float: left; padding: 0; -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20); }
.site-footer [class*='bit-'] { margin-top: 20px; }
.site-info { background: rgba(0, 0, 0, 0.35); padding: 15px 0; }
.site-info p { margin-bottom: 0; font-size: 13px; }
.site-info .container { width: 100%; }
.bottom-nav-menu li { list-style: none; position: relative; float: left; margin: 0 10px 0 0; }
.bottom-nav-menu li:last-child { margin: 0; }
.bottom-nav-menu a { font-size: 13px; }
.bottom-nav-menu { margin: 0; padding: 0; }
.site-info .bottom-nav-menu .sub-menu { background: rgba(0, 0, 0, 0.35); display: none; position: absolute; bottom: 100%; left: 0; margin: 0; padding: 10px; }
.site-info .bottom-nav-menu .sub-menu li { float: left; display: block; width: 200px; }
.site-info .bottom-nav-menu li:hover .sub-menu { display: block; }
.site-footer .soc-nav-menu { margin-top: -5px; float: left; margin-bottom: -13px; }
.site-footer .vce-wrap-center { height: auto; }

/*--------------------------------------------------------------
14.0 OWL slider
--------------------------------------------------------------*/
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.vce-featured-grid.owl-carousel .owl-stage { max-height: 259px; overflow: hidden; }
.vce-featured-grid .owl-item img { min-height: 260px; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left;    /*  -webkit-backface-visibility: hidden;*/ -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { display: block; width: 100%; -webkit-backface-visibility: hidden; }
.vce-grid-item .owl-carousel .owl-item img { height: 260px; }
.gallery-columns-2 .owl-carousel .owl-item { height: 260px; overflow: hidden; }
.vce-sid-none .gallery-columns-3 .owl-carousel .owl-item { height: 250px; overflow: hidden; }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* 
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

/* 
 * Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
.vce_posts_widget .vce-post-slider .vce-posts-wrap { display: table; height: 205px; top: 0 !important; }
.vce-posts-wrap a { display: table-cell; vertical-align: middle; padding: 0 32px; }

/*--------------------------------------------------------------
15.0 Comment styles
--------------------------------------------------------------*/
.comment-form, .comments-main { float: left; width: 100%; clear: both; }
.comment-form { padding: 20px; }
.comment-form-author, .comment-form-email, .comment-form-url { float: left; width: 33.33%; padding: 0 15px 0 0; }
.comment-form-url { padding: 0; }
.comment-form-comment { margin-bottom: 20px; }
.comment-notes { font-style: italic; font-size: 14px; }
.form-submit { margin-bottom: 0; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment { list-style: none; float: left; width: 100%; }
.comment .avatar { border-radius: 50%; -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); border: 5px solid #FFF; float: left; margin: 0 20px 0 0; }
.fn, .fn a, .says, .comment-metadata a { font-size: 14px; }
.vce-lay-d .fn, .vce-lay-d .fn a, .vce-lay-d .says, .vce-lay-d .comment-metadata a { font-size: 13px; }
ul.comment-list > li.comment, ul.comment-list > li.pingback { padding: 20px; margin-bottom: 20px; position: relative; }
ul.comment-list > li.comment:last-child, ul.comment-list > li.pingback:last-child { margin-bottom: 0; }
ul.comment-list .pingback { float: left; width: 100%; }
.pingback .comment-reply-link { margin: 0; }
li.comment .comment-body { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
li.comment .comment-body:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }
ul.comment-list .fn, ul.comment-list .fn a, ul.comment-list .says { font-size: 16px; display: inline-block; margin: 6px 0 0 0; line-height: 24px; }
.comment-metadata a { font-size: 14px; }
.comment-list .comment-edit-link:hover { text-decoration: underline; }
.comment-list .comment-content { display: block; clear: both; margin: 0 0 20px 95px; position: relative; }
.comment-list .pingback .comment-content { margin: 0 0 20px 0; }
.comment-body .edit-link { position: absolute; top: 0; right: 0; }
.comment-body .edit-link a { color: #333; background: #ddd; text-decoration: none; padding: 2px 13px; font-size: 11px; text-transform: uppercase; box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.10) inset; line-height: 20px; float: right; }
.comment-respond { z-index: 1000; position: relative; }
.comment-content a:hover { text-decoration: underline; }
.comment-content p { margin-bottom: 15px; }
.comment-list .comment-content p:last-child { margin-bottom: 0; }
.comment-reply-link { padding: 2px 10px; line-height: 18px; font-size: 12px; border-radius: 4px; text-decoration: none; margin: 0 0 0 95px; transition: all 0.1s ease-in-out; }
.comment-reply-link:hover { color: #fff; text-decoration: none; }
#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link { display: inline-block; margin-left: 10px; padding-left: 10px; position: relative; border-left: 1px solid #dddddd; float: right; text-decoration: none; }
.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label { width: 100%; float: left; margin: 0 0 2px 0; }
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], select, #comment, textarea { line-height: normal; width: 100%; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(0, 0, 0, 0.1); height: 42px; padding: 0 20px 0 10px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="password"]:focus, select:focus, #comment:focus, textarea:focus { border: 1px solid rgba(0, 0, 0, 0.2); outline: none; box-shadow: none; }
textarea { height: 150px; padding: 10px; }
input[type="range"] { width: 100%; }
#comment { padding: 10px; height: 150px; resize: vertical; }
ul.comment-list .says { display: none; }
.comment-subscription-form { margin-bottom: 0; margin-top: 10px; }

/*--------------------------------------------------------------
16.0 Featured Area Styles
--------------------------------------------------------------*/
.vce-featured { margin: 0; position: relative; display: block; height: 100%; max-width: 100%; overflow: hidden; max-height: 500px; min-height: 500px; opacity: 0; }
.vce-featured img, .vce-featured > a img, .vce-lay-g > img, .vce-lay-g > a img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; z-index: 1; min-width: 100%; height: 100%; width: auto; max-width: initial; }
.vce-featured .vce-featured-header { position: absolute; bottom: 0; text-align: center; width: 100%; padding: 0; z-index: 2; height: 100%; }
.vce-featured .vce-featured-info { z-index: 2; position: absolute; top: 145px; opacity: 0; /* width: 790px; left: 50%; margin-left: -395px; */ }
.vce-featured-info .entry-content { margin: 0 auto; color: #FFF; }
.vce-featured .entry-meta { margin-bottom: 3px; }
.vce-featured-info .entry-content p { margin-bottom: 0; }
.vce-lay-g .vce-featured-info .entry-content { margin-top: 10px; }
.vce-featured-header-background { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0); background: #000; -webkit-backface-visibility: hidden; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all ease-in-out; transition: all 0.2s ease-in-out; }
.vce-featured-section a, .vce-lay-g .vce-featured-info .meta-category a { font-size: 13px; line-height: 23px; text-decoration: none; padding: 0 10px; border-radius: 4px; margin: 0 2px; display: inline-block; -webkit-backface-visibility: hidden; }
.vce-featured-section a, .vce-featured .entry-meta .meta-item, .vce-featured .entry-meta .meta-item a, .vce-grid-text .vce-featured-info .meta-item, .vce-grid-text .vce-featured-info .meta-item a, .vce-lay-g .vce-featured-info .meta-category a { color: #FFF !important; -webkit-backface-visibility: hidden; }
.vce-grid-text .vce-featured-info .meta-item, .vce-grid-text .vce-featured-info .meta-item a, .vce-grid-text .fn { font-size: 13px; }
.vce-featured-section span { display: none; }
.vce-featured-section { margin-bottom: 5px; -webkit-backface-visibility: hidden; }
.vce-featured-link-article { font-size: 52px; line-height: 60px; color: #FFF; text-decoration: none; display: block; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
.vce-featured-link-article:hover { text-decoration: none; }
.vce-featured-title { margin: 0 auto 7px; -webkit-backface-visibility: hidden; }
.vce-featured-full-slider .owl-item img { width: auto; }
.vce-featured-full-slider { max-height: 500px; overflow: hidden; }
.vce-featured-grid { margin-top: 1px; }
.vce-grid-item { position: relative; float: left; display: block; width: 380px; overflow: hidden; -webkit-backface-visibility: hidden; opacity: 0; }
.vce-grid-text { position: absolute; bottom: 0; text-align: center; width: 100%; padding: 15px 0; z-index: 2; height: 100%; }
.vce-grid-text .vce-featured-info { margin-top: 18%; z-index: 1000; position: relative; }
.vce-grid-text .vce-featured-info.vce-vertical-center { margin-top: 15px; width: 100%; }
.vce-featured-grid .vce-featured-link-article { font-size: 22px; line-height: 28px; }
.vce-featured-grid .vce-featured-section { display: none; }
/*
.vce-featured-grid .vce-featured-section a { font-size: 13px; line-height: 23px; position: relative; z-index: 2000; }
.vce-featured-grid .vce-featured-section span { color: #FFF; }
.vce-featured-grid .vce-featured-section { margin-bottom: 5px; }
*/
.vce-featured-grid .vce-featured-title { padding: 0 30px; line-height: 14px; margin: 0 auto 0; }
.vce-featured-grid .owl-controls .owl-prev, .vce-featured-grid .owl-controls .owl-next, #sidebar .vce-post-slider .owl-controls .owl-prev, #sidebar .vce-post-slider .owl-controls .owl-next { opacity: 1.0; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; filter: alpha(opacity = 60); }
.vce-featured-grid:hover .owl-prev, .vce-featured-grid:hover .owl-next, .vce-post-slider:hover .owl-prev, .vce-post-slider:hover .owl-next { opacity: 0.4; filter: alpha(opacity=40); }
.vce-featured-grid .owl-prev, .vce-featured-grid .owl-next, .vce-post-slider .owl-prev, .vce-post-slider .owl-next { position: absolute; top: 0; background: #FFF; -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.25s linear; height: 100%; width: 50px; text-align: center; font-size: 32px; }
.vce-featured-grid .vce-featured-section a, .vce-featured-grid .vce-featured-section, .vce-featured-grid .vce-featured-title, .vce-featured-grid .vce-featured-link-article { -webkit-backface-visibility: hidden; }
.vce-featured-grid i, .vce-post-slider i { position: absolute; top: 50%; margin-top: -16px; }
.vce-featured-grid i.fa-angle-left, .vce-post-slider i.fa-angle-left { left: 19px; }
.vce-featured-grid i.fa-angle-right, .vce-post-slider i.fa-angle-right { right: 19px; }
.vce-featured-grid .owl-prev:hover, .vce-featured-grid .owl-next:hover, .vce-post-slider .owl-prev:hover, .vce-post-slider .owl-next:hover { opacity: 0.6; filter: alpha(opacity=60); }
.vce-featured-grid .owl-prev, .vce-post-slider .owl-prev { left: 0; }
.vce-featured-grid .owl-next, .vce-post-slider .owl-next { right: 0; }

/* Navigation Arrow */
.vce-featured-full-slider .owl-nav .owl-prev, .vce-featured-full-slider .owl-nav .owl-next { position: absolute; top: 50%; background: #FFF; opacity: 0.5; z-index: 1000; display: block; width: 50px; height: 80px; outline: none; text-align: left; cursor: pointer; margin-top: -40px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.vce-featured-full-slider .owl-nav .owl-prev { left: 0; }
.vce-featured-full-slider .owl-nav .owl-next { right: 0; }
.vce-featured-full-slider .owl-nav i { position: relative; display: block; width: 100%; height: 100%; font-size: 50px; text-align: center; padding-top: 15px; }
.vce-featured-full-slider .owl-nav .owl-prev i:before { margin-left: -7px; }
.vce-featured-full-slider .owl-nav .owl-next i:before { margin-right: -7px; }
.vce-hover-effect { max-width: 790px; margin: 0 auto; position: relative; padding: 20px 30px; }
.wp-caption { max-width: 100%; padding: 0; text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: none; height: auto; }
.entry-content .wp-caption img { width: 100%; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; font-size: 14px; font-style: normal; font-style: italic; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }
.wp-caption .wp-caption-text a { text-decoration: underline; }
.wp-caption .wp-caption-text a:hover { text-decoration: none; }
.wp-smiley { max-height: 13px; margin: 0; }
.vce-photo-caption { position: absolute; bottom: 0; right: 0; width: auto; padding: 5px 12px; background: rgba(0, 0, 0, 0.15); color: #FFF; font-size: 14px; text-align: right; font-style: italic; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); max-width: 40%; line-height: 22px; z-index: 2; }

/*--------------------------------------------------------------
17.0 Media element player
--------------------------------------------------------------*/
.meta-media .wp-playlist { width: 80%; margin: 15px auto 15px; border: none; }
.meta-media .wp-playlist-item { padding: 5px; }
.vce-main-content .meta-media .mejs-container { background: none; position: absolute; width: 100% !important; bottom: 0; height: 100% !important; left: 0; }
.wp-video { width: 100% !important; background: #000; margin-bottom: 30px; min-height: 463px; }
.entry-content .wp-video { background: transparent; margin-bottom: 0; }
.wp-audio-shortcode { min-height: 100px; }
.entry-content .wp-audio-shortcode { margin-bottom: 30px; }
.mejs-controls button { min-width: initial; }
.vce-main-content .mejs-container .mejs-controls, .vce-main-content .mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(0, 0, 0, 0.5); }
.vce-main-content .mejs-controls .mejs-button button:focus { outline: none }
.vce-main-content .mejs-container .mejs-controls { height: 100px }
.vce-main-content .mejs-container .mejs-controls > div, .vce-main-content .mejs-container .mejs-horizontal-volume-slider { margin-top: 35px; }
.vce-main-content .mejs-container .mejs-controls > div:first-child { margin-left: 30px; }
.vce-main-content .mejs-container .mejs-controls > div:last-child { margin-right: 30px; }
.mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background: #222; height: 100px !important; }

/*--------------------------------------------------------------
18.0 Magnific popup
--------------------------------------------------------------*/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-zoom-out-cur #sticky_header { z-index: 100; -webkit-backface-visibility: hidden; -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); transform: translateY(-200%); }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close-btn-in .mfp-close { color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0.001; -webkit-backface-visibility: hidden;    /* ideally, transition speed should match zoom duration */ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {

	/**
	       * Remove all paddings around the image on small screen
	       */
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width:900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 6px; padding-right: 6px; }
}
.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/*--------------------------------------------------------------
19.0 Image hover effects
.vce-featured-grid .owl-item img { -webkit-transition: -webkit-transform 0.2s ease 0s; -moz-transition: -moz-transform 0.2s ease 0s; -o-transition: -o-transform 0.2s ease 0s; -ms-transition: -ms-transform 0.2s ease 0s; transition: transform 0.2s ease 0s; }
.vce-featured-full-slider .owl-item.active img, .vce-featured a img { -webkit-transition: -webkit-transform 15s ease-in-out 0s; -moz-transition: -moz-transform 15s ease-in-out 0s; -o-transition: -o-transform 15s ease-in-out 0s; -ms-transition: -ms-transform 15s ease-in-out 0s; transition: transform 15s ease-in-out 0s; }
.vce-featured-full-slider .owl-item.active img, .vce-featured:hover a img { -webkit-transform: translateX(-15px) translateY(13px) scale(1.1); -moz-transform: translateX(-15px) translateY(13px) scale(1.1); -o-transform: translateX(-15px) translateY(13px) scale(1.1); -ms-transform: translateX(-15px) translateY(13px) scale(1.1); transform: translateX(-15px) translateY(13px) scale(1.1); }
.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background { opacity: 0.8; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all ease-in-out; transition: all 0.2s ease-in-out; }
.vce-post img, .vce-lay-g img, .meta-image img, .img-wrp img, .vce-gallery-big img, .vce-gallery .gallery-item img, .vce-post-img img, .mega-menu-img img { -webkit-transition: -webkit-transform 0.3s ease-in-out; -moz-transition: -moz-transform 0.3s ease-in-out; -o-transition: -o-transform 0.3s ease-in-out; -ms-transition: -ms-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; }
.vce-post-big .vce-post-img:after { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.meta-image:hover a img, .img-wrp:hover img, .vce-gallery-big:hover img, .vce-gallery .gallery-item:hover img, .vce_posts_widget .vce-post-big li:hover img, .vce-featured-grid .owl-item:hover img, .vce-post-img:hover img, .mega-menu-img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.vce-lay-a.vce-post .meta-image:hover a img, .vce-lay-g .meta-image:hover a img { -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; }
.vce-post-big .vce-post-img img { width: 100%; }
--------------------------------------------------------------*/

/*--------------------------------------------------------------
20.0 Share bar
--------------------------------------------------------------*/
.vce-share-bar { display: block; padding: 0 30px; float: left; width: 100%; text-align: center; margin-bottom: 30px; }
.vce-share-items { list-style: none; margin: 0; padding: 0; min-width: 600px; max-width: 760px; display: inline-block; text-align: center; }
.vce-share-items li { display: inline-block; margin-right: 5px; }

/*--------------------------------------------------------------
21.0 Shortcodes
--------------------------------------------------------------*/
.mks_separator { border-bottom-color: rgba(0, 0, 0, 0.05) !important; }
.mks_progress_level, .mks_dropcap.mks_dropcap_rounded { border-radius: 4px; }
a.mks_button, .mks_button.rounded, .mks_ico.rounded, .mks_pullquote { border-radius: 4px; }
a.mks_button.mks_button_small { padding: 5px 10px; min-width: 100px; text-align: center; }
a.mks_button.mks_button_medium { padding: 10px 30px; min-width: 100px; text-align: center; }
a.mks_button.mks_button_large { padding: 20px 40px; min-width: 100px; text-align: center; }
.mks_tabs.horizontal .mks_tab_nav_item { border-color: rgba(0, 0, 0, 0.1); border-radius: 4px 4px 0 0; background: rgba(0, 0, 0, 0.05); }
.mks_tabs.horizontal .mks_tab_nav_item.active { background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.mks_tabs.horizontal .mks_tab_item { border-color: rgba(0, 0, 0, 0.1); border-radius: 0 4px 4px 4px; }
.mks_tabs.vertical .mks_tab_nav_item { border-color: rgba(0, 0, 0, 0.1); border-radius: 4px 0 0 4px; background: rgba(0, 0, 0, 0.05); }
.mks_tabs.vertical .mks_tab_nav_item.active { background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.mks_tabs.vertical .mks_tab_item { border-color: rgba(0, 0, 0, 0.1); border-radius: 0 4px 4px 4px; }
.mks_accordion, .mks_toggle { border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0 0 4px 4px; }
.mks_accordion_item, .mks_toggle { border-top: 1px solid rgba(0, 0, 0, 0.1); border-left: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); }
.mks_accordion_content, .mks_toggle_content { border-top: 1px solid rgba(0, 0, 0, 0.1); background: transparent; }
.mks_accordion_item:nth-child(1) { border-radius: 4px 4px 0 0; }
.mks_toggle { border-radius: 4px; }
.mks_accordion_item:last-child, .mks_toggle_active .mks_toggle_content { border-radius: 0 0 4px 4px; display: inline-block; vertical-align: top; margin: 0 5px 0 0; width: 100%; }
.vce-share-items li a { border-radius: 4px; width: 115px; height: 40px; text-align: center; color: #FFF; padding: 12px 0 0 0; font-size: 18px; text-decoration: none; }
.vce-share-items li a[data-url*="facebook.com"] { background-color: #45619c; }
.vce-share-items li a[data-url*="twitter.com"] { background-color: #00acee; }
.vce-share-items li a[data-url*="linkedin.com"] { background-color: #1d87bd; }
.vce-share-items li a[data-url*="pinterest.com"] { background-color: #bd1e23; }
.vce-share-items li a[data-url*="google.com"] { background-color: #dd4b39; }
.no-modules-msg { text-align: center; margin-bottom: 20px; }
#back-top { position: fixed; right: 20px; bottom: 0; z-index: 1041; width: 40px; height: 40px; background: transparent; text-indent: 0; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; color: #e8e8e8; font-size: 32px; padding: 4px 0 0 0; text-align: center; border-radius: 5px 5px 0 0; }
#back-top:hover { text-decoration: none; }
#back-top { display: none; }
#back-top i { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; opacity: 0.7; }
#back-top:hover i { opacity: 1; }
.twitter-tweet { margin: 0 auto !important; }
.fb_iframe_widget { text-align: center; width: 100% !important; margin-bottom: 30px; }
.archive .main-box-title { -moz-box-shadow: none; box-shadow: none; }
body .main-box-subtitle { margin: -5px auto 0; font-size: 14px; line-height: 22px; display: block; text-align: left; width: 100%; padding-bottom: 18px; }
.main-box-subtitle p { margin-bottom: 0; }
.vce-responsive-nav { display: none; font-size: 32px; float: left; position: relative; z-index: 5000; }
.vce-menu-parent { content: "\f107"; display: inline-block; font-size: 16px; line-height: 48px; font-family: 'FontAwesome'; position: absolute; right: 0; top: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; }
.vce-menu-parent:hover { cursor: pointer; }
.vce-404-menu { list-style: none; margin: 0; padding: 0; }
.vce-404-menu li { float: left; margin-right: 10px; }
.error404 .entry-title { width: auto; }

/*--------------------------------------------------------------
22.0 Responsive navigation
--------------------------------------------------------------*/
.sidr { display: none; z-index: 999999; position: absolute; position: fixed; top: 0; width: 260px; height: 100%; overflow-x: none; overflow-y: auto; font-size: 15px; }
body.sidr-main-open { top: 0; }
.sidr .sidr-inner { padding: 0 0 15px; }
.sidr.right { right: -260px; left: auto; }
.sidr.left { right: auto; left: -260px; box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4); }
.sidr ul { display: block; margin: 0 0 15px; padding: 0; }
.sidr ul li { display: block; margin: 0; line-height: 48px; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.sidr-class-sub-menu { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.sidr ul li a, .sidr ul li span { display: block; padding: 0 15px; text-decoration: none; }
.sidr ul li span { padding: 0 20px; line-height: 48px; }
.sidr ul li ul { margin: 0; border-bottom: none; }
.sidr ul li ul li:last-child { border-bottom: none; }
.sidr ul li ul li a { padding-left: 30px; }
.sidr form { margin: 0 20px; }
.sidr .sidr-class-sub-menu { display: none; }

/*--------------------------------------------------------------
23. Additional Classes
--------------------------------------------------------------*/
.visual-hidden { display: none; }
#wpstats { display: none; }
#disqus_thread { padding: 20px; }
.wpcf7-submit:hover { cursor: pointer }
.wpcf7-form-control-wrap { width: 100%; }
.s2_form_widget input[type="submit"] { min-width: 120px; }
.vce-author-card p { margin-bottom: 0; }
.vce-author-card { margin-bottom: 20px; float: left; width: 100%; }
.vce-author-card .data-image { margin: 10px 20px 20px; }
.vce-author-card .data-content { margin-bottom: 20px; padding-right: 20px; }
.vce-author-card .data-content .author-title { margin-top: 15px; }
.vce-author-card .data-content { margin: 0 0 20px 155px; }
.vce-custom-content { margin-top: 30px; }
.vce-custom-content p:last-child { margin-bottom: 0; }
.vce-custom-content.vce-post { padding: 20px; }
.vce-content-bottom .vce-custom-content { margin-top: 0; margin-bottom: 30px; }
.mks-bredcrumbs-container { margin-top: 30px; padding: 10px 20px; font-size: 14px; clear: both; }
.mks-bredcrumbs-container p { margin-bottom: 0; }
div.wpcf7-response-output { margin: 0; padding: 10px 20px; border: none; font-size: 14px; border-radius: 4px; }
div.wpcf7-validation-errors, .error { background: #e74c3c; color: #FFF }
div.wpcf7-mail-sent-ok, .success { background: #27ae60; color: #FFF }
.success, .error { padding: 10px 20px; display: block; margin: 0; border-radius: 4px; float: left; width: 100%; }
span.wpcf7-not-valid-tip { display: none; border: none; padding: 5px 10px; background: #f1c40f; color: white; top: 0; left: auto; right: 0 }
textarea.wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid { border-color: #f1c40f }
@media screen and (min-width:0\0) {
	.nav-menu .menu-item-has-children a, .nav-menu .vce-mega-cat a { padding-right: 20px; }
	.nav-menu .menu-item-has-children a:after { position: absolute; right: 7px; top: 10; }
	.nav-menu .vce-mega-cat a:after, .nav-menu .vce-mega-menu a:after { position: static; float: right; margin: 0px -15px 0 0; }
	body .nav-menu .vce-mega-cat, body .nav-menu .vce-mega-menu { position: static; }
}
.ie9 .nav-menu .menu-item-has-children a, .ie9 .nav-menu .vce-mega-cat a { padding-right: 20px; }
.ie9 .nav-menu .menu-item-has-children a:after { position: absolute; right: 7px; top: 10px; }
.ie9 .nav-menu .vce-mega-cat a:after { position: static; float: right; margin: 0px -15px 0 0; }
.ie9 .vce-lay-c .meta-image, .ie9 .vce-lay-c .meta-image, .ie8 .vce-lay-c .meta-image, .ie8 .vce-lay-c .meta-image { width: 100%; }
.ie9 .vce-lay-g .vce-featured-header { padding-bottom: 0; }
.ie9 .vce-lay-g .vce-featured-header .entry-meta { margin-bottom: 20px; }
.ie9 .header-sticky, .ie8 .header-sticky { display: none; }
.ie9 .header-sticky.header-is-sticky, .ie8 .header-sticky.header-is-sticky { display: block; }
.ie8 .vce-mega-menu-wrapper { width: 1100px; left: -500px; }
.ie9 .vce-mega-menu-wrapper { width: 1150px; left: 0; }
_:-o-prefocus, body .nav-menu .vce-mega-cat, _:-o-prefocus, body .nav-menu .vce-mega-menu { position: static; }
_::-moz-svg-foreign-content, :root .main-navigation ul ul { opacity: 1; }
_::-moz-svg-foreign-content, :root .main-navigation li { margin: 0 -2px; }

/* --------------------------------------
Content Headings
----------------------------------------- */
.vce-main-content .vce-lay-b .entry-title { font-size: 26px; line-height: 1.3em; text-align: left; }
.vce-main-content h3, .vce-main-content h2 { margin-bottom: 0; font-size: 26px; line-height: 1.2em; }
.vce-related-box h3.main-box-title, .home .main-box h3.main-box-title, .archive .main-box h1.main-box-title, .search-results .main-box h1.main-box-title, .page-template .main-box h1.template-title { position: relative; padding: 0 0 15px; font-family: 'Poppins'; font-size: 26px; font-weight: 600; line-height: 1.2em; }
.vce-related-box h3.main-box-title span, .home .main-box h3.main-box-title span, .archive .main-box h1.main-box-title span, .search-results .main-box h1.main-box-title span, .page-template .main-box h1.template-title span { background: #fff; padding: 0 12px 0 0; position: relative; z-index: 2; }
.vce-related-box h3.main-box-title:after, .home .main-box h3.main-box-title:after, .archive .main-box h1.main-box-title:after, .search-results .main-box h1.main-box-title:after, .page-template .main-box h1.template-title:after { background: #f8f8f8; content: ''; height: 9px; position: absolute; right: 0; top: 10px; width: 100%; }
.vce-related-box h3.main-box-title, .home .main-box h3.main-box-title { margin: 0; padding: 0; }

/* ---------------------------------------
Category Content 
------------------------------------------ */
.schemaHidden { display: none; }
.main-box .main-box-subtitle p { margin-bottom: 30px; font-size: 16px; line-height: 26px; }
.main-box .main-box-subtitle h3:first-child { margin-top: 16px; }

/* for new category layout */
.main-box-inside article { border-bottom: 2px dotted #eee; }
.vce-related-box .main-box-inside article { border-bottom: 0; }
.vce-related-box .main-box-inside article:nth-child(even) { float: right; }
.vce-main-content .vce-related-box .vce-lay-b .entry-title { height: 46px; font-size: 16px; line-height: 1.5em; overflow: hidden; }
.vce-main-content .vce-related-box .vce-lay-b .meta-image { float: none; }
.vce-main-content .vce-lay-b .entry-content:before, .vce-main-content .vce-lay-b .entry-content:after, .vce-main-content .vce-lay-b .entry-content:before, .vce-main-content .vce-lay-b .entry-content:after { content: none; clear: none; }
.vce-lay-b .et_social_inline .et_social_networks .et_social_total_share { padding: 0 0 0 20px !important; background: url(img/share-16.png) 0 1px no-repeat; }
.vce-lay-b .entry-footer { margin-left: 395px; margin-top: 24px; font-size: 14px; }
.vce-related-box .vce-lay-b .entry-footer  { margin-left: 0; }
.vce-lay-b .entry-footer .et_social_inline_top { display: inline-block; float: none; width: auto; margin: 0; }
.vce-lay-b .entry-footer .meta-category { margin: 0 0 0 8px; padding: 0 0 0 8px; border-left: 1px solid #bbb; }
.vce-lay-b .entry-footer .read-more { float: right; white-space: nowrap; }
.vce-lay-b .entry-footer .read-more:after { content: ' >>'; font-weight: bold; }
.vce-sid-left .vce-lay-b .meta-image { float: none; }
.vce-related-box .main-box-inside .read-more { margin-top: 1px; }


/* new widgets */
.sidebar .widget-title { text-transform: none; }
ul.widget-explore-links, ul.widget-quick-links { margin: 0; padding: 0; list-style-type: none; }
ul.widget-explore-links li, ul.widget-quick-links li { display: inline-block; vertical-align: bottom; margin: 0; padding: 0; border: 0; text-align: center; }
.widget ul.widget-explore-links li { margin-bottom: 24px; padding: 2px 12px; }
ul.widget-explore-links a { display: block; width: 116px; color: inherit; font-size: 16px; font-family: 'Poppins', serif; opacity: 0.7; transition: opacity .5s; }
ul.widget-explore-links a:hover { opacity: 1.0; text-decoration: none; }
ul.widget-explore-links a:before { content: ''; display: block; margin: 0 auto 12px auto; width: 95px; height: 85px; background: url('img/icons-explore.png') -12px -16px no-repeat; }

ul.widget-explore-links .nav-org a:before { width: 70px; background-position: -205px -14px; }
ul.widget-explore-links .nav-str a:before { width: 103px; background-position: -349px -12px; }
ul.widget-explore-links .nav-diy a:before { width: 68px; background-position: -531px -15px; }
ul.widget-explore-links .nav-diy { margin-right: 0; }

.widget ul.widget-quick-links {text-align: left; }
.widget ul.widget-quick-links li { margin: 0 0 10px 0; padding: 0; font-size: 14px; }
.widget ul.widget-quick-links li a { display: block; width: 170px; padding: 8px 0; color: #fff; font-family: 'Poppins', serif; background-color: #0d57c0; transition: background-color .5s; }
.widget ul.widget-quick-links li + li a { width: 117px; margin-left: 12px; }
.widget ul.widget-quick-links li + li + li a  { margin-left: 0; }
.widget ul.widget-quick-links li + li + li  + li a { width: 170px; margin-left: 12px; }
.widget ul.widget-quick-links li a:hover { color: #fff; background-color: #1d67d0; text-decoration: none; }



@media (max-width:1180px) {
	.panelHeader .inner {width: 96%;}
}


@media only screen and (max-width: 1200px) {
	.container { max-width: 100%; padding: 0 24px; }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.sidebar { width: 270px; }
	.widget ul.widget-explore-links li { padding: 2px 8px; }
	
	.widget ul.widget-quick-links { width: 104%; margin-left: -4%; }
	.widget ul.widget-quick-links li { width: 46% !important; margin: 0 0 4% 4%; }
	.widget ul.widget-quick-links li a { width: auto !important; margin: 0 !important; }
}


/* no sidebar layout */
.vce-sid-none .vce-single .entry-content { width: 100% !important; max-width: 100% !important; }
@media all and (max-width:400px) {
	.archive .main-box .main-box-subtitle { display: none; }
	.mobileHidden { display: none; }
	
	.container { padding: 0 16px; }
}
@media all and (max-width:1200px) and (min-width:1024px) {
	.vce-main-content .vce-lay-b .entry-title, .vce-main-content .vce-lay-b .entry-title { font-size: 16px; }
}
@media all and (max-width:1023px) and (min-width:760px) {
	.vce-sid-right .vce-lay-b .meta-image { width: 100%; }
}
@media all and (max-width:759px) {
	.vce-related-box article.vce-lay-b { display: block; width: 100%; max-width: 375px; margin: 32px auto 0 auto; float: none !important; }
	.vce-related-box article.vce-lay-b .meta-image { width: auto;}
	
	.author-box .main-box-title:after { top: 20px !important; }
}

/* -------------------------------------
Standard Format Posts
---------------------------------------- */
.single-format-standard #content { padding-top: 0; }
.single-format-standard #primary { padding-top: 12px; }
.vce-single.format-standard .entry-header { margin-top: 0; }
.vce-single.format-standard .meta-author { position: absolute; bottom: 2%; right: 2%; }
.format-standard .meta-author-img, .format-standard .meta-author-img img { margin-top: 0; }
.format-standard .meta-author-wrapped .fn a { color: #fff; text-shadow: -1px -1px 1px #000, 0 0 1px #000, 1px 0 1px #000, 0 1px 1px #000; }
body .vce-single.format-standard .entry-headline { margin-top: 16px; }
.format-standard .meta-image + .entry-headline, .format-standard .meta-image + .entry-content { margin-top: 32px; }

/* page / post specific */
.postid-12728 .tiled-gallery { max-width: 810px; margin: 0 auto; }

/* april fools news */
.postid-12728 .entry-content p iframe { width: 100%; max-width: 900px; margin: 0 auto; display: block; }
.postid-12728 .entry-content p + h3 { text-align: center; }

/* PL -------------------------------------
Standard Format Posts
---------------------------------------- */
.single-format-standard #primary { padding-top: 8px; }
.vce-single.format-standard .entry-header { margin-top: 0; margin-bottom: 9px; }
.vce-single.format-standard .entry-header h1.entry-title { margin-bottom: -9px; }
#sidebar .vce-post-slider .owl-prev, #sidebar .vce-post-slider .owl-next { background: #fff; background: rgba(252, 244, 202, .5); }
#sidebar .vce-post-slider .fa-angle-left, #sidebar .vce-post-slider .fa-angle-right { color: #fff; }
@media (max-width:680px) {
	.entry-content strong { line-height: inherit; }
	.mfp-close-btn-in .mfp-close { top: -37px; right: 3px; background: none !important; height: 36px; width: 14px; }
	#loginPop .tabWidget li { font-size: 13px; }
.accountManage .fa-search { display: inline-block; font-size: 22px; margin-top: 26px; }
header .stickySearch {display: none;}
}

/* faq */
h2 + .schema-faq { margin-top: 16px; }
.schema-faq-section.expandable .schema-faq-question { display: block; padding: 8px 12px; border-bottom: 1px solid #ccc; background-color: #e7e7e7; cursor: pointer; }
.schema-faq-section.expandable .schema-faq-question:before { content: '+'; margin-right: 4px; font-size: 18px; }
.schema-faq-section.expanded .schema-faq-question:before { content: '-'; margin: 0 6px 0 2px; font-size: 18px; }
.schema-faq-section.expandable .schema-faq-answer { margin: 8px 0 0 28px; }


/* coauthors */
#author-bio .main-box-title { border-top: 36px solid #fff; }
.main-box.author-box-coauthor { background: none; }
.author-box-coauthor .author-column { display: inline-block; width: 49%; vertical-align: top; }
.author-box-coauthor .author-column + .author-column { margin-left: 2%; }
.author-box-coauthor .author-column .data-image { margin-right: 0; }
.author-box-coauthor .author-column .data-content { margin-left: 122px; }
.author-box-coauthor .author-column .data-content .author-title { margin: 0 0 12px 0; }
.author-box-coauthor .vce-content-outside { width: auto; float: none; margin-left: 122px; padding: 0; border: 0; background: none; }
.author-box-coauthor .vce-author-links a { display: block; width: 25px; height: 25px; margin: 3px 6px 0 0; padding: 6px 0; font-size: 14px; line-height: 1em; color: #fff; background-color: #9a9a9a; border-radius: 50% !important; }

@media all and (max-width:1200px) {
	.author-box-coauthor .vce-author-links { float: none; clear: both; padding-top: 16px; }
}
@media all and (max-width:1023px) {
	.author-box-coauthor .vce-author-links { float: left; clear: none; padding-top: 0; }
}
@media all and (max-width:840px) {
	.author-box-coauthor .vce-author-links { float: none; clear: both; padding-top: 16px; }
}

@media all and (max-width:750px) {
	.author-box-coauthor .author-column	{ display: block; width: 100%; clear: both; margin: 0; text-align: center; }
	.author-box-coauthor .author-column + .author-column { margin: 24px 0 0 0; padding-top: 24px; border-top: 10px solid #f8f8f8; }
	.author-box-coauthor .author-column .data-image { float: none; }
	.author-box-coauthor .author-column .data-content { margin: 0; }
	.author-box-coauthor .vce-content-outside { margin: 0; }
	
	.author-box-coauthor .author-column .vce-content-outside { max-width: 280px; margin: 0 auto; }
	.author-box-coauthor .author-column .data-links { float: left; clear: none;  }
	.author-box-coauthor .author-column .vce-author-links { width: auto; float: right; clear: none; padding: 3px 0 24px 0; }
	.author-box-coauthor .author-column .data-links a { margin: 0; }
	.author-box-coauthor .author-column .vce-author-links a { float: none; display: inline-block; margin: 0 3px; }
}



/* -------------------------------------
Social
---------------------------------------- */
.home .et_social_inline_top, .archive .et_social_inline_top, .search .et_social_inline_top { float: left; width: 200px; margin: 16px 0 0 0; }
.home .et_social_networks .et_social_icons_container, .archive .et_social_networks .et_social_icons_container, .search .et_social_networks .et_social_icons_container { min-width: 420px; text-align: center; }

.gallery-item .et_social_media { display: none; }

@media only screen and (max-width:1023px) and (min-width:450px) {
	.container { padding: 0 20px; }
	
	.vce-sid-left .vce-lay-c, .vce-sid-right .vce-lay-c, .vce-prev-link, .vce-next-link { width: 46.5%; }
	.vce-prev-link { margin-left: 0; margin-right: 2% }
	.vce-next-link { margin: 0; }
	.vce-prev-next-link { padding: 0 10px; }
}
@media all and (max-width:670px) {
	.vce-featured-title { max-width: 600px; padding: 0 16px; font-size: 8vw; line-height: 1.5em; }
	.vce-lay-b .entry-content { margin-left: 0; }
	.vce-lay-b .entry-footer { margin-left: 0; }
	.author-box .data-content { margin: 0; }
	.home .et_social_inline_top, .archive .et_social_inline_top, .search .et_social_inline_top { position: static; float: none; width: auto; }
	.home .et_social_networks, .archive .et_social_networks, .search .et_social_networks { width: auto; }
	.home .et_social_networks .et_social_icons_container, .archive .et_social_networks .et_social_icons_container, .search .et_social_networks .et_social_icons_container { min-width: 0; width: auto; text-align: center; }
	.home .et_social_networks .et_social_icons_container li:nth-child(n), .archive .et_social_networks .et_social_icons_container li:nth-child(n), .search .et_social_networks .et_social_icons_container li:nth-child(n) { display: inline-block; margin-right: 0 !important; border-right: 6px solid #fff; }
}
@media all and (max-width:450px) {
	.vce-featured { min-height: 300px; }
	.vce-featured-info { top: 32px; }
	.vce-featured-title { font-size: 6vw; }
	.et_monarch .et_social_left .et_social_network_label div { margin: 6px 0 0 0; }
	.et_monarch .et_social_left .et_social_network_label { padding: 7px 6px 10px 6px; }

	/*
	  .home .et_social_networks .et_social_icons_container, .archive .et_social_networks .et_social_icons_container, .search .et_social_networks .et_social_icons_container { min-width: 420px; text-align: center; }
	  
	  .home .et_social_networks, .archive .et_social_networks, .search .et_social_networks { width: 240px; } 
	  .home .et_social_like, .archive .et_social_like, .search .et_social_like  { display: none !important; } 
	*/ }

	/* Ebook */
	.page-template-template-ebook #sidebar label { display: block; margin-top: 20px; }
	.page-template-template-ebook #your-name { display: none; }
	.page-template-template-ebook .optin-wrapper { margin-bottom: 16px; font-size: 13px; }

	/* Clutter Heatmap */
	.page-id-11263 .vce-page .entry-content, .page-id-11263 .vce-page .entry-title-page { width: auto; max-width: 960px; }

	
	/* from previous voice theme inline styles */
	body { background-color: #ffffff; }
	body, .mks_author_widget h3, .site-description, .meta-category a, textarea { font-family: 'Open Sans'; font-weight: 400; }
	h1, h2, h3, h4, h5, h6, blockquote, .vce-post-link, .site-title, .site-title a, .main-box-title, .comment-reply-title, .entry-title a, .vce-single .entry-headline p, .vce-prev-next-link, .author-title, .mks_pullquote, .widget_rss ul li .rsswidget, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink { font-family: 'Bitter', serif; }
	.main-navigation a, .sidr a { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-style: italic; }
	.vce-single .entry-content, .vce-single .entry-headline, .vce-single .entry-footer { width: 100%; }
	.vce-lay-a .lay-a-content { width: 600px; max-width: 600px; }
	.vce-page .entry-content, .vce-page .entry-title-page { width: 680px; }
	.vce-sid-none .vce-single .entry-content, .vce-sid-none .vce-single .entry-headline, .vce-sid-none .vce-single .entry-footer { width: 600px; }
	.vce-sid-none .vce-page .entry-content, .vce-sid-none .vce-page .entry-title-page, .error404 .entry-content { width: 680px; max-width: 680px; }
	body, button, input, select, textarea { color: #494949; }
	h1, h2, h3, h4, h5, h6, .entry-title a, .prev-next-nav a, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink, .woocommerce ul.products li.product .price .amount { color: #494949; }
	a, .entry-title a:hover, .vce-prev-next-link:hover, .vce-author-links a:hover, .required, .error404 h4, .prev-next-nav a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, .woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product h3:hover mark, .main-box-title a:hover { color: #0079e2; }
	.vce-square, .vce-main-content .mejs-controls .mejs-time-rail .mejs-time-current, button, input[type="button"], input[type="reset"], input[type="submit"], .vce-button, .pagination-wapper a, #vce-pagination .next.page-numbers, #vce-pagination .prev.page-numbers, #vce-pagination .page-numbers, #vce-pagination .page-numbers.current, .vce-link-pages a, #vce-pagination a, .vce-load-more a, .vce-slider-pagination .owl-nav > div, .vce-mega-menu-posts-wrap .owl-nav > div, .comment-reply-link:hover, .vce-featured-section a, .vce-lay-g .vce-featured-info .meta-category a, .vce-404-menu a, .vce-post.sticky .meta-image:before, #vce-pagination .page-numbers:hover, #bbpress-forums .bbp-pagination .current, #bbpress-forums .bbp-pagination a:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.products li.product .added_to_cart, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce ul.products li.product .added_to_cart:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce span.onsale, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .comments-holder .navigation .page-numbers.current, .vce-lay-a .vce-read-more:hover, .vce-lay-c .vce-read-more:hover { background-color: #0079e2; }
	#vce-pagination .page-numbers, .comments-holder .navigation .page-numbers { background: transparent; color: #0079e2; border: 1px solid #0079e2; }
	.comments-holder .navigation .page-numbers:hover { background: #0079e2; border: 1px solid #0079e2; }
	.bbp-pagination-links a { background: transparent; color: #0079e2; border: 1px solid #0079e2 !important; }
	#vce-pagination .page-numbers.current, .bbp-pagination-links span.current, .comments-holder .navigation .page-numbers.current { border: 1px solid #0079e2; }
	.widget_categories .cat-item:before, .widget_categories .cat-item .count { background: #0079e2; }
	.comment-reply-link, .vce-lay-a .vce-read-more, .vce-lay-c .vce-read-more { border: 1px solid #0079e2; }
	.entry-meta div, .entry-meta div a, .comment-metadata a, .meta-category span, .meta-author-wrapped, .wp-caption .wp-caption-text, .widget_rss .rss-date, .sidebar cite, .site-footer cite, .sidebar .vce-post-list .entry-meta div, .sidebar .vce-post-list .entry-meta div a, .sidebar .vce-post-list .fn, .sidebar .vce-post-list .fn a, .site-footer .vce-post-list .entry-meta div, .site-footer .vce-post-list .entry-meta div a, .site-footer .vce-post-list .fn, .site-footer .vce-post-list .fn a, #bbpress-forums .bbp-topic-started-by, #bbpress-forums .bbp-topic-started-in, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, span.bbp-admin-links a, .bbp-reply-post-date, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, .woocommerce .woocommerce-result-count, .woocommerce .product_meta { color: #9b9b9b; }
	.main-box-title, .comment-reply-title, .main-box-head { background: #ffffff; color: #494949; }
	.main-box-title a { color: #494949; }
	.sidebar .widget .widget-title a { color: #494949; }
	.main-box, .comment-respond, .prev-next-nav { background: #f8f8f8; }
	.vce-post, ul.comment-list > li.comment, .main-box-single, .ie8 .vce-single, #disqus_thread, .vce-author-card, .vce-author-card .vce-content-outside, .mks-bredcrumbs-container, ul.comment-list > li.pingback { background: #ffffff; }
	.mks_tabs.horizontal .mks_tab_nav_item.active { border-bottom: 1px solid #ffffff; }
	.mks_tabs.horizontal .mks_tab_item, .mks_tabs.vertical .mks_tab_nav_item.active, .mks_tabs.horizontal .mks_tab_nav_item.active { background: #ffffff; }
	.mks_tabs.vertical .mks_tab_nav_item.active { border-right: 1px solid #ffffff; }
	#vce-pagination, .vce-slider-pagination .owl-controls, .vce-content-outside, .comments-holder .navigation { background: #f4f4f4; }
	.sidebar .widget-title { background: #ffffff; color: #494949; }
	.sidebar .widget { background: #fff; }
	.sidebar .widget, .sidebar .widget li a, .sidebar .mks_author_widget h3 a, .sidebar .mks_author_widget h3, .sidebar .vce-search-form .vce-search-input, .sidebar .vce-search-form .vce-search-input:focus { color: #494949; }
	.widget_nav_menu li.menu-item-has-children:hover:after, .widget_pages li.page_item_has_children:hover:after { color: #0053a3; }
	.sidebar .tagcloud a { border: 1px solid #0053a3; }
	.sidebar .mks_author_link, .sidebar .tagcloud a:hover, .sidebar .mks_themeforest_widget .more, .sidebar button, .sidebar input[type="button"], .sidebar input[type="reset"], .sidebar input[type="submit"], .sidebar .vce-button, .sidebar .bbp_widget_login .button { background-color: #0053a3; }
	.sidebar .mks_author_widget .mks_autor_link_wrap, .sidebar .mks_themeforest_widget .mks_read_more { background: #f3f3f3; }
	.sidebar #wp-calendar caption, .sidebar .recentcomments, .sidebar .post-date, .sidebar #wp-calendar tbody { color: rgba(73, 73, 73, 0.7); }
	.site-footer { background: #0d45a1; }
	.site-footer .widget-title { color: #ffffff; }
	.site-footer, .site-footer .widget, .site-footer .widget li a, .site-footer .mks_author_widget h3 a, .site-footer .mks_author_widget h3, .site-footer .vce-search-form .vce-search-input, .site-footer .vce-search-form .vce-search-input:focus { color: #f9f9f9; }
	.site-footer .widget li a:hover, .site-footer .widget a, .site-info a { color: #0d45a1; }
	.site-footer .tagcloud a { border: 1px solid #0d45a1; }
	.site-footer .mks_author_link, .site-footer .mks_themeforest_widget .more, .site-footer button, .site-footer input[type="button"], .site-footer input[type="reset"], .site-footer input[type="submit"], .site-footer .vce-button, .site-footer .tagcloud a:hover { background-color: #0d45a1; }
	.site-footer #wp-calendar caption, .site-footer .recentcomments, .site-footer .post-date, .site-footer #wp-calendar tbody, .site-footer .site-info { color: rgba(249, 249, 249, 0.7); }
	.top-header, .top-nav-menu li .sub-menu { background: #000099; }
	.top-header, .top-header a { color: #ffffff; }
	.top-header .vce-search-form .vce-search-input, .top-header .vce-search-input:focus, .top-header .vce-search-submit { color: #ffffff; }
	.top-header .vce-search-form .vce-search-input::-webkit-input-placeholder { color: #ffffff; }
	.top-header .vce-search-form .vce-search-input:-moz-placeholder { color: #ffffff; }
	.top-header .vce-search-form .vce-search-input::-moz-placeholder { color: #ffffff; }
	.top-header .vce-search-form .vce-search-input:-ms-input-placeholder { color: #ffffff; }
	.header-1-wrapper { height: 150px; padding-top: 15px; }
	.header-2-wrapper, .header-3-wrapper { height: 150px; }
	.header-2-wrapper .site-branding, .header-3-wrapper .site-branding { top: 15px; left: 0px; }
	.site-title a, .site-title a:hover { color: #232323; }
	.site-description { color: #aaaaaa; }
	.main-header { background-color: #ffffff; }
	.header-bottom-wrapper { background: #fcfcfc; }
	.vce-header-ads { margin: 30px 0; }
	.header-3-wrapper .nav-menu > li > a { padding: 65px 15px; }
	.header-sticky, .sidr { background: rgba(255, 255, 255, 0.95); }
	.ie8 .header-sticky { background: #ffffff; }
	.main-navigation a, .nav-menu .vce-mega-menu > .sub-menu > li > a, .sidr li a, .vce-menu-parent { color: #4a4a4a; }
	.nav-menu > li:hover > a, .nav-menu > .current_page_item > a, .nav-menu > .current-menu-item > a, .nav-menu > .current-menu-ancestor > a, .main-navigation a.vce-item-selected, .main-navigation ul ul li:hover > a, .nav-menu ul .current-menu-item a, .nav-menu ul .current_page_item a, .vce-menu-parent:hover, .sidr li a:hover, .main-navigation li.current-menu-item.fa:before { color: #0d45a1; }
	.nav-menu > li:hover > a, .nav-menu > .current_page_item > a, .nav-menu > .current-menu-item > a, .nav-menu > .current-menu-ancestor > a, .main-navigation a.vce-item-selected, .main-navigation ul ul, .header-sticky .nav-menu > .current_page_item:hover > a, .header-sticky .nav-menu > .current-menu-item:hover > a, .header-sticky .nav-menu > .current-menu-ancestor:hover > a, .header-sticky .main-navigation a.vce-item-selected:hover { background-color: #ffffff; }
	.search-header-wrap ul { border-top: 2px solid #0d45a1; }
	.vce-border-top .main-box-title { border-top: 2px solid #0079e2; }
	.tagcloud a:hover, .sidebar .widget .mks_author_link, .sidebar .widget.mks_themeforest_widget .more, .site-footer .widget .mks_author_link, .site-footer .widget.mks_themeforest_widget .more, .vce-lay-g .entry-meta div, .vce-lay-g .fn, .vce-lay-g .fn a { color: #FFF; }
	.vce-featured-header .vce-featured-header-background { opacity: 0.6 }
	.vce-featured-grid .vce-featured-header-background, .vce-post-big .vce-post-img:after, .vce-post-slider .vce-post-img:after { opacity: 0.5 }
	.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background, .vce-post-big li:hover .vce-post-img:after, .vce-post-slider li:hover .vce-post-img:after { opacity: 0.8 }
	#back-top { background: #0079e2 }
	.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; padding: 0.79104477%; }
	.gallery-columns-2 .gallery-item { max-width: 50%; }
	.gallery-columns-3 .gallery-item { width: 33.33%; max-width: 150px; padding: 0; margin-right: 12px; }
	.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%; }
	a.category-838, .sidebar .widget .vce-post-list a.category-838 { color: #dd9933; }
	body.category-838 .main-box-title, .main-box-title.cat-838 { border-top: 2px solid #dd9933; }
	.widget_categories li.cat-item-838 .count { background: #dd9933; }
	.widget_categories li.cat-item-838:before { background: #dd9933; }
	.vce-featured-section .category-838, .vce-post-big .meta-category a.category-838, .vce-post-slider .meta-category a.category-838 { background-color: #dd9933; }
	.vce-lay-g .vce-featured-info .meta-category a.category-838 { background-color: #dd9933; }
	.vce-lay-h header .meta-category a.category-838 { background-color: #dd9933; }
	.main-box-title { text-transform: uppercase; }
	.site-footer .widget-title { text-transform: uppercase; }

	/* new "life stories" layout */
	/* body.lay__life_stories header { position: relative; z-index: 2; border-bottom: 0; } */
	.vce-featured-life_stories { z-index: 1; max-height: 100%; min-height: 0; }
	.vce-featured-life_stories img { position: static; max-width: 100%; height: auto; }
	.post-layout-life_stories-title-area { margin: 24px 0 16px 0; text-align: center; }
	.post-layout-life_stories-title-area h1 { margin-bottom: 32px; font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif; font-size: 37px; font-size: 4rem; line-height: 1; color: #9e9e9e; }
	.post-layout-life_stories-title-area h1 span { display: block; font-size: 75px; font-size: 8rem; font-family: 'Oxygen', sans-serif; line-height: 1; color: #000; letter-spacing: 6px; text-transform: uppercase; text-rendering: optimizeLegibility; font-feature-settings: "kern" 1; font-kerning: normal; -webkit-font-feature-settings: "kern"; }
	.post-layout-life_stories-title-area h1 span:after { display: block; content: ''; width: 40%; min-width: 256px; height: 14px; margin: 26px auto; background-color: #525D6E; }
	.post-layout-life_stories-title-area .entry-meta { font-size: 20px; font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif; font-weight: bold; }
	.layout-life_stories { max-width: 660px; margin: 0 auto; }
	.post-layout-life_stories-title-area + #content .vce-main-content { float: none; max-width: 100%; width: 100%; padding: 0; }
	.layout-life_stories .entry-content { font-family: Helvetica, Arial, sans-serif; font-size: 16.5px; line-height: 25px; font-weight: 300; margin-bottom: 64px; padding: 0 !important; }
	.layout-life_stories .entry-content h3, .layout-life_stories .entry-content h2 { font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif; }
	.layout-life_stories .entry-content h2 { font-size: 40px; }
	.layout-life_stories .entry-content h3 { margin-top: 40px; font-size: 30px; }
	.layout-life_stories .entry-content img.alignnone { margin-top: 22px; }
	.layout-life_stories + .prev-next-nav { margin-top: 64px; }
	.layout-life_stories blockquote { float: right; width: auto; max-width: 256px; margin: 8px -24px 24px 24px; padding: 44px 24px 24px 24px; font-family: 'Oxygen', sans-serif; font-style: italic; color: #1947A2; }
	.layout-life_stories blockquote:before { color: #1947A2 !important; left: 2px; top: 24px; }
	.layout-life_stories blockquote p { margin: 0 !important; }

	/* Life Stories Social */
	body.lay__life_stories .et_social_pinterest, body.lay__life_stories .et_social_googleplus, body.lay__life_stories .et_social_all_button { display: none; }
	body.lay__life_stories .et_social_inline .et_social_icon { color: #000; }
	body.lay__life_stories .et_social_inline .et_social_icons_container li { float: none; width: 82px; margin: 0 !important; padding: 10px 20px; background-color: #fff; border: 1px solid #ccc; border-top: 0; }
	body.lay__life_stories .et_social_inline .et_social_icons_container li:first-child { border-top: 1px solid #ccc; }
	body.lay__life_stories .et_social_inline .et_social_icons_container li .et_social_icon:before { font-size: 20px !important; }
	@media all and (min-width:950px) {
		.layout-life_stories blockquote { max-width: 340px; margin-right: -128px; }
		body.lay__life_stories .et_social_inline { position: absolute; top: 1050px; left: 24px; margin-top: 48px; }
		body.lay__life_stories .et_social_inline.locked { position: fixed; top: 100px !important; margin-top: 0; }
		body.lay__life_stories div.et_social_totalcount { text-align: left; }
		body.lay__life_stories .et_social_totalcount_count { font-size: 16px !important; }
	}
	@media all and (max-width:949px) {
		body.lay__life_stories .et_social_inline { display: none; }

		/* loaded via JS */
		body.lay__life_stories .et_social_inline { position: fixed; z-index: 1042; bottom: -7px; left: 0; width: 100%; margin-bottom: 0; border-top: 4px solid #fff; }
		body.lay__life_stories .et_social_inline .et_social_totalcount { display: none; }
		body.lay__life_stories .et_social_inline .et_social_icons_container { border-top: 1px solid #ccc; }
		body.lay__life_stories .et_social_inline .et_social_icons_container li { float: left; width: 25% !important; margin: 0 !important; padding: 4px 0; border: 0; border-left: 1px solid #ccc; }
		body.lay__life_stories.et_monarch .et_social_autowidth.et_social_networks li:nth-child(n) { width: 25% !important; margin: 0 !important; }
		body.lay__life_stories .et_social_inline .et_social_icons_container li:first-child { border: 0; }
		body.lay__life_stories .et_social_inline .et_social_icons_container li a { text-align: center; }
		body.lay__life_stories .et_social_inline .et_social_icon { float: none; }
		body.lay__life_stories .mobile-social-intro { position: absolute; z-index: 1; bottom: 7px; left: 0; width: 100%; height: 49px; line-height: 49px; font-size: 14px; font-weight: bold; border-top: 1px solid #ccc; background-color: #fff; letter-spacing: 3px; text-transform: uppercase; text-align: center; }
		body.lay__life_stories .et_social_inline .ls-mobile-social-close .et_social_icon { font-weight: bold; }
	}

	/* End Life Stories Social */
	@media all and (max-width:650px) {
		header + .placeholder { display: none !important; }
		.post-layout-life_stories-title-area h1 { font-size: 32px; line-height: 1.25em; }
		.post-layout-life_stories-title-area h1 span { margin: 0 24px; font-size: 48px; }
		.layout-life_stories blockquote { float: none; max-width: 100%; width: 92%; margin: 24px 0 24px 0; padding-left: 4%; padding-right: 4%; border-top: 4px solid #1947A2; border-bottom: 4px solid #1947A2; box-sizing: content-box; }
	}

	/* temp */
	body.lay__life_stories .mks-bredcrumbs-container { display: none; }
	body.lay__life_stories .et_social_media, body.lay__life_stories .et_bloom_below_post { display: none; }

	/* mmh */
	.mmh-container .row h2 { color: #fff; }
	.mmh-container .et_social_inline { display: none; }