/*
Theme Name: ClydesUSA.com
Theme URI: http://www.ideamktg.com
Author: Idea Marketing Group
Author URI: http://www.ideamktg.com
Description: ClydesUSA.com Custom Theme
Version: 1.0
Tags: responsive-layout, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, featured-images
*/

/* Global Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    line-height: 1;
}

html,
body { height: 100%; }

body {
    line-height: 1;
    color: #433b2b;
    background: #2f231b url(img/bg.jpg) repeat-y 50% 0;
    background-attachment: fixed;
    margin: 0; padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

/* Globalize block level elements
-------------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, dl, blockquote, pre, table, p,
h1, h2, h3, h4, h5, h6, hr {
    margin: 0 0 20px;
}

/* General element styles
-------------------------------------------------------------- */
a {
    color: #cc080e;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
}
a:link { color: #cc080e; }
a:visited { color: #cc080e; }
a:hover { color: #ff0008; }
a:active { color: #ff0008; }

ol,
ul {
    margin-left: 10px;
    padding-left: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
ol li,
ul li,
dl dt,
dl dd {
    font-size: inherit;
    line-height: 1.5;
    padding-bottom: 2px;
}

dl {
    overflow: hidden;
    margin: 0 0 20px;
}
dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    font-weight: 600;
    color: #333;
}
dd {
    margin: 0 0 0 140px;
}

dd:after {
    content: ' ';
    display: block;
    clear: both;
}

blockquote {
    quotes: none;
    position: relative;
    padding: 20px 20px 20px 50px;
    margin: 0 0 40px;
    background: #343234;
    border: 2px solid #1c1b1c;
}
blockquote:before {
    content: '\201C';
    position: absolute;
    display: block;
    top: 10px; left: 10px;
    font-family: 'Georgia', serif;
    font-size: 60px;
    color: #9e9b9e;
    line-height: 1;
}
blockquote:after {
    content: ' ';
    position: absolute;
    top: 100%; right: 10%;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-top-color: #343234;
}
blockquote,
blockquote p,
q {
    font-style: italic;
    color: #9e9b9e;
}
blockquote p {
    margin: 0;
}
blockquote strong,
blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    color: #333;
    line-height: 1.5;
    font-style: normal;
    font-weight: bold;
}

q {
    padding: .3em .5em;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.3);
}

p,
address {
    font-size: inherit;
    line-height: 1.5;
    color: inherit;
}
p:empty {
    display: none;
    }

hr {
    margin: 40px 0 30px 0;
    height: 5px;
    background: url(img/trim.jpg) repeat-x 50% 50%;
    box-shadow: 0 0 1px 0 rgba(0,0,0,1);
    border: none;
}
hr.trim {
    margin: 0; padding: 0;
    height: 43px;
    background: url(img/trim.jpg);
    border: none;
    box-shadow: 0 0 1px rgba(0,0,0,1);
}
.ctr hr.trim {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

strong,
em {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
strong { font-weight: bold; }
em { font-style: italic }

pre,
code {
    font-family: 'Consolas', 'Courier New', Courier, monospace;
    font-size: inherit;
    font-weight: normal;
}
pre {
    overflow: auto;
    padding: 15px;
    margin: 0;
    background: #eee;
    color: #333;
    font-size: 12px;
    border-left: 5px solid #00aaff;
    line-height: 1.3;
}
code {
    padding: .2em .5em;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
}

/* Header styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    color: #292930;
    font-family: inherit;
    font-weight: bold;
    text-decoration: none;
}
h1 { font-size: 2.875em; }
h2 { font-size: 2.600em; }
h3 { font-size: 2.375em; }
h4 { font-size: 2.125em; }
h5 { font-size: 1.875em; }
h6 { font-size: 1.675em; }

/* Table styles
-------------------------------------------------------------- */
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 1% 2%;
    margin: 0 0 -1px;
    background: #574637;
    color: #fff;
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
}
table tr th,
table tr td {
    padding: 1% 2%;
    text-align: left;
    font-size: inherit;
    line-height: 1.4;
    vertical-align: top;
    border: 1px solid #dcd8ce;
    border-color: rgba(220,216,206,.7);
}
table tr th {
    background: #e3e1d8;
    color: #333;
    font-weight: bold;
    font-weight: 600;
    color: #433e38;
}
table tr:nth-child(even) th {
    background: #dbd9cd;
    background: rgba(220,216,206,.5);
}
table tr:nth-child(odd) th {
    background: #dbd9cd;
    background: rgba(220,216,206,.7);
}
table tr td {
    background: #fdfbf8;
    color: inherit;
}
table tr:nth-child(even) td {
    background: rgba(255,255,255,.7);
}
table tr:nth-child(odd) td {
    background: rgba(255,255,255,.4);
}

/* Elements with border-box model
-------------------------------------------------------------- */
input,
textarea,
select,
button,
.btn,
.button,
img {
    max-width: 100%; height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.4;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="range"],
input[type="file"],
textarea, select {
    padding: 10px;
    margin: 0 0 .25em;
    color: #333;
    background: #fff;
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
}
input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
input[type=radio] {
    bottom: 3px;
}
input[type="submit"],
button,
a.btn,
a.button {
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    margin: .2em .2em .2em 0;
    color: #fff;
    background: #533b27 url(img/th.png) repeat-x 0 100%;
    border: none;
    font-size: 18px;
    font-family: 'Bree Serif', serif;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .2s;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.1);
}
a.btn,
a.button {
    line-height: 50px;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover,
a.button:hover {
    background-color: #745439;
    cursor: pointer;
}

a.btn.fullwidth {
    display: block;
    padding: 10px;
    width: 100%; height: auto;
    line-height: 1.2;
    text-align: center;
    background-repeat: repeat;
    background-image: url(img/pattern-leather.jpg);
}
a.btn.fullwidth:hover {
    opacity: 0.9;
}

::-webkit-input-placeholder { color: #a7a49d; font-style: italic; }
::-moz-placeholder { color: #a7a49d; font-style: italic; }
:-ms-input-placeholder { color: #a7a49d; font-style: italic; }
input:-moz-placeholder { color: #a7a49d; font-style: italic; }

.alert, .error, .success, .warning, .notice, .errors  {
    margin: 0 0 2%;
    padding: 20px;
    line-height: 1.3;
    color: #fff;
    border-radius: 1px;
}
.alert {
    background: #777;
}
.error, .errors {
    background: #f64b2f;
}
.success {
    background: #7eb62e;
}
.warning {
    background: #e1b311;
}
.notice {
    background: #2fa9f6;
}
.alert a, .error a, .success a, .warning a, .notice a  {
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    color: rgba(255,255,255,.75);
}
.alert a:hover, .error a:hover, .success a:hover, .warning a:hover, .notice a:hover  {
    color: #fff;
    color: rgba(255,255,255,1);
}

.errors li {
    margin-left: 10px;
    color: #fff;
}

.wpcf7-response-output {
    padding: 15px 20px !important;
    margin: 0 !important;
    border: none !important;
    line-height: 1.3 !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-weight: 500;
}
.wpcf7-validation-errors {
    background-color: #de4343 !important;
}
.wpcf7-mail-sent-ok {
    background-color: #61b832 !important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 0; right: 0;
    margin: 0;
    padding: 0;
    height: 20px; width: 20px;
    background: url(img/required.png);
    font-size: 0;
}

/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    position: relative;
    z-index: 999;
    background: url(img/hdr-bg.jpg) repeat-x 0 100%;
    box-shadow: 0 0 1px rgba(0,0,0,1);
}
#hdr #logo {
    position: relative;
    z-index: 90;
    float: left;
    height: 285px;
    width: 280px;
    margin: 0 20px -30px 0;
}
#hdr #logo img {
    display: block;
    margin: 0;
}
#hdr #logo #home-link {
    position: absolute;
    top: 10px;
    right: 20px;
    left: 20px;
    bottom: 70px;
}
#hdr #logo #member-link {
    position: absolute;
    bottom: 21px; left: 0; right: 0;
    text-align: center;
    font-size: 22px;
    font-family: 'Bree Serif', serif;
    color: #fbf3e4;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    line-height: 1;
}
#hdr #logo #member-link:hover {
    color: #fff;
}
#hdr #horseshoe {
    position: absolute;
    top: 0; left: 18%;
    z-index: 0;
}
#hdr #hdr-search,
#hdr #hdr-links,
#hdr #nav {
    position: relative;
    z-index: 10;
}
#hdr #hdr-module {
    padding: 10px 2px 10px 0;
    margin: 0 0 10px;
    height: 40px;
    text-align: right;
}
#hdr #hdr-module a.btn,
#hdr #hdr-module input[type="text"] {
    box-shadow: 0 0 0 2px rgba(0,0,0,.5);
}
#hdr-user {
    float: right;
}
#hdr-user a {
    float: left;
    margin: 0 0 0 5px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 3px rgba(0,0,0,.8);
}
#hdr #hdr-search {
    float: right;
}
#hdr #hdr-search form {
    position: relative;
    float: right;
    margin: 0; padding: 0;
}
#hdr #hdr-search form #hdr-input {
    display: block;
    margin: 0;
    width: 330px;
    height: 40px;
    padding-right: 40px;
    vertical-align: top;
    border-radius: 2px;
}
#hdr #hdr-search form #hdr-submit {
    position: absolute;
    top: 0; right: 0;
    height: 40px;
    width: 40px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    background: url(img/search-icon.png) no-repeat 50% 50%;
}
#hdr #hdr-links {
    height: 140px;
    padding: 0 0 10px;
    text-align: right;
}
#hdr #hdr-links img {
    display: inline-block;
    margin: 0 0 0 5px; padding: 0;
    box-shadow: 0 0 0 1px rgba(255,255,255,.125);
}

