/*
Theme Name: BC-Responsive
Theme URI: http://www.rez72.net/themes/customboxfrt/
Author: the Rez72 Avocado Dev team
Author URI: http://www.rez72.net/
Description: BC-responsive is based upon Custombox-FRT, a developers box, a fully responsive theme (FRT). Custombox-FRT is bright, clean, and responsive, a theme that's a strong starting point for individual development of WP sites where the goal is a professional online presence. Not only is the theme well-suited for general blogging, but its showcase and portfolio page templates make it easy to highlight latest news and projects in high style. This theme is webfont-kit supplied and stylesheet ready for open-source fonts, cross-browser functionality and the visual editor. Read the included theme file note: "_child-theme-notes.txt" for explanation on how to set up a child theme. The latest version of timthumb is also provided to help you out in those squeaky moments with image sizing for layout.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: garnet, gold, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, webfontkit-ready, timthumb-ready
Text Domain: customboxfrt

This theme, like WordPress, is licensed under the GPL.
*/

/* if you are using font elements in the webfontkit uncomment the @font-face call and set the actual path*/

/*@font-face {
    font-family: 'allerregular';
    src: url('webfontkit/sans-serif/aller-rg/aller_rg-webfont.eot');
    src: url('webfontkit/sans-serif/aller-rg/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/sans-serif/aller-rg/aller_rg-webfont.woff') format('woff'),
         url('webfontkit/sans-serif/aller-rg/aller_rg-webfont.ttf') format('truetype'),
         url('webfontkit/sans-serif/aller-rg/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* =Reset
-------------------------------------------------------------- */

html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins,
kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul,
li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using rem units http://clagnut.com/blog/348/#c790  renders parity 1 em/rem is the equivalent of 10px*/
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
    background: #1b6780;
    line-height: 1;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

blockquote.easy_testimonial {
    padding: 10px;
    padding: 1rem;
    margin: 10px auto;
    margin: 1rem auto;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a img {
    border: 0;
}

/* =Clear Fix
----------------------------------------------- */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* =Global
----------------------------------------------- */

body {
    background: #1b6780;
}

body,
button,
input,
select,
textarea {
    color: #444;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    /*line-height: 1.65;*/
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: georgia, 'times new roman', serif;
    clear: both;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}

/* Text elements */
p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5C5C5C;
    line-height: 1.4em;
    padding: 0 0 10px 0;

}

ul, ol {
    /*margin: 0 0 13px 30px; margin: 0 0 1.3rem 3rem;*/
}

ul {
    padding-top: 0;
    padding-left: 30px;
    padding-left: 3rem;
    list-style: none;
}

ul li {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 13px;

    font-size: 1.3rem;

    color: #5C5C5C;

    padding-bottom: 10px;

    padding-bottom: 1rem;

}

ol {
    list-style: decimal;
    margin-left:2em;
    margin-bottom:2em;
}
ol li{line-height:1.5em;}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 13px;
    margin-left: 1.3rem;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 13px 13px;
    margin: 0 1.3rem 1.3rem;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 13px;
    margin: 0 1.3rem;
}

address {
    margin: 0 0 13px;
    margin: 0 0 1.3rem;
}

pre {
    background: #e3effc;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 13px;
    margin: 0 0 1.3rem;
    width: 100%;
}

th {
    font-weight: bold;
}

button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 6px 10px;

    padding: 0.6rem 1rem;

    font-size: 11px;

    font-size: 1.1rem;

    line-height: 1.428571429;

    font-weight: normal;

    color: #fff;

    /*background-color: #e1e1e1;*/
    background-color: #1b6780;

    border: 1px solid #1b6780;

    border-radius: 3px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.8;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15);
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=password]{
    border: solid 1px #e0e0e0;
    background: #fff;
    color: #7d7d7d;
    outline: 0;
    padding:0.4em !important;;
}
input[type=text],
input[type=email],
textarea {
    border: solid 1px #e0e0e0;
    background: #fff;
    color: #7d7d7d;
    outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    background: #fff;
    color: #111;
}

input[type=text],
input[type=email] {
    padding: 5px;
    padding: 0.5rem;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 5px 0 0 5px;
    padding: 0.5rem 0 0 0.5rem;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a,
a:visited {
    color: #0B7DA3;
    text-decoration: none;
    /*transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;*/
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

a.order-button {
    background: #0B7DA3;
    color: #fff;
    margin-bottom: 0.73333em 1em !important;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
}

a:hover img,
.feature-thumbnail:hover,
.feature-thumbnail:hover .post-format-icon {
    opacity: 0.7;
    transition: opacity 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: background 0.2s linear;
}

a:hover img.avatar {
    opacity: inherit;
    transition: none;
}

.feature-thumbnail a:hover img {
    opacity: inherit;
    transition: none;
}

/* Alignment */
.alignnone {

    margin: 5px 20px 20px 0;
    margin: 0.5rem 2rem 2rem 0;

}

a .alignleft, .alignleft {
    display: inline;
    float: left;
    margin: 5px 20px 20px 0;
    margin: 0.5rem 2rem 2rem 0;
    /*margin-right: 13px;margin-right: 1.3rem;*/
}

.alignright {
    display: inline;
    float: right;
    margin: 5px 0 20px 20px;
    margin: 0.5rem 0 2rem 2rem;
    /*margin-left: 13px; margin-left: 1.3rem;*/
}

.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
    margin: 0.5rem auto 0.5rem auto;
    /*margin: 0 auto;*/
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* =Layout
----------------------------------------------- */
.site,
.site-footer {
    max-width: 990px;
}

.site, .site-footer {
    padding: 0 10px;
    padding: 0 1rem;
    background-color: #ffffff;
    margin: 0 auto;
}

.site {
    overflow: hidden;
}

#main {
    max-width: 990px;
    max-width: 99rem;
    background-color: #ffffff;
    height: auto;
    padding: 10px 5px;
    margin: 0 auto;
    /* float:left;*/

}

#main:after {
    content: '';
    clear: both;
    display: table;
}

body.page-template-page-showcase-php #main {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem;
}

.site-content {
    float: left;
    width: 66rem;
    max-width: 650px;
     padding-top:2em !important
}

body.full-width .site-content,
body.attachment .site-content,
body.page-template-page-showcase-php .site-content,
body.page-template-page-portfolio-php .site-content,
body.page-template-page-full-width-php .site-content,
body.single-format-gallery .site-content,
body.single-format-image .site-content,
body.single-format-video .site-content {
    float: none;
    width: 100%;
}

#secondary {
    float: right;
    width: 100%;
    max-width: 300px;
    margin: 0;


}

#secondary li {
    list-style: none;
    margin-left: 10px;

}

#secondary li a {
    text-decoration: none;
}
#secondary li h3{
    margin:0;
}
#secondary img {
    max-width: 100% !important;
    height: auto;
}

.site-footer {
    clear: both;

}

/* =Site Header and Main Navigation
----------------------------------------------- */




.site-header {
    max-width: 980px;
    min-height: 120px;
    min-height: 12rem;
    padding: 10px 5px 0 5px;
    padding: 1rem 0.5rem 0 0.5rem;
    margin: 0 auto;
    background-color: #ffffff;
}

.site-header:after {
    clear: both;
    content: '';
    display: block;
}

.header-wrapper {
    width: 100%;
    background-color: #24r23r3;
}

.site-header #topmenu {
    max-width: 970px;
    /* max-width: 97rem; */
    height: auto;
    min-height: 15px;
    min-height: 1.5rem;
    padding: 5px 5px 5px 5px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: #0B7DA3;
}

.site-header #topmenu #topcon {
    text-align: left;
    float: left;
}

.site-header #topmenu #topcon a, .site-header #topmenu #topcon a:hover {
    color: #fff;
}

.site-header #topmenu .menu-top-container {
    max-width: 450px;
    float: right;
}

ul#menu-top {
    text-align: right;
    float: right;
}

/*.menu now .topmenu*/

#menu-top a {

    font-size: 12px;
    font-size: 1.2rem;
    padding:0em 1em;
    color: #FFFFFF;
    text-decoration: none;

}

#menu-top a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#menu-top li {
    display: inline;
    list-style: none;
    text-align: center;
    /* border-right: solid 1px #FFFFFF; */
    padding: 0;
}
#menu-top li:after {
    content:"\f142";
    font-family:FontAwesome;
    color:#f3f3f3;
    font-size:9px;
}
#menu-top li:last-child:after{
    content:"" !important;
}


#menu-top li:last-child >a{padding-left:1em;}
#menu-top li:last-child {
    border: none;
    font-family:FontAwesome;
    color:white;
    margin-left:1em;
}

/* Site Branding */
.site-header hgroup {
    width: 100%;
    float: left;
    margin: 15px 0;
    margin:0em 0em;
}

hgroup {
    display: block;
}

