/*
        Theme Name: Centric Theme
        Theme URI: http://my.studiopress.com/themes/centric/
        Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
        Author: StudioPress
        Author URI: http://www.studiopress.com/

        Version: 1.1

        Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

        Template: genesis
        Template Version: 2.1

        License: GPL-2.0+
        License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

        - HTML5 Reset
                - Baseline Normalize
                - Box Sizing
                - Float Clearing
        - Defaults
                - Typographical Elements
                - Headings
                - Icons
                - Objects
                - Gallery
                - Forms
                - Tables
        - Structure and Layout
                - Site Containers
                - Column Widths and Positions
                - Column Classes
        - Common Classes
                - Avatar
                - Genesis
                - Search Form
                - Titles
                - WordPress
        - Widgets
                - Featured Content
        - Plugins
                - Genesis eNews Extended
                - Genesis Latest Tweets
                - Genesis Responsive Slider
                - Gravity Forms
                - Jetpack
                - Simple Social Icons
        - Site Header
                - Title Area
                - Widget Area
                - Shrink
        - Site Navigation
                - Header Navigation
                - Primary Navigation
                - Responsive Menu
        - Content Area
                - Home Page
                - Entries
                - Entry Meta
                - After Entry
                - Pagination
                - Comments
        - Sidebars
        - Footer Widgets
        - Site Footer
        - Theme Colors
                - Centric Charcoal
                - Centric Green
                - Centric Orange
                - Centric Purple
                - Centric Red
                - Centric Yellow
        - Media Queries
                - Max-width: 1139px
                - Max-width: 1023px
                - Max-width: 782px
                - Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
        normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #ffffff;
    color: #3D3D3D;
    font-family: 'Skolar', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    height:inherit !important;

}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #2e2f33;
    color: #fff;
}

::selection {
    background-color: #2e2f33;
    color: #fff;
}

a {
    color: #13afdf;
    text-decoration: none;

}

.content a:hover,
.sidebar a:hover,
a:hover {
    color: #2e2f33;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 30px 40px 40px 40px;
    font-size: 22px;
    line-height: 34px;
    color: rgba(93, 138, 102, 0.74);
}

/* blockquote::before {
        display: block;
        content: "\201C";
        font-size: 42px;
        height: 0;
        left: -30px;
        position: relative;
}

blockquote:after {
        display: block;
        content: "\201D";
        font-size: 42px;
        position: relative;
        text-align: right;
        right: -20px;
        bottom: 58px;
}  */

.registration-box {
    -webkit-box-shadow: -1px 1px 12px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: -1px 1px 12px 0px rgba(0,0,0,0.17);
    box-shadow: -1px 1px 12px 0px rgba(0,0,0,0.17);
    margin-left: 0px;
    margin-bottom: 40px !important;
}
.formwrap {
    padding: 20px !important;
}
.introtext {
    font-size: 24px;
    color: #3D3D3D;
    margin-bottom: 24px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Skolar', serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
    color: #5D8A66;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
    text-align: left;
    margin-top: 40px;
}

.features .dashicons {
    font-size: 64px;
    height: 64px;
    margin: 0 0 20px;
    width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #2e2f33;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 4px;
    width: 95%;
    background: #E8E8E8;
}
input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #2e2f33;
    opacity: 1;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #2e2f33;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #2e2f33;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #13afdf;
    color: #fff;
}

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
    background-color: #fff;
    color: #2e2f33;
    margin-top: 5px;
}

.color-section .button.down::after {
    color: #000;
    content: "\f107";
    margin: 0 auto;
    font-size: 12px;
    font-family: fontawesome;
    margin: 0 0 10px 10px;
}

.color-section .button.down:hover::after {
    color: #FFF;
    content: "\f107";
    margin: 0 auto;
    font-size: 12px;
    font-family: fontawesome;
    margin: 0 0 10px 10px;
}

.button.down::after {
    color: #FFF;
    content: "\f107";
    margin: 0 auto;
    font-size: 12px;
    font-family: fontawesome;
    margin: 0 0 10px 10px;
}