#ftr {
    padding: 30px 0 60px;
    background: #19130d;
    background: rgba(25,19,13,.9);
}
#ftr .alignleft h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}
#ftr .alignleft address {
    margin: 0 0 10px;
    color: #808286;
    font-family: 'Bree Serif';
    font-size: 22px;
}

#ftr dt {
    padding: 0;
    width: 60px;
    text-align: left;
    font-weight: bold;
    color: #fff;
}
#ftr dd {
    margin: 0 0 0 70px;
    padding: 0;
    color: #808286;
}

#ftr #ftr-menu {
    float: right;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}
#ftr #ftr-menu li {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}
#ftr #ftr-menu li a {
    color: #c6de59;
    font-size: 16px;
    text-transform: uppercase;
}
#ftr #ftr-menu li a:hover {
    color: #fff;
}

.social-icons {
    clear: both;
    text-align: right;
}

#page {
    min-height: 300px;
    margin: 0;
    padding: 2%;
    background: #f9f0df url(img/page-bg-1.jpg);
    border-top: 5px solid #f2ebde;
    border-bottom: 5px solid #f2ebde;
}
#page-title {
    position: relative;
    padding: 20px 0;
    background: #141314 url(img/pattern-leather.jpg);
    border-bottom: 2px solid #000;
    box-shadow: 0 0 1px rgba(0,0,0,1);
}
#page-title h1 {
    float: left;
    margin: 10px 0 0;
    color: #8d8984;
    font-size: 2.375em;
    text-shadow:
        0 1px 1px rgba(0,0,0,.9),
        0 -1px 0 rgba(255,255,255,.6);
}