hgroup #logospace {
    max-width: 331px;
    max-width: 33.1rem;
    max-height: 71px;
    max-height: 7.1rem;
    float: left;
    margin:1em 0em;
    position:relative;
}

hgroup #logospace img {
    max-width: 331px;
    max-width: 33.1rem;
    max-height: 71px;
    max-height: 7.1rem;
    padding: 0;
    margin: 0;
}

/* Header Image */
.header-image {
    clear: both;
    text-align: center;
}

hgroup #bcbanner {
    max-width:400px;
    width:100%;
    float: right;
    padding:2px 0em;
    margin: 1em 0em;
}
hgroup #bcbanner a{
    display:block;
    border:none !important;
}




/*.site-title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -0.015rem;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 1px 1px #527ca7;
}
.site-title a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.site-title,
.site-title a {
    color: #000;
}
.site-description {
    font-size: 13px;
    font-size: 1.3rem;
    color: #a7d2ff;
}
.site-title,
.site-description {
    word-wrap: break-word;
} */

/* Main Navigation */
.main-navigation {
    /* width:100%;*/
    width: 980px;
    display:table;
    margin-left: 0;
    clear:both;
    background:#000;
    /*width: 49.9130435%;float: right;
     margin-top: 15px;margin-top: 1.5rem;*/

}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    /*margin: 0 0 0 15px;margin: 0 0 0 1.5rem;*/
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    min-width: 140px !important;
}

.main-navigation li:last-child a {
    border-right: 0;
}

.main-navigation ul ul li,
.main-navigation ul ul li a {
    border: 0;
}

.main-navigation a {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    /*padding: 7px 0; padding: 0.7rem 0;*/
    padding: 10px 15px 8px 15px;
    text-decoration: none;
    background: #000000;
    word-wrap: break-word;
}

.main-navigation ul ul {
    background-color: #0B7DA3;
    /*background: #cccccc;
     -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.2);
      box-shadow: 1px 0 3px rgba(0,0,0,0.2);*/
    display: none;
    float: left;
    position: absolute;
    top: 32px;
    left: 0;
    width: 160px;
    width: 16rem;
    z-index: 99999;
}

.main-navigation ul ul li {
    text-align: left;
    background-color: #0B7DA3;

}

.main-navigation ul ul li a:hover {
    background-color: #000;
}

.main-navigation ul ul ul {
    left: -120%;
    top: 0;
}

.main-navigation ul ul a {
    background-color: #0B7DA3;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 8px 6px;
    padding: 0.8rem 0.6rem;
    width: 150px;
    width: 15rem;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
}

.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
    background-color: #0B7DA3;
}

.main-navigation ul li:hover > ul {
    display: block;
}

/*mods for subscribe link red: ca1425  a34106*/
.main-navigation ul li#menu-item-232 a,
.main-navigation ul li#menu-item-232 a:hover {
    background-color: #ca1425;
}

.main-navigation ul li#menu-item-232 .sub-menu li#menu-item-233 a,
.main-navigation ul li#menu-item-232 .sub-menu li#menu-item-332 a {
    background-color: #ca1425;
}

nav #searchbox {
    /*max-width:248px; max-width:24.8rem; max-height:33px; max-height:3.3rem;*/

    float: right;
    background-color: #393939;
    display: none;

}

/* #searchbox #searchform div {padding-top:2px;}


#searchbox #searchform { max-width:248px; max-width:24.8rem; max-height:33px; max-height:3.3rem;
}

#searchbox #searchform div input#s {max-width:149px; max-width:14.9rem;font-family: sans-serif;
 float:left; clear:right;}

#searchbox #searchform div input#searchsubmit {width: 58px; width: 5.8rem; 
background-image:none; background-color: #1b6780; color:#fff; border:none;  border-radius:3px; float:right;}

#searchbox #searchform .assistive-text{display:none;}
#searchform input#s {
    
    height: 22px;
    line-height: 1.2;
    padding: 2px 23px 2px 6px;padding: 0.2rem 2.3rem 0.2rem 0.6rem;
    width: 85%;
}
#searchform input#s:focus {
    background-color: #fff;
}

#searchsubmit {
    
}
*/

/* Small menu */
.main-small-navigation {
  right:5px;
  position:absolute;
  width:98%;
  margin-top:1em;
  
}

.menu-toggle {
    width: 75px;
    float:right;
    text-align:center;
    cursor: pointer;
    font-size: 32px;
    line-height: 1.4;
    font-weight: normal;
    color: #333;
    padding-bottom:1em;
    position:relative;
}
.menu-toggle.toggled-on{
    background:#333;
    color:#fff;
}

.main-small-navigation .menu {
    display: none;
    padding: 2rem;
    background: #333;
}

.main-small-navigation .menu .sub-menu {
   margin:1em 1em;
   padding:0;
}
.main-small-navigation .menu .sub-menu li{
  margin-bottom:0.5em !important;
}
.main-small-navigation .menu .sub-menu li:before{
   content:"\f105";
   font-family:FontAwesome;
   color:#fff !important;
   margin-right:0.5em;
   ;
}
.main-small-navigation .menu .sub-menu li > a{
     
}



.main-small-navigation .menu,
.main-small-navigation .menu a {
    font-size: 15px;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease !important;
     -moz-transition: all 300ms ease !important;
     transition: all 300ms ease !important;
}

.main-small-navigation .menu a:hover {
    color: #009edb !important;
    -webkit-transition: all 300ms ease !important;
     -moz-transition: all 300ms ease !important;
     transition: all 300ms ease !important;
}

#faux-menuwrap {
    width: 100%;
    height: 32px;
    height: 3.2rem;
    position: absolute;
    top: 130px;
    z-index: -1;
}

/*temp fix until new blog banner*/
body.page.page-id-851 #faux-menuwrap {
    width: 100%;
    height: 32px;
    height: 3.2rem;
    position: absolute;
    top: 136px;
    z-index: -1;
}

/* =Content
----------------------------------------------- */

.sticky {}

.hentry {
    border-bottom: 0px solid #e3e3e3;
    margin: 0 0 13px;
    margin: 0 0 1.3rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

.entry-title {
    color: #000;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.entry-title a {
    color: #000;
}

.entry-title a:hover {
    color: #777;
}

.entry-title {
    font-weight: normal;
 
}

.page-title {
    color: #7d7d7d;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    text-transform: uppercase;
}

/*.page-title span.vcard {width:100%;padding-top:80px;}
.page-title span.vcard img.photo{width:77px;height:80px; float:right;display:block;}*/

.entry-meta {
    clear: both;
    color: #7d7d7d;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 2px 0 0;
    margin: 0.2rem 0 0;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}
.linksalpha-email-button{
    margin:0.5em 0em 0em !important;
    padding:0.6em 0em 0.3em;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    
    }
.entry-content,
.entry-summary {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 13px 0;
    margin: 1.3rem 0;
}

.page-links {
    clear: both;
    color: #1b6780;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 13px;
    margin: 0 0 1.3rem;
}

.page-links a {
    background-color: #1b6780;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b6780), to(#1b6780));
    background: -moz-linear-gradient(top, #1b6780, #1b6780);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1b6780', endColorstr='#1b6780');
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    padding: 2px 5px;
    padding: 0.02rem 0.5rem;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
}

.page-links a:hover {
    opacity: 0.8;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4,
.entry-content h5, 
.entry-content h6 {
    /*line-height:1.65;
        margin-bottom: 8px; margin-bottom: 0.8rem;*/
}

h1, .entry-content h1 {
    font-family: "Georgia", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #0B7DA3;
    font-weight: 100;


}

h2, .entry-content h2 {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #464646;
    line-height: 1.35em;
    font-weight: bold;

}

h3, .entry-content h3 {
    font-family: "Georgia", Arial, sans-serif;
    color: #0B7DA3;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 16px 0 16px 0;

}

.entry-content h4 {
    font-family: "Georgia", Arial, sans-serif;

    color: #423C1B;

    font-size: 14px;
    font-size: 1.4rem;

    margin: 10px 0 0 0;

    margin: 1rem 0 0 0;
}

.entry-content h5 {
    font-size: 13px;
    font-size: 1.3rem;
    color: #423C1B;
    font-weight: bold;
}

.entry-content h6 {
    font-size: 11px;
    font-size: 1.1rem;
    color: #423C1B;
    font-weight: bold;
}

.entry-content table,
.comment-content table {
    border: 1px solid #e3e3e3;
    margin: 0 7px 19px 0;
    margin: 0 0.077rem 1.923rem 0;
    text-align: left;
    width: 100%;
}

.entry-content tr th, 
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.615;
    padding: 4.62px 11.54px;
    padding: 0.462rem 1.154rem;
    text-transform: uppercase;
}

.entry-content tr td,
.comment-content tr td {
    border-top: 1px solid #e3e3e3;
    font-weight: 300;
    padding: 4.62px 11.54px;
    padding: 0.462rem 1.154rem;
}

.not-found .widget {
    padding: 0;
}

.not-found #searchform {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

/* =Featured Content
----------------------------------------------- */

.featured-wrapper {
    background-color: #1d5ea0;
    background: -webkit-gradient(linear, left top, left bottom, from(#478ed7), to(#1d5ea0));
    background: -moz-linear-gradient(top, #478ed7, #1d5ea0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#478ed7', endColorstr='#1d5ea0');
    border-top: 1px solid #6aa3df;
    height: 362px;
    overflow: hidden;
    padding: 15px 0 0;
    padding: 1.5rem 0 0;
    position: relative;
    z-index: 1;
}

.featured-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

.featured-nav-wrapper {
    max-width: 1040px;
    max-width: 104rem;
    margin: 0 auto;
    position: relative;
}

/*#featured-content {
    position: relative;
}*/
.featured-thumbnail {
    float: left;
    margin-right: 2.06521739%;
    width: 54.7826087%;
}

.featured-post-content {
    float: right;
    width: 42.3913043%;
}

.featured-post {
    display: none;
    position: relative;
    overflow: hidden;
}

.featured-post.first {
    display: block;
}

.slider-nav {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 32px;
    position: absolute;
    top: 150px;
    text-indent: -9999rem;
    width: 24px;
    width: 2.4rem;
    z-index: 9;
}

#slider-prev {
    background: url("images/prev.png") no-repeat;
    left: 0;
}

#slider-next {
    background: url("images/next.png") no-repeat;
    right: 0;
}

/* Featured Slider Entry Content 
#featured-content .featured-post-content .entry-title {
    border: none;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 9px; margin-bottom: 0.9rem;
    padding: 0;
}
#featured-content .featured-post-content .entry-title a {
    color: #fff;
}
#featured-content .featured-post-content .entry-title a:hover {
    color: #e3f0ff;
} */
.featured-post-content .entry-summary {
    color: #e1f0ff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.featured-post-content .more-link {
    background-color: #1b6780;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b6780), to(#1b6780));
    background: -moz-linear-gradient(top, #1b6780, #1b6780);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1b6780', endColorstr='#1b6780');
    border-radius: 4px;
    box-shadow: 1px 1px 1px #2e6aa7;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    line-height: 2.429rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
    width: 160px;
    width: 16rem;
}

.featured-post-content .more-link a {
    color: #fff;
}

.featured-post-content .more-link:hover {
    opacity: 0.8;
}

/* =Showcase Template
----------------------------------------------- */

/* Introduction */
.introduction {
    padding: 0;
}

.introduction p {
    font: 1.538em/1.5 Georgia, 'Times New Roman', serif;
    font-style: italic;
    text-align: center;
    word-wrap: break-word;
}

/* Featured Categories */
#category-highlight .category-section {
    border-top: 1px solid #e9e9e9;
}

#category-highlight .category-header {
    margin: 1.5rem 0;
}

#category-highlight .category-section .category-title {
    font-size: 18px;
    font-size: 1.8rem;
}

#category-highlight .category-section .category-title a {
    color: #000;
}