.button.down:hover::after {
    color: #FFF;
    content: "\f107";
    margin: 0 auto;
    font-size: 12px;
    font-family: fontawesome;
    margin: 0 0 10px 10px;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
    background-color: #2e2f33;
    color: #fff;
    text-decoration: none;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
    background-color: #484a4e;
    color: #fff;
	min-width: 310px;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
    background-color: #1a6558;
    color: #fff;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
    margin: 10px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.home-featured .more-link,
.home-widgets .more-link {
    background-color: #EBD096;
    /*	border-radius: 50px;     */
    color: #1A6558;
    display: block;
    display: table;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin: 20px 0 40px 0;
    max-width: 400px;
    padding: 20px 44px;
    text-align: center;
    text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
    background-color: #13afdf;
    color: #fff;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
.fc-widget-header table{
    margin-bottom: 0;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 300;
}

.ijtable {
    line-height: 1.625;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    background-color: #F9F8F3;
    clear: both;
    padding: 40px 0 20px 0;
}

.centric-pro-landing .site-inner {
    margin: 80px auto;
    max-width: 800px;
    padding: 0 80px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    padding: 80px 20px 0 20px;
    width: 940px;
    background-color: white;
}

.centric-pro-home .content {
    padding: 0;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Column Classes
        Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-half {
    padding: 0 20px;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.one-third {
    padding: 0 10px 0 10px;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description {
    font-size: 24px;
}

.author-box {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.author-box-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}
.tribe-bar-is-disabled .tribe-events-page-title{margin-top:30px !important;}
#tribe-events-bar{margin-top:90px !important;}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
    color: #1A6558;
    padding: 0px 0 0px;
    text-align: left;
    background-color: #D1B882;
    position: relative;
}

.page-title .archive-title,
.page-title .entry-title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 8px;
}

.entry-title {
    font-size: 36px;
}

.page-id-81 .entry-title {
    color: #5D8A66;
    font-family: 'adobe-garamond-pro',serif;
    font-style: italic;
    font-weight: 700;
    font-size: 44px;
}

.content .entry-title a,
.sidebar .widget-title a {
    color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
    color: #13afdf;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.home-widgets .widget-title {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
}

.footer-widgets .widget-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
    color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
/*    text-align: right;  */
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone {
    display: inline-block;
}

img.alignnone,
.alignnone {
    margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 40px 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    line-height: 1.4;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 4px;
    word-wrap: break-word;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border: none;
    margin-bottom: 0;
}

.featuredpost .entry {
    margin-bottom: 0;
}

.featured-content .entry-title a {
    color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
    color: #000;
}

.featured-content .entry-title {
    font-size: 18px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
    position: relative;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="email"] {
    margin-bottom: 0;
}

.enews-widget input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #484a4e;
    bottom: 0;
    color: #fff;
    height: 53px;
    margin: 0;
    padding: 16px 24px;
    position: absolute;
    right: 0;
}

.enews-widget input:hover[type="submit"] {
    border-color: #fff;
    border-left-color: #484a4e;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
    display: block;
    line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
    content: "\f301";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    margin-right: 10px;
    vertical-align: top;
}

.home-widgets .latest-tweets .last a {
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 18px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    padding: 16px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #ffffff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header .wrap {
    min-height: 80px;
}

.bumper {
    min-height: 120px;
}

.site-header .wrap {
    padding: 10px 0;
    max-width: 1280px;
}

.site-header,
.site-header .wrap,
.site-description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-family: 'Skolar', serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
    text-transform: uppercase;
}

.header-image .site-title > a {
    float: left;
    min-height: 80px;
    width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    color: #EBD096;
    float: right;
    text-align: right;
    padding-top: 26px;
    //width: 566px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
    color: #FFFFFF;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
    background-color: #1A6558;
    min-height: 60px;
    padding: 0 5px;
}

.shrink .site-title {
    font-size: 36px;
    padding-top: 10px;
}

.header-image .shrink .site-title {
    padding: 0;
}

.header-image .shrink .site-title > a {
    min-height: 60px;
}

.shrink .site-title a {
    background-size: 243px 54px !important;
}

.site-header.shrink .widget-area {
    padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    -webkit-font-smoothing: subpixel-antialiased;
    clear: both;
    font-size: 20px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.genesis-nav-menu li a {
    color: #fff;
    display: block;
    padding: 0px 4px 14px 4px;
    width: 110px;
    text-align: center;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    background-color: #1F7162;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
    text-align: left;
}

ul.genesis-nav-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
}

.genesis-nav-menu > .right > a {
    display: inline-block;
}
ul#legend a {
    color: #fff !important;
    font-weight: bold;
}
.genesis-nav-menu > .date {
    padding: 22px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
    font-size: 14px;
    padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
    border-bottom: rgba(255, 255, 255, 0.15);
    border-bottom-style: solid;
    border-bottom-width: thin;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: relative;
    z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
    background-color: #2e2f33;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
    cursor: pointer;
    display: none;
    text-align: center;
}

#responsive-menu-icon::before {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\f333";
    font: normal 20px/1 'dashicons';
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets .widget {
    clear: both;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.home-widgets .widget:first-child {
    padding-top: 20px;
}

.home-widgets .widget:last-child {
    padding-bottom: 10px;
    padding-top: 40px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
    margin-bottom: 0;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
    color: #EBD096;
}

.centric-pro-home .color-section a:hover {
    color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
    color: #959595;
}

.home-featured .wrap {
    display: table;
    vertical-align: middle;
    text-align: center;
}

.home-featured .home-widgets-1 {
    display: inline-block;
    display: table-cell;
    /*	vertical-align: middle;    */
    width: 100%;
    padding: 400px 0;
    font-size: 20px;
}

.home-widgets-1 h1 {
    font-size: 38px;
    color: white;
    font-weight: 200;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: -20px;
    position: relative;
    text-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.6 );
    padding: 2px 0 5px 0;
}

.arrow {
    margin: 0;
    text-align: center;
    width: 100%;
}

.arrow a {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 13px 10px 6px;
    text-align: center;
    line-height: 1;
}

.arrow a:before {
    -webkit-font-smoothing: antialiased;
    color: #000;
    content: "\f347";
    font: normal 40px/1 'dashicons';
    height: 40px;
    width: 40px;
}

.home-widgets-2 {
    background-color: #EFEADF;
    position: relative;
    margin-top: -60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.home-widgets-2:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
}

.home-widgets-3 {
    background-color: #1A6558;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-widgets-3 h4 {
    line-height: 1.6;
}

.home-widgets-4 {
    background-color: #5D8A66;
    color: #fff;
    padding-bottom: 20px;
}

.home-widgets-5 {
    background: #f5f5f5;
}

.home-widgets .widget.featuredpage {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
    background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
    background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 60px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
    margin-bottom: -148px;
    /*	margin-top: -140px;   */
}

