/*
Theme Name:		Altera - Knowledge Base Wordpress Theme - Child
Theme URI:		http://themeforest.net/user/ZERGE/portfolio
Description:	Child theme for the Grideon theme
Version:		1.0
Author:			ZERGE
Author URI:		http://themeforest.net/user/ZERGE
Template:		wp-altera

*/

/*@import url("../wp-altera/style.css");*/

/*
Theme Name: Altera - Knowledge Base Wordpress Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Description: Altera is a Responsive, Retina Ready, Creative, Knowledge Base, Blog.
Version: 1.02
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: color-theme-framework
*/
/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Header
 * 		2.1 - Search Block
 * 3.0 - Logo
 * 4.0 - Custom Background
 * 5.0 - Typography
 * 		5.1 - Lists
 * 		5.2 - Margins
 * 6.0 - Page Title Bar
 * 7.0 - Blog ( index.php )
 * 8.0 - Pagination
 * 9.0 - Content
 * 		9.1 - Post Thumbnail
 * 		9.2 - Read More Link
 * 		9.3 - To Top Arrow
 * 		9.4 - Single Page
 * 		9.5 - FAQ
 * 		9.6 - Tags
 * 10.0 - Sidebar
 * 11.0 - Widgets
 * 		11.1 - Flickr Widget
 * 		11.2 - Instagram Widget
 * 		11.3 - Categories Widget
 * 		11.4 - Calendar Widget
 * 		11.5 - Custom Menu Widget
 * 		11.6 - Recent Posts Widget
 * 		11.7 - Recent Comments Widget
 * 		11.8 - Popular Posts Widget
 * 		11.9 - Recent FAQs Widget
 * 		11.10 - Social Counters Widget
 * 		11.11 - Twitter Widget
 * 		11.12 - WP Standard Widgets
 * 12.0 - Theme Pages
 * 13.0 - Shortcodes ( Visual Composer )
 * 14.0 - Footer
 * 15.0 - Video and Audio Responsive
 * 16.0 - Wordpress Core
 * 17.0 - Bootstrap Override
 * 18.0 - For IE
 * 19.0 - Super-fish Menu
 * 20.0 - Flexslider
 * 21.0 - PrettyPhoto
 * 22.0 - Contact Form
 * 23.0 - Retina Display Media Query
 * 24.0 - Browser Styles
 * 25.0 - BBPress Styles
 *
 * -----------------------------------------------------------------------------
 */

/**
 *  For HTML5 Blocks
 * -----------------------------------------------------------------------------
 */
header, footer, aside, nav, article, section {
    display: block;
}

a {
    outline: none !important
}
::selection , ::-moz-selection,
*::-moz-selection {
    background: #00FFD8 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

/**
 * 1.0 Body
 * -----------------------------------------------------------------------------
 */
body {
    color: #85817e;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */
#mainhead {
    background: #FFF;
    display: block;
    width: 100%;
    padding: 30px 0;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

/**
 * 2.1 Search block
 * -----------------------------------------------------------------------------
 */
#jquery-live-search {
    background: #e4e2dc;
    padding: 15px 30px;
}

#live-search {
    display: block;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
    position: relative;
}

#live-search i.fa-spinner {
    font-size: 20px;
    position:absolute;
    right: 20px;
    top: 18px;
    display:none;
}

#live-search #s.live-search-loading + i.fa-spinner {
    display:inline-block;
}

#s {
    display: block;
    margin: 0 auto;
    width: 85%;
    position: relative;
    color: #aba6a2;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    float: left;
    border: none;
    background: #FFF
}

.sidebar #s {
    width: 100%;
    text-align: left;
    border: 2px solid #d1d2d3;
}

.search-wrapper {
    display: inline-block;
    width: 50%;
}

.search-wrapper .col-md-3 { padding-left: 0; padding-right: 0; margin-left: -15px; }

.inner-pages .search-wrapper {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -26px;
    left: 0;
}

.inner-pages .search-wrapper #s {
    width: 100%;
    text-align: left;
    padding: 10px 30px 9px 45px;
    background: #342e28;
    font-size: 13px;
    position: relative;
    border: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.inner-pages .search-wrapper #s:active,
.inner-pages .search-wrapper #s:focus {
    border: none !important;
    outline: none !important
}

.inner-pages .search-wrapper #searchsubmit {
    height: 51px;
    position: absolute;
    background: #342e28;
    color: #aba6a2;
    width: 45px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.inner-pages .search-wrapper #searchsubmit:hover {
    color: #FFF;
}

.inner-pages .search-wrapper #live-search {
    margin: 0;
    width: 100%;
}

#searchsubmit {
    width: 60px;
    height: 52px;
    display: block;
    background: #e65d5d;
    color: #fff;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#searchsubmit:active,
#searchsubmit:focus {
    border: none !important;
}

#searchsubmit .fa-search {
    font-size: 18px;
    line-height: 24px;
}

#search-result {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

#search-result li {
    list-style-type: none;
    padding: 5px 0;
}

#search-result li .meta {
    font-size: 13px;
}

#search-result a {
    color: #342e28;
}

#search-result a:hover {
    color: #e65d5d;
}

#search-result a i {
    margin-right: 8px;
    color: #e65d5d;
}

/**
 * 3.0 Logo
 * -----------------------------------------------------------------------------
 */
#entry-logo {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

#entry-logo h1 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

#entry-logo h1 a {
    color: #FFF;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0px;
}

#entry-logo span {
    color: #A1A2A3;
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

/**
 * 4.0 Custom Background
 * -----------------------------------------------------------------------------
 */
#bg-stretch {
    height: inherit;
    left: 0;
    max-width:inherit;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: inherit;
    z-index: -1;
}

.bg-width {
    width: 100%;
}
.bg-height {
    height: 100%;
}

/**
 * 5.0 Typography
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
    color: #342e28;
    margin-top: 0 !important;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h3 { margin-bottom: 15px; }
h5 { text-transform: uppercase; }

h1.entry-title {
    font-size: 42px;
    text-transform: uppercase;
    line-height: 52px;
    font-weight: 300;
}

h1.entry-title a { color: #1d1711; }
h1.entry-title a:hover { color: #e65d5d; }

h3.entry-title {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfccc3;
    margin-bottom: 10px;
}

h3.entry-title > span {
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #afafaf;
    font-weight: normal;
    line-height: 14px;
}

h6 { text-transform: uppercase; }

a, a:link, a:visited {
    color: #e65d5d;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

a:hover { color: #463f39; text-decoration: none !important; }

a img {
    line-height:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -transition: all 0.3s ease;
}

iframe {
    border: none;
}

.clear {
    clear: both;
}

/**
 * 5.1 Lists
 * -----------------------------------------------------------------------------
 */
ul.underline { padding-left: 0; }
ul.underline li {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
    list-style-position: inside;
    list-style-type: square;
}

ul.unordered {
    list-style: none;
}

ul.ordered {
    list-style: inside decimal;
}

ul.square {
    list-style: inside square;
}

ul.circle {
    list-style: inside circle;
}

ul.bullets {
    list-style: inside disc;
}

/**
 * 5.2 Margins
 * -----------------------------------------------------------------------------
 */
.margin-top-10	{ margin-top:10px; }
.margin-15		{ margin-bottom: 15px; }
.margin-r15 	{ margin-right:15px; }

.padding-20 { padding:20px; }

.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
.margin-30t { margin-top: 30px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }

.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }

.no-top-padding { padding-top: 0 !important; }

/**
 * 6.0 Page Title Bar
 * -----------------------------------------------------------------------------
 */

.ptbar {
    display: block;
    width: 100%;
    text-align: center;
    padding: 80px 0;
    font-family: 'Lato', sans-serif;
    position: relative;
}

.ptbar.inner-pages {
    padding-bottom: 110px;
}

.ptbar h1,
.ptbar h2 {
    font-size: 72px;
    line-height: 86px;
    color: #ffffff;
    margin-bottom: 10px;
}

.ptbar {
    font-style: normal;
    color: #00FFD8;
}

.ptbar p:last-child { margin-bottom: 0; }

.ptbar .category-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**
 * 7.0 Blog (index.php)
 * -----------------------------------------------------------------------------
 */
.entry-date {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cfccc3;
}

.ct-date {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    display: block;
    color: #342e28;
}

.month-year {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #342e28;
}

.entry-tags {
    margin-bottom: 15px;
    line-height: 20px;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.6)";
    filter: alpha(opacity=60);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.entry-tags:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}

.entry-tags a {
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    margin-right: 5px;
    text-transform: uppercase;
}

.entry-tags a:hover {
    color: #85817e;
}

.post-thumbnail {
    margin-bottom: 20px;
    position: relative;
}

.post-thumbnail i {
    background: rgba(29, 23, 17, 0.5);
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.post-thumbnail i:hover {
    background: rgba(29, 23, 17, .8);
}

.entry-post .post-content {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #cfccc3;
    word-wrap: break-word;
}

.entry-meta {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #74736f;
    margin-bottom: 15px;
    display: none;	
}

.entry-meta a,
.entry-meta .slash {
    font-weight: 400;
    color: #9a9995;
}

.entry-meta a:hover {
    color: #e65d5d;
}

.entry-meta > div { display: inline-block; }
.entry-meta .slash { margin: 0 7px; }

/**
 * 8.0 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination span,
.pagination a {
    padding: 8px 20px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: normal;
    color: #938a81 !important;
    font-weight: 800;
    font-size: 12px;
    background: #e4e2dc;
}

.pagination span {
    background: #cfccc3;
    color: #938a81;
    font-weight: 800;
    border: none;
}

.pagination a:hover,
.pagination span.current { background: #e65d5d; color: #FFF !important; }

/**
 * 9.0 Content
 * -----------------------------------------------------------------------------
 */
#content {
    margin: 45px 0;
}

.inner-content {
    margin: 60px 0 45px 0 !important;
}

/**
 * 9.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail iframe,
.post-thumbnail object,
.post-thumbnail video {
    width: 100%;
}

.post-thumbnail.audio-thumb iframe {
    min-height: 166px;
    width: 100%;
}

/**
 * 9.2 Read More Link
 * -----------------------------------------------------------------------------
 */