#category-highlight .category-section .category-description {
    color: #7d7d7d;
}

#category-highlight .category-section .hentry {
    border: 0;
    float: left;
    margin-right: 2.2826087%;
    width: 23.1521739%;
    word-wrap: break-word;
}

#category-highlight .category-section .hentry:last-of-type {
    margin-right: 0;
}

#category-highlight .category-section .entry-title {
    border: 0;
    line-height: 0.6rem;
}

#category-highlight .category-section .entry-title a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

#category-highlight .category-section .entry-summary {
    color: #7d7d7d;
    margin-top: 5px;
    margin-top: 0.5rem;
}

#category-highlight .category-section .category-title a:hover,
#category-highlight .category-section .entry-title a:hover {
    color: #555;
}

/* =Portfolio Template
----------------------------------------------- */

#portfolio-wrap {
    margin: -10px 0 0;
    margin: -1rem 0 0;
}

.portfolio-posts {
    margin: 0;
}

.portfolio .hentry {
    border: none;
    float: left;
    list-style: none;
    margin-right: 4.2826087%;
    width: 30.4347826%;
    word-wrap: break-word;
}

.portfolio .hentry:last-of-type {
    margin-right: 0;
}

#portfolio-wrap .portfolio .entry-title {
    border: 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0;
    margin: 0.5rem 0;
    padding: 0;
}

.portfolio .entry-title a {
    color: #000;
}

.portfolio .entry-title a:hover {
    color: #555;
}

.portfolio .entry-summary {
    color: #7d7d7d;
    margin-top: 5px;
    margin-top: 0.5rem;
}

/* =Media
----------------------------------------------- */

.site-header img {}

.entry-content img,
.featured-thumbnail img,
.category-section img,
img[class*="align"],
img[class*="wp-image-"],
.portfolio img,
.entry-thumbnail img {
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); */
}

.site-header img,
.entry-content img,
.comment-content img,
.featured-thumbnail img,
.category-section img,
.portfolio img,
.entry-thumbnail img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.featured-thumbnail img,
.category-section img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img,
.portfolio img,
.entry-thumbnail img {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full,
.featured-thumbnail img,
.category-section img,
.portfolio img,
.wp-caption img,
.entry-thumbnail img {
    max-width: 100%;
}

body.archive.author .entry-thumbnail {
    display: none;
}

/*body.archive.author .entry-thumbnail a[rel="shadowbox"] > img.customboxfrt-blog-thumbnail { margin:13px auto 13px auto;}*/

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

p img, .wp-caption {
    margin-top: 3.3px;
    margin-top: 0.333333rem;
}

img.aligncenter, 
img.alignleft, 
img.alignright {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}

.wp-caption {
    background: #1b6780;
    border: 0px solid #e0e0e0;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    padding: 5px 0;
    padding: 0.5rem 0;
}

.wp-caption img {
    box-shadow: none;
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.wp-caption-text {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 8.075px 0;
    margin: 0.8075rem 0;
}

#content .gallery {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}

.gallery-caption {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 1.2rem;
}

#content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

#content .gallery dd {
    margin: 0;
}

#content .gallery-columns-4 .gallery-itrem {}

#content .gallery-columns-4 .gallery-itrem img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

.entry-attachment {
    clear: both;
    text-align: center;
}

/* Overlay icons on top of featured images for image, gallery, and video post formats */
.feature-thumbnail {
    position: relative;
}

.feature-thumbnail:hover .post-format-icon {
    opacity: 0.8;
}

.feature-thumbnail a {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.feature-thumbnail .post-format-icon {
    color: #fff;
    display: none;
    height: 47px;
    height: 4.7rem;
    margin-left: -35px;
    margin-left: -3.5rem;
    position: absolute;
    left: 50%;
    top: 35%;
    text-indent: -9999px;
    width: 64px;
    width: 6.4rem;
}

.feature-thumbnail:hover .post-format-icon {
    display: block;
}

.format-gallery .feature-thumbnail .post-format-icon,
.format-image .feature-thumbnail .post-format-icon,
.format-video .feature-thumbnail .post-format-icon {
    background: url(images/post-format-icons.png) no-repeat;
}

.format-gallery .feature-thumbnail .post-format-icon {
    background-position: 0 -54px;
}

.format-video .feature-thumbnail .post-format-icon {
    background-position: 0 -117px;
}

/* =Navigation
----------------------------------------------- */

#content .site-navigation,
#content #image-navigation {
    margin: 0 0 13px;
    margin: 0 0 1.3rem;
    overflow: hidden;
}

#content .nav-previous,
#content .previous-image {
    float: left;
    width: 50%;
}

#content .nav-next,
#content .next-image {
    float: right;
    text-align: right;
    width: 50%;
}

#content .next-image {
    text-align: left;
}

#content .previous-image {
    text-align: right;
}

#content .nav-next a,
#content .next-image a,
#content .nav-previous a,
#content .previous-image a {
    background-color:none;
    border:1px solid #ebebeb;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 15.71px 0;
    opacity: 0.8;
    padding: 10px 8px;
    text-align: center;
    /*text-shadow: 1px 1px #3e79b9;*/
    text-decoration: none;
    border-radius: 0 !important;
    width: 90%;
}

#content .next-image a,
#content .previous-image a {
    margin-left: 10px;
    margin-left: 1rem;
    margin-right: 10px;
    margin-right: 1rem;
}

#content .nav-next a:hover,
#content .next-image a:hover,
#content .nav-previous a:hover,
#content .previous-image a:hover {
    opacity: 1;
}

/* Comment Navigation */
#content .comment-navigation .nav-next a,
#content .comment-navigation .nav-previous a {
    background: none;
    border-radius: 0;
    color: #7d7d7d;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 10px 0;
    margin: 1rem 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
}

#content .comment-navigation .nav-next a:hover,
#content .comment-navigation .nav-previous a:hover {
    color: #c0c0c0;
}

/* =Comments
----------------------------------------------- */