.home-widgets .featuredpage .entry-content {
    display: inline;
    margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

.pricing-table {
    color: #2e2f33;
    line-height: 1;
    text-align: center;
}

.pricing-table .one-third {
    background-color: #fff;
    border: 2px solid #000;
    margin: 0 -2px;
    padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
    clear: both;
    margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
    margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
    border-bottom: 2px solid #2e2f33;
    margin: -40px -40px 40px;
    padding: 40px;
}

.pricing-table .price-title {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricing-table .price {
    text-transform: uppercase;
}

.pricing-table .amt {
    font-size: 80px;
    line-height: 0.8;
}

.pricing-table .sup {
    vertical-align: top;
    font-weight: 700;
}

.pricing-table .sub {
    vertical-align: bottom;
    letter-spacing: 2px;
    font-weight: 700;
}

.pricing-table ul {
    margin-bottom: 30px;
}

.pricing-table li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.fff20 {
    color: #fff;
    font-size: 20px;
/*    margin: 30px 400px 30px 0;   */
}

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 0px;
}

.post {
    border-bottom: 1px solid #e5e5e5;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #2e2f33;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 0;
}

/*
.entry-header .entry-meta {
        margin-bottom: 24px;
}  */

.entry-footer .entry-meta {
    padding-bottom: 80px;
}

.entry-categories,
.entry-tags {
    display: block;
    line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    margin-right: 10px;
    vertical-align: top;
}

.entry-comments-link::before {
    content: "\f125";
    margin-left: 20px;
}

.entry-categories::before {
    content: "\f318";
}

.entry-tags::before {
    content: "\f323";
}

.entry-time::before {
    content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 4px;
    padding: 20px 0;
    font-style: italic;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #2e2f33;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #13afdf;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 80px;
}

li.comment {
    border-left: 1px solid #e5e5e5;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 40px;
}

.comment-list li li {
    margin-right: -40px;
}

.comment-header a {
    color: #2e2f33;
}

.comment-header a:hover {
    color: #13afdf;
}

.comment-author,
.comment-reply-link {
    font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0px 0;
    background-color: #FFFFFF;
    outline: 1px solid rgba(0,0,0,.15);
}


.sidebar-content .sidebar {
    border: none;
    border-right: 1px solid #e5e5e5;
    text-align: right;
}

.sidebar li {
    border-bottom: 1px solid #1A6558;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar .current-menu-item {
    font-weight:  700;
    position: relative;
}

.sidebar .current-menu-item:before {
    content: "\f104";
    font-family: FontAwesome;
    padding-right: 8px;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 20px;
}

.sidebar .widget {
    padding: 0 30px;
    margin-bottom: 22px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #2e2f33;
    clear: both;
    padding-top: 60px;
}

.footer-widgets,
.footer-widgets a {
    color: #959595;
}

.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets input {
    border-color: #fff;
}

.footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 600px;
}

.footer-widgets-1,
.footer-widgets-4 {
    width: 50%;
    text-align: center;
}

.footer-widgets-1,
.footer-widgets-2 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
}  

.footer-widgets-4 {
    float: right;
}  

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #2e2f33;
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    padding:  4% 0 2%;
    position:relative;
    right: 0;
    left: 0;
    bottom:0;
    margin-top: 0;
    text-align: center;
}

.site-footer,
.site-footer a {
    color: #959595;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Charcoal
--------------------------------------------- */

.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
    background-color: #656d78;
}

.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
    color: #656d78;
}

.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
    color: #fff;
}

.centric-pro-charcoal a:hover {
    color: #2e2f33;
}

.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
    color: #959595;
}

.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
    background-color: #656d78;
    color: #fff;
}

/* Centric Green
--------------------------------------------- */

.centric-pro-green { background-color:#1A6558}
.centric-pro-green .entry-title a:hover,
.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-green a,
.green {
    color: #5d8a66;
}

.centric-pro-green .button,
.centric-pro-green .footer-widgets a:hover,
.centric-pro-green .site-footer a:hover {
    color: #fff;
    text-decoration: none;
/*	min-width: 310px;   */
}

.centric-pro-green .button {
    background-color: #484A4E;
}

.centric-pro-green a:hover {
    color: #000;
    text-decoration: underline;
}

.centric-pro-green .footer-widgets a,
.centric-pro-green .site-footer a {
    color: #959595;
}

.centric-pro-green .archive-pagination .active a,
.centric-pro-green .archive-pagination li a:hover,
.centric-pro-green .button:hover,
.centric-pro-green .home-widgets .more-link:hover,
.centric-pro-green .site-header,
.centric-pro-green button:hover,
.centric-pro-green input:hover[type="button"],
.centric-pro-green input:hover[type="reset"],
.centric-pro-green input:hover[type="submit"] {
    background-color: #1A6558;
    color: #fff;
    text-decoration: none;
}

/* Centric Orange
--------------------------------------------- */

.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
    background-color: #e9573f;
}

.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
    color: #e9573f;
}

.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
    color: #fff;
}

.centric-pro-orange a:hover {
    color: #2e2f33;
}

.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
    color: #959595;
}

.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .button:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header,
.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
    background-color: #e9573f;
    color: #fff;
}

/* Centric Purple
--------------------------------------------- */

.centric-pro-purple .genesis-nav-menu .sub-menu,
.centric-pro-purple {
    background-color: #987197;
}

.centric-pro-purple .entry-title a:hover,
.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-purple a,
.purple {
    color: #987197;
}

.centric-pro-purple .button,
.centric-pro-purple .footer-widgets a:hover,
.centric-pro-purple .site-footer a:hover {
    color: #fff;
}

.centric-pro-purple a:hover {
    color: #2e2f33;
}

.centric-pro-purple .footer-widgets a,
.centric-pro-purple .site-footer a {
    color: #959595;
}

.centric-pro-purple .archive-pagination .active a,
.centric-pro-purple .archive-pagination li a:hover,
.centric-pro-purple .button:hover,
.centric-pro-purple .home-widgets .more-link:hover,
.centric-pro-purple .site-header,
.centric-pro-purple button:hover,
.centric-pro-purple input:hover[type="button"],
.centric-pro-purple input:hover[type="reset"],
.centric-pro-purple input:hover[type="submit"] {
    background-color: #987197;
    color: #fff;
}