#has-left-nav {
    padding-left: 300px;
}
.content-inner {
    margin: 0 0 30px;
    padding: 30px;
    background: #f7f4ec;
    background: rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.8);
}

#left-nav {
    position: absolute;
    float: left;
    width: 270px;
    margin: 0;
    padding: 0;
}
#left-nav > h2 {
    margin: 0 0 -5px;
    padding: 10px 15px 15px;
    font-size: 1.5em;
    font-weight: 200;
    color: #fff;
    background: #461014;
    border-radius: 2px;
}
#left-nav > ul {
    padding: 0 15px;
    margin: 0 0 10px 0;
    background: #6b191f;
    border: 3px solid #461014;
    border-radius: 2px;
}
#left-nav > ul li {
    margin: 0; padding: 0;
    list-style-type: none;
}

#left-nav-expand {
    display: none;
    padding: 15px;
    margin: 0 0 20px;
    background: #461014;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2px;
}

.page-links a {
    display: block;
    padding: 12px 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-weight: 600;
    line-height: inherit;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-bottom: 1px solid #461014;
    transition: all .3s;
}
#left-nav > ul li:last-child a {
    border-bottom: none;
}
.page-links a:hover {
    color: #d6bfc0;
}
.page-links li.current_page_item a {
    position: relative;
    margin: -1px -15px 0;
    padding-left: 15px;
    border: none;
    background-color: #7f232a;
    background-image: url(img/dbl-arrow.png);
    box-shadow: 0 0 2px rgba(0,0,0,.25);
}

#event-docs,
.page-links {
    margin: 0; padding: 0;
    border-color: rgba(0,0,0,.1);
}
#event-docs li,
.page-links li {
    list-style-type: none;
}