.comments-title,
#respond h3#reply-title {
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    margin: 0;
    padding: 0 0 9px;
    padding: 0 0 0.9rem;
    text-transform: uppercase;
}

#respond h3#reply-title {
    border: none;
}

#respond {
    background: #fff;
    margin: 20px 0;
    margin: 2rem 0;
    padding: 15px;
    padding: 1.5rem;
}

.commentlist,
.children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.children {
    /*margin: 0 0 0 6%;*/
    margin: 0 0 0 0;
}

.full-width .children {
    margin: 0 0 0 4%;
}

.commentlist li.comment,
.commentlist li.pingback {
    border-bottom: 1px solid #e3d3d3;
}

.commentlist .children li {
    border: none;
}

article.comment,
li.pingback {
    overflow: hidden;
    padding: 30px 0 7px;
    padding: 3rem 0 0.7rem;
    position: relative;
}

.children article.comment,
.children li.pingback {
    padding-top: 10px;
    padding-top: 1.0rem;
}

.comment-author {
    margin: 0;

    /* position: relative; */
}

img.photo,
.comment-author img {
    padding: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    background: #fff;
    box-shadow: 0px 1px 5px #ddd;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;


}

.comment-author .fn {
    margin: 5px 0 5px !important;
    display: inline-block;
}

.bypostauthor > article .comment-author .avatar {
    padding: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    box-shadow: 0px 1px 4px #ebebeb;
}

.comment-meta {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    padding: 0;
}

.comment-meta a {
    color: #7d7d7d;
}

.comment-content {
    margin: 0;
    position: relative;
}

.comment-content p {
    max-width: 95%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.538;
    padding-bottom: 11.3px;
    padding-bottom: 1.13rem;
}

.reply a {
    background-color: #1b6780;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b6780), to(#1b6780));
    background: -moz-linear-gradient(top, #1b6780, #1b6780);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1b6780', endColorstr='#1b6780');
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.429rem;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    opacity: 0.8;
    padding: 0 8px;
    padding: 0 0.8rem;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
    border-radius: 0 !important;
    text-decoration: none;
    min-width: 70px;
}

.reply a:hover {
    opacity: 1;
}

#cancel-comment-reply-link {
    background: #cc6a22;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 15px;
    margin-left: 1.5rem;
    padding: 3px 10px 1px;
    padding: 0.3rem 1rem 0.1rem;
    text-align: right;
}

#cancel-comment-reply-link:hover {
    opacity: 0.8;
}

#content .comment-navigation {
    margin: 10px 0 0;
    margin: 1rem 0 0;
}

.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
}

/* Comments Form */
#commentform {
    position: relative;
}

#respond label {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 5px 0;
    margin: 0.5rem 0;
}

#respond .comment-form-author input[type="text"], 
#respond .comment-form-email input[type="text"] {
    margin-left: 12.5px;
    margin-left: 1.25rem;
}

#respond .comment-form-url input[type="text"] {
    margin-left: 10px;
    margin-left: 1rem;
}

.form-allowed-tags {
    color: #7d7d7d;
    line-height: 1.6;
}

.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
    font-size: 11px;
    font-size: 1.1rem;
}

#respond .required {
    color: #ff4b33;
}

/* =Widgets
----------------------------------------------- */

.widget {
    font-size: 12px;
    word-wrap: break-word;
    margin-bottom: 1.5em;

}

.widget.widget_search {
    position: relative;

}

.widget.widget_search input[type="text"] {
    background: #f4f4f4 !important;
    padding: 15px;
    width: 90%;
    border: none;

}

.widget.widget_search input[type="button"] {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    width: 50px;
    height: 45px;
    color: #333 !important;
    background: url(images/glass.png) no-repeat center center transparent;


}

.widget.widget_search input[type="button"]:focus {
    box-shadow: none !important;
    outline: none !important;
}

.widget-title {
    background: #0b7da2 ;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
}

.widget-title a {
    color: #FFF;
    text-decoration: none;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    /*background: url('images/bulletone.png') no-repeat 0 12px;
        border-bottom: 1px dotted #e0e0e0;
        line-height: 1.6;
        padding: 5px 5px 5px 12px; padding: 0.5rem 0.5rem 0.5rem 1.2rem;*/
    padding: 8px 0 8px 0;
    padding: 0.8rem 0 0.8rem 0;
    margin: 0;
}

.widget ul.sub-menu li,
.widget ul.children li {
    border-bottom: none;
}

.widget.widget_search input[] {
}

/* Flickr Widget */
#flickr_badge_wrapper {
    background-color: transparent !important;
    border: none !important;
}

.widget_flickr .flickr-size-thumbnail {
    margin: 0 auto;
}

.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
    display: none;
}

.widget_flickr .flickr-size-thumbnail img {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.widget_flickr .flickr-size-small img {
    max-width: 98%;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
    color: #cc6a22;
    display: block;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
    line-height: 1.5;
    padding: 2.31px 0;
    padding: 0.231rem 0;
}

/* RSS Widget */
.rsswidget img {
    margin: 0 !important;
    vertical-align: text-top;
}

.rss-date {
    color: #7d7d7d;
    font-size: 90%;
    font-style: italic;
}

.rssSummary {
    font-size: 90%;
    font-style: italic;
    margin: 5px 0;
    margin: 0.5rem 0;
}

/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
    margin-left: 15px;
    margin-left: 1.5rem;
}

.widget-area .sub-menu li,
.widget-area .children li {
    border-width: 0;
}

/* Authors Widget */
.widget_authors li {
    background: none !important;
    overflow: hidden;
}

.widget_authors ul ul li {
    overflow: hidden;
}

.widget_authors img {
    float: left;
    margin-bottom: 10px;
    margin-bottom: 1rem !important;
    padding-right: 8.33px;
    padding-right: 0.833rem;
    vertical-align: text-top;
}

/* Calendar Widget */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    margin-bottom: 11.54px;
    margin-bottom: 1.154rem;
    margin-top: 7.69px;
    margin-top: 0.769rem;
}

#wp-calendar thead th {
    color: #7d7d7d;
    font-size: 90%;
    font-weight: normal;
    padding-bottom: 11.54px;
    padding-bottom: 1.154rem;
    text-align: center;
}

#wp-calendar tbody {
    border: 1px solid #e0e0e0;
}

#wp-calendar tbody td {
    border: 1px solid #e0e0e0;
    color: #7e6b54;
    font-size: 90%;
    padding: 61.5px 2%;
    padding: 0.615rem 2%;
    text-align: center;
}

#wp-calendar tbody td:hover {
    background: #eee;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar #today {
    background: #e0e0e0;
    font-weight: bold;
}

#wp-calendar #prev,
#wp-calendar #next {
    color: #cc6a22;
    font-size: 90%;
    padding-top: 8px;
    padding-top: 0.8rem;
    text-transform: uppercase;
}

#wp-calendar tbody .pad {
    background: none;
}

/* Twitter Widget */
.widget_twitter .timesince {
    color: #7d7d7d;
    font-size: 90%;
}

.widget_twitter .twitter-follow-button {
    margin-top: 8px;
    margin-top: 0.8rem;
}

/* Recent Comments Widget */
td.recentcommentsavatarend,
td.recentcommentsavatartop {
    padding: 3.85px !important;
    padding: 0.385rem !important;
}

.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
    padding: 0 6.15px 11px !important;
    padding: 0 0.615rem 1.1rem !important;
    vertical-align: top;
}

.fbf_facebook_page_widget {
    font-size: 12px;
}

.widget_facebookpagefeedwidget h4 {

    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;

}

.widget_facebookpagefeedwidget h4 a {

    font-size: 12px;
    font-size: 1.2rem;

}

/* =Footer
----------------------------------------------- */

.site-footer {
    max-width: 990px;
    max-width: 99rem;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

.site-info {
    color: #8F8F8F;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 990px;
    max-width: 99rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    /*padding: 15px; padding: 1.5rem;*/
    text-align: center;
}

.site-info a,
.site-info a:hover {
    color: #5C5C6E;
    text-decoration: underline;
}

.site-info .footer-menu {
    width: 100%;
}

.site-info .menu-bottom-container {
    width: 100%;
    height: 18px;
    height: 1.8rem;
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;

    padding: 7px 0 3px 0;
    padding: 0.7rem 0 0.3rem 0;

    background-color: #F3F3F3;

    border-top: 1px solid #D9D9D9;

    border-bottom: 1px solid #D9D9D9;

    display: block;
    text-align: center;
}

ul#menu-bottom.menu {
    width: 474px;
    /*width: 47.4rem;*/
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    
}

ul#menu-bottom.menu li {
    list-style: none;
    display: inline;
    text-align: center;
    border-right: solid 1px #8F8F8F;
    padding: 0;
    margin: 0;
}

ul#menu-bottom li:last-child {

    border: none;

}