/* Centric Red
--------------------------------------------- */

.centric-pro-red .genesis-nav-menu .sub-menu,
.centric-pro-red {
    background-color: #e14d43;
}

.centric-pro-red .entry-title a:hover,
.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-red a,
.red {
    color: #e14d43;
}

.centric-pro-red .button,
.centric-pro-red .footer-widgets a:hover,
.centric-pro-red .site-footer a:hover {
    color: #fff;
}

.centric-pro-red a:hover {
    color: #2e2f33;
}

.centric-pro-red .footer-widgets a,
.centric-pro-red .site-footer a {
    color: #959595;
}

.centric-pro-red .archive-pagination .active a,
.centric-pro-red .archive-pagination li a:hover,
.centric-pro-red .button:hover,
.centric-pro-red .home-widgets .more-link:hover,
.centric-pro-red .site-header,
.centric-pro-red button:hover,
.centric-pro-red input:hover[type="button"],
.centric-pro-red input:hover[type="reset"],
.centric-pro-red input:hover[type="submit"] {
    background-color: #e14d43;
    color: #fff;
}

/* Centric Yellow
--------------------------------------------- */

.centric-pro-yellow .genesis-nav-menu .sub-menu,
.centric-pro-yellow {
    background-color: #f6bb42;
}

.centric-pro-yellow .entry-title a:hover,
.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-yellow a,
.yellow {
    color: #f6bb42;
}

.centric-pro-yellow .button,
.centric-pro-yellow .footer-widgets a:hover,
.centric-pro-yellow .site-footer a:hover {
    color: #fff;
}

.centric-pro-yellow a:hover {
    color: #2e2f33;
}

.centric-pro-yellow .footer-widgets a,
.centric-pro-yellow .site-footer a {
    color: #959595;
}

.centric-pro-yellow .archive-pagination .active a,
.centric-pro-yellow .archive-pagination li a:hover,
.centric-pro-yellow .button:hover,
.centric-pro-yellow .home-widgets .more-link:hover,
.centric-pro-yellow .site-header,
.centric-pro-yellow button:hover,
.centric-pro-yellow input:hover[type="button"],
.centric-pro-yellow input:hover[type="reset"],
.centric-pro-yellow input:hover[type="submit"] {
    background-color: #f6bb42;
    color: #fff;
}

.widget .tribe-events-adv-list-widget {
    margin-left: 0;
    padding-left: 0;
}

.tribe-mini-calendar-event .entry-title {
    font-size: 20px;
    margin-bottom: 2px;
}

.tribe-mini-calendar-event {
    margin-bottom: 18px;
}

body .article {
    font-family: 'skolar',serif;
}

h1.article, h2.article, h3.article, h4.article, h5.article {
    font-family: 'skolar',serif;
}

.article .entry-title {
    font-family: 'skolar',serif;
}

.ijlogo {
    color: #5D8A66;
    font-family: 'adobe-garamond-pro',serif;
    font-style: italic;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    margin-top: 40px;
    text-align: right;
}

.ijlogo a, .ijlogo a:hover {
    color: #5D8A66;
}

#legend_box {
    font-size: 12px !important;
}

.osc-res-tab .nav {
    margin-left: 0;
    margin-bottom: 30px;
}

.accordion {
    margin-bottom: 24px;
}

.accordion .accordion-title {
    background: url(/wp-content/uploads/2015/07/down-arrow.png) no-repeat left center;
    padding: 6px 20px 0px 24px;
    cursor: pointer;
}

.accordion .accordion-title.open {
    background-image: url("/wp-content/uploads/2015/07/down-arrow.png");
}

.accordion .accordion-title:first-child {
    border: none;
}

.accordion .accordion-content {
    padding-bottom: 14px;
}

.etp-page h3.accordion-title {
    font-size: 18px;
    text-align: left;
}

.etp-page h4.accordion-title {
    font-size: 18px;
    color: #3D3D3D;
}

.sidebarsub {
    font-size: 18px;
    background-color: #EBD096;
    padding-top: 6px;
    padding-bottom: 6px;
}

.issuem_articles_shortcode p {
    text-align: left !important;
}

.issuem_article_list_widget .issuem_widget_category {
    margin: 0 0 15px !important;
    text-align: right !important;
}

.issuem_active_list_widget, .issuem_article_list_widget {
    text-align: right !important;
}

.issuem_title  {
    margin-bottom: 34px;
}

.page-image {
    text-align: center;
}

.page-image img {
    vertical-align: top;
    width: 100%;
}

.sidebartitle {
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.centric-pro-green .sidebartitle a {
    color: #FFFFFF;
}

#text-15, #text-17, #text-18, #text-19, #text-22, #text-31 {
    background-color: #1A6558;
}

#text-16 {
    margin-bottom: 60px;
}

main.content {
    padding: 36px;
    outline: 1px solid rgba(224, 222, 215, 1);
    background: #fff;
}

.sky-tabs > label:hover span span {
    background: #5D8A66;
}
.sky-tabs > input:checked + label span span {
    background: #5D8A66;
}
.sky-tabs > .active span span {
    background: #5D8A66 !important;
}

.nsu-form	{
    float: right;
    width: 100%;
}

.nsu-form label {
    display: none;
}