#page-docs {
    padding: 30px;
    background: #333;
    border-radius: 3px;
}
#page-docs h2 {
    color: #fff;
    font-size: 1.75em;
}
#page-docs > ul {
    margin: 0; padding: 0;
}
#page-docs > ul li {
    margin: 0; padding: 0;
    list-style-type: none;
}
#page-docs ul li a {
    display: block;
    padding: 10px 20px 10px 40px;
    margin: 0 0 5px;
    color: #fff;
    background: #444;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 3px;
    transition: all .3s;
}
#page-docs a:hover {
    background-color: #555;
}
#page-docs a img {
    float: left;
    margin: -3px 0 0 -32px;
    padding: 4px;
    background: #fff;
    border-radius: 1px;
}

#event-docs li {
    padding: 7px 0 5px;
    border-bottom: 1px solid #eee;
}
#event-docs li img {
    float: left;
    margin: 1px 5px 0 0;
}

#latest {
    padding: 30px 0;
    background: #282829 url(img/pattern-leather.jpg);
}
#latest #latest-more {
    float: right;
    margin: -10px 0 0;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 1.375em;
    line-height: 1;
    background: #262629;
    background: rgba(255,255,255,.075);
    border: 3px solid #111112;
}
#latest #latest-more:hover {
    background: #454548;
    background: rgba(70,70,72,.6);
}
#latest h2 {
    color: #fff;
}
#latest-articles {
    margin: 0 -1%;
    padding: 0;
}
#latest-articles li {
    position: relative;
    float: left;
    list-style: none;
    width: 27.333%;
    margin: 0 1%;
    padding: 2% 2% 50px;
    background: #262629;
    background: rgba(255,255,255,.05);
    box-shadow: inset 0 0 0 3px #111112;
}
#latest-articles li h3 {
    margin-bottom: 20px;
}
#latest-articles li h3,
#latest-articles li h3 a {
    color: #99999f;
    font-size: 22px;
}
#latest-articles li > p {
    margin-bottom: 20px;
    color: #fff;
}
#latest-articles li > a {
    position: absolute;
    bottom: 3px; left: 3px; right: 3px;
    display: block;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    text-transform: uppercase;
    background: #1d1d1f;
    background: rgba(0,0,0,.2);
}
#latest-articles li > a:hover {
    background: #454548;
    background: rgba(70,70,72,.6);
}

#members.columns {
    margin: 0 -.5% 20px;
    padding: 0;
}
#members.columns li {
    float: left;
    width: 21%;
    padding: 1%;
    margin: 0 1% 2%;
    background: #fff;
    background: rgba(255,255,255,.5);
    list-style: none;
    text-align: center;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.25);
}
#members.columns li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
#members.columns li h4 {
    margin: 0; padding: 0 0 5px;
    font-size: 1.2em;
    font-weight: lighter;
}

#members.full {
    margin: 0;
    padding: 0;
}
#members.full li {
    overflow: hidden;
    margin: 0;
    padding: 10px 0 20px 200px;
    list-style-type: none;
}
#members.full li img.member-photo {
    float: left;
    width: 180px; height: auto;
    margin: -10px 0 0 -200px;
    border-radius: 5px;
}
#members.full li h4 {
    margin: 0 0 10px;
}
#members.full li .title {
    margin: -5px 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dedac8;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #8f8d82;
}
#members.full li .phone {
    font-weight: bold;
}
#members.full li .address,
#members.full li .phone,
#members.full li .email {
    margin: 0 0 .375em;
    line-height: 1.4;
    font-size: .9675em;
}

#renewal-packages th,
#renewal-packages td {
    min-width: 50%;
    text-align: center;
}
#renewal-packages th {
    padding: 30px;
    font-size: 2em;
}
#renewal-packages tr.pricing td {
    background-color: #e7e2d7;
    background-color: rgba();
    box-shadow: inset 0 0 50px rgba(0,0,0,.05);
}
#renewal-packages tr.pricing td .price {
    font-size: 5em;
}
#renewal-packages tr.pricing td small {
    display: block;
    margin: 20px 0 0;
    color: rgba(0,0,0,.5);
}
#renewal-packages tr.details td {
    padding: 0;
}
#renewal-packages th {
    background-color: #483b30;
    border: 1px solid #544435;
    border-bottom: none;
    box-shadow: none;
    color: #938070;
}
#renewal-packages ul {
    margin: 0; padding: 0;
}
#renewal-packages ul li {
    margin: 0; padding: 15px 20px;
    list-style-type: none;
    border-bottom: 1px dotted #d1ccc1;
}
#renewal-packages ul li:last-child {
    border-bottom: none;
}