ul#menu-bottom.menu li a {
    padding: 0 6px 0 4px;
    padding: 0 0.6rem 0 0.4rem;
}

ul#menu-bottom li:first-child a {
    padding: 0 6px 0 0;
    padding: 0 0.6rem 0 0;
}

ul#menu-bottom li:last-child a {
    padding: 0 0 0 4px;
    padding: 0 0 0 0.4rem;
}

.site-info #copyright, .site-info #copyright a {
    text-align: center;
    text-decoration: underline;
    color: #8F8F8F;
    line-height:1.55em;
    margin:2em 0em;
}

/*special to content pages*/
/*Home*/

#fc {
    width: 100%;
    
}

.margin.clasic .content-left {
    max-width: 360px;
    float: left;
    padding-left:1rem;
    margin-top:1em;
}

.margin.clasic .content-left h2 {
    margin-bottom: 20px;
}
.owl-theme .owl-controls{
    margin-top:0 !important;
}
.margin.clasic .content-right {
    max-width:260px;
    float: right; 
    /* margin-right:10px; */
    margin-left:1em !important;
    /* min-height:290px; */
}


.margin.clasic .content-right a img {
  top:1.15em;
  position:relative;
  min-width:260px;
  height:auto;
  padding-bottom:;

}

.liquid-slider-wrapper .liquid-nav {
    clear: none;
    position: absolute;
    left: 15px;
    top: 85%;
    z-index: 10;
}

/*#vslider-wrap {

    max-width: 660px; max-width: 66rem;

    float: left;

    max-height: 330px; max-height: 33rem;

    background-color: #EBEBEB;

    border: 1px solid #E1E1E1; padding:0; margin: 0 0 10px 0;margin: 0 0 1rem 0; overflow:hidden;

    }
    
    #featured_slider {overflow:hidden;}

    #featured_slider ul#slider li div.img_right {margin-left:17px; margin-left:1.7rem;}

    #featured_slider ul#slider li {margin-left:0; padding-left:0; overflow:hidden;}



    

#featured_slider .content_left h2 {

font-size: 20px; font-size: 2rem;

margin-bottom: 20px; margin-bottom: 2rem;

}

#featured_slider .content_left { font-size:13px;font-size:1.3rem; line-height:1.307;padding-left:5px; padding-left:0.5rem;}



#featured_slider .feat_button a { font-size:14px; font-size:1.4rem;}*/

.www_slider {
    display: none !important;
}

h2#featuredhl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0 5px 0;
    padding: 0.5rem 0 0.5rem 0;
    margin-top: 20px;
    margin-top: 2rem;
    clear: both;

}

#featuredarts {
    width: 100%;
    min-height: 193px;
    /*  background-color: #EBEBEB;
        border: 1px solid #E1E1E1; */
    padding: 0 !important;
    clear:both;
    overflow:hidden;
    margin-bottom:2em;
}

.fart {
    float: left;
    width: 24%;
    margin-right: 1.25%;
    font-size: 12px;
    text-align: center;
    padding:0;
}

.fart:last-child {
    margin-right: 0 !important;
}

.fart img {

     padding:0 !important;
    -kthml-border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    margin-bottom: 1em;

}

.fart img:hover {
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.fart a {
    color: #B03E00;
}

.fart a:hover {
    text-decoration: underline;
}

#featured-content .hentry {
    margin-top: 25px;
    margin-top: 2.5rem;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

#featured-content .hentry p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
}

#featured-content .hentry a.image-link img {
    
    display: inline;
    float: right;
    clear: left;
    padding: 4px;
    margin: 0 0 0 5px;
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;



}

.post a img {

    padding: 4px;
    /* border: 1px solid #C2C2C2; */

    margin: 0 15px 0 0;

}

.post h1 a {

    font-family: "Georgia", Arial, sans-serif;

    font-size: 18px;

    padding: 0 0 5px 0;

    color: #0B7DA3;

    font-weight: 100;

    margin: 10px 0 5px 0;

}

.post h1 a:hover {

    text-decoration: underline;

}

article.post.hentry header.entry-header h1.entry-title a {

    font-family: "Georgia", Arial, sans-serif;

    font-size: 18px;
    line-height: 24px;

    padding: 0 0 5px 0;

    color: #0B7DA3;

    font-weight: 100;
    display: block;

    margin: 30px 0 5px 0;

}

.postmeta {

    /*width: 650px;*/
    width: 99%;

    background-color: #F3F3F3;

    border: 1px solid #D9D9D9;

    margin-top: 0px;

    padding: 3px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 12px;

}

.morelink {

    display: block;

    float: right;

    background-image: url(images/morebutton.png);

    background-repeat: no-repeat;

    background-position: center right;

    padding: 0 10px 0 0;

    color: #5C5C5C;

}

/*Home page "featured content" and "from the archive" content new layout*/



#homecontent #featured-content {}

#featuredarts h2,
#homecontent .hc h2 {
    background: none repeat scroll 0% 0% #0B7DA2;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    margin-bottom:15px;
    margin-top:0;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 18px;

}

#homecontent .hc .hentry {
    margin-top: 15px;
    margin-top: 1.5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    /*margin: 0 0 13px; margin: 0 0 1.3rem;*/
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

#homecontent .hc .hentry h1 {
    width: 100%;
    margin-bottom:0.5em;
}

#homecontent .hc .hentry h1 a {
    
}

#homecontent .hc .hentry p {
    font-size: 12px;
    line-height: 1.5;
    /*   word-wrap: break-word;
      word-break: break-all;  */
    padding: 0;
    text-align: justify;
}

.moreme a {
  margin:1em 0em;
  font-weight: normal;
  border: 1px solid #ebebeb;
  display: inline-block;
  padding:0.4em 1.5em;
  font-size:12px !important;
  text-decoration:none;
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.moreme a:hover{
    border: 1px solid #0B7DA3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

#homecontent .hc .hentry a.image-link img {
    width: 120px;
    height: 120px;
    display: inline;
    float: right;
    clear: left;
    padding: 1em;
    margin-left: 1em;

    background-color: #FFFFFF;

    border: 1px solid #C2C2C2;


}

#homecontent .hc .hentry .postmeta {
    margin-top: 10px;
    margin-top: 1rem;
}

/*brain,mother featured content -  reviews template*/

#featured-content.brain-mother-excerpt .hentry {
    padding-bottom: 0;
    margin-top: 10px;
    margin-top: 1rem;
}

/*#featured-content.brain-mother-excerpt .hentry header h1.entry-title {padding:0 0 0 0;  margin: 5px 0 0px 0; margin: 0.5rem 0 0rem 0;}
#featured-content.brain-mother-excerpt .hentry header h1.entry-title a {padding:0 0 0 0; margin: 5px 0 0px 0; margin: 0.5rem 0 0rem 0;}*/

#featured-content.brain-mother-excerpt .hentry p {
    font-size: 13px;
}

form.wpus-cart-button-form label.lp-label {
    padding-right: 5px;
}
.show-small-only{display:none;}
/*form input.vsubmit.submit {margin-left:auto; margin-right:auto;}
select.sp-select.price { margin-bottom:5px;}*/

/* =Responsive Structure
----------------------------------------------- */

@media only screen and (max-width: 1024px) {
    /*.fart:first-child { margin-left:1rem; }*/

}

/*end 1060*/


@media only screen and (max-width: 960px) {

     
    .site {
        width: 100%;
        padding: 0;
        margin: 0;
    }

   

    /*#featuredarts { 
      max-width: 100%; 
      min-height:19.3rem;
      float: left; 
      padding:0;
      margin: 2rem 0 0 0;  }*/

    /*.fart { float: left; max-width: 24.39%; margin-left:0.3rem; }*/
    /*.fart:first-child {margin-left:0;}*/

    /*.fart a img { padding: 0.4rem;  margin-bottom: 0.5rem;  margin-right:0.4rem;}*/



}

/*end 960*/


@media only screen and (max-width: 936px) {
    hgroup #logospace {
        float: left;
        z-index: 99;
    }

    hgroup #bcbanner {
        float: none;
        margin: 0.5rem auto;
    }

    /*.fart{max-width:24%; }
    .fart:first-child {margin-left:0.4rem;}*/

    /*#featuredarts {float:none; width:32.5rem; height:38rem; margin:2rem auto 0 auto; padding: 0.5rem 0.5rem 0.5rem 0.8rem;}
    .fart{width:23%; float:left; min-height:19.1rem; }

    .fart:nth-child(1){clear:right; margin-top:0.3rem; }
    .fart:nth-child(2){float:none; float:left; clear:both; margin-top:0.3rem; margin-left:0.3rem;}
    .fart:nth-child(3){clear:right;margin-top:0.3rem; }
    .fart:nth-child(4){clear:none;margin-top:0.3rem; }*/

}