.nsu-form p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.nsu-text-before-form {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.nsu-form p:last-child {
    margin-right: 0;
}

.left {
    text-align: left;
}

.ffs-tabbed-nav .resp-tabs-list li {
    font-size: 20px !important;
}

.alignright {
    float: right;
}

.centric-pro-home .site-header {
    background-color: rgba(26, 101, 88, 0.8);
    color: #fff;
}

.centric-pro-home .site-header.shrink {
    background-color: rgba(26, 101, 88, 1);
    color: #fff;
}

.home .home-featured {
    background-image: url('/wp-content/uploads/2015/08/stupaimage2000x500b.jpg');
    background-repeat: no-repeat;
    background-position: 70% 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-top: -160px;
    max-height: 500px;
}

#text-9, #text-24 {
    text-align: right;
}

.teacherlist li {
    margin-bottom: 1px;
    padding: 0px;
    border: none;
}

.teacherlist .post-title {
    margin: 0px;
    padding: 0px;
    border: none;
}

.eg-teachers-wrapper {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-mask-image: 	 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important;
}

a.shifted_anchor {
    position: relative;
    top: -120px;
}

a.shifted_anchor2 {
    position: relative;
    top: -70px;
}

a.shifted_anchor3 {
    position: relative;
    top: 70px;
}


.slider-pro h3.sp-layer {
    font-size: 22px !important;
}

.sp-thumbnail {
	width: 100%;
	padding: 8px 8px 8px 14px;
	background-color: #ccc6a9;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 24px;
    width: 98%;
    margin-top: 0!important;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 98% !important;
    border-bottom: 5px solid black;
    top: 0;
    margin-top: 13px;
}

.right120 {
	margin-right: 120px;
}

p.list {
    margin-bottom: 2px;
}

#maxw800 {
	max-width: 800px;
}

div.floatleft {
    float: left;
}

div.floatright {
    float: right;
}

div.left60 {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0 20px;
}

div.right40 {
    float: right;
    width: 40%;
    margin: 0;
    padding: 0 30px;
}

div.leftclear {
	float: left;
	clear: right;
	overflow: auto;
	width: 100%;
}

.font24 {
	font-size: 24px;
}

body.page-id-3547 #wprmenu_bar {
     display: none !important;
}

body.page-id-3547 .title-area {
     pointer-events: none;
     cursor: default;
}

.footer-widgets-4 {
        margin-top: -364px;
}

.ACT-wrapper .righttext {
	display: none;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	background: #1A6558 !important;
	color: #FFF !important;
}

#list_view_course .type-tribe_events {
	background: #eaeaea !important;
}

#tribe_events_filters_wrapper.tribe-events-filters-vertical {
	margin-top: 62px;
}

#tribe-events-pg-template {
	background-color: white;
	padding: 0 36px;
	outline: 1px solid rgba(224, 222, 215, 1);
	max-width: 1280px !important;
}

#text-25 h2 {
	font-weight: 400;
	line-height: 1.4;
	margin: 0 150px 55px 150px;
	font-size: 26px;
}

#text-28 h4 {
	font-weight: 400;
	margin: 0 60px 45px;
}

/* Removing dotted line around visited links */
a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style:none;
}

button, object, embed {
  outline: 0;
}

/* All Input elements */
input::-moz-focus-inner {
 outline: 0;
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{
  outline: 0;
}

.reminder {
	background-color: #F9F8F3;
	padding: 8px 20px;
	font-style: italic;
	outline-style: solid;
	outline-width: 1px;
	outline-color: #DCDCDC;
}

.row {
 	width: 100vw;
 	position: relative;
 	margin-left: -50vw;
 	left: 50%;
	background-color: #F9F8F3;
}

.row-full {
 	width: 100vw;
 	position: relative;
 	margin-left: -50vw;
 	margin-top: 1000px;
 	left: 50%;
	background-color: #F9F8F3;
}

.etp-page {
	background-color: #65A292;
}

.etp-page .site-inner {
	background-color: #65A292;
	padding: 0;
}

.etp-page main.content, .content {
	background-color: #65A292;
	outline: 0;
}

.etp-page .content {
	padding: 30px 90px 0 90px;
}

body.etp-page {
	color: #FFFFFF;
}

.etp-page h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 70px;
	text-align: center;
}

.etp-page h2 {
	font-size: 28px;
	line-height: 1.4;
	margin-top: 40px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

.etp-page h3 {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-top: 30px;
}

.etp-page p {
	font-family: 'Raleway', sans-serif;
}

.etp-page a {
	color: #FFFFFF;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.h3dark {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	color: #3D3D3D;
}

.etp-page .raleway22 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 1.4;
	color: #FFFFFF;
}

.etp-page .entry-title {
    display: none;
}

.etp-page img.alignleft {
    margin: 10px 0 50px 0;
}

.top30 {
	padding-top: 30px;
}

.bottom30 {
	padding-bottom: 30px;
}

.clearfix {
	overflow: auto;
}

.bgF9F8F3 {
	background-color: #F9F8F3;
	border-radius: 3%;
}

.bgF9F8F3 a {
	color: #5d8a66;
}

.threed {
	color: #3D3D3D;
	margin: 30px 120px;
}

.3D {
	color: #3D3D3D !important;
}

.etp-page .responsive-tabs .responsive-tabs__panel {
	background: #F9F8F3;
	color: #3D3D3D; 
}

.etp-page .responsive-tabs .responsive-tabs__list__item {
	color: #101010;
	border: 1px solid #ddd;
	border-bottom: none; 
	background: #ccc;
}

.etp-page .responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #F9F8F3;
}

.etp-page .responsive-tabs .responsive-tabs__list__item:hover {
    color: #3D3D3D;
    background: #F9F8F3;
}

.centered {
	text-align: center;
}

#currmobile {
	display: none;
}