.qa {
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #c3b7a1;
}
.qa h2 {
    font-size: 1.675em;
}
.qa p {

}

#partners {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0 0 22.5%;
    height: 0; width: auto;
}
#partners .partner {
    float: left;
    min-height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#partners .partner img {
    display: block;
    width: 100%;
    height: 100%;
}
#partners a img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#partners a:hover img {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#partners.cols-1 .partner,
#partners.cols-2 .partner {
    width: 50%;
}
#partners.cols-3 .partner {
    width: 33.333%;
}
#partners.cols-4 .partner {
    width: 25%;
}
#partners.cols-5 .partner {
    width: 20%;
}
#partners.cols-6 .partner {
    width: 16.666%;
}

#posts {
    clear: both;
    margin: 0 -.5% 20px;
}
#posts > article {
    float: left;
    width: 31.333%;
    margin: 0 .5% 1%;
    padding: .5%;
    background: #2f231b url(img/bg.jpg) 50% 50%;
    outline: 2px solid rgba(255,255,255,.25);
    outline-offset: -5px;
    box-shadow: 0 0 1px #000;
}
#posts > article img[class^=attachment] {
    display: block;
    background-color: #fff;
}
#posts > article .content {
    padding: 6%;
    background: #e3d7c1 url(img/page-bg.jpg);
}
#posts > article .content > .title {
    font-size: 1.875em;
}
#posts > article .content > p {
    font-size: .9675em;
}
#posts > article .meta {
    padding: 4% 6%;
    background: #141314 url(img/pattern-leather.jpg);
}
#posts > article .meta > p {
    margin: 0;
    color: #acacb4;
    color: rgba(255,255,255,.6);
}

#single-post {
    padding-left: 400px;
}
#single-post-meta {
    float: left;
    width: 360px;
}
#single-post-meta img.featured {
    display: block;
    margin: 0 0 20px;
}
#single-post-meta dl dt,
#single-post-meta dl dd {
    padding: 0;
}

#widgets {
    border: 3px solid #141314;
    background: #141314 url(img/pattern-leather.jpg);
}
#widgets a {
    color: #9898a0;
}
#widgets a:hover {
    color: #fff;
}
#widgets li,
#widgets p {
    color: #9898a0;
    }
#widgets > ul {

}
#widgets > ul > li.widget {
    padding: 2%; margin: 0;
    list-style-type: none;
}
#widgets > ul > li.widget .widgettitle {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 2px solid #414144;
    font-size: 1.675em;
    color: #fff;
}
#widgets > ul[class^=columns] {
    padding: 0 2%;
}
#widgets > ul[class^=columns] > li.widget {
    float: left;
    width: 29.333%;
}
#widgets > ul.columns-1 > li.widget { width: 100%; }
#widgets > ul.columns-2 > li.widget { width: 46%; }
#widgets > ul.columns-3 > li.widget { width: 29.333%; }
#widgets > ul.columns-4 > li.widget { width: 21%; }

#widgets li.widget_categories > ul {
    overflow: hidden;
    margin: 0; padding: 0;
}
#widgets li.widget_categories > ul li {
    float: left;
    margin: 0 5px 5px 0; padding: 0;
    list-style-type: none;
}
#widgets li.widget_categories > ul li a {
    float: left;
    padding: 12px 15px;
    background: #414144;
    background: rgba(255,255,255,.1);
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
}
#widgets li.widget_categories > ul li a:hover {
    background: #555559;
}