a.more-link {
    font-size: 14px;
    background: #e65d5d;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF !important;
    font-family: 'Lato', sans-serif;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

a.more-link:after {
    font-size: 24px;
    content: "\f18e";
    display: block;
    position: absolute;
    right: 10px;
    font-weight: normal;
    top: 10px;
    color: #FFF;
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome'
}

a.more-link:hover { background: #342e28; color: #FFF; }

/**
 * 9.3 To Top Arrow
 * -----------------------------------------------------------------------------
 */
.ct-totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #FFF !important;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    background: rgba(205, 43, 35, 1);
    z-index: 99999;
    line-height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.ct-totop i { color: #FFF; }

a.ct-totop { color: #FFF; }
a.ct-totop:hover { background: #1d1711; }

/**
 * 9.4 Single Page
 * -----------------------------------------------------------------------------
 */
.sm-credit {
    font-weight: bold;
    font-size: 16px;
}

.page-title-bar {
    display: block;
    width: 100%;
    padding: 30px 0;
    position: relative;
    text-align: center;
    color: #FFF
}

.page-title-bar .category-title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}

.page-title-bar h1.entry-title,
.page-title-bar h1.entry-title a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
}

.page-title-bar .entry-cat-title {
    padding: 20px 0;
}

.page-title-bar #author-avatar {
    margin-bottom: 15px;
}

.page-title-bar .archive-description {
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.single-navigation {
    padding: 20px 0;
}

.post-navigation {
    margin-bottom: 45px;
    padding: 30px 0;
    border-top: 1px solid #cfccc3;
    border-bottom: 1px solid #cfccc3;
}

.post-navigation span {
    width: 45%;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    color: #c3c0be;
}

.post-navigation a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #342e28;
}

.post-navigation a:hover {
    color: #e65d5d;
}

.post-navigation .meta-nav-prev:before {
    font-family: FontAwesome;
    content: "\f190";
    font-size: 24px;
    margin-right: 5px;
}

.post-navigation .meta-nav-next:before {
    font-family: FontAwesome;
    content: "\f18e";
    font-size: 24px;
    margin-left: 5px;
    float: right;
}

.post-navigation .meta-nav-next {
    float: right;
    text-align: right;
}

.post-navigation .meta-nav-prev {
    float: left;
}

.post-navigation .meta-nav-prev a {
    padding-left: 25px;
}

.post-navigation .meta-nav-next a {
    padding-right: 25px;
}

.page-title-bar .nav-prev i {
    font-size: 32px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.page-title-bar .nav-prev .prev-title,
.page-title-bar .nav-prev .prev-post-title {
    font-size: 28px;
    display: block;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.page-title-bar .nav-prev .prev-title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.page-title-bar .nav-prev .prev-title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
}

.page-links {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.entry-content { margin-bottom: 30px; }
.page.type-page .entry-content { margin-bottom: 0; }

.single .entry-content a {
    color: #00FFD8;
}

.single .entry-content a:hover {
    color: #232425;
}

.meta-tags {
    margin-bottom: 15px;
    display: block;
}

.form-allowed-tags { display: none; }

label {
    font-size: 13px;
    color: #74736f;
    text-transform: uppercase;
    font-weight: 600;
}

.required { color: #F30000; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.form-submit input[type="submit"],
.btn-password {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #e65d5d;
    border: none;
    font-weight: 800;
    color: #FFF;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.form-submit input[type="submit"]:hover,
.btn-password:hover {
    background: #1d1711;
}

.avatar.avatar-75.photo {
    border-radius: 100%;
}

textarea#comment { margin-bottom: 0; }

.comments-title,
#reply-title,
.related-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.related-title { margin-bottom: 15px; }

.comments-title > span {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #6c6763;
}

#reply-title { margin-bottom: 0; }

.comment-meta.comment-author {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.comment-content { font-size: 16px; }

.comment-time.muted-small { display: inline-block; }
.comment-time.muted-small span { margin: 0 10px; }

.comment-avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.entry-comments-form {
    margin-top: 30px;
    border-top: 1px solid #cfccc3;
    padding-top: 30px;
}

.entry-comments-form .pagination {
    margin-bottom: 45px;
}

.comment-time time {
    color: #919293;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.comment-time time:hover { color: #272829; }

.comment-list {
    padding-left: 0;
    list-style-type: none;
}

.children { list-style-type: none; padding-left: 0; }

.fn a {
    color: #373839;
    font-weight: bold;
}
.comment-meta.commentmetadata a { color: #919293; }

.comment-body {
    border-bottom: 1px solid #e1e2e3;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.comment-reply-link {
    background: #e4e2dc;
    color: #85817e !important;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -transition: all 0.3s ease;
}

.comment-reply-link:hover {
    background: #e65d5d;
    color: #FFF !important;
}

.comment-reply-link i {
    margin-right: 5px;
}

.comment-awaiting-moderation { color: #F30000; }

.edit-link {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #777879;
    display: block;
    margin-bottom: 15px;
}

.edit-link i {
    margin-right: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -transition: all 0.3s ease;
}
.edit-link a { color: #777879; }

.edit-link:hover a,
.edit-link:hover i { color: #272829; }

.meta-tags > a {
    color: #00ffd8;
}

.meta-tags > a:hover { color: #050505; }

.single-categories {
    padding-left: 0;
    list-style-type: none;
    display: block;
    width: 100%;
}

.single-categories li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

.single-cat-item > a {
    padding: 4px 8px;
    color: #fff !important;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.single-cat-item > a:hover {
    background: #171819 !important;
}

.single-post-tags {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.single-post-tags > a {
    float: left;
    margin-right: 10px;
    color: #00ffd8;
}

.single-post-tags > a:hover { color: #171819; }

.entry-share-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
}

.entry-share-list li {
    float: left;
    margin-right: 7px;
}

.entry-share-list li.share-title {
    line-height: 40px;
    margin-right: 15px !important;
    text-transform: uppercase;
    color: #85817e;
    padding: 0 15px;
    font-size: 12px;
    background: #e4e2dc;
    font-weight: 600;
    letter-spacing: 1px;
}

.entry-share-list li a {
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.entry-share-list li a i {
    line-height: 40px;
    text-align: center;
}
.ct-fb > a { background: #3b5998; }
.ct-twitter > a { background: #00aced; }
.ct-gplus > a { background: #d64431; }
.ct-pinterest > a { background: #cc2127; }
.ct-linkedin > a { background: #007bb6; }
.ct-reddit > a { background: #336699; }

.entry-share-list li a:hover { background: #1d1711; }

.related-posts {
    padding-left: 0;
    list-style-type: none;
}

.related-posts li {
    list-style-type: none;
    width: 100%;
    display: block;
    position: relative;
    border-top: 1px solid #cfccc3;
    padding: 15px 0;
    margin-bottom: 0 !important;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.related-posts li:hover {
    background: #ece9e2;
}

.related-posts li h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.related-posts li .entry-date {
    margin: 0 15px 0 0;
    padding: 0;
    border: none;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.related-posts li .entry-date .date {
    color: #c3c0be;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
}

.related-posts li .entry-date .month-year {
    color: #c3c0be;
    font-size: 13px;
    display: inline-block;
}

.related-posts li h4 > span {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-right: 10px;
    color: #c3c0be;
}

.related-posts li:last-child {
    margin-right: 0;
    border-bottom: 1px solid #cfccc3;
}

.related-posts li h4 a { color: #85817e; line-height: 28px; }
.related-posts li h4 a:hover { color: #e65d5d; }

.entry-related-content {
    display: block;
    text-align: center;
    z-index: 200;
}

.entry-related-posts {
    margin-bottom: 30px;
}

.single.single-portfolio .entry-related-posts {
    border-top: 2px solid #e7e8e9;
    margin-top: 30px;
    padding-top: 30px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#author-description p {
    margin-bottom: 15px;
}

#author-avatar {
    display: block;
    text-align: center;
}

#author-block #author-avatar {
    text-align: left;
    float: left;
    margin-right: 15px;
    display: block;
}

#author-avatar .avatar-block {
    display: inline-block;
}

#author-avatar img {
    height: 60px;
    width: 60px;
}

#author-block {
    padding: 30px;
    margin-bottom: 45px;
    position: relative;
    background: #e4e2dc;
}

#author-block h3 {
    color: #342e28;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

#author-block h3 a {
    font-size: 20px;
    color: #342e28;
}

#author-block h3 a:hover {
    color: #e65d5d;
}

#author-block #author-description {
    padding-left: 80px;
}

#author-info {
    padding-top: 15px;
    text-align: left;
}

ul.entry-author-icons {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
}

ul.entry-author-icons li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    margin-right: 7px;
    margin-bottom: 7px;
    text-align: center;
    width: 40px;
    background: #c3c0be;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

ul.entry-author-icons li a {
    color: #FFF;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

ul.entry-author-icons li.facebook:hover { background: #3b5998; }
ul.entry-author-icons li.twitter:hover { background: #00aced; }
ul.entry-author-icons li.github:hover { background: #f4cab1; }
ul.entry-author-icons li.linkedin:hover { background: #007bb6; }
ul.entry-author-icons li.pinterest:hover { background: #cb2027; }
ul.entry-author-icons li.googleplus:hover { background: #dd4b39; }

.more-author-posts {
    float: left;
    margin-left: 15px;
}

.single-format-chat .entry-content p {
    border-bottom: 1px solid #cfccc3;
    margin-bottom: 0;
    padding: 10px 0;
}

.page #respond {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #e7e8e9;
}

.page #comments { margin-top: 30px; }

/**
 * 9.5 FAQ
 * -----------------------------------------------------------------------------
 */

.faq_toggle {
    border-bottom: 1px solid #cfccc3;
    margin-bottom: 0;
    padding: 30px 30px 0 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.faq_toggle:first-child { border-top: 1px solid #cfccc3; }

.faq_toggle:hover { background: #ece9e2; }

.faq_toggle .entry-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.single-faq .site-content .entry-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 30px;
}

.faq_toggle .entry-title a { color: #342e28; }
.faq_toggle .entry-title:hover { cursor: pointer; }
.faq_toggle:last-child { margin-bottom: 30px; }

.faq_toggle .entry-faq {
    display:none;
}

.faq_toggle .action {
    color: #463f39;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -45px;
    top: 8px;
    width: 30px;
    height: 30px;
}

.faq_toggle h2 .plus, .faq_toggle h2 .minus {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display:none;
}

.faq_toggle h2 .plus {
    display:block;
}

.faq_toggle h2.active .minus {
    display:block;
}

.faq_toggle h2.active .plus {
    display:none;
}

.faq_toggle > .entry-content {
    padding: 0;
}

.faq-single { padding: 0; }
.faq-single > .entry-content {
    padding: 20px;
    margin: 0
}

/**
 * 9.6 Tags
 * -----------------------------------------------------------------------------
 */
.tagcloud { margin-right: -5px; margin-top: 20px; }

.widget .tagcloud a[class|=tag-link],
.entry-single-post a[rel=tag],
.tagcloud a[class|=tag-link] {
    font-size: 10px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #cfccc3;
    color: #85817e;
    padding: 5px 15px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    display: block;
    float: left;
    text-transform: uppercase;
    line-height: 18px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget .tagcloud a[class|=tag-link]:hover,
.entry-single-post a[rel=tag]:hover,
.tagcloud a[class|=tag-link]:hover {
    border: 1px solid #85817e;
    color: #e65d5d;
}

/**
 * 10.0 Sidebar
 * -----------------------------------------------------------------------------
 */

.sidebar .widget,
.widget {
    position: relative;
    margin-bottom: 45px;
    font-style: 16px;
}

.sidebar.home-top-boxed { margin-top: 45px; }
.sidebar.home-bottom-boxed { margin-bottom: 45px; }

.inner-widget .widget { margin-bottom: 0; }

.sidebar ul,
.vc_row ul,
.wpb_row ul,
.wpb_wrapper ul {
    padding-left: 0;
    list-style-position: inside;
    margin-bottom: 0;
}

.sidebar ul li {
    list-style-type: none;
    list-style-position: outside;
    padding: 3px 0;
}

/**
 * 11.0 Widgets
 * -----------------------------------------------------------------------------
 */

/**
 * 11.1 Flickr Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-flickr-"] li {
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 10px;
    border: none !important;
    padding: 0 !important;
}

.main-sidebar [class^="ct-flickr-"] li {
    margin-bottom: 10px;
    margin-right: 10px;
}

[class^="ct-flickr-"] {
    list-style-type: none;
    margin: 30px 0 0 !important;
}

[class^="ct-flickr-"] li img {
    height: 75px;
    width: 75px;
    display: block;
}

[class^="ct-flickr-"] li:hover img {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
    filter: alpha(opacity=75);
}

/**
 * 11.2 Instagram Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-instagram-"] li {
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 10px;
    border: none !important;
    padding: 0 !important;
}

.main-sidebar [class^="ct-instagram-"] li {
    margin-bottom: 10px;
    margin-right: 10px;
}

[class^="ct-instagram-"] {
    list-style-type: none;
    margin: 30px 0 0 !important;
}

[class^="ct-instagram-"] li img {
    height: 75px;
    width: 75px;
    display: block;
}

[class^="ct-instagram-"] li:hover img {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
    filter: alpha(opacity=75);
}

/**
 * 11.3 Categories Widget
 * -----------------------------------------------------------------------------
 */
.ct_categories_widget li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    padding-right:4px;
}

.ct_categories_widget ul {
    list-style-type: none;
    margin: 0;
}

/**
 * 11.4 Calendar Widget
 * -----------------------------------------------------------------------------
 */

.widget_calendar table { margin-bottom: 0; }

#wp-calendar {
    width: 100%;
}

#wp-calendar > caption {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #919293;
}

#wp-calendar > caption:after { clear: both }

#wp-calendar thead tr th {
    color: #D1D1D1;
    font-size: 11px;
    text-align: center;
}

#wp-calendar td {
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

#wp-calendar a {
    font-weight: bold;
}

#wp-calendar td#today {
    background-color: #00ffd8;
    color: #FFF;
    padding: 2px 0px;
}

#wp-calendar td#today a {
    color: #FFF !important;
}

#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td#prev a,
#wp-calendar td#next a {
    text-transform: uppercase;
}

/**
 * 11.5 Custom Menu Widget
 * -----------------------------------------------------------------------------
 */
.widget_nav_menu .menu {
    list-style-type: none;
    margin: 0;
}

.widget_nav_menu li:before {
    content: "\f046";
    font-size: 14px;
    font-family: "FontAwesome";
    padding-right:10px;
}

.widget_nav_menu li.current-menu-item:before,
.widget_nav_menu li.current-menu-ancestor:before {
    color: #F05B4F;
}

.widget_nav_menu ul.sub-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    list-style-type: none;
}

/**
 * 11.6 Recent Posts Widget
 * -----------------------------------------------------------------------------
 */

.recent-posts-widget {
    padding-left: 0;
    list-style-type: none;
}

.recent-posts-widget li {
    list-style-type: none;
    padding: 15px 0 !important;
    border-bottom: 1px solid #cfccc3;
}

.recent-posts-widget li.no-list-border {
    border: none;
    padding: 5px 0 !important;
}

.recent-posts-widget li h4.entry-title i {
    font-size: 18px;
    margin-right: 10px;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    color: #e65d5d;
}

.recent-posts-widget li .entry-meta {
    margin-bottom: 0;
}

.recent-posts-widget li .entry-meta a { color: #9a9995; margin-right: 15px; font-size: 11px; display: inline-block; }
.recent-posts-widget li .entry-meta a:hover { color: #e65d5d; }

.recent-posts-widget li h4 a { color: #85817e; }

.recent-posts-widget li:first-child {
    padding-top: 10px !important;
    margin-top: 0;
}

.recent-posts-widget li a i,
.recent-posts-widget li i  { margin-right: 5px; font-size: 16px; }

.widget-post-thumbnail {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.widget-post-thumbnail a img {
    height: 75px;
    width: 75px;
    display: block;
}

.widget-content h4.entry-title {
    margin-bottom: 0;
}

.widget-meta {
    padding-left: 0;
    list-style-type: none;
}

.widget-meta li {
    float: left;
    margin-right: 15px;
    padding: 0 !important;
}

.widget-meta li i {
    margin-right: 5px;
    font-size: 14px;
}
.widget-meta li a {
    font-size: 12px;
    color: #717273;
}

/**
 * 11.7 Recent Comments Widget
 * -----------------------------------------------------------------------------
 */
.recent-comments-widget {
    margin-top: 10px;
}

.recent-comments-widget li {
    display: block;
    padding: 5px 0 !important;
    text-transform: capitalize;
}

.recent-comments-widget li:first-child {
    padding-top: 0;
}

.recent-comments-widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-comments-widget .widget-post-thumbnail img {
    height: 20px;
    width: 20px;
    display: block;
}

.recent-comments-widget .widget-post-thumbnail img.avatar-20 {
    width: 20px;
    height: 20px;
}

.recent-comments-widget .widget-post-thumbnail {
    margin-right: 10px;
}

.recent-comments-widget li h4.entry-title {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.recent-comments-widget li .widget-content {
    background: #e4e2dc;
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 15px;
}

.recent-comments-widget li:last-child .widget-content { margin-bottom: 20px; }

.recent-comments-widget li .widget-content:before {
    border-color: transparent transparent #e4e2dc;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: -10px;
    width: 0;
}

.recent-comments-widget li .comment-text,
.recent-comments-widget li .comment-text a {
    font-size: 14px;
    font-style: italic;
}

.recent-comments-widget li .comment-time {
    display: block;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #9a9995;
    position: absolute;
    left: 0;
    bottom: -20px;
}

/**
 * 11.8 Popular Posts Widget
 * -----------------------------------------------------------------------------
 */
.popular-posts-widget {
    padding-left: 0;
    list-style-type: none;
}

.popular-posts-widget li {
    list-style-type: none;
    padding: 15px 0 !important;
    border-bottom: 1px solid #cfccc3;
}

.popular-posts-widget li.no-list-border {
    border: none;
    padding: 5px 0 !important;
}

.popular-posts-widget li h4.entry-title i {
    font-size: 18px;
    margin-right: 10px;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    color: #e65d5d;
}

.popular-posts-widget li .entry-meta {
    margin-bottom: 0;
}

.popular-posts-widget li .entry-meta a { color: #9a9995; margin-right: 15px; font-size: 11px; display: inline-block; }
.popular-posts-widget li .entry-meta a:hover { color: #e65d5d; }

.popular-posts-widget li h4 a { color: #85817e; }

.popular-posts-widget li:first-child {
    padding-top: 10px !important;
    margin-top: 0;
}

.ct_popular_posts_widget li a i,
.ct_popular_posts_widget li i  { margin-right: 5px; font-size: 16px; }

/**
 * 11.9 Recent FAQs Widget
 * -----------------------------------------------------------------------------
 */
.recent-faqs-widget {
    padding-left: 0;
    list-style-type: none;
}

.recent-faqs-widget li {
    list-style-type: none;
    padding: 15px 0 !important;
    border-bottom: 1px solid #cfccc3;
}

.recent-faqs-widget li.no-list-border {
    border: none;
    padding: 5px 0 !important;
}

.recent-faqs-widget li h4.entry-title i {
    font-size: 20px;
    margin-right: 10px;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 4px;
    color: #e65d5d;
}

.recent-faqs-widget li .widget-content h4.entry-title {
    margin-bottom: 0;
}

.recent-faqs-widget li .entry-meta {
    margin-bottom: 0;
}

.recent-faqs-widget li .entry-meta .faq-date {
    color: #9a9995;
    font-weight: normal;
    font-size: 11px;
}

.recent-faqs-widget li .entry-meta a { color: #9a9995; margin-right: 15px; display: inline-block; }
.recent-faqs-widget li .entry-meta a:hover { color: #e65d5d; }

.recent-faqs-widget li h4 a { color: #85817e; }

.recent-faqs-widget li:first-child {
    padding-top: 10px !important;
    margin-top: 0;
}

.recent-faqs-widget li a i,
.recent-faqs-widget li i  { margin-right: 5px; font-size: 16px; }

/**
 * 11.10 Social Counters Widget
 * -----------------------------------------------------------------------------
 */
.social-inner { margin-top: 20px; }

.social-counter {
    padding-left: 0;
    list-style-type: none;
    display: block;
}

.social-counter li {
    list-style-type: none;
    background: #e4e2dc;
    list-style-type: none;
    margin-bottom: 5px;
    padding: 15px !important;
}

.social-counter li i {
    font-size: 18px;
    color: #e65d5d;
    margin-right: 15px;
}

.social-counter li .fa.fa-youtube,
.social-counter li .fa.fa-twitter {
    margin-right: 10px;
}

.social-counter li .ct-counter {
    font-weight: bold;
    margin-right: 5px;
}

.social-counter li .ct-desc a {
    color: #c3c0be;
    text-transform: uppercase;
}

.social-counter li .ct-desc a:hover { color: #e65d5d; }

/**
 * 11.11 Twitter Widget
 * -----------------------------------------------------------------------------
 */
.ct-twitter-widget li {
    padding: 15px 0 !important;
    position: relative;
    margin-bottom: 20px;
}

.tweet-content {
    background: #e4e2dc;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    color: #85817e;
    position: relative;
}

.tweet-content:before {
    border-color: #e4e2dc transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
}

.tweet-text a {
    color: #85817e !important;
    font-weight: 600
}

.tweet-time a {
    color: #9a9995 !important;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.tweet-text a:hover,
.tweet-time a:hover { color: #e65d5d !important; }

/**
 * 11.12 WP Standard Widgets
 * -----------------------------------------------------------------------------
 */
.sidebar .widget {
    font-size: 16px;
    line-height: 28px;
}

.sidebar a {
    color: #85817e;
    line-height: 28px;
}

.sidebar a:hover { color: #e65d5d; }

.widget_pages ul.children {
    padding-left: 15px;
}

.widget_pages ul.children li:last-child {
    border-bottom: none;
}

.widget_archive ul li:before,
.widget_categories ul li.cat-item:before,
.widget_pages ul li.page_item:before,
#recentcomments li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before {
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #e65d5d;
    font-size: 18px;
}

.widget_recent_entries ul li:before { padding-right: 5px; }

.widget_archive ul li:before 				{ content: '\f01c'; }
.widget_categories ul li.cat-item:before 	{ content: '\f02e'; }
.widget_pages ul li.page_item:before 		{ content: '\f0f6'; }
#recentcomments li:before 					{ content: '\f0e6'; }
.widget_recent_entries ul li:before 		{ content: '\f040'; }
.widget_meta ul li:before 					{ content: "\f10c"; }

.widget_recent_entries ul li span.post-date {
    color: #919293;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}

/**
 * 12.0 Theme Pages
 * -----------------------------------------------------------------------------
 */
.page-header {
    border-bottom: none;
    padding-bottom: 0;
    margin: 45px 0;
    position: relative;
}

.page-header h1.entry-title {
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.post-content .entry-title { margin-bottom: 15px; }

.page-header .archive-description {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.breadcrumbs {
    padding: 10px 15px 9px 42px;
    color: #fff;
    background: #e65d5d;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.breadcrumbs i { margin-right: 8px; font-size: 18px; position: absolute; top: 16px; left: 30px; }

.breadcrumbs a {
    color: #FFF !important;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: rgba( 255,255,255, .8 );
}

.page-child-pages {
    padding-left: 0;
    list-style-type: none;
}

.page-child-pages li {
    list-style-type: none;
    width: 100%;
    display: block;
    position: relative;
    border-top: 1px solid #cfccc3;
    padding: 15px 0;
    margin-bottom: 0 !important;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.page-child-pages li:hover {
    background: #ece9e2;
}

.entry-child-pages {
    display: block;
    margin-top: 45px;
}

.page-child-pages li {
    padding-left: 30px;
    position: relative;
}

.page-child-pages li:before {
    content: '\f15b';
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
    color: #e65d5d;
}

.page-child-pages li a {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #85817e;
    line-height: 28px;
}

.page-child-pages li a:hover { color: #e65d5d; }

.page-child-pages li .entry-date {
    margin: 0 15px 0 0;
    padding: 0;
    border: none;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.page-child-pages li .entry-date .date {
    color: #c3c0be;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
}

.page-child-pages li .entry-date .month-year {
    color: #c3c0be;
    font-size: 13px;
    display: inline-block;
}

.page-child-pages li a > span {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-right: 10px;
    color: #c3c0be;
}

.page-child-pages li:last-child {
    margin-right: 0;
    border-bottom: 1px solid #cfccc3;
}

.page-child-pages li h4 a { color: #85817e; line-height: 28px; }
.page-child-pages li h4 a:hover { color: #e65d5d; }

/**
 * 13.0 Shortcodes
 * -----------------------------------------------------------------------------
 */
.homepage-categories {
    display: block;
    width: 100%;
}

.widget.ct_categoryhomepage_widget { margin-bottom: 0; }

.homepage-categories > .ct-category-item {
    display: block;
    text-align: center;
    padding: 45px 0;
    border-bottom: 1px solid #cfccc3;
    cursor: pointer;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.homepage-categories > .ct-category-item:hover {
    background: #ece9e2;
}

.homepage-categories > .ct-category-item .popup-content {
    display: none;
}

.homepage-categories > .ct-category-item:first-child {
    border-top: 1px solid #cfccc3;
}

.homepage-categories > .ct-category-item h2 {
    margin-bottom: 0;
}

.homepage-categories > .ct-category-item .entry-cat-item {
    position: relative;
}

.homepage-categories > .ct-category-item .entry-cat-item .ct-items a {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #e65d5d;
}

.homepage-categories > .ct-category-item .entry-cat-item .ct-items span {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #e65d5d;
}

.homepage-categories > .ct-category-item .entry-cat-item .ct-items a:hover { color: #85817e; }

.homepage-categories > .ct-category-item h2,
.homepage-categories > .ct-category-item h2 a {
    font-size: 72px;
    line-height: 82px;
    font-weight: 200;
    margin-bottom: 0;
    color: #463f39;
    text-transform: uppercase;
}

.sub-categories h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding-left: 30px;
}

.get-post-list {
    margin: 15px 0;
}

.get-post-list .get-post-title  {
    text-align: left;
    padding: 5px 0 !important;
    display: block;
}

.get-post-list .get-post-title a {
    color: #85817e;
    font-size: 18px;
}

.get-post-list .get-post-title a:hover {
    color: #e65d5d;
}

.get-post-list .get-post-title a > span {
    font-weight: 800;
    font-size: 18px;
    color: #e65d5d;
}

.category-desc {
    font-style: italic;
    color: #a4a196;
    display: block;
    margin-bottom: 30px;
}

.sub-categories {
    background: #e4e2dc;
    padding: 30px !important;
    margin-top: 15px;
}

.sub-categories > li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.sub-categories > li h3:before {
    content: '\f039';
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    color: #e65d5d;
}

a.view-all {
    background: #e65d5d;
    color: #fff !important;
    display: inline-block;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 30px 0 15px;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
}

a.view-all:hover { background: #342e28; }

.three-info-blocks {
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
}

.three-info-blocks .info-item {
    background: #ece9e2;
    text-align: center;
    padding: 30px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.three-info-blocks .info-item:hover {
    background: #cfccc3;
}

.three-info-blocks .info-item i {
    font-size: 48px;
    margin-bottom: 30px;
}

.three-info-blocks .info-item h3 {
    text-transform: uppercase;
}

/**
 * 14.0 Footer
 * -----------------------------------------------------------------------------
 */
#mainfooter {
    position: relative;
    font-size: 16px;
}

#mainfooter .footer-columns { padding: 45px 0 0; }

#mainfooter .copyright {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}

#mainfooter a { color: #c1c2c3; }

#mainfooter ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

#mainfooter ul li {
    list-style-type: none;
    padding: 3px 0;
}

#mainfooter table { border: 2px solid #232425; }

#mainfooter table thead,
#mainfooter table tbody { border: 1px solid #232425; }

#mainfooter thead tr th,
#mainfooter table tbody tr th,
#mainfooter table tbody tr td { border-right: 1px solid #232425; }
#mainfooter table tbody tr { border-bottom: 1px solid #232425; }
#mainfooter table thead { border-bottom: 2px solid #232425;}

#footer-nav {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px !important;
}

#footer-nav li {
    display: block;
    padding: 0 5px;
    float: left;
    margin-right: 10px;
}

#footer-nav li a {
    text-transform: uppercase;
    font-size: 11px;
}

.footer-menu-wrapper {
    text-align: center;
    padding-top: 16px;
    border-top: 1px dotted #232425;
    border-bottom: 1px dotted #232425;
    margin-bottom: 30px;
}

#mainfooter #s {
    background: #171819;
    border-color: #232425;
}

#mainfooter #s:active,
#mainfooter #s:focus {
    border-color: #414243;
}

#mainfooter ul.recent-posts-widget li { padding: 10px 0; }

.entry-testimonials {
    display: block;
    margin: 0 auto 85px;
    background: #cfccc3;
    padding: 45px 30px;
    width: 65%;
    text-align: center;
    font-style: italic;
    color: #6a6a6a;
    position: relative;
}

.entry-testimonials .author {
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    margin: 15px 0;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -60px
}

.entry-testimonials:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cfccc3 transparent transparent transparent;
}

#entry-social {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cfccc3;
}

.entry-social-list {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 15px !important;
    margin-top: 30px;
}

.entry-social-list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    padding: 0 !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #cfccc3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.entry-social-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

/**
 * 15.0 Video and Audio Responsive
 * -----------------------------------------------------------------------------
 */
.post-thumbnail.entry-video-auto img {
    width: 100%;
}

iframe {
    max-width: 100%;
}

/* Video post format */
.entry-video-post,
.embed-youtube,
.entry-thumb {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.entry-video-post iframe,
.embed-youtube iframe,
.entry-thumb iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Audio post format */
.format-audio .entry-thumb iframe {
    min-height: 166px;
    width: 100%;
}

.no-top-padding .entry-content {
    padding-top: 0;
}

/**
 * 16.0 Wordpress Core
 * -----------------------------------------------------------------------------
 */
.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { }

.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

blockquote { line-height: 30px; }

strong, b {
    font-weight: bold;
    margin-bottom: 15px;
}
em {
    font-style: italic;
}

.blockright {
    float: right;
    text-align: right;
}

.blockleft {
    float: left;
    text-align: left
}

.alignnone {
    margin: 5px 15px 15px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float:left;
    margin: 5px 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.divider-1px,
.divider-1px-white,
.divider-1px-transparent
{
    height: 1px;
    background-color: #32383D;
    margin: 10px 0;
    width: 100%;
}

.divider-1px-white {
    background-color: #FFF;
    margin: 30px 0;
}

.divider-1px-transparent { background: none; margin: 15px 0; }

.divider-10px { height: 10px; }
.divider-15px { height: 15px; }
.divider-20px { height: 20px; }

.divider-1px-dashed {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #e9eef4
}

.image-border {
    border: 5px solid #e9eef4;
    width: auto;
    display: block;
}
.image-border img {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
    display: block
}

#mainfooter img,
.widget.main-sidebar img,
.related-list li img,
.post-block img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);

    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

ul.slides li img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

a img.alignright {
    float:right;
    margin: 20px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 0;
}

a img.alignleft {
    float:left;
    margin: 20px 20px 20px 0;
}

a img.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.protected-form p { margin-bottom: 0; }

.wp-caption {
    background: #e4e2dc;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    margin-bottom: 15px !important
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 15px 0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:14px;
    line-height:18px;
    margin:0;
    padding:0 4px 5px;
}

span.dropcap  {
    font-size:40px;
    margin-right:6px;
    text-transform: uppercase;
    float: left;
    line-height: 1;
    font-weight:bold;
}

span.dropcap.pink   { color:#bd1e7b; }
span.dropcap.green   { color:#668508; }
span.dropcap.red    { color:#ef2d2d; }
span.dropcap.orange { color:#ff6600; }
span.dropcap.blue   { color:#308aef; }
span.dropcap.yellow { color:#cb7a0b; }
span.dropcap.custom { color:#921529; }


/* align paragraphs */
p.text-left { text-align: left }
p.text-right { text-align: right }
p.text-center { text-align: center }
p.text-justify { text-align: justify }

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img,
img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/**
 * 17.0 Bootstrap Override
 * -----------------------------------------------------------------------------
 */
input[type=reset],
input[type=submit],
.bbp-submit-wrapper button {
    padding: 10px 20px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background: #e65d5d;
    color: #FFF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

input[type=reset]:hover,
input[type=submit]:hover,
.bbp-submit-wrapper button:hover {
    background: #342e28;
}

blockquote {
    border-left: 5px solid #d1d2d3;
    color: #a5a5a6;
    margin-bottom: 30px;
}

cite {
    color: #919293;
    font-size: 14px;
}

p { margin-bottom: 30px; }

dd { margin-bottom: 30px; }

ins { background: none !important; }

code {
    white-space: normal;
    font-size: 18px;
    line-height: 28px;
}

ul, ol {
    margin-bottom: 30px;
}

.entry-post ul li,
.entry-post ol li { margin-bottom: 10px; }

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
    border-radius: 0;
    color: #958e87;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    text-transform: normal;
    border: none;
    background: #e4e2dc;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

textarea:focus,
input[type=text]:focus,
input[type="password"]:focus,
input[type=email]:focus,
textarea:active,
input[type=text]:active,
input[type="password"]:active,
input[type=email]:active {
    background: #FFF;
}

table { margin-bottom: 30px; border: 2px solid #e4e2dc; }
table thead,
table tbody { border: 1px solid #e4e2dc; text-transform: uppercase; font-size: 14px; }
thead tr th,
table tbody tr th,
table tbody tr td { border-right: 1px solid #e4e2dc; padding: 10px; }
table tbody tr { border-bottom: 1px solid #e4e2dc; }
table thead { border-bottom: 2px solid #e4e2dc;}
table thead tr th {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #32383D;
    letter-spacing: 1px;
    font-weight: normal;
}

.post-password-form input[type="password"] {
    border: 1px solid #32383D;
    text-transform: uppercase;
}
.post-password-form label {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
    width: 50%
}

.post-password-form input[type="submit"] {
    background: #FFFFFF;
    border: 2px solid #32383D;
    color: #32383D;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    height: 40px;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item img {
    padding: 5px;
    border: 1px dotted #ddd !important;
    margin-bottom: 10px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    color: #32383D;
    line-height: 20px;
    font-size: 14px;
    font-style: normal;
}
textarea {
    height: auto;
    overflow: hidden;
}
.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#contacts-form i {
    margin-right: 0px;
}

#contacts-form .input-prepend {
    margin-bottom: 15px;
}

#contacts-form form {
    margin-bottom:0;
}

#contacts-form .btn {
    float:right;
    font-size: 12px;
}

#contacts-form textarea {
    margin-bottom:15px;
}

/* addthis service */
.addthis_button_facebook_like {
    height: 22px;
    margin-bottom: 0;
}

.addthis_button_tweet {
    height:22px;
}

.textwidget .accordion {
    margin-bottom:0;
}

.accordion-heading .accordion-toggle {
    font-weight: bold;
}

/* sitemap  */
.entry-sitemap h5 {
    margin-bottom: 5px;
}

.entry-sitemap ul {
    margin-bottom: 10px;
}
.entry-sitemap .posts-name {
    list-style: none;
    margin-bottom: 40px;
}

.entry-sitemap .category-name {
    list-style: none;
    margin-bottom: 40px;
}

.entry-sitemap .categories img {
    display: inline-block;
    width: auto;
}

.entry-sitemap .posts-name li ul li,
.entry-sitemap .category-name li ul li,
.entry-sitemap .pages-name li {
    padding-bottom: 5px;
}

.twitter-tweet-rendered {
    width:100% !important;
}

.twt-border {
    max-width: 100%!important;
    min-width: 100%!important;
    _width: 100%!important;
}

.category-ads ins {
    float:right;
}

/* google prettify */
.com {
    color: #93a1a1;
}

.lit {
    color: #195f91;
}

.pun,
.opn,
.clo {
    color: #93a1a1;
}

.fun {
    color: #dc322f;
}

.str,
.atv {
    color: #D14;
}

.kwd,
.prettyprint .tag {
    color: #1e347b;
}

.typ,
.atn,
.dec,
.var {
    color: teal;
}

.pln {
    color: #48484c;
}

.prettyprint {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    padding: 8px;
}
.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin: 0 0 0 33px; /* IE indents via margin-left */
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
}

.pp_pic_holder a:hover {
    border: 0 !important;
} /* for prettyphoto*/

.row-fluid .pull-left[class*="span"]:last-child {
    margin-left: 0;
}

.accordion-heading a:hover {
    border: 0;
}

.radio, .checkbox { padding-left: 0; }


/**
 * 18.0 For IE
 * -----------------------------------------------------------------------------
 */
.nav>li>a:hover { border: 0; }

/**
 * 19.0 Super-fish Menu
 * -----------------------------------------------------------------------------
 */
.menu-not-defined {
    margin-top: 12px;
    text-align: right;
}

.slider-preloader {
    display: none;
}

#infscr-loading {
    position: relative;
    display: none;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    z-index: 99999;
}

#infscr-loading img {
    display: none;
}

#infscr-loading div em {
    background: #00FFD8;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    width: 100%;
    padding: 30px 10px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
}

.navigation-block { position: relative; }
.navigation-block .pagination { margin: 0; }
.navigation p { margin-bottom: 0; }

.navigation select {
    display: none;
    background:url('img/icons/menu-icon.png') 98.5% 50% no-repeat #FFFFFF;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #ECECEC;
    text-transform:uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #919293;
    height: 30px;
    font-weight: normal;
    padding: 6px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navigation { padding: 0; }

.sub-menu .sf-with-ul:after {
    color: #1d1711;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    height: 44px;
    line-height: 46px;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
}

.sub-menu .sub-menu {
    top: 0 !important;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li { position: relative; }
.sf-menu ul {
    position: absolute;
    display: block;
    top: 45px;
    left: 0;
    z-index: 99;
}

.sf-menu ul li { padding: 0; }
.sf-menu > li { float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
    padding: 0 20px;
}
.sf-menu ul ul {
    top: -2px;
    left: 101%;
}

/*** SKIN ***/
.current-menu-item,
.current-page-item,
.current-menu-item a,
.current-page-item a {
    color: #1d1711 !important;
    font-weight: 400;
    margin: 0 0 0 8px !important;
}

.sf-menu {
    float: right;
    display: none;
    padding: 18px 0;
}

.sf-menu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #e4e2dc transparent;
    position: absolute;
    top: -8px;
    left: 30px;
}
.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    z-index: 99999;
}

.sf-menu ul li:last-child { border-bottom: none; }

.sf-menu a {
    text-decoration: none;
    zoom: 1; /* IE7 */
}

.sf-menu a {
    color: #958e87;
    font-size: 13px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 0 0 0 25px;
    letter-spacing: 1px;
}

.sub-menu a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.sf-menu a strong {
    font-weight: normal;
    display: block;
    font-weight: 300;
}

.sf-menu a:hover {
    color: #1d1711;
}

.sf-menu ul ul { border-top: none; }
.sf-menu ul ul:before { content: none; }
.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu ul li {
    border-bottom: 1px solid #d5d3cd;
    background: #e4e2dc;
    text-align: left;
}

.sf-menu ul ul li {
    border-bottom: 1px solid #d5d3cd;
}

.sf-menu ul li a, .sf-menu ul ul li a {
    padding: 10px 15px;
    font-size: 11px;
    color: #958e87;
}

.sf-menu ul li a:hover, .sf-menu ul ul li a:hover {
    /* background-color: #32383d; */
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.sf-menu li.fa:before {
    line-height: 34px;
    position: absolute;
    right: 10px;
    color: #999;
    font-size: 14px;
    z-index: 100;
    font-family: FontAwesome;
}
.sf-menu li:hover.fa:before  {
    color: #313233;
}
.sf-menu li.fa {
    display: inherit;
    line-height: inherit;
}

.sf-menu#main-nav {
	width: 935px;
}
#site-nav .container { padding-right: 0; }

/**
 * 20.0 FlexSlider
 * -----------------------------------------------------------------------------
 */
.flexslider {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.flexslider { margin: 0; border: 0; box-shadow: none; border-radius: 0; }
.flex-carousel { background: none; }

.flex-carousel li { margin-right: 20px; }
.flex-direction-nav li a { background: #1d1711; }

.flex-direction-nav li [class^="fa-"],
.small-slider li [class^="fa-"] { width: auto; }
.flex-direction-nav li [class^="fa-"] { position: relative;}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    font-size: 14px;
    height: 50px;
    width: 50px;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.flex-direction-nav .flex-prev {
    line-height: 50px;
    left: 0;
}

.flex-direction-nav .flex-prev:after {
    content: "\f104";
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
}

.flex-direction-nav .flex-next { right: 0; }

.flex-direction-nav .flex-next:after {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: inherit;
    color: #FFF;
}

.ct-small-slider-widget .flex-direction-nav .flex-prev,
.ct-small-slider-widget .flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
}

.ct-small-slider-widget .flex-direction-nav .flex-next:after {
    left: 15%;
    top: -10%;
}

.ct-small-slider-widget .flex-direction-nav .flex-prev:after {
    left: 15%;
    top: -10%;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 0 0 10px; list-style: none;}

.entry-single-post .slides,
.entry-single-post .flex-control-nav,
.entry-single-post .flex-direction-nav {
    padding: 0;
}

/* FlexSlider Necessary Styes
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-small-slider .slides img { margin-bottom: 0; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; padding-left: 0px;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; /*text-indent: -9999px; */opacity: 0; -webkit-transition: all .3s ease;}

/*.flex-small-slider .flex-direction-nav a { top: 50%;margin-top: -35px;  }*/
.flex-carousel .flex-direction-nav a { top: 50%; margin-top: -20px; }

.flex-direction-nav .flex-next {background-position: 100% 0; right: 20px; }
.flex-direction-nav .flex-prev {left: 20px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 20px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}

.entry-single-post .flexslider:hover .flex-next {opacity: 0.8; right: 20px;}
.entry-single-post .flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .6 !important; filter:alpha(opacity=60); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 25px; left: 5px; text-align: left; z-index: 100; }
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { line-height: 30px; overflow: hidden; width: 12px; height: 12px; display: block; background: #fff; background: rgba(255,255,255,0.75); border: 2px solid rgba( 255,255,255, 1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #050505; background: rgba(0,0,0,0.75); }
.flex-control-paging li a.flex-active { background: #050505; background: rgba(0,0,0,0.75); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/**
 * 21.0 PrettyPhoto
 * -----------------------------------------------------------------------------
 */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyphoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyphoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyphoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyphoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyphoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyphoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyphoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyphoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(img/prettyphoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/prettyphoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyphoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyphoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyphoto/default/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: #1E2126;}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyphoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(img/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyphoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyphoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}

div.light_square .pp_close{ width:75px;height:22px;background:url(img/prettyphoto/light_square/sprite.png ) -1px -1px no-repeat; cursor:pointer }
div.light_square .pp_close {
    width: 75px;
    height: 22px;
}

a.pp_close { color: #333; }

div.light_square .pp_nav .pp_play{background:url(img/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyphoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyphoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{ padding-left: 15px !important }
.pp_content_container .pp_right{ padding-right: 15px !important }
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{ display:none;margin:0}
.pp_social {
    float: left;
    margin: 2px 0 0;
}

.pp_social .facebook{float:left;margin-left:5px;width:100px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{
    float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0 10px;
    padding: 0;
    white-space: nowrap;
}

.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyphoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyphoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}

.pp_description {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

/**
 * 22.0 Contact Form
 * -----------------------------------------------------------------------------
 */
.contact-form iframe {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

div.wpcf7-mail-sent-ok {
    background: #00FFD8;
    border: none;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 0;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

input[type=submit].wpcf7-submit {
    background: #00FFD8;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 12px;
    text-transform: uppercase;
}

div.wpcf7 {
    margin-top: 15px;
    margin-bottom: 45px;
}
.wpcf7-form p {
    font-size: 13px;
    color: #74736f;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.wpcf7-form-control,
.wpcf7-form-control .wpcf7-text {
    font-weight: normal;
    font-size: 13px;
    padding: 10px 10px 12px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
}

.wpcf7-form-control-wrap textarea {
    padding: 10px;
}

#ajax-contact-form label {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

#ajax-contact-form span.required {
    color: #F05B4F;
    font-weight: bold;
    margin-left: 2px;
}

.google-map {
    display: block;
    line-height: 0;
    padding: 5px;
}

/* RIAN */
.boxes {
    background: #005781;
    padding: 50px 0;
    text-align: center;
}
.boxes .box1 {
    padding: 20px;
    background: #ffffff;
    height: 235px;
}
.boxes h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
.boxes p {
    line-height: 18px;
    color: #666666;
    margin: 0;
    font-size: 13px;
}
.boxes img {
    margin: 0 0 20px;
}
.panel-grid-cell article > .row .col-md-3  { display: none; }
.panel-grid-cell article > .row .col-md-9  { width: 100%; }
.so-panel .widget-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 40px;
}

/**
 * 23.0 Retina Display Media Query
 * -----------------------------------------------------------------------------
 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
}

/**
 * 24.0 Browser Styles
 * -----------------------------------------------------------------------------
 */
@-moz-document url-prefix() {
    .entry-social-list li { line-height: 58px; }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
}

/**
 * 25.0 BBPress Styles
 * -----------------------------------------------------------------------------
 */
.entry-content .bbp-breadcrumb {
    display: none;
}

.bbp-template-notice {
    padding: 15px;
    background: #cfccc3;
}

.widget_display_forums ul li { position: relative; padding-left: 30px; }
.widget_display_forums ul li:before {
    content: '\f086';
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #e65d5d;
}

.widget_display_forums ul li a.bbp-forum-title { color: #85817e !important; }
.widget_display_forums ul li a.bbp-forum-title:hover { color: #e65d5d !important; }

.widget_display_stats dl dt {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    float: left;
    clear: left;
}

.widget_display_stats dl dd {
    margin-bottom: 10px;
    border-bottom: 1px solid #cfccc3;
    padding-bottom: 10px;
    text-align: right;
}
.widget_display_stats dl dd strong { font-size: 12px; }

.widget_display_topics li {
    padding: 15px !important;
    font-size: 14px;
    background: #e4e2dc;
    margin-bottom: 15px;
}

.widget_display_topics li .bbp-forum-title { color: #e65d5d !important; }

.widget_display_topics li .topic-author { display: block; }

.widget_display_replies .bbp-reply-topic-title {
    display: block;
    background: #e4e2dc;
    padding: 15px;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.widget_display_replies .bbp-reply-topic-title:before {
    border-color: transparent transparent #e4e2dc;
    border-style: solid;
    border-width: 0 10px 10px;
    top: -10px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
}

.widget_display_replies .bbp-reply-topic-title + div {
    font-size: 11px;
    color: #9a9995;
    text-transform: uppercase;
}

.widget_display_views ul li {
    position: relative;
    padding-left: 25px;
}

.widget_display_views ul li:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #e65d5d;
    font-size: 18px;
}

.bbp_widget_login .bbp-logged-in,
.bbp_widget_login .bbp-login-form {
    padding: 15px;
    background: #e4e2dc;
    font-size: 14px;
    margin-top: 25px;
}

.bbp_widget_login .bbp-logged-in h4 { margin-bottom: 0; }

.bbp_widget_login #user-submit {
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: #e65d5d;
    border: none !important;
    color: #FFF;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.bbp_widget_login #user-submit:hover {
    background: #1d1711;
}

.widget_display_topics ul {
    margin-top: 25px;
}

.widget_display_topics ul li { position: relative; margin-bottom: 40px; }
.widget_display_topics ul li:last-child { margin-bottom: 20px; }

.widget_display_topics ul li .topic-author + div {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -30px;
    color: #9a9995;
}


/* --------- Insert your custom styles on next rows --------- */

.sidebar ul ul {
    padding-left: 15px !important;
}
.widget_ccchildpages_widget li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;

}

.sub-menu li a {
    color: #2b2b2b !important;
    border: 0 none;
}