.avis {
	text-decoration: underline;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

    .home-widgets .featuredpage .widget-wrap,
    .home-widgets .widget,
    .wrap {
        max-width: 1140px;
    }

    .content {
        width: 836px;
    }

    .sidebar-primary {
        width: 260px;
    }

    .home-widgets .featuredpage .entry .alignleft,
    .home-widgets .featuredpage .entry .alignnone,
    .home-widgets .featuredpage .entry .alignright {
        max-width: 70%;
    }

    /*	.home-widgets .featuredpage .widget-wrap {
                    padding: 100px 0;
            }    */

    .home-widgets .featuredpage .entry .alignleft,
    .home-widgets .featuredpage .entry .alignnone,
    .home-widgets .featuredpage .entry .alignright {
        margin-bottom: -108px;
        margin-top: 90px;
    }

    .home-widgets .featuredpage .entry-content {
        margin-bottom: 100px;
    }

 /*   .footer-widgets-4 {
        width: 410px;
    }   */

    .home-widgets-1 h1 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1220px) {

    .home-widgets .featuredpage .widget-wrap,
    .home-widgets .widget,
    .wrap {
        max-width: 960px;
    }

    .content {
        width: 680px;
    }

    .sidebar-primary {
        width: 240px;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin-right: 30px;
    }

    .home-widgets .featuredpage .widget-wrap {
        padding: 80px 40px;
    }

    .home-widgets .widget:first-child {
        padding-top: 2px;
    }

    .home-widgets .widget:last-child {
        padding-bottom: 10px;
        padding-top: 3px;
    }

    .home-widgets .featuredpage:first-child .widget-wrap {
        padding-top: 80;
    }

    .home-widgets .featuredpage:last-child .widget-wrap {
        padding-bottom: 0;
    }

    .home-widgets .featuredpage .entry .alignleft,
    .home-widgets .featuredpage .entry .alignnone,
    .home-widgets .featuredpage .entry .alignright {
        max-width: 100%;
        margin: 50 auto 40px;
    }

.w250 {
	min-width: 250px !important;
}

#text-25 h2 {
	margin: 0 80px 55px 80px;
}

.etp-page .content {
    padding: 30px 10px 60px 10px;
}

}

@media only screen and (max-width: 1066px) {
	.genesis-nav-menu li a {
	    width: 104px;
	    font-size: 18px;
	}
}

@media only screen and (min-width: 1024px) {

    .relpos200 {
        position: relative;
        top: 200px;
    }

}

@media only screen and (max-width: 1023px) {

    .relpos200 {
        position: relative;
        top: 150px;
    }bh

    .wrap {
        max-width: 782px;
    }

    .content,
    .sidebar-primary,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .home-widgets .widget {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-header .wrap {
        padding: 20px 5% 0;
    }

    .site-header.shrink .wrap {
        padding: 0px 5%;
    }

    .header-image .site-title > a {
        background-position: top !important;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .genesis-nav-menu li a {
        width: initial;
	padding: 20px 4px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .page-title {
        padding: 0px 0 0 0;
        margin-top: 36px;
    }

    .home-widgets .featuredpage .entry-title,
    .home-widgets-1 h1,
    .page-title .archive-title,
    .page-title .entry-title {
        font-size: 36px;
    }

    .content {
        padding-bottom: 0;
    }

    .sidebar {
        border: none;
        margin: 0;
        padding: 0;
    }

    .sidebar .widget {
        padding: 0 30px;
    }

    .footer-widgets {
        padding-top: 60px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer-widgets-4 {
        width: 100%;
        float: left;
        margin-top: 0px;
    }

    .bumper {
        min-height: 150;
    }

    .site-header .widget-area {
        padding-top: 2px;
    }

    .cnss-social-icon {
        text-align: left !important;
    }

    .sidebar .current-menu-item:before {
        content: "\f106";
    }

    a.shifted_anchor {
        top: -160px;
    }

    a.shifted_anchor2 {
	top: -20px;
    }

    div.left60 {
	width: 100%;
	margin: 0;
	padding: 0 20px;
    }

    div.right40 {
	width: 100%;
	margin: 0;
	padding: 0 30px;
    }

    .centric-pro-green .button {
        max-width: 170px;
    }

    .w250 {
	min-width: 200px !important;
    }

    #currdesktop {
	display: none;
    }

    #currmobile {
	display: block;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
        padding: 6px 10px;
    }

}

/* @media only screen and (max-width: 838px) {
    .footer-widgets-1 {
          margin-left: 44px;
     }
} */

@media only screen and (max-width: 810px) {
    .genesis-nav-menu li a {
          padding: 20px 0;
     }
}

@media only screen and (min-width: 783px) {

    #bqw-sliderpro-widget-3 {
        display: none;
    }

    #text-28 {
        display: none;
    }

}