/* Main navigation styles
-------------------------------------------------------------- */
#nav {
    float: right;
    list-style: none;
    margin: 0; padding: 0 0 2px;
}
#nav li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}
#nav li:first-child {
    border: none;
}
#nav li a {
    float: left;
    padding: 15px;
    height: 20px;
    overflow: visible;
    text-decoration: none;
    color: #f4f0eb;
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    text-transform: uppercase;
    line-height: 1;
}
#nav ul,
#nav a {
    line-height: 1;
    transition: all .3s;
}
#nav li a:hover,
#nav li:hover > a {
    background: #000;
    background: rgba(0,0,0,.7);
}
#nav li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border: 3px solid #000;
    background: #222;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.6);
}
#nav li > ul li,
#nav li > ul li a {
    display: block;
    float: none;
    white-space: nowrap;
    list-style: none;
    font-size: 1.125em;
    text-transform: none;
}
#nav li > ul li {
    border-left: none;
}
#nav li > ul li a {
    min-width: 200px;
    padding: 10px 20px;
    border-bottom: 2px solid #000;
    text-align: left;
    background: #292017;
}
#nav li.ddtl > ul,
#nav li.ddtl > ul li a {
    right: 0; left: auto;
    text-align: right;
}
#nav li > ul li:last-child a {
    border: none;
}
#nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#nav li:hover > ul a:hover {
    background: #392d23;
    color: #fff;
}

#expand-menu {
    display: none;
    padding: 15px;
    background: #444 url(img/expand.png) no-repeat 10px 50%;
    color: #ddd;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

/* Center content on page
-------------------------------------------------------------- */
.ctr {
    position: relative;
    max-width: 1440px;
    padding: 0 2%;
    margin: 0 auto;
}

/* Clearfix
-------------------------------------------------------------- */
.ctr:before,
.ctr:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.ctr:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}

/* Column Styles
-------------------------------------------------------------- */
.row {
    margin: 0 -2% 2%;
    padding: 0;
}
.row:before,
.row:after {
    content: ' ';
    display: table;
}
.row:after { clear: both; }
.row > [class^='col-'] {
    float: left;
    margin: 0 2%;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 { width: 46%; }
.col-13 { width: 29.333%; }
.col-23 { width: 62.666%; }
.col-14 { width: 21%; }
.col-34 { width: 71%; }
.col-15 { width: 16%; }
.col-25 { width: 36%; }
.col-35 { width: 56%; }
.col-45 { width: 76%; }

/* Pager styles
-------------------------------------------------------------- */
.pager {
    clear: both;
    margin: 0; padding: 6px 6px 1px;
    background: #fff;
    background: rgba(255,255,255,.6);
    list-style: none;
    border-radius: 3px;
}
.pager li {
    float: left;
    margin: 0 5px 5px 0;
}
.pager li a,
.pager li span {
    display: block;
    padding: 10px 15px;
    background: #533b27 url(img/th.png) repeat-x 0 50%;
    line-height: 1;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    transition: all .3s;
}
.pager li a:hover,
.pager li .current {
    background-color: #745439;
}

/* Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs {
    float: right;
    margin: 23px 0 0;
    padding: 0;
}
.breadcrumbs li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    color: #8d8984;
}
.breadcrumbs li a {
    padding-right: 20px;
    background: url(img/breadcrumb-arrow.png) no-repeat 100% 50%;
    color: #fff;
}
.breadcrumbs li,
.breadcrumbs li a {
    line-height: 1.4;
}

/* General Usage Styles
-------------------------------------------------------------- */
.border {
    padding: 6px;
    background: url(img/bg.jpg) 50% 50%;
    outline: 2px solid rgba(255,255,255,.25);
    outline-offset: -5px;
    box-shadow: 0 0 1px #000;
}
.hidden {
    display: none;
}
.block {
    display: block;
    margin: 0 0 2%;
}

ul.form,
div.form {
    margin: 0 0 20px;
    padding: 2% 2% 1%;
    background: #e3d7c1;
    background: rgba(216,200,170,.4);
    box-shadow: inset 0 0 20px rgba(255,255,255,.5);
}
ul.form > li {
    position: relative;
    margin: 0 0 1px;
    padding: 1% 1% 1% 170px;
    list-style-type: none;
    background: rgba(255,255,255,.35);
}
ul.form > li.full,
ul.form > li.message,
ul.form > li.title {
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 10px;
}
ul.form > li.title:first-child {
    margin-top: 0;
}
ul.form > li.message {
    padding: 2%;
    margin-top: 0;
}
ul.form > li.message,
ul.form > li.message p {
    font-size: 13px;
    line-height: 1.4;
}
ul.form > li.message p:last-child {
    margin-bottom: 0;
}
ul.form > li.full,
ul.form > li.title,
ul.form > li.submit {
    background: none;
}
ul.form > li label {
    float: left;
    width: 150px;
    padding: 0 0 0 10px;
    margin: 0 0 0 -160px;
    font-weight: bold;
    font-weight: 600;
    line-height: 2.875;
}
ul.form > li.full label {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}
ul.form > li label.required:after {
    content: ' *';
    color: #bb0000;
}

ul.form > li.row {
    padding: 0 1% 10px;
}
ul.form > li.row > [class^=col-] {

}
ul.form > li.row .col-12 {
    margin: 0 .5%;
    width: 49%;
}
ul.form > li.row label {
    margin: 0;
    padding: 0;
    float: none;
    line-height: 2.5;
}

ul.form > li input[type="text"],
ul.form > li input[type="email"],
ul.form > li input[type="password"],
ul.form > li input[type="search"],
ul.form > li input[type="url"],
ul.form > li input[type="date"],
ul.form > li input[type="time"],
ul.form > li input[type="datetime"],
ul.form > li input[type="number"],
ul.form > li input[type="range"],
ul.form > li input[type="tel"],
ul.form > li input[type="range"],
ul.form > li input[type="file"],
ul.form > li textarea,
ul.form > li select {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 640px;
    background: #fff;
    color: #333;
}


/* Theme specific styles
-------------------------------------------------------------- */
#slider {
    position: relative;
    z-index: 99;
}
#slides,
#slide-cnt {
    margin: 0;
    padding: 0;
}
#slides {
    background: #000;
}
#slides .slide {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#slides .slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#slides .slide-inner {
    position: absolute;
    z-index: 995;
    right: 0;
    bottom: 5%;
    left: 0;
    padding: 20px 20px 20px 60px;
    max-width: 600px;
    background: #000;
    background: rgba(0,0,0,.6);
}
.slide-inner .slide-title {
    color: #d39662;
    margin: 0 0 10px;
    font-size: 1.75em;
}
.slide-inner .slide-cnt {
    color: #fff;
}
.slide-cnt,
.slide-cnt * {
    line-height: 1.4;
}