/*end 936*/
@media only screen and (max-width: 980px) {
  #primary{
      margin:0 !important;
      padding:0 !important;
      width:100%;
      max-width:625px;
      }
      .margin.clasic .content-left{
        max-width: 300px !important;
      }
      .main-navigation{margin-left:0.6em;}
      .main-navigation li {min-width:136px !important;}
}


@media only screen and (max-width: 800px) {
    /*small menu triggers here*/
    #main {
        padding: 1rem;
    }

    #fc {
        max-width: 66rem;
    }

    /*#featuredarts {width:66rem; min-height:21rem;float:none;  margin:2rem auto;}*/
    /*.fart{max-width:25%; margin-left:0.25rem; }
    .fart:first-child {margin-left:0.9rem;}*/

    .site-content {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100% !important;
    }
    .owl-carousel{
    margin-bottom:2em !important;
    border-top: 1px solid #0B7DA2;
    padding-top: 1em;
}

    #secondary {
        min-width: 30rem;
        padding: 0;
        float: none;
        margin: 0 auto;

    }

    #secondary .widget {
        margin: 0 0 1rem 1.5rem;
    }
}

/*end 800*/

@media only screen and (max-width: 768px) {

    .margin.clasic .content-right {
        margin-left: 0px;
    }
    .site-header hgroup img{
      margin:0 !important;
      float:left;
    }

    /*#featuredarts {width:59.7rem; float:none;  margin:2rem auto; }
    .fart{max-width:25%; margin-left:0; }*/
}

/*end 768*/

@media only screen and (min-width:600px) and (max-width:799px)  {
.margin.clasic .content-left{width:100% !important;max-width:270px !important;}
#fc{width: 100% !important;max-width:67rem !important}
}

@media only screen and (min-width:769px) and (max-width:800px)  {
.margin.clasic .content-left{width:100% !important;max-width:470px !important;}
#fc{width: 100% !important;max-width:77rem !important}
}
@media only screen and  (min-width: 768px) and (max-width:768px) { 
    .margin.clasic .content-left{width:100% !important;max-width:430px !important;}
     #fc{width: 100% !important;max-width:77rem !important}
}


@media only screen and (min-width:260px) and (max-width:320px)  {
.button.add_to_cart_button.product_type_variable{width:100% !important;max-width:90px !important;}
}
@media only screen and (min-width:279px) and (max-width:479px)  {

.footer-menu{width:100% !important;}
.site-info{
  width:auto;
  margin-left:auto;
  margin-right:auto;
  float:none !important;
  padding:2em;
  display:block;
 
  overflow:hidden;
  }

  .menu-bottom-container{
      padding:1em !important;
      overflow:hidden;
      width:auto !important;
      margin-right:15px;
      margin-left:15px;
  }

  ul#menu-bottom.menu,
  ul#menu-bottom.menu li,
  ul#menu-bottom.menu li a{
      margin:0 !important;
      padding:0 !important;
      border:none !important;
      float:left !important;

  }

}




@media only screen and (max-width: 601px) {
    #topmenu{
        min-height:70px !important;
    }
    #content {
        max-width: 60rem;
        padding: 0 1rem 0 0;
    }

    #fc {
        width: 99%; /* min-height:33rem;*/
    }

    .liquid-slider-wrapper .liquid-nav {
        left: 115px;
    }

    /*#featuredarts {float:none; width:57rem; min-height:19.5rem; margin:2rem auto 0 auto; padding: 0.5rem 0rem 0.5rem 0rem; }
    */
    /*.fart{max-width:23%; margin-left:0.8rem; }
    .fart:first-child {margin-left:0.6rem;}
    .fart {width:14rem; height:auto; margin-left:0.3rem;}
    .fart a img{width:100%; height:auto; }*/

    /*#featuredarts .fart:nth-child(3){margin-top:0.3rem; }
    #featuredarts .fart:nth-child(4){margin-top:0.3rem; }*/

    #featured-content,
    .postmeta {
        width: 99%;
    }
}

/*end 611*/

@media only screen and (max-width: 480px) {
      .menu-top-container,
    ul#menu-top{
        float:left !important;
        text-align:center !important;
        padding:0.5em 0em !important;
        /* margin:0.5em 1em !important; */
        width:100%;
        
       
    }
     hgroup #logospace img{max-width: 270px !important;}
    #topcon{
        text-align:center !important;
        width:100%;
        padding:0.5em;
    }
    .liquid-slider-wrapper .liquid-nav {
        left: 290px;
    }

    .margin.clasic .content-left p {
        font-size: 1.1rem;
    }
    .margin.clasic .content-right{
        float:left !important;
    }

    #featuredarts {
        float: none;
        max-width: 45.2rem;
        min-height: 16.5rem;
        margin: 2rem auto 0 auto;
        padding: 0.5rem 0 0.5rem 0;
    }

    #homecontent .hc .hentry a.image-link img{
        float:none;
        width: 93% !important;
        margin-left:0 !important;
        height:auto !important;
        margin-bottom: 1em !important;
    }

    /*.fart:first-child {margin-left:0.2rem;}*/
    /*.fart {max-width:23%; height:auto; margin-left:1rem;}
    .fart a img {width:10.1rem; height:auto;}*/

}

/*end 480*/

@media only screen and (max-width: 420px) {

    img.aligncenter, img.alignleft, img.alignright{
        width: 100% !important;
        max-width: 400px !important;
        height:auto !important;
        margin-right:auto !important;
        margin-left: auto !important;
        float:left !important;
    }
    .nav-single{display: none !important;}
  
    /*#fc {display:none; }*/
    /*#featuredarts {float:none; width:38rem; min-height:16.5rem; margin:2rem auto 0 auto; padding: 0.5rem 0;}*/
    /*.fart:first-child {margin-left:0;}*/
    /*.fart {width:9.2rem; height:14rem; margin-left:0.4rem;}
    .fart:first-child {margin-left:0;} {
    .fart p{text-align:center; font-size:1.1rem; line-height:1.1;}
    .fart p a{display:block;text-align:center; font-size:1.1rem;}
    .fart a img {width:8.4rem; height:auto;}*/
}

/*end 420*/



@media only screen and (max-width: 320px) {

   hgroup #logospace img{max-width: 195px !important;}
    .site-header #topmenu {font-size: 1.1rem;}


    


}

/*end 320*/



/* =Internet Explorer
----------------------------------------------- */

#ie8 .site-header img,
#ie8 .entry-content img,
#ie8 img.size-full,
#ie8 .featured-thumbnail img,
#ie8 .category-section img,
#ie8 .portfolio img,
#ie8 .wp-caption img,
#ie8 .entry-thumbnail img {
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

#ie8 .featured-post {
    background-color: none !important;
}

#ie8 #category-highlight .category-section .hentry {
    margin-right: 1.8%;
}

#ie8 .portfolio .hentry {
    margin-right: 2.9%;
}

#ie8 .main-navigation ul ul {
    border: 1px solid #1d5ea0;
}

/* temp no background */
#black-studio-tinymce-2 {
    background: none;
}

#black-studio-tinymce-2 img {
    box-shadow: none !important;
}

.user-meta {
    padding: 15px;
    background: #fafafa;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 5px #ebebeb;
    margin-bottom: 1em;
}

/*///////////////////////////////////////////////////////////////////////
//////// Serafin's Own RWD - Other not done right and not working.
/////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .fart {
        width: 48% !important;
        padding:0 !important;
        margin:0 !important;
        min-height:220px !important;
        margin-right: 0% !important;
    }
     .fart a img{
         max-width:100% !important;
         height:auto !important;
     }
    .subscriptionselect {
        max-width: 300px !important;
    }
    .related ul.products li{ max-width:46%;}
    .related h2{margin-bottom:1em;}
    ul.products li.product-bundle-item{ max-width:100% !important;}
    .hide-on-small-only{display: none;}
    .show-on-small-only{text-align: center !important;}
    .images h1{line-height:1.2em;margin-bottom:0.5em;}
}


@media only screen and (min-width: 481px){
  .show-on-small-only{display:none;}
}

@media only screen and (max-width: 320px){
  .button.add_to_cart_button.product_type_variable{
    max-width: 90px !important;
   }
}



@media only screen and (min-width: 481px) and (max-width:768px) {
    .subscriptionselect {
        max-width: 300px !important;
    }

    .hide-on-small{display: none !important;}
}

/*@media only screen and (min-width:30rem) and (max-width:99rem) {
  .show-on-small-only{display: none;}
  .show-on-small-only{display: none;}
}*/
/*///////////////////////////////////////////////////////////////////////
//////// Constant Contact Stuff and PopUp
/////////////////////////////////////////////////////////////////////////*/

.kws_input_fields input[type="text"] {
}

.kws_input_fields input[type="submit"] {
    border-radius: 0 !important;
    min-width: 100px;
    margin: 1em 0;
}

.mfp-bg {
    background: rgba(250, 250, 250, 0.9) !important;
}

.mfp-wrap {
}

.mfp-content {
}

.mfp-content img {
    max-width: 100%;
    height: auto;
}