@media only screen and (max-width: 782px) {

    body {
        font-size: 16px;
    }

    .site-header .wrap {
        min-height: 100px;
    }

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }

    .responsive-menu {
        display: none;
    }

    #responsive-menu-icon {
        display: block;
    }

    .site-header .site-title {
        font-size: 40px;
    }

    .shrink .site-title {
        font-size: 24px;
    }

    .bumper {
        min-height: 0;
    }

    .shrink .site-title a,
    .shrink .site-title a:hover {
        text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
    }

    .pricing-table .one-third,
    .pricing-table .one-third:nth-child(3n+1),
    .pricing-table .one-third:nth-child(3n+3) {
        margin: 0;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .site-header {
        padding: 0;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .content .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        box-shadow: none;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
        text-align: center;
    }

    .five-sixths,
    .four-sixths,
    .home-widgets .featuredpost .entry,
    .one-fourth,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .home-widgets-1 h1,
    .page-title  .archive-title,
    .page-title .entry-title {
        font-size: 30px;
    }

    .page-title {
        margin-top: 1px;
    }

    .home-featured .entry-content > p:last-child,
    .home-widgets .entry-content > p:last-child {
        margin-bottom: 28px;
    }

    .home-widgets .featuredpage .widget-wrap {
        padding: 60px 40px 32px;
    }

    .content,
    .footer-widgets,
    .home-widgets .widget:first-child {
        padding-top: 34px;
    }

    .home-widgets .widget:last-child,
    .sidebar {
        padding-bottom: 6px;
    }

    .home-featured .home-widgets-1 {
        padding: 210px 0 60px;
    }

    .arrow a:before {
        font-size: 20px;
        height: 20px;
        width: 20px;
    }
    .featured-content img, .gallery img {
        display: none;
    }
    .fff20 {
        margin: 30px 0 30px 0;
    }
    .footer-widgets .button {
        margin-bottom: 10px;
    }

    .relpos200 {
        position: relative;
        top: 100px;
    }

    #bqw-sliderpro-widget-2 {
        display: none;
    }

    .home .home-featured {
        background-image: url('/wp-content/uploads/2015/08/stupaimage660x300b.jpg');
        background-position: 50% 0px;
        margin-top: 0;
        max-height: 300px;
    }

    a.shifted_anchor {
        top: -80px;
    }

    a.shifted_anchor2 {
	top: 0;
    }

    #text-25 {
        display: none;
    }

    .one-half {
        margin: 0;
        width: 100%;
    }

    .w250 {
	min-width: 220px !important;
    }

    .etp-page .content {
	padding: 30px 10px 60px 10px;
    }

    .bgF9F8F3 {
	border-radius: 0;
    }

    .threed {
	margin: 30px 20px;
    }
}

@media only screen and (max-width: 767px)
.tribe-filters-open, .tribe-filters-open body {
    overflow: scroll !important;
}

@media only screen and (max-width: 690px) {
 .home-featured .home-widgets-1 {
        padding: 170px 0 60px;
    }
}

@media only screen and (max-width: 540px) {
    .home-featured .home-widgets-1 {
        padding: 130px 0 60px;
    }

    .under540 {
        display: none;
    }

/*    .centric-pro-green .button {
        min-width: 300px;
    }  */

}

@media only screen and (max-width: 480px) {

    body,
    .home-featured .home-widgets-1 {
        font-size: 16px;
    }

    .header-image .site-title > a {
        background-size: contain !important;
    }

    .formwrap label {
        color: #2e2f33;
        font-size: 17px;
        font-weight: 400;
        display: block;
        margin-right: 10px;
        width: 240px;
        margin-bottom: 5px;
        line-height: 19px;
    }
    input[type="submit"], .button {
        background-color: #2e2f33;
        border-radius: 3px;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1;
        padding: 6px 10px;
        text-align: center;
        text-transform: uppercase;
        width: auto;
    }
    #text-28 h4 {
	margin: 0 20px 45px;
    }

}
@media only screen and (max-width: 578px) {
    input, select, textarea {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: none;
        color: #2e2f33;
        font-size: 16px;
        font-weight: 300;
        line-height: 1;
        padding: 4px;
        width: 100%;
        background: #E8E8E8;
    }
}
@media only screen and (max-width: 380px) {
        .centric-pro-green .button {
        min-width: 200px;
        }

	.home-featured .home-widgets-1 {
            padding: 120px 0 60px;
    	}
}

/*-------------- edits 29/7/2014 --------*/
.tribe-events-organizer .url{
    border:none !important;
    background: none !important;
}
.tribe-icon-month, .tribe-icon-list {
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.tribe-icon-month {
    background:url("images/icon-month.png");
}
.tribe-icon-list{
    background:url("images/icon-list.png");
    background-position: 0 6px;
}
.bar_views_link {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 12px 12px 0 0;
    padding: 5px 15px;
}

#tribe-bar-views-desktop {
    position: absolute;
    right: 0;
    z-index: 3;
}
#tribe-bar-views{
    display: none;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters{
    right: 0 !important;
}
/* @media (max-width:768px){
    #tribe-bar-views-desktop {
        display: none;
    }
    #tribe-bar-views{
        display: block;
    }
}  */
/*.repeared_day_first{

}
.repeared_day_end{
    border:none !important;
}
.repeated_course{
   border:none !important;
     margin: 0 -8px !important;
}
.repeated_course h3,.repeared_day_end h3{
    opacity: 0;
    visibility: hidden;
}
.tribe-events-calendar tr td:last-child .repeated_course,.tribe-events-calendar tr td:last-child .repeared_day_end {
    margin-right: 10px !important;
}
.tribe-events-calendar tr td:first-child .repeated_course,.tribe-events-calendar tr td:first-child .repeared_day_end {
    margin-left: 10px !important;
}*/

/* Edits By @hmed >> 30-07-2015 ---------------*/

#list_view_course {
    border-bottom: 1px solid #ccc;
}
.tribe-events-loop{

}

#list_view_course .type-tribe_events {
    background: #b1c7ba;
    padding: 0px;
    margin-bottom: 8px;
    display: table;
    width: 100%;
}
#list_view_course .type-tribe_events > * {
    clear: none !important;
    display: table-cell !important;
    float: left !important;
    width: 25% !important;
    margin: 0px;
    text-align: center;
    padding: 7px !important;
}

#list_view_course .type-tribe_events h2,
#list_view_course .type-tribe_events h2 a {
    font-size: 14px !important;
}