#slider-navi {
    position: absolute;
    z-index: 996;
    bottom: 5%; right: 20px;
}
#slider-navi a {
    float: left;
    padding: 2px 16px 8px;
    margin: 0 0 0 5px;
    background: #000;
    background: rgba(0,0,0,.5);
    line-height: 1;
    font-size: 32px;
    color: #bbb;
    color: rgba(255,255,255,.5);
    transition: all .3s;
}
#slider-navi a:hover {
    background: #222;
    background: rgba(0,0,0,.9);
    color: #fff;
    color: rgba(255,255,255,.9);
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0 0 2%;
}
.aligncenter {
    display: block;
    margin: 0 auto 4%;
}
.alignright {
    float: right;
    margin: 0 0 4% 4%;
}
.alignleft {
    float: left;
    margin: 0 4% 4% 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px;
    text-align: center;
}
.wp-caption img {

}
.wp-caption p.wp-caption-text {

}

.bypostauthor {

}

.gallery-caption {

}
.gallery-item {

}

.sticky {

}

#comments {

}
#comments .comments-title {

}
#comments .comment-list {
    margin: 0 0 20px; padding: 0;
    list-style: none;
}
#comments .comment-list .comment {
    margin: 0 0 5px; padding: 0;
    list-style: none;
}
#comments .comment-list .comment .comment-body {

}
#comments .comment-list .comment .comment-body .comment-author {

}
#comments .comment-list .comment .comment-body .comment-author img.avatar {

}
#comments .comment-list .comment .comment-body .comment-author cite.fn {

}
#comments .comment-list .comment .comment-body .comment-author .says {

}
#comments .comment-list .comment .comment-body .comment-meta {

}
#comments .comment-list .comment .comment-body .comment-meta a {

}
#comments .comment-list .comment .comment-body .comment-meta a.comment-edit-link {

}
#comments .comment-list .comment .comment-body > p {

}
#comments .comment-list .comment .comment-body > p {

}
#comments .comment-list .comment .comment-body .reply {

}
#comments .comment-list .comment .comment-body .reply a.comment-reply-link {

}
#respond {

}
#respond #reply-title {

}
#respond #reply-title > small > a {

}
#respond #commentform {

}
#respond #commentform .logged-in-as {

}
#respond #commentform .comment-form-comment {

}
#respond #commentform .comment-form-comment label {

}
#respond #commentform .comment-form-comment textarea#comment {

}
#respond #commentform .form-allowed-tags {

}
#respond #commentform .form-submit {

}
#respond #commentform .form-submit input[type="submit"] {

}