.mfp-content {
    border: 1px solid #ebebeb !important;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 15px #ccc;
    max-width: 400px !important;
    min-width: 240px !important;

}

.mfp-content .popup-cookie {
    display: table;
    width: 100%;
    padding: 0;
}

.mfp-content .popup-cookie a {
    display: block;
    width: 100px;

    float: right;
    padding: 10px;
    text-align: center;
    position: relative !important;
}

.mfp-content .popup-title h1 {
    font-size: 23px !important;
    text-align: center;
    margin:1em 0em;
}

.mfp-content .popup-image {
    margin-bottom: 1em;
}

.mfp-content .popup-text {
    clear: both;
    font-size: 14px;
    line-height: 19px;
}

.mfp-content .kws_form label {
    display: none !important;
}

.mfp-content .kws_form {
    width: 95% !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 1em !important;

}

.mfp-content #constant-contact-signup {
}

.mfp-content .kws_input_fields {
    width: 104% !important;
    margin: 0;

}

.mfp-content .kws_form input[type="text"] {
    width: 92%;
    padding: 15px;

}

.mfp-content .kws_form input[type="submit"] {
    width: 100%;
    padding: 10px;
    line-height: 2em;
    font-size: 14px;


}

.mfp-content button.mfp-close {
    background: url(images/close.png) no-repeat center center;
    opacity: 1 !important;
    right: -20px;
    top: -20px;
    text-indent: -999999px;
    display: none;

}

#display_link .cc_success {
    text-align: center;
    background: #01df74;
}

.email-error {
    background: #fa5858 !important;
    color: #fff !important;
}

.kws_input_fields input[type="text"] {
    width:100%;
    max-width:400px;
    padding:1em;
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.kws_input_container #subscribe {
    font-size: 16px;
    width:100%;
    max-width:400px;
    padding:0.89em;
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.ffailure {
    color: #fa5858;
    text-align: center;
    font-size: 16px;
}

.fsuccess {
    color: #288f58;
    text-align: center;
    font-size: 16px;
}

/*///////////////////////////////////////////////////////////////////////
//////// Search Results Page
/////////////////////////////////////////////////////////////////////////*/


.results-item {
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 1px dotted #ebebeb;
}

.results-title {
    font-family: 'Montserrat', sans-serif;
    border-bottom: none !important;
}

.results-name {
    color: #0b7da2;
    font-weight: bold;
    letter-spacing: 1px;
}

.results.page-header {
    border-bottom: 5px solid #ebebeb;

}

/*///////////////////////////////////////////////////////////////////////
//////// Testimonials
/////////////////////////////////////////////////////////////////////////*/
.TestimonialWidget {
    min-height: 180px;
}

.testimonials {
    display: none;
}

.testimonial-client,
.testimonial .testimonial-client {
    color: #0B7DA3;
    font-weight: bold;
    font-style: italic;
}

.testimonial {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1em 0 10px;
    background: transparent !important;
}

.testimonial .testimonial-readmore {
    margin: 1em 0;
    font-size: 12px;
}

blockquote.easy_testimonial {
    border-bottom: 1px dotted #ebebeb;
}

/*///////////////////////////////////////////////////////////////////////
//////// Banners on Pages and Posts
/////////////////////////////////////////////////////////////////////////*/
.media.september {
    margin: 3em 0 !important;
    overflow: hidden;
    padding: 0;
}

.media.september img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none !important;
}

.media.september a img:hover {
    opacity: 1 !important;
}

/*///////////////////////////////////////////////////////////////////////
//////// Related Posts
/////////////////////////////////////////////////////////////////////////*/
.nr_related_placeholder{
    clear:both;
    margin-bottom:5em;
}
.nrelate_default .nr_panel{
  text-align:center !important;
  display:block;
}

.nrelate_default .nr_img_div img,
.nrelate_default .nr_img_div,
.nrelate_default .nr_panel {
   
    margin-bottom:2em;
    margin-right:1.45em;
    width:140px !important;
    height:140px !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background:none !important;
    margin-bottom:0.5em !important;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    display:inline-block;
}