#tribe_events_filter_item_eventcategory {
    display: none;
}
p.duration span{
    padding:5px;
    border-radius: 8px;
    font-size: 12px;
}
.tribe-events-category-space-limited p.duration span{
    background-color: #ffa633;
    color: #fff;
}
.tribe-events-category-space-available p.duration span{
    background-color: #006666;
    color: #fff;
}
.tribe-events-category-waitlist-only p.duration span{
    background-color: #8c1919;
    color: #fff;
}
.tribe-events-category-space-limited a, .tribe-events-category-space-available a, .tribe-events-category-waitlist-only a{
    background-color: transparent !important;
    color: #5d8a66 !important;
}
.tribe-events-event-meta .author .time-details{
    text-align: left;
}
.tribe-events-filters-group-heading{
    font-size: 14px !important;
}

/* Edits By @hmed >> 03-08-2015 ---------------*/

@media screen and (max-width: 630px) {
    #list_view_course .type-tribe_events > * {
        width: 50% !important;
    }
    #list_view_course .type-tribe_events .tribe-events-event-meta {
        width: 50% !important;
        background: transparent;
        border: none;
    }
    #list_view_course .type-tribe_events .c_teacher, #list_view_course .type-tribe_events .c_duration{
        display: none !important;
    }
    #list_view_course .type-tribe_events .tribe-events-list-event-title {
        width: 50% !important;
    }

}
.tribe-events-nav-previous_theme{
    padding-right: 10px;
}
.tribe-events-nav-next_theme{
    padding-left: 10px;
}
.tribe-events-promo{
    display: none;
}
body.events-gridview #tribe-events-bar .tribe-bar-filters, body.events-gridview .tribe-events-filters-horizontal{
    display: none !important;
}
#list_view_course .type-tribe_events .c_duration{
    cursor: pointer;
}
.tribe_events_filters_show_filters{
    font-size: 16px;
}

/* Edits by @hmed >> 12-08-2018 -------------------------------*/
h2.entry-title:hover a {
    text-decoration: underline !important;
}

#list_view_course .type-tribe_events .c_teacher {
    font: bold 14px "Skolar",serif !important;
}

#list_view_course .type-tribe_events .time-details {
    font-size: 16px;
}

#list_view_course .tribe-events-loop .tribe-events-event-meta {
    background: none !important;
    border: none !important;
}
.tribe-events-loop .tribe-events-event-meta{
   background: none !important;
    border: none !important;
}
.events-gridview #tribe-bar-collapse-toggle{
    visibility: hidden !important
}
.fc-content .fc-title {
    color: #fff;
    white-space: normal;
}

/*.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filters_toggle {
    display: none !important;
}*/

#tribe-events .tribe-events-list h2.tribe-events-list-event-title {
    display: block;
    padding-left: 0px;
}

#tribe-events .tribe-events-list h2.tribe-events-list-event-title a {
    padding-left: 0px;
}

#tribe-events .tribe-events-loop .tribe-events-event-meta {
    margin: 0px;
}

#tribe-events .tribe-events-list .time-details {
    font-size: 18px;
    margin: 0px;
}

#tribe-events p.c_teacher,
#tribe-events p.c_duration {
    margin-bottom: 10px;
}

#tribe-events .tribe-events-loop > div {
    padding-bottom: 15px;
    padding-top: 15px;
}

#tribe-events-content-wrapper .legend-explanation{
    display: none;
}

#legend li span{
    cursor: default !important;
}

.events-gridview #tribe_events_filters_wrapper {
    display: none;
}

.events-gridview #tribe-events-content{
    width: 100% !important;
}
.course_instructors{
    margin-top: 40px;
}

.events-gridview .tribe-events-notices{
    display: none;
}

.fc-content .fc-time{display:none}


/* Edits
-------------------------------------------
By @hmed
25-11-2015
issue#3537
* Fixing view while "filter" menu opened
---------------------------------------- */
body.tribe-filters-open,
.tribe-filters-open body {
    overflow: visible !important;
}

#tribe-events-pg-template #tribe-events-content-wrapper #tribe-events-bar {
    margin-top: 0px !important;
}

#tribe_events_filters_wrapper {
    position: static !important;
}

#tribe_events_filters_wrapper,
#tribe-events-pg-template {
    background: none !important;
}

/* Table
-----------------------------------------
by Evan
----------------------------------------- /* 

.rg-container {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	color: #1a1a1a;
}
.rg-header {
	margin-bottom: 1em;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.35em;
	margin-bottom: 0.25em;
}
.rg-subhed {
	font-size: 1em;
	line-height: 1.4em;
}
.rg-source-and-credit {
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}
.rg-source {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.5em;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}
/*styles for graphic*/
table.rg-table {
	margin: 0 0 1em 0;
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;

@media screen and (max-width: 500px) {
.rg-container {
	max-width: 500px;
	margin: 0 auto;
}
table.rg-table thead {
	border-bottom: 1px solid rgba(195,195,197,.3);
}
table.rg-table th {
	font-weight: bold;
	padding: 0.5em;
	font-size: 0.85em;
	line-height: 1.4;
}
table.rg-table td {
	padding: 0.5em;
	font-size: 0.9em;
	line-height: 1.4;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table tr {
	border-bottom: 1px solid rgba(195,195,197,.3);
	color: #222;
}
table.rg-table .number {
	text-align: right;
}
table.rg-table.zebra tr:nth-child(even) {
	background: rgba(195, 195, 197, 0.1);
}
table.rg-table tr.highlight {
	background: #edece4;
}

table.rg-table {
	display: block;
	width: 100%;
	height: 50;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	display: block;
	width: 100%;
	height: 50;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table td[data-title]:before {
	content: attr(data-title) ":A0";
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
}
table.rg-table tr:nth-child(even) {
	background: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background: none;
}
table.rg-table tr.highlight {
	background: none;
}
table.rg-table.zebra tr:nth-child(even) {
	background: none;
}
table.rg-table.zebra td:nth-child(even) {
	background: rgba(195, 195, 197, 0.1);
}