#ssba img {
    width: 48px !important;
    padding: 4px;
    border:  0;
    box-shadow: none !important;
    display: inline;
    vertical-align: middle;
}
#ssba, #ssba a {
    background: none;
    font-size:  20px;
}

#uploaded-images {
    overflow: hidden;
    margin: 10px -.5% 20px;
}
#uploaded-images .upload {
    position: relative;
    float: left;
    padding: 1%;
    margin: 0 .5% .5%;
    width: 47%;
    height: 200px;
    background: #fff;
}
#uploaded-images .upload img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
#uploaded-images .upload a.delete {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 20px; right: 20px;
    height: 30px;
    width: 30px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    transition: all .3s;
}
#uploaded-images .upload a.delete:hover {
    background: #990000;
}
#uploaded-images .upload:hover a.delete {
    visibility: visible;
    opacity: 1;
}

#progress-bar {
    visibility: hidden;
    margin: -5px 0 0 0;
    height: 5px;
    background: #eee;
}
#progress-bar #bar {
    height: 5px;
    background: green;
}

#ca-toolbar {
    position: relative;
    padding: 10px 0;
    background: #e6ddd0;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
#ca-toolbar input,
#ca-toolbar select {
    height: 50px;
    margin: 0;
    vertical-align: middle;
}
#ca-toolbar select {
    padding: 15px 10px;
}
#classified-ads td {
    padding: 20px;
    vertical-align: middle;
}
#classified-ads .ca_featured_photo {
    padding: 5px;
    width: 120px;
}
#classified-ads .ca_featured_photo img {
    display: block;
    max-height: 120px;
    margin: 0;
    height: auto;
    width: auto;
}
#classified-ads .ca_title {
    font-size: 1.375em;
    font-weight: 500;
}
#classified-ads .ca_price {
    font-weight: bold;
    font-weight: 600;
}
#classified-ads .ca_location {

}

#ca-gallery {
    overflow: hidden;
    margin: 0 -.5% 20px;
    padding: 0;
}
#ca-gallery li {
    float: left;
    width: 48%;
    padding: .5%;
    margin: .5%;
    background: #fff;
    list-style-type: none;
}
#ca-gallery li img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

[id^=theme-my-login] {
    max-width: 630px;
}
.tml-action-links {
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
}
.tml-action-links li {
    float: left;
    margin: 0; padding: 0;
    list-style-type: none;
}
.tml-action-links li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 10px 15px;
    background: #222;
    color: #bbb;
    border-radius: 2px;
    white-space: nowrap;
}
.tml-action-links li a:hover {
    background: #444;
    color: #fff;
}

#loginform {
    max-width: 500px;
    margin: 0 auto;
}

#search-results {

}
#search-results > article {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #bbb;
}
#search-results > article a.link h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: lighter;
    line-height: 1.2;
}
#search-results > article a.link p {
    margin: 0 0 10px;
}
#search-results > article p {
    font-size: .9375em;
}

.photo-gallery {
    margin: 0 -1% 20px;
}
.photo-gallery img {
    float: left;
    width: 31.333%;
    margin: 0 1% 2%;
    border-radius: 1px;
    box-shadow:
        0 0 0 5px #fff,
        0 3px 10px -3px rgba(0,0,0,.7);
}

#payment {
    max-width: 600px;
}

#printable-forms,
#printable-forms li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#printable-forms li a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 35px;
    margin: 0 0 1px;
    background: #fff;
}
#printable-forms li a:hover {
    background: rgba(255,255,255,.6);
}
#printable-forms li img {
    position: absolute;
    top: 8px; left: 10px;
    margin: 0; padding: 0;
}

#idea { font-size: 12px; color: #6d5d50; }
#idea a { color: #94877d; font-weight: bold; }

#google_translate_element {
    position: fixed;
    z-index: 99999999;
    right: 10px;
    bottom: 0;
    padding: 5px;
    background: #000;
    text-align: right;
}

body.post-type-archive-tribe_events #tribe-events .tribe-events-loop *,
body.post-type-archive-tribe_events #tribe-events .tribe-events-loop .tribe-events-content,
body.post-type-archive-tribe_events #tribe-events .tribe-events-loop .tribe-events-event-meta {
    text-align: center;
}

body.post-type-archive-tribe_events #tribe-events #tribe-events-content .type-tribe_events {
    margin-bottom: 30px;
}