.nrelate_default .nr_img_div img:hover,
.nrelate_default .nr_img_div:hover,
.nrelate_default .nr_panel:hover {
    margin-bottom:2em;
    margin-right:1.45em;
    width:140px !important;
    height:140px !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:0 !important;
    outline: none !important;
    box-shadow: 0 !important;
    padding: 0 !important;
    background:none !important;
    margin-bottom:0.5em !important;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.nrelate_default .nr_panel:hover .nr_img {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    padding: 0 !important;
}

.nrelate_default .nr_panel .nr_post_title {
    text-align: center !important;
}

/* authors */

.one-third {
    width: 31.2%;
    margin-bottom: 20px;
}

.grid {
    display: inline;
    float: left;
    margin-right: 3.2%;
    position: relative;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.break-cloumn {
    float: left;
    width: 33%;
}

.break-cloumn .entry {
    margin: 10px 0px;
}

.break-cloumn .alpha {
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.contributions-list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.con-field-title {
    font-weight: bold;
}

.wpus-cart-button-form input[type="submit"] {
    margin: 1.45em 0;
    border-radius: 0 !important;
    min-width: 120px;
}

.button {
    display: inline-block;
    background: #cdeb8e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWM5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956', GradientType=0 ); /* IE6-8 */
    padding: 1em 4em;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 6px #ddd;

}
.share-before {
  padding:1em 0em;  
  border-top:1px solid #dedede;
  border-bottom:1px solid #dedede;   
}
a.button {
    text-decoration: none;
    color:#fff;
    text-shadow:0px 1px 1px #333;
}

input,
textarea,
button {
    outline: none !important;
}

.product-remove a .fa-trash-o {
    font-size: 16px !important;
}

.product-remove a:hover .fa-trash-o {
    color: red !important;
}

.postmeta {
    display: none;
}

.product_meta {
    border-top: 1px solid #ddd;
    padding: 0.5em 0em 0em;
    margin-bottom:0.5em;
    font-size: 11px;
    text-transform: uppercase;
}

.price span {
    margin-right: 5px;
    margin-left: 5px;
}

.price span:first-child {
    margin-left: 0;
}

.related.products {}

.related.products ul.products li {
    width: 18% !important;
    float: left !important;
    margin-right: 1.5em ;

}

@media only screen and (max-width:759px) {

    .related.products ul.products li {
        width: 100% !important;
    }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals tbody td,
.woocommerce .cart-collaterals .cart_totals tbody th {
    padding: 15px !important;
}
.woocommerce-result-count,
.woocommerce-ordering{
  display:none;
}

.shareme{
    margin:0em 0em;
    display:block;
}
.kws_form{
  border:1px solid;
  padding-left:0 !important;
  margin:0 !important;
  width:100% !important;
 }
  
hr{
    clear:both;
}

.woocommerce-cart .linksalpha-email-button{display:none !important; }

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb{
    margin:0em 0em 1em;
    padding:1em 2em;
    background:#f7f7f7;
}

.woocommerce .variations_form.cart{
    padding-top:1em;
    border-top:1px solid #ddd;
}
.yith-wcwl-share{
    display: none;
}
img{
    max-width: 100%;
    height: auto;
}
.woocommerce #content div.product form.cart, 
.woocommerce div.product form.cart, 
.woocommerce-page #content div.product form.cart, 
.woocommerce-page div.product form.cart{
    margin-bottom:0;
}
.yith-wcwl-add-to-wishlist{
    margin:1em 0em;
}
.yith-wcwl-wishlistexistsbrowse.show,
.yith-wcwl-wishlistaddedbrowse.show,
.yith-wcwl-add-button.show a{
    border:1px solid #0B7DA3;
    padding:0.6em 1.5em;
    text-transform:uppercase;
    font-size:10px;
    text-decoration:none;
    display:inline-block;
}

.yith-wcwl-wishlistexistsbrowse.hide span.feedback,
.yith-wcwl-wishlistaddedbrowse.hide span.feedback{
    background:#0B7DA3 !important;
    color:#fff !important;
    min-width: 150px !important;
}

.menutitle{
  font-size:11px;
  display:block;
  text-transform:uppercase;
  font-family:Helvetica;
  }
.site-navigation.main-small-navigation .menu-main-container{
    position:relative;
    top:70px;
    z-index:99;
}


select{
 line-height:2em;
 padding:1em 2em;
 background:#fff;
-webkit-border-radius:1px !important;
 -moz-border-radius:1px !important;
 border-radius: 1px;
 border:1px solid #ebebeb;
 height:30px;
 outline:none !important;
 cursor:pointer;
 box-shadow: none !important;
}

.variations select{
  background:none;
  padding:0px;

}

.tp_recent_tweets{
    
}
.tp_recent_tweets li{
    background:none !important;
    border:1px solid #ebebeb;
    border-radius: 20px;
    padding:1em !important;
    margin-bottom:1em !important;
    position:relative;
}
.tp_recent_tweets li:after{
    content:"\f099";
    font-family:FontAwesome;
    position:absolute;
    right:15px !important;
    color:#ebebeb;
}
.summary.entry-summary a.button,button.button{padding:11.75px !important;}
a.button,button.button,input.button,#respond input#submit,#content input.button {
  margin-left:0.5em !important;
  line-height:1em !important;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  font-size:12px !important;
  font-weight:300 !important;
  overflow: visible;
  letter-spacing:1px;
  padding:0.7em 2em !important;
  text-decoration: none;
  color: #fff !important;
  background: #333 !important;
  border:none !important;
  position:relative;
  /* text-transform:uppercase; */
  box-shadow:none !important;
  text-shadow:none !important;
  
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;


}



.related .button.add_to_cart_button.product_type_variable{
    max-width:120px !important;
    left:15px !important;
}



.button.add_to_cart_button.product_type_variable, .button.add_to_cart_button.product_type_subscription{
    background:none !important;

    color:#333 !important;
    font-weight:300 !important;
    border:1px solid #ddd !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button.add_to_cart_button.product_type_variable:hover, .button.add_to_cart_button.product_type_subscription{

    -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products li{
    position:relative;
    margin-bottom:2em !important;
}
.summary .single_add_to_cart_button.button.alt{
    background:#0B7DA3 !important;
    box-shadow:0px 1px 3px #666 !important;
}

.share-before.share-filled.share-medium{clear:both;}

/* social widget */


.social{
  text-align: center;
  width:100%;
  max-width: 1170px;
  position: relative;

  
}
.social ul{
  padding: 0;
  margin:auto;
  display: block;
}
.social li{
  display: inline-block;
 *display:inline;/* For IE7*/
 *zoom:1;/* For IE7*/
  vertical-align:middle;
  font-size:3em;
}

.social li a{
   color:#222 !important;
   -webkit-transition:all 300ms ease;
   -moz-transition:all 300ms ease;
   transition:all 300ms ease;
}

.social li a:hover{
     -webkit-transition:all 300ms ease;
   -moz-transition:all 300ms ease;
   transition:all 300ms ease;
   color:#0b7da2 !important;
}

.woocommerce #content div.product form.cart .variations select, .woocommerce div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select {
    margin-bottom:1em;
}

.woocommerce-tabs .panel.entry-content{
    border-right:1px solid #e0dadf;
    border-left:1px solid #e0dadf;
    border-bottom:1px solid #e0dadf;
    padding:1.5em !important;
    position:relative;
    top:-20px;
    box-shadow: 0 3px 3px #ebebeb;
}
.woocommerce-page ul.products li.product h3 {
  text-align:center;
  min-height:2em;
}

.woocommerce-page ul.products li.product .price {
  text-align:center;
  min-height:1px;
}



.button.add_to_cart_button.product_type_simple, .button.add_to_cart_button.product_type_variable, .button.add_to_cart_button.product_type_subscription {
  left: 30px;
  position: relative;
  opacity:0;
  background:#fff !important;
}



.landing-head{
  margin:2em 0em;
  border-bottom:1px solid #ddd;
  padding-bottom: 1em;
}
.landing-footer{
    margin:3em 0em 0em;
    background:#21759b;
    min-height: 140px;
    color: #fff !important;
    padding: 2em 0em;
    text-align: center;
}
.landing-footer a{
    color:#fff;

}
.landing h2{
    text-align: center !important;
    margin-bottom: 0.4em;
}
.landing .callto{
    font-size:36px;
    text-align:center;
    
}
.landing .calltoaction{
   text-transform:uppercase;
   color:#21759b;
   font-size:36px;
   margin:0.2em 0em;
}
.landing .calltoaction:after{
  content:'\f101';
  font-family:FontAwesome;
  padding:0em 0.2em;  
}

 
.landing .landthumb{
    padding:10px;
    box-shadow:0px 1px 4px #ddd;
    border:1px solid #ebebeb;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.landing img{
   max-width:100%;
   height:auto;
}



/* ------- Fluid Columns ------- */
.one_half     { width:48%;    }
.one_third    { width:30.66%; }
.two_third    { width:65.33%; }
.one_fourth   { width:22%;    }
.three_fourth { width:74%;    }
.one_fifth    { width:16.8%;  }
.two_fifth    { width:37.6%;  }
.three_fifth  { width:58.4%;  }
.four_fifth   { width:67.2%;  }
.one_sixth    { width:13.33%; }
.five_sixth   { width:82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth{
     position:relative; 
     margin-right:4%; 
     float:left; 
 }
.last{ margin-right:0 !important; clear:right; }
.clearboth{
   clear:both;
   display:block;
   font-size:0;
   height:0;
   line-height:0;
   width:100%;
}
.divider_blank{
    margin:2.5em 0em;
    clear:both;
    display: block;
    width: 100%;
    overflow:hidden;
}
.divider_thick{
    margin:1em 0em;
    background: #000;
    height:5px;
    clear:both;
    display: block;
    width: 100%;
    overflow:hidden;
}

.ball{
    display: block;
    text-align: center;
    background:#333;
    color:#fff;
    width:10px;
    height:10px;
    border-radius: 50%;
    vertical-align: middle;
    padding:1em;
    margin:1em auto;
    border:5px solid #ebebeb;
    box-shadow:0px 1px 5px #21759b;
}

@media only screen and (max-width:768px) {
.kws_input_fields input[type="submit"],    
.kws_input_fields input[type="text"]{max-width: 357px !important;}
.mfp-container {max-width: 370px !important;margin-right:auto !important;margin-left:auto !important;}
 hgroup #bcbanner img{margin:3em 0em 1em 1em !important;max-width: 320px !important}
.product-bundle-item{width:100% !important;}    
.landing{text-align: center !important;}
.landing .callto{margin-bottom: 1.5em;margin-top: 1em !important;}
.landing .calltoaction{margin-top: 1em !important;}
.two_third.last{margin-bottom: 0 !important;}
.divider_thick{margin:0 !important;}
.divider_blank{display: none !important;}    
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth{
    width:100% !important;
    float: left !important;
    margin-bottom: 2em !important;
    overflow: hidden;
}
.one_half_last,
.one_third_last,
.two_third_last,
.three_fourth_last,
.one_fourth_last,
.one_fifth_last,
.two_fifth_last,
.three_fifth_last,
.four_fifth_last,
.one_sixth_last,
.five_sixth{
    border-bottom:none !important;
  }
}

/* Bundle */

.bundle-container{
   clear:both;
}



.product-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-bundle-item .product-image {
  float: left;
  padding: 0 10px 0px 0;
}

.product-bundle-item{
   border:1px solid #ebebeb;
   padding:10px !important;
   width:30% !important;
   margin: 0 1.5% 0em 0 !important;
   
}
.product-bundle-item.last{margin-right:0 !important;}

.screamer{
    font-size: 3rem;
    text-align: center;
    color:#000;
    text-transform: uppercase;
}
.sub-heading-scream{
    text-align: center;
    margin:2em 0em;
}
a.large-button{
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
}
.large-button{
    text-align:center;
    display:block;
    background:#333;
    padding:1em;
    border-radius:5px;
    max-width:450px;
    margin:0em auto 1em;
    box-shadow:0px 1px 15px #9eb242;

}

a.med-button{
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    font-size:15px;
}
.med-button{
    text-align:center;
    display:block;
    background:#333;
    padding:0.9em 0.4em;
    border-radius:5px;
    margin:0em auto 1em;
    max-width:450px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:0px 1px 15px #9eb242;

}








.heading-med{
    font-size:19px;
    text-align:center;
    
    font-family:Georgia;
}

.heading-med span{
    text-decoration:line-through;
    color:;
    font-weight:bold;
}
.land-price{
    text-align:center;
    margin:0.2em 0em;
    font-size:5rem;
    color:#000;
}
.landing .scrollme{
    margin:1em 0em 0em;
    display:block;
}
.landing .scrollme:after{
    content:"\f103"; 
    font-family:FontAwesome;
    text-align:center;
    font-size:1.5em;
}

.post-date{
    clear: both;
    display: block;
    font-style: italic;
    margin: 0.4em 0em;
}








.book-content{


}
.book-content h1{
    background:#0B7DA2;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    margin-bottom:0.5em;
    margin-top:0;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 18px;



}

.book-content ul{
  margin:0;
  padding:0;

}
.book-content li{
    list-style:none;
    float:left;
    width:230px;
    margin-right:1em;
    display: inline-block;
}

.book-content .divider{
    background:#888;
    height:2px;
    margin:2em 0em;
    clear: both;
    width: 100%;
}



.featured-books{}
.featured-books ul{}
.featured-books li.fb-item{
    list-style:none;
    float:left;
    width:200px;
    margin-right:1em;
    display: inline-block;
}








.woocommerce-page #secondary{
    display:none;
}













