/*
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%;
}

#live-search input#s {
  color: #545454 !important;
	    font-size: 16px;
}

#live-search input#s::-webkit-input-placeholder {
  color: #545454;
}

#live-search input#s:-moz-placeholder { /* Firefox 18- */
  color: #545454;  
}

#live-search input#s::-moz-placeholder {  /* Firefox 19+ */
  color: #545454;  
}


#live-search input#s:-ms-input-placeholder { /* IE10–11 */
  color: #545454 !important;
}

#live-search input#s::-ms-input-placeholder { /* Edge */
  color: #545454;
}

#live-search input#s::placeholder { /* CSS Working Draft */
  color: #545454;
}

.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: #2C3B3F;
    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: 50px;
    position: absolute;
    background: #DFB25E;
    color: #CDA65C;
    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;
	top: 1px;
	right: 1px;
}

.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: #0C242B;
    color: #CDA65C;
    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 !important;
    font-family: 'Poppins', 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; }
.heading-space { padding-top: 30px;}
.custom-note{ font-size: .813em; }

.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;
	margin-bottom:20px!important;
}

.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: 12px;
    line-height: 1.3;
    font-weight: 500;
    margin-right: 5px;
    text-transform: uppercase;
}

.entry-tags a:hover {
    color: #F3C161;
}

.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;
}

.post-thumbnail img {
	width: 100%;
}

.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: 3px;
    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: 100px;
    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: #F3C161;
}

.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

/*Footer*/
#mainfooter ul li {
	list-style-type: none;
	padding: 3px 0;
}

.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 #CDA65C;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.entry-social-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

#mainfooter ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.entry-social-list {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 15px !important;
	margin-top: 30px;
}

#entry-social {
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #cfccc3;
}

#mainfooter .copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
}


/*Header*/

.sf-menu li {
    white-space: nowrap;
    /*white-space: normal;*/
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu > li {
    float: left;
}
.sf-menu#main-nav {
    width: 935px;
}
.sf-menu {
    float: right;
    display: none;
    padding: 18px 0;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu a {
    font-size: 16px;
    font-weight: 300 !important;
    text-transform: uppercase;
    padding: 0 0 0 25px;
}

.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;
}
.breadcrumbs {
    padding: 15px 15px 14px 42px;
    color: #fff;
    background: #e65d5d;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.breadcrumbs a {
    color: #FFF !important;
    text-transform: uppercase;
}
.breadcrumbs i {
    margin-right: 8px;
    font-size: 18px;
    position: absolute;
    top: 16px;
    left: 30px;
}

/*Navigation*/
.sf-menu ul {
    min-width: 12em;
    *width: 12em;
    z-index: 99999;
}
.sf-menu ul {
    position: absolute;
    display: block;
    top: 45px;
    left: 0;
    z-index: 99;
}
.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 li {
    border-bottom: 1px solid #d5d3cd;
    background: #e4e2dc;
    text-align: left;
}
.sf-menu ul li {
    padding: 0;
}
.sf-menu ul li a, .sf-menu ul ul li a {
    padding: 10px 15px;
    font-size: 11px;
    color: #958e87;
}
.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;
}
.sf-menu li {
    position: relative;
}
.sub-menu .sub-menu {
    top: 0 !important;
}
.sf-menu ul ul {
    border-top: none;
}
.sf-menu ul ul {
    top: -2px;
    left: 101%;
}
code {
    white-space: normal;
    font-size: 18px;
    line-height: 28px;
	color: #958e87;
	background: none;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 7px 4px;
}
.sf-menu li ul li a {
    display: block;
}
.sub-menu .sub-menu:before {
	display: none;
}


/*Contact Form Override - Page id 1972*/
.page-id-1972 .gform_wrapper ul.gfield_checkbox li label,
.page-id-1972 .gform_wrapper ul.gfield_radio li label,
.page-id-1972 .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    font-family: 'Lato', Helvetica, san-serif;
    color: #333333;
    font-weight: 400;
    margin-top: 5px;
}
.page-id-1972 .gfield.hide-title .gfield_label {
    display: none;
}

.page-id-1972 .gform_page_fields h2 {
	font-size: 42px;
	font-family: 'Lato', Helvetica, san-serif;
	color: #1d1711;
	font-weight: 400;
}

.page-id-1972 .gform_wrapper label.gfield_label {
	font-size: 24px;
	font-family: 'Lato', Helvetica, san-serif;
	color: #1d1711;
	font-weight: 400;
}

.page-id-1972 .gform_wrapper .gfield_description {
	font-size: 16px;
	font-family: 'Lato', Helvetica, san-serif;
	color: #0c0b0b;
}

.page-id-1972 div#main-content {
	background-color: #FFF;
}

.page-id-1972 .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.page-id-1972 .wp-block-table table,
.page-id-1972 .wp-block-table table tbody,
.page-id-1972 .wp-block-table table tbody tr,
.page-id-1972 .wp-block-table table tbody tr td {
	border: none;
	padding: 0;
}

.page-id-1972 figure.wp-block-table {
	box-shadow: 0 1.2px 6px -2px rgba(0, 0, 0, 0.6);
	padding: 20px;
}

.page-id-1972 .gform_wrapper select,
.page-id-1972 .gform_wrapper textarea,
.page-id-1972 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: rgba(0, 0, 0, 0.04);
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
.page-id-1972 .gform_wrapper .gform_page_footer input[type=submit],
.page-id-1972 .gform_wrapper .gform_page_footer .button.gform_next_button,
.page-id-1972 .gform_wrapper .gform_page_footer .button.gform_previous_button {
	text-transform: uppercase;
	color: #FFF !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 800;
	background: #58a6cc;
	border: none;
	padding: 10px 20px 10px 20px;
	min-width: 120px;
}
.page-id-1972 .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #58a6cc;
}
.page-id-1972 .ginput_container_fileupload strong {
    font-size: 16px;
    font-weight: 400;
}
body.page-id-1972 .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 8px;
}
body.page-id-1972 div#site-nav .col-md-9 {
    display: none;
}
div code label, 
code .gform_wrapper .gfield_checkbox li label, 
code .gform_wrapper .gfield_radio li label {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
div code, 
div code label, 
div code input {
    font-family: 'Lato', san-serif !important;
}
div code input[type=file]{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 100%;
}
.page-id-1972 li#field_4_84 {
    padding-top: 15px;
}

/* GEM PH FORM Over ride */
li#field_14_221 label,
li#field_14_123 label,
li#field_14_132 label,
li#field_14_226 label,
li#field_14_228 label,
li#field_14_229 label,
li#field_14_105 label,
ul#input_14_69 label,
ul#input_14_121 label,
ul#input_14_117 label,
ul#input_14_28 label,
ul#input_14_107 label,
ul#input_14_36 label,
ul#input_14_216 label,
ul#input_14_170 label,
ul#input_14_175 label,
ul#input_14_181 label,
ul#input_14_42 label,
ul#input_14_188 label,
ul#input_14_193 label,
ul#input_14_198 label,
ul#input_14_203 label,
ul#input_14_209 label,
ul#input_14_149 label{
	text-transform: none;
}
/* End GEM PH Form */

@media screen and (max-width: 1000px) {
  .sf-menu#main-nav {
    width: auto;
    text-align: center;
	margin-top: 20px;
  }
}

@media only screen and (min-width: 641px)
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
}