/*
Theme Name: New Haven
Theme URI: 
Author: Riser Agency
Author URI: http://riseragency
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: riser


/////////////////////////////////
/////// TABLE OF CONTENTS ///////
/////////////////////////////////

1:  RESET
2:  STRUCTURE
3:  HEADER/NAV
4:  FOOTER
5:  HEADINGS
6:  LINKS/BUTONS
7:  CONTENT FORMATTING
8:  FLEX CONTENT SECTIONS
9:  SHORTCODES
10: WIDGETS
11: FORMS
12: OTHER GLOBALS
13: BLOG
14: POSTS


/************************************************************************/
/* RESET ****************************************************************/
/************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset utf-8;

html {
overflow-y:scroll;
}
body,button,dd,div,dl,dt,fieldset,form,input,h1,h2,h3,h4,h5,h6,li,ol,legend,p,pre,td,textarea,ul {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:none;
}
ol,ul,li {
list-style:none;
text-indent:0;
}
button,input[type="button"],input[type="submit"] {
overflow:visible;
}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner {
border:none;
outline:none;
margin:0;
padding:0;
}
button:focus,button:active,input:focus,input:active {
outline:none;
}
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  line-height: 1.5;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html, body {
  font-family: 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #31341f;
}

a[href^=tel]{
  color:inherit;
  text-decoration:none;
}
a[href^=tel]:hover{
  color:inherit;
}

/************************************************************************/
/* STRUCTURE ************************************************************/
/************************************************************************/
.container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
  .container:after {
    content: '';
    display: block;
    clear: both;
  }
.container.contained {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}

.container.error404{
  padding:100px 0;
  text-align:center;
}
.container.error404 h2::after{
  left:25%;
}


/************************************************************************/
/* HEADER/NAV ***********************************************************/
/************************************************************************/
#desktop-nav .top-bar {
  background: #e0e0e0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
}
  #desktop-nav .top-bar a, #desktop-nav top-bar a:visited {
    color: #7e7e7e;
  }

  #desktop-nav .top-bar #top-bar-nav {
    float: right;
  }
    #desktop-nav .top-bar #top-bar-nav li {
      float: left;
      font-weight:normal;
      margin-right: 30px;
      letter-spacing:1px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      cursor:pointer;
    }
    #desktop-nav .top-bar #top-bar-nav li a:hover{
      color:#000;
    }
    #desktop-nav .top-bar #top-bar-nav li a{
      display:block;
      padding:1px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
    
/*Contact us */

#contact-area {
  width: 520px;
  margin-top: 25px;
}

#contact-area input, #contact-area textarea {
  padding: 5px;
  width: 57%;
  font-family: 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #ccc;
}
#contact-area input.btn-secondary{
  float:right;
  font-weight:200;
  cursor:pointer;
  background:#6f7c6a;
  color:#fff;
  padding:10px 20px;
  font:400 14px/26px 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
  float: left;
}
#contact-area input.btn-secondary:hover{
  background:#ddd;
}
#contact-area textarea {
  height: 90px;
/*  float:left;*/
}

#contact-area textarea:focus, #contact-area input:focus {
  border: 1px solid #900;
}
#contact-area .send_mail{
  float:left; 
  width:72%;
}
#contact-area input.submit-button {
  width: 100px;
  float: right;
  border-radius:5px;
  color:#555;
  background:#ccc;
  cursor:pointer;
}
#contact-area input.submit-button:hover {
  background:#ddd;
}
#contact-area .field{
  max-width:450px;
}
#contact-area .messagebox{
  margin-top:15px;
}
#contact-area label {
/*  margin-right: 15px;*/
  display: block;
  padding-top: 5px;
  font-family: 'Merriweather', serif;
  font-size: 14px;
}

.thankyou h1 {
  font-size:22px;
  text-align:center;
}

/* Search */
#desktop-nav .top-bar .searchform a{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor:pointer;
  display:block;
  line-height:43px;
}
#desktop-nav .top-bar .searchform a:hover{
  color:#fff;
}
#desktop-nav .searchform {
  position: absolute;
  right: 0;
}
  #desktop-nav .search-toggle {

  }
  #desktop-nav .searchfield {
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top:0px;
    padding: 13px 0;
    border: none;
    background: #e0e0e0;
    text-align: right;
    color: #7e7e7e;
    font-size: 13px;
  }
    #desktop-nav .searchfield.show {
      width: 450px;
    }
    

/* Main Navigation */
#main-bar {
  height: 100px;
  background: #fff;
}
  #main-bar .logo {
    display: block;
    float: left;
    background: url('img/logo.png') no-repeat;
    width: 219px;
    height: 64px;
    margin: 18px 0;
    text-indent: -9999px;
  }
  #mobile-bar {
  height: 100px;
  background: #fff;
}
  #mobile-bar .logo {
    display: block;
    float: left;
    background: url('img/logo.png') no-repeat;
    width: 219px;
    height: 64px;
    margin: 18px 0;
    text-indent: -9999px;
  }
  #main-nav {
    float: right;
    max-width: 750px;
    margin-right: -30px;
  }
    #main-nav > ul > li {
      float: left;
      padding: 0;
      position: relative;
    }
    #main-nav > ul > li a{
      padding:39px 10px;
      display:block;
    }
    #main-nav > ul > li#menu-item-258:after, #main-nav > ul > li#menu-item-263:after{
      display:none;
    }
    #main-nav a, #main-nav a:visited {
      font-size: 15px;
      color: #31341f;
    }
    #main-nav a:hover, #main-nav .current-menu-item a {
      color: #cabb8b;
      text-shadow:16px 5px -5px #556;
    }
    #main-nav > ul > li:hover a{
      color:#666;
    }
    /* Sub Menu */
    #main-nav > ul > li:hover:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-bottom: 15px solid #6f7c6a;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15px;
    }
    #main-nav > ul > li > .sub-menu {
      display: none;
      position: absolute;
      background: #6f7c6a;
      top: 100px;
      z-index: 10;
      width: 330px;
      left: 50%;
      margin-left: -165px;
      padding: 0;
    }
    .ie8 #main-nav > ul > li > .sub-menu:hover > ul {
      display: block;
    }
    #main-nav > ul > li > .sub-menu:after {
     
    }
      #main-nav > ul > li > .sub-menu li {
        padding: 0;
        position:relative;
      }
        #main-nav > ul > li > .sub-menu li:after {
          content: '';
          display: block;
          clear: both;
        }
        #main-nav > ul > li > .sub-menu > li:last-child > a {
          border-bottom: 0;
        }
      #main-nav > ul > li > .sub-menu a {
        color: #9ca798;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 15px 0 15px 5px;
        display:block;
        text-align:left;
        font-weight: 600;
        border-bottom: 1px solid #98a394;
        width:85%;
        margin:0 auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
      }
        #main-nav > ul > li > .sub-menu a:hover {
          color: #fff;
          padding-left:10px;
        }

    /* Sub Sub Menu */
    #main-nav > ul > li > .sub-menu > li > .sub-menu {
      display: none;
    }
    #main-nav > ul > li > .sub-menu > li:hover > .sub-menu {
      
    }
    /* UPDATE: expanded sub sub menu is going to the right now */
    #main-nav > ul > li > .sub-menu > li:hover > .sub-menu {
      display: block;
      top:-1px;
      left:330px;
      position:absolute;
      width:100%;
      background: #6f7c6a;
    }
    #main-nav > ul > li > .sub-menu > li:hover > .sub-menu:before {
      content: '';
      display: block;
      clear: both;
    }
      #main-nav > ul > li > .sub-menu > li > .sub-menu li:first-child {
        border-top:0;
      }

      #main-nav > ul > li > .sub-menu > li > .sub-menu li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
      }
      #main-nav > ul > li > .sub-menu > li > .sub-menu li:last-child > a {
        border-bottom: 0;
      }

/* Sticky Nav */
#sticky-nav {
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 330px;
  z-index: 200;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  }
  #sticky-nav .top-bar {
    background: #e0e0e0;
    font-weight: 700;
    font-size: 18px;
    color: #7e7e7e;
    line-height: 46px;
  }
  #sticky-nav .top-bar:after {
    content: '';
    display: block;
    clear: both;
  }
    #sticky-nav .contact {
      display: block;
      float: left;
      padding: 0 4px 0 20px;
    }
    #sticky-nav .searchform {

    }
      #sticky-nav .search-toggle {
        display: block;
        float: left;
        width: 46px;
        text-align: center;
        color: #7e7e7e;
      }
      #sticky-nav .searchfield {
        display: none;
      }
        #sticky-nav .searchfield.show {
          display: block;
          position: absolute;
          border: none;
          padding: 13px 20px;
          top: 0;
          left: 0;
          width: 238px;
          background: #e0e0e0;
          font-size: 14px;
          color: #7e7e7e;
        }
    #sticky-nav #sticky-toggle {
      display: block;
      float: right;
      background: #98a394;
      color: #fff;
      width: 46px;
      text-align: center;
      font-size: 14px;
    }

  #sticky-nav nav {
    background: #6f7c6a;
    padding: 5px 20px;
    display: none;
  }
  #sticky-nav nav:before {
    content: '';
    display: block;
    border-bottom: 7px solid #6f7c6a;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 39px;
  }
    #sticky-nav nav li {
      border-bottom: 1px solid #98a394;
    }
    #sticky-nav nav li.active{
      border-bottom:none;
    }
      #sticky-nav nav li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
      }
      #sticky-nav nav a {
        color: #9ca798;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 19px 10px;
        font-weight: 600;
        line-height: 1;
        display:block;
      }
        #sticky-nav nav a:hover {
          color: #fff;
        }
        #sticky-nav .back-to-top:after {
          content: '\f062';
          font-family: 'Icons';
          float: right;
          color: #fff;
          position:relative;
          top:-34px;
        }
      #sticky-nav nav li ul.sub-menu {
        /*border-left:1px solid #798776;*/
        display:none;
        margin-bottom:15px;
      }
      #sticky-nav nav li ul.sub-menu li {
        margin-left:15px;
        border-top:1px solid #798776;
        border-bottom:1px solid #798776;
      }
      #sticky-nav nav li ul.sub-menu li:last-child{
         
      }

/************************************************************************/
/* FOOTER ***************************************************************/
/************************************************************************/

.container.page-nav{
  width:980px;
  margin:0 auto; 
}
.container.page-nav a[rel~="prev"]{
  float:left;
}
.container.page-nav a[rel~="next"]{
  float:right;
}

#footer {
  text-align: center;
  padding: 60px 0;
}
#footer .mobile_show{
  display:none; 
}
  #footer .logo {
    display: inline-block;
    background: url('img/logo.png') no-repeat;
    width: 219px;
    height: 64px;
    text-indent: -9999px;
  }

  #menu-footer {
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
    #menu-footer li {
      display: inline-block;
      margin-right: 69px;
    }
      #menu-footer li:last-child {
        margin-right: 0;
      }
    #menu-footer a {
      font-size: 15px;
      color: #31341f;
    }
    #menu-footer a:hover {
        color:#cabb8b;
    }

  #footer p {
    margin-bottom: 0;
    color: #7e7e7e;
  }
  #footer p.copyright {
    color:#999; 
    font-size:12px;
    margin-top:25px;
  }

  #menu-footer-social {
    margin-top: 20px;
  }
    #menu-footer-social li {
      display: inline-block;
      margin: 0 10px;
    }
      #menu-footer-social a {
        color: #bdbdbd;
        font-size: 18px;
      }
      #menu-footer-social a:hover {
        color: #666;
      }



/************************************************************************/
/* HEADINGS *************************************************************/
/************************************************************************/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: 72px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  margin-bottom: 15px;
}
h2 {
  font-size: 33px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
  h2:after {
    content: '';
    display: block;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
  }
  h2.centered:after{
    left:25%; 
  }

h3 {
  font-size: 48px;
  font-weight: 200;
  color: #fff;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height:30px;
}
h5 {}

.pre-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 800;
}

.sub-title {
  display: block;
  font-size: 14px;
  color: #9ca798;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
}
  h2 .sub-title {
    margin-top: 30px;
  }



/************************************************************************/
/* LINKS/BUTTONS ********************************************************/
/************************************************************************/
a {
  text-decoration: none;
  color: #cabb8b;
  font-weight: bold;	
}
a:hover {
  cursor: pointer;
  color: #9ca798;
}
a:focus { outline: none; }

[class^="btn-"] {
  margin: 0;
  border-radius: 1px;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  }
[class^="btn-"]:hover {
  color:#fafafa; 
  padding-left:20px;
  width:215px;
  }
.btn-secondary {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  width:225px;
  padding-left:10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: none;
}

.text-btn {
  color: #cabb8b;
  font-family: 'Merriweather', serif;
  font-size: 13px;
}
  .text-btn:after {
    color: #31341f;
  }

.arrow:after {
  content: '\f105';
  font-family: 'Icons';
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
[class^="btn-"]:hover:after{
  position:relative;
  margin-left:30px;
}
[class^="text-btn"]:hover:after{
  position:relative;
  margin-left:20px;
}

/************************************************************************/
/* CONTENT FORMATTING ***************************************************/
/************************************************************************/

p {
  margin-bottom: 20px;
  line-height: 1.8em;
}
p:last-child { margin-bottom: 0; }
 
q {
  font-style: italic;
}
  q:before, q:after {
    content: '"';
  }
pre, code {
  padding: 20px;
  font-family: monospace;
  font-size: .83em;
  margin-bottom: 10px;
}
  code {
    padding: 5px;
    margin: 0;
  }
strong, b {
  font-weight: 600;
}
sub {
  vertical-align: sub;
  font-size: .7em;
}
sup {
  vertical-align: super;
  font-size: .7em;
}
em {
  font-style: italic;
}
.merriweather {
  font-family: 'Merriweather', serif;
}

/* Images */
img, object, embed {
  max-width: 100%;
  height: auto;
}
.image {
  background-size: cover;
  background-position: center;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Wordpress */
.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }

/* TODO: Format Default Wordpress Gallery */
.wp-caption { }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { }
img.wp-smiley, .rsswidget img { }
.entry-content dl.gallery-item { }
.gallery-item a, .gallery-caption { }
.gallery-item a { }
.gallery-caption a { }
.gallery-columns-1 .gallery-item a { }
.gallery .gallery-icon img { }
.gallery-columns-1 .gallery-icon img { }

/* Tables */
table {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    margin-bottom: 30px;
    background-color: #fff;
}  
  caption {
    padding: 20px 10px;
    background: #555;
    color: #fff;
    font-size: 1.385em;
  }
    caption + thead {
      border-bottom: 3px double #e3e3e3;
      background: #fff;
    }
      caption + thead th {
        font-family: Georgia, Times, serif;
        font-style: italic;
        font-weight: normal;
      }
      th {
        padding: 10px;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
      }
  tbody tr:nth-child(2n) {
    background: #fafafa;
  }
  tbody td {
    border: 1px solid #e3e3e3;
    padding: 10px;
  }
  tfoot {
    border-top: 3px double #e3e3e3;
  }
    tfoot td {
      padding: 10px;
      border: 1px solid #e3e3e3;
      font-weight: bold;
    }

/* Lists */
.content ul, .content ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
  .content ul li {
    line-height: 1.8em;
    margin-bottom: 10px;
    list-style-type: disc;
  }
  .content ol li {
    line-height: 1.8em;
    margin-bottom: 10px;
    list-style-type: decimal;
  }


/************************************************************************/
/* FLEX CONTENT AREAS ***************************************************/
/************************************************************************/

.content.default {
  padding:100px 0;
}
.content.default .column li {
  font:400 14px/26px 'Merriweather', serif; 
  color:#31341f;
}
.content.default .column a{
  float:left; 
  padding:0 15px 0 0;
}

.content.default .column a img{
 /* max-width:180px;*/
}

.content.default h2 {
  width:100%;
  margin:0 auto 50px;
  text-align:center;
}

.content.default h2 .subtitle {
  font-size:14px;

}

.content.default h2::after {
  left:26%;
  width:46%;
}

.content.default.two .column {
  float:left;
  width:45%;
  padding:0 0 0 8%;
}

.content.default.two h2::after {
  left:31%;
  width:37%;
}

.content.default.three .column {
  float:left;
  width:33%;
  padding:0 1%;
}

.content.default.three h2::after {
  left:26%;
  width:46%;
}

#page-content {
  background: #f3f5f7;
}

.leftcol {
    float: left;
    width: 33%;
    padding: 0 1% 0 0;
}

.rightcol {
    float: left;
    width: 66%;
    padding: 0 15% 0 1%;
}

section.header-img > section {
	padding-top:50px;
}

@media screen and (max-width:768px){
	.leftcol {
		width:100%;
		float:none;
		padding:0 1%;
	}
	.rightcol {
		width:100%;
		float:none;
		padding:0 1%;
}
.header-img {
	display:none;
}

}

/* Slider and Image Carousel */
.carousel {
    position: relative;
    width:100%;
    text-align:center;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    width:100%;
    position: relative;
    display: none;
    -moz-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.carousel-inner > .item .bg {
    width:100%;
    height:584px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}
.carousel-inner > .item .bg img{
  top:0!important;
}
.carousel-inner > .item > img {
    line-height: 1;
}
.carousel-inner > .item .carousel-img {
    width:100%;
    height:653px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.carousel-inner > .item .carousel-img img {
  top:0!important;
}
.carousel-inner > .item .slide-content {
    bottom: 65px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    z-index:2;
}
.carousel-inner > .item .slide-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    width:750px;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
a.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height:100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    z-index: 2;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    display:block;
    background-color:none;
}
a.carousel-control.right {
    right: 0;
    left: auto;
    height:100%;
}
a.carousel-control.left{
    height:100%;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
  }
a.carousel-control i {
    position:absolute;
    top:25%;
    z-index:1;
    opacity:1;
}

.carousel-control.left i{
  font-weight:normal;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  left: 0;
  padding: 50% 50% 50% 42%;
}
.carousel-control.right i{
  font-weight:normal;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  right: 0;
  padding: 50% 42% 50% 50%;
}
.carousel-control.left:hover i{
  font-weight:bold;
}
.carousel-control.right:hover i{
  font-weight:bold;
}
.img-carousel .carousel-control {
    display:none;
}
.img-carousel:hover .carousel-control {
    display:block;
}
.carousel-indicators {
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.carousel-indicators li:only-child{
  display:none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #31341f;
    border:1px solid #31341f;
}

/* Call Out */
.call-out {
  text-align: center;
  padding: 100px 0;
}
  .call-out h2:after {
    left: 25%;
  }
  .call-out .default p{
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
  }
  .call-out .secondary p{
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .call-out .secondary h4{
    text-align:left;
  }
  .call-out .secondary a{
    text-align:left;
    margin-top:20px;
    display:inline-block;
  }
  .call-out .secondary p a {
      margin-top:0px;
  }

/*  .image-carousel + .call-out {
      padding: 100px 0 0;
      margin-top: -20px;
  }*/

  .call-out + .tabbed.standard {
    padding: 0 0 100px;
    margin-top: -30px;
  }


/* All Tabs */
.tabbed .container.title {
    text-align:center;
}
.tabbed .container.title h2:after {
    left:25%;
}
.tabbed:after {
  content: '';
  display: block;
  clear: both;
}

.tab-content {
  display: none;
}
  .tab-content.active {
    height:100%;
    display:block;
  }
  .tab-content ul, .tab-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
  }
    .tab-content ul li {
      line-height: 1.8em;
      margin-bottom: 10px;
      list-style-type: disc;
      font:400 14px/26px 'Merriweather' serif;
      color:#31341f;
    }
    .tab-content ol li {
      line-height: 1.8em;
      margin-bottom: 10px;
      list-style-type: decimal;
    }
    .tab-content h4.title {
        font-size:14px;
        color:#9ca798;
        text-transform:uppercase;
        letter-spacing:2px;
        font-weight:800;
    }
    .tab-content p {
        font:400 14px/26px 'Merriweather' serif;
        color:#31341f;
    }

/* Fancy Tabs */
.tabbed.fancy nav {
  background: #6f7c6a;
  position:relative;
  z-index:3;
}
  .tabbed.fancy nav a {
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: center;
    padding: 40px 0;
    height: 130px;
    position: relative;
    font-family: 'Merriweather', serif;
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    background:#6f7c6a;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
  }
  .tabbed.fancy nav a span {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 800;
    color: #9ca798;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    margin-top: 5px;
  }
    .tabbed.fancy nav a.active, .tabbed.fancy nav a:hover {
      color: #cabb8b;
      background: #fff;
    }
      .tabbed.fancy nav a.active:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -15px;
        border-top: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        z-index:3;
      } 
    .tabbed.fancy nav a.active span, .tabbed.fancy nav a:hover span {
      color: #cabb8b;
    }

.tabbed.fancy .tab-content {
  color: #fff;
  text-align: center;
  padding: 110px 0;
  background-size: cover;
  background-position: center;
  z-index:2;
  position:relative;
  height:300px;
}
.tabbed.fancy .tab-content .container{
  top:0;
  left:0;
  position:relative;
  transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.tabbed.fancy .tab-content .container.hidden{
  display:none;
}
  .tabbed.fancy .tab-content h2 {
    padding-bottom: 0;
    border: 0;
  }
    .tabbed.fancy .tab-content h2:after {
      display: none;
    }
    .tabbed.fancy .tab-content p {
        color:#fff;
    }
.tabbed.fancy .tab-content .container.active {
  display:block;
}

/* Standard Tabs */
.tabbed.standard {
  padding: 100px 0;
}
.tabbed.standard nav {
  margin-bottom: 40px;
  text-align: center;
}
.tabbed.standard nav a {
  display: inline-block;
  padding: 10px 17px;
  background: #6f7c6a;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-right: -2px;
}
  .tabbed.standard nav a.active, .tabbed.standard nav a:hover {
    background: #fff;
    color: #cabb8b;
  }
    .tabbed.standard nav a.active:after {
      content: '';
      display: block;
      clear: both;  
      width: 0;
      height: 0;
      border-top: 15px solid #fff;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      bottom: -15px;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      z-index: 1;
    }

/* Side Tabs */
.tabbed.side {
  padding: 100px 0;
}
.tabbed.side:after {
  content: '';
  display: block;
  clear: both;
}
  .tabbed.side nav {
    float: left;
    width: 33.3%;
    padding-right: 50px;
  }
    .tabbed.side nav a {
      display: block;
      font-size: 14px;
      color: #9ca798;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 15px 10px;
      font-weight: 800;
      border-bottom: 1px solid #e0e0e0;
    }
      .tabbed.side nav a:last-child {
        border-bottom: 0;
      }
      .tabbed.side nav a.active, .tabbed.side nav a:hover {
        color: #cabb8b;
      }
    .tabbed.side .tab-content-container {
      float: left;
      width: 66.66%;
    }
  .tabbed.side .tab-content {
    padding-top: 15px;
    font-family:"Merriweather";
    font-size:14px;
    line-height:24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
  }
  .tabbed.side .tab-content h5{
    margin-bottom:10px;
  }
 .tabbed.side .tab-content h4{
    font-family: 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
    font-size:15px;
  }

/* Side w/ Images Tabs */
.tabbed.side-images {
  padding: 100px 0;
  position: relative;
}
.tabbed.side-images:after {
  content: '';
  display: block;
  clear: both;
}
  .tabbed.side-images nav {
    float: left;
    width: 75%;
    padding-right: 50px;
  }
    .tabbed.side-images nav a {
      display: block;
      font-size: 14px;
      color: #9ca798;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 15px 10px;
      font-weight: 800;
      border-bottom: 1px solid #e0e0e0;
    }
      .tabbed.side-images nav a:last-child {
        border-bottom: 0;
      }
      .tabbed.side-images nav a.active, .tabbed.side-images nav a:hover {
        color: #cabb8b;
      }
    .tabbed.side-images .tab-content-container {
      float: left;
      width: 66.66%;
    }
  .tabbed.side-images .tab-content {
    padding-top: 15px;
  }
.tabbed .tab-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: #e0e0e0;
}
  .tabbed .tab-image .caret {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid #f3f5f7;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    left: 0;
    top: 20%;
  }
.tabbed .tab-image-content {
  width: 60%;
}
.tabbed .side-images .tab-image-content {
  width: 30%;
}

/* Post Tabs */
.tabbed.posts {
  padding: 100px 0;
}
/* Default posts style */
.tabbed.posts nav {
  text-align: center;
}
  .tabbed.posts nav a {
    font-size: 14px;
    text-transform: uppercase;
    color: #9ca798;
    letter-spacing: 2px;
    margin: 30px 15px;
    display: inline-block;
    font-weight: 600;
  }
    .tabbed.posts nav a.active, .tabbed.posts nav a:hover {
      color: #cabb8b;
    }

  .tab-post {
    padding: 90px;
  }
    .tab-post:after {
      content: '';
      display: block;
      clear: both;
    }
    .tab-post:first-child {
      padding-top: 65px;
    }
    .tab-post:last-child {
      border: none;
      padding: none;
    }
    .tab-post .image {
      float: left;
      width: 37%;
      margin-right: 3%;
      height: 200px;
    }
    .tab-post .post-preview {
      float: left;
      width: 70%;
    }

    /* Side_posts styles */

  .tabbed.side_posts {
    padding:80px 0;
  }
  .tabbed.side_posts nav.side_posts {
    text-align: left;
    float:left;
    width:100%;
    max-width:300px;
    margin-top:60px;
  }
  #undefined-sticky-wrapper{
    float:left;
    padding:0; 
    margin:0;
    width:33.3%;
  }
  #undefined-sticky-wrapper.sticky{
    width:33.3%;
  }
  .tabbed.side_posts nav.side_posts a { 
    display: block;
    font-size: 14px;
    color: #9ca798;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: 800;
    border-bottom: 1px solid #e0e0e0;
  }

  
    .tabbed.side_posts nav.side_posts a:first-child {
      padding-top:0px;
    }
    .tabbed.side_posts nav.side_posts a:last-child {
      border-bottom: 0;
    }
    .tabbed.side_posts nav.side_posts a.active, .tabbed.side_posts nav.side_posts a:hover {
      color: #cabb8b;
    }
  .tabbed.side_posts .tab-content-container.side_posts{
    width:66.6%;
    float:right;
  }
  .tabbed.side_posts .tab-post {
    padding:40px 0;
    margin-left:60px;
  }
  .tabbed.side_posts .tab-post:first-child{
    padding-top:50px;
  }
  .tab-content-container.side_posts .tab-post .image {
    float: left;
    width: 150px;
    margin:10px 20px 0 0;
    height: 205px;
    background-repeat:no-repeat;
  }

  .tab-content-container.side_posts .tab-post.title_only .image{
    display:none; 
  }
  .tab-content-container.side_posts .tab-post.title_only .meta {
    display:none; 
  }
  .tab-content-container.side_posts .tab-post.title_only h4{
    font-size:21px;
    font-weight:600;
    text-align:left;
    margin-bottom:-23px;
  } 

#stop_nav{
  display:block;
  width:10px;
  height:10px;
}

/* Testimonials */
.testimonials {
  position: relative;
}

.testimonial-content {
    width: 60%;
    height:515px;
    float: left;
    padding: 100px 0;
}
.quotes{
  opacity:1;
}
  blockquote {
    font-size: 15px;
    font-family: 'Merriweather', serif;
    line-height: 1.8em;
    opacity:0;
    top:0;
    left:0;
    display:none;
  }
    blockquote.active {
      display: block;
      opacity:1;
      left:0;
    }
    blockquote cite {
      color: #9ca798;
      font-style: italic;
      display: block;
      text-align: right;
      margin-top: 55px;
    }
      blockquote cite:before {
        content: '- ';
      }

  .quote-nav {
    position: absolute;
    bottom: 100px;
  }
    .quote-nav a {
      color: #31341f;
      font-size: 32px;
      line-height: 1;
    }
      .quote-nav #prev {
        margin-right: 30px;
      }

  .quote-image {
    position: absolute;
    height: 100%;
    width: 35%;
    top: 0;
    right:0;
    background-color: #e0e0e0;
    background-repeat:no-repeat;
  }
  .quote-image.active{
    display:block;
    opacity:.1;
    z-index:1;
  }
  .quote-image img{
    top:0!important;
  }
    .quote-image .caret {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 25px solid #f3f5f7;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      left: 0;
      top: 20%;
    }


/* Call To Action */
.call-to-action {
  background: #9ca798;
  text-align: center;
  padding: 70px 0;
  z-index:2;
  position:relative;
}
  .call-to-action h3 {
    display: inline-block;
    margin-right: 40px;
    font-size:46px;
  }


/* Post Gallery */
.post-gallery {
  padding: 100px 0;
}
  .post-gallery-header h2:after {
    left: 0;
    width: 100%;
  }
  .post-slider-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 34px;
    line-height: 1;
  }
    .post-slider-nav a {
      margin-left: 20px;
      color: #31341f;
    }
  .post-group {
    display: none;
    margin: 0 -1.6%;
  }
  .post-group.show {
    display: block;
  }
    .post-item {
      width: 30%;
      margin: 0 1.6%;
      float: left;
    }
      .post-item .image {
        height: 160px;
        background-color: #fff;
        margin-bottom: 30px;
        background-repeat:no-repeat;
      }
      .post-item .image img{
        top:0px!important;
      }


/* Page Header */
.page-header {
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}
.page-header img {
  top:0!important;
}

/* Accordion List */
.accordion-list {
  padding: 100px 0;
}
  .accordion-list-header {
    text-align: center;
  }
  .accordion {
    margin-bottom:25px; 
  }
    .accordion-title {
      font-size: 14px;
      color: #9ca798;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 27px;
      display: block;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
      .accordion-title:hover {
        color: #4C5E45;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
      }
    .accordion-content {
      display: none;
    }
      .accordion-content.active {
        display: block;
      }
    .accordion-content p {
      padding:15px 5px; 
    }

/* Image Carousel */
.image-carousel {
    padding: 100px 0;
}
.image-carousel img{
  top:0!important;
}

.video {
  height: 630px;
  position: relative;
  background-repeat:no-repeat;
}
.video #youtube{
  /*height:630px;*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video img{
  top:0!important;
}
.add-opacity{
  position:relative;
}
.add-opacity::after{
  content: "";
  display: block;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(img/blackback.png) repeat 0 0, url(img/blackback.png) repeat 0 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url(img/blackback.png) repeat 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.4))), url(img/blackback.png) repeat 0 0;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%), url(img/blackback.png) repeat 0 0;
  background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%), url(img/blackback.png) repeat 0 0;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%), url(img/blackback.png) repeat 0 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%), url(img/blackback.png) repeat 0 0;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  opacity : 0.4; 
  z-index: 1; 
  }
  .add-opacity .container{
    z-index:2;
  }
  .video-embed {
    position: static;
    width: 100%;
    height: 100%;
  }
  .video-placeholder-text {
    text-align: center;
    padding-top: 12%;
    position:relative;
    z-index:2;
  }
  .video-placeholder-text.expanded{
    width:100%;
    padding:0;
    margin:0;
    max-width:2560px;
  }
    .close_video{
      position:absolute;
      top:214px;
      left:140px;
      display:inline-block;
      border-radius:0 0 5px 5px;
      width:30px;
      height:50px;
      background:rgba(255,255,255,0.9);
      color:#333;
      font-size:28px;
      font-weight:bold;
      cursor:pointer;
      display:none;
    }
    .play-button {
      display: inline-block;
      color: #fff;
      font-size: 40px;
      padding: 20px 50px;
      background: rgba(42, 41, 41, 0.8);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A2929', endColorstr='#2A2929'); /* IE */
      line-height: 1;
      margin-top: 30px;
      cursor: pointer;
      border:1px solid #444;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      overflow:hidden;
    }
    .play-button:hover{
      padding:20px 60px;
      border:1px solid #fff;
    }
  #video-container {
    display:none;
  }
  #video-container.expanded{
    /*width:100%;
    height:100%;
    min-height:630px;*/
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }


.imaged-list{
  padding:95px 0;
}
  /* Left-side imaged list */
  .imaged-list .container.left-side{
    width:980px;
  }
  .imaged-list ul li{
    margin:0 0 45px 0;
    float:left;
  }
  .imaged-list .container h2 {
    font-size:33px;
    text-align:center;
    margin-bottom:45px;
  }
    .imaged-list .container h2.centered::after{
      width:55%;
      left:23%;
      background:#eaeaea;
    }
    .imaged-list .container h2 .subtitle {
      font-size:14px;
      color:#9ca798;
      margin-top:25px;
      text-transform:uppercase;
      letter-spacing:3px;
    }
  .imaged-list .container p {
    margin-bottom:10px;
  }
  .imaged-list .list-img{
    float:left; 
    width:185px;
    height:185px;
    margin-right:10px;
    background-repeat:no-repeat;
    background-size:50%;
    background-position:top center;
  }
  .imaged-list .list-content{
    float:left;
    width:615px;
    font:400 14px/26px 'Merriweather' serif;
    color:#31341f; 
  }
  .imaged-list .list-content p .out_link{
    display:inline-block;
    width:11px; 
    height:10px;
    background:url('img/out_link.png');
    position:relative;
    top:7px;
    left:3px;
  }

  /* Top side imaged list */
  .imaged-list .container.top ul li{
    margin:0 auto;
    width:33%;
    text-align:center;
    height:150px;
  }

  .imaged-list .container.top h2 {
    font-size:33px;
    text-align:center;
    margin-bottom:35px;
  }
    .imaged-list .container.top h2.centered::after{
      width:26%;
      left:37%;
      background:#eaeaea;
    }
    .imaged-list .container.top h4.subtitle {
      font:400 22px/32px 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
      color:#31341f;
      margin:35px 0 45px 0;
      font-weight:300;
      text-align:center;
    }
  .imaged-list .container.top .list-img{
    width:110px;
    height:68px;
    margin:0 auto;
    float:none;
    display:block;
    text-align:center;
  }
  .imaged-list .container.top .list-content{
    width:275px;
    float:none;
    margin:0 auto;
    text-align:center;
  }
  .imaged-list .container.top .list-content h4{
    width:275px;
    float:none;
    margin:0 auto;
    line-height:20px;
    text-align:center;
  }
  .imaged-list .container.top .list-content p a{
    font-size:12px;
  }

/************************************************************************/
/* SHORTCODES ***********************************************************/
/************************************************************************/

section.daily_schedule{
  background:#fff;
}
section.audio_player{
  background:#fff;
  padding:100px;
}

/************************************************************************/
/* WIDGETS **************************************************************/
/************************************************************************/
.widget {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Merriweather', serif;
  font-size: 13px;
}
  .widget:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
    .widget a {
      color: #31341f;
    }

    .widget li {
      margin-bottom: 10px;
    }

    .widget-title {
      display: block;
      font-size: 14px;
      color: #9ca798;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 20px;
    }


/* Calendar */
.widget_calendar #wp-calendar {
  width: 100%;
}
  .widget_calendar caption {
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  }
  .widget_calendar thead th, .widget_calendar tbody td {
      padding: 9px 0;
      border: 1px solid #fff;
      text-align: center;
  }
  .widget_calendar th {
      font-weight: 800;
  }
    .widget_calendar tbody td {
        background: #666;
    }
    .widget_calendar tbody td.pad {
        background: #ccc;
    }
      .widget_calendar td a {
          color: #fff;
          cursor: pointer;
      }
.widget_calendar tfoot {
  display: none;
}

/* Tags */
.widget_tag_cloud a {
  background: #fff;
  padding: 7px;
  display: inline-block;
  line-height: 1;
  margin: 0 2px 5px 0;
  transition: color .2s;
  -moz-transition: color .2s;
}
  .widget_tag_cloud a:hover {
    transition: color .2s;
    -moz-transition: color .2s;
  }


/************************************************************************/
/* FORMS ****************************************************************/
/************************************************************************/
input:-webkit-autofill, textarea:-webkit-autofill {
    background-color: rgb(255,255,255) !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:focus, textarea:focus { outline: none; }

fieldset:after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 30px;
}
/* EXAMPLE OF FORM HTML
<div class="row">
  <div class="field col three">
    <label class="label">Name</label>
    <div class="text">
      <input type="text" placeholder="Name" id="name" />
    </div>
  </div>
  <div class="field col three">
    <label class="label">Radio</label>
    <div class="radio">
      <input type="radio" id="radio-1" name="radio" /><label>Radio Label</label>
    </div>
    <div class="radio">
      <input type="radio" id="radio-1" name="radio" /><label>Radio Label</label>
    </div>
    <div class="radio">
      <input type="radio" id="radio-1" name="radio" /><label>Radio Label</label>
    </div>
  </div>
</div>
*/
.field {
  margin-bottom: 20px !important;
  padding: 0;
}
  .text, .textarea {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background: #fff;
    padding: 10px;
  }
  .text > input, .textarea > textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: 0;
    width: 100%;
    background: none;
    font-size: 1em;
  }
  .textarea > textarea {
    height: 100px;
  }    
  .label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .radio, .checkbox {
    display: block;
    margin-bottom: 5px;
  }
    .radio input, .checkbox input {
      display: inline-block;
      vertical-align: top;
      margin-right: 3px;
    }
    .radio label, .checkbox label {
      display: inline-block;
    }
  .field .button {
    width: 100%;
  }


/************************************************************************/
/* OTHER GLOBALS ********************************************************/
/************************************************************************/
.clear:after {
  content: '';
  clear: both;
  display: block;
}

.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}


/************************************************************************/
/* BLOG *****************************************************************/
/************************************************************************/
.blog-content {
  padding: 100px 0;
}
#main-col {
  float: left;
  width: 76.66%;
}

#sidebar {
  float: left;
  width: 20%;
  margin-left: 3.33%;
}

#sidebar h5.widget-title{
  font-family: 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
  font-size:14px;
  font-weight:600;
}

.post-preview .meta a {
  font-family: 'Merriweather', serif;
  color: #cabb8b;
}
.post-preview .meta .categories a{
  font-family: 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif;
  font-size:15px;
  color:#7e7e7e; 
}
.post-preview .excerpt {
  margin: 10px 0;
  font-family: 'Merriweather', serif;

}
.post-preview h4 {
  margin-bottom: 13px;
  line-height:22px;
}
.post.person .post-preview {
  margin:0;
}

.post:after {
  content: '';
  display: block;
  clear: both;
}
  .post-sidebar {
    float: left;
    width: 55px;
    color: #9ca798;
    text-align: center;
  }
    .post-date {
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 13px;
      padding-bottom: 15px;
    }
      .post-date span {
        font-size: 40px;
      }
    .post-social a {
      color: #bdbdbd;
      display: block;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .post-social a:hover{
      color:#666;
    }


  .post .post-preview {
    margin-left:75px;
  }
  .post .post-preview.search{
    margin:0;
  }
  .post .post-preview.search a{
    color:#31341f;
  }
  .post .post-preview.search a.text-btn{
    color:#9ca798;
  }
    .post .post-preview .image {
      height: 330px;
      margin-bottom: 25px;
    }
    .post .post-preview .person.image{
      float:left;
      height:320px;
      margin:9px 25px 9px 0;
      width:250px;
    }

    .post h2 {
      color: #9ca798;
      font-size: 33px;
      line-height:45px;
      padding-bottom: 0;
      margin-bottom: 10px;
      border: 0;
      font-weight: 700;
    }
      .post h2:after {
        display: none;
      }

    .post .meta {
      margin: 15px 0;
      font-size: 15px;
      color: #7e7e7e;
    }

  .post .tags a:after {
    content: ', ';
  }
    .post .tags a:last-child:after {
      content: '';
    }

  .post .content {
    font-family: 'Merriweather', serif;
    margin-top:15px;
  }

  .post-list .text-btn {
    display: block;
    margin-top: 15px;
  }
  .post-list .post {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
  }
  .post-list.search .post{
    border-bottom:none;
  }
  .post-list.search h2{
    font-weight:200;
  }
    .post-list .post:last-child {
      padding: 0;
      margin: 0;
      border: none;
    }

/************************************************************************/
/* POST *****************************************************************/
/************************************************************************/

/* Comments */
.comments-area {
  width:75%;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  margin: 55px 0 15px 65px;
}
.comments-area textarea#comment {
  border:none;
  margin-top:10px;
  display:block;
  width:100%;
  height:125px;
  max-width:100%;
  max-height:185px;
  position:relative;
}
.comments-area textarea#comment:after{
  content:"*";
  width:10px;
  position:absolute;
  top:0; 
  right:-10px;
}
.comment, .pingback {
  margin-bottom: 15px;
}
  .comment-content h1 { font-size: 2.0em; }
  .comment-content h2 { font-size: 1.8em; }
  .comment-content h3 { font-size: 1.6em; }
  .comment-content h4 { font-size: 1.4em; }
  .comment-content h5 { font-size: 1.2em; }
  .comment-content h6 { font-size: 1.0em; }
  .comment-content p {
    margin-bottom: 10px;
  }
  .comment-content ul, .comment-content ol {
    margin: 5px 0 5px 30px;
    list-style-type: disc;
  }
    .comment-content ol {
      list-style-type: decimal;
    }
  .comment-content > ul, .comment-content ol {
    margin-bottom: 15px;
  }
    .comment-content ul li, .comment-content ol li {
      margin-bottom: 5px;
    }
  .comment-content blockquote {
    margin-bottom: 10px;
    border-left: none;
    padding: 10px;
    color: #666;
    font-weight: 300;
  }
    .comment-content blockquote cite {
      display: block;
      font-weight: 500;
      margin-top: 10px;
    }
  .comment-meta:after {
    content: '';
    display: block;
    clear: both;
  }
    .comment-avatar {
      width: 50px;
      height: 50px;
      float: left;
      background-size: cover;
      background-position: center;
      border-radius: 100%;
      background-color: #fff;
    }
    .comment-meta-info {
      padding: 5px 10px 5px 60px;
      background: none;
    }
      .comment-meta-info cite {
        display: block;
      }
  .comment-content {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
    position: relative;
  }
    .comment-content:before {
      content: '\f0d8';
      font-family: 'Icons';
      color: #fff;
      position: absolute;
      top: -13px;
      left: 18px;
      line-height: 1;
      font-size: 20px;
    }
    .comment-actions {
      text-align: right;
    }
      .comment-actions:after {
        content: '';
        display: block;
        clear: both;
      }
      .comment-edit-link {
        float: left;
      }
.comment .children {
  margin: 15px 0 0 15px;
}



/* Comment Form */

#comments #respond {
  margin-top:75px;
}

#reply-title {
  margin: 30px 0 10px;
  font-size:28px;
  color:#666;
  
}
  #reply-title small {
    float: right;
    font-size: .7em;
  }
  .comment-notes {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font:400 13px/22px 'Merriweather', serf; 
    color:#666;
  }
#commentform .field {
  padding: 0 10px 0 0;
  font:400 14px/26px 'Merriweather', serif;
}
#commentform .field{
  width:50%;
}
#commentform .field .text {
  border-bottom:none; 
}
#commentform .field .text input{
font:400 14px/26px 'Merriweather', serif;
  color:#666; 
}
.comment-form-comment {
  margin-right: -10px;
  font:400 13px/26px 'Merriweather', serif;
}
.comment-form-comment label {
  font:400 13px/22px 'Merriweather', serif;
  color:#666; 
}
.comment-form-comment textarea {
  padding:10px; 
  font:400 13px/26px 'Merriweather', serif;
  color:#666;
}
.comment-form-comment:before {
  content: '';
  display: block;
  clear: both;
}
#commentform .required{
  font:400 14px/26px 'Merriweather', serif; 
  color:#666;
}
#commentform .field.required {
  position:relative;
  width:50%; 
}
#commentform .field.required:after {
 content:"*";
 position:absolute;
 top:0; 
 right:-5px; 
 width:10px; 
 color:#666; 
}
#commentform #submit {
  text-transform: uppercase;
  font-size: 1.071em;
  padding: 10px 20px;
  border: none;
  font-weight: 300;
  display: inline-block;
  transition: all .2s;
  -moz-transition: all .2s;
  position: relative;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  background:#6f7c6a;
  font:400 14px/26px 'Source Sans Pro', 'Helvetica', 'Aria', sans-serif; 
  width:200px;
}
  #commentform #submit:hover {
    text-indent: -5px;
  }
.commentlist #reply-title {
  margin: 20px 0 10px 0;
}


/*OPTIMIZELY TESTS*/

.opt-left {
width: 66%;
float: left;
}

.opt-right {
width: 32%;
float: right;
max-width: 300px;
}

@media screen and (max-width:768px){ 
.opt-left, .opt-right {
width: 100%;
float: none;
padding: 0 1%;
}
}

/*LANDING PAGES*/
.content.default .landing-leftcolumn {
  float: left;
  width: 66%;
  margin-top: 15px;
}

.content.default .landing-rightcolumn {
  float: right;
  width: 32%;
  margin-top: 15px;
  max-width: 300px;
}

@media screen and (max-width:768px){ 
.content.default .landing-leftcolumn, .content.default .landing-rightcolumn {
width: 100%;
float: none;
padding: 0 1%;
}
}

.page-id-5338 #main-nav {
    display: none;
}

.page-id-5338 .top-bar {
    display: none;
}

.page-id-5338 #nav-toggle {
    display: none;
}

.page-id-5338 .search-toggle {
    display: none;
}

.page-id-5348 #main-nav {
    display: none;
}

.page-id-5348 .top-bar {
    display: none;
}

.page-id-5348 #nav-toggle {
    display: none;
}

.page-id-5348 .search-toggle {
    display: none;
}

.page-id-5371 #main-nav {
    display: none;
}

.page-id-5371 .top-bar {
    display: none;
}

.page-id-5371 #nav-toggle {
    display: none;
}

.page-id-5371 .search-toggle {
    display: none;
}

.page-id-5373 #main-nav {
    display: none;
}

.page-id-5373 .top-bar {
    display: none;
}

.page-id-5373 #nav-toggle {
    display: none;
}

.page-id-5373 .search-toggle {
    display: none;
}

.page-id-5375 #main-nav {
    display: none;
}

.page-id-5375 .top-bar {
    display: none;
}

.page-id-5375 #nav-toggle {
    display: none;
}

.page-id-5375 .search-toggle {
    display: none;
}


/* CUSTOM CLASSES */
.no-pad-bottom, .content.default.no-pad-bottom {
padding-bottom:0;
}

.no-pad-top, .content.default.no-pad-top {
padding-top:0;
}

.little-pad-top, .content.default.little-pad-top {
padding-top: 30px;
}

.no-pad-bottom, .accordion-list.no-pad-bottom {
padding-bottom:0;
}

.no-pad-top, .accordion-list.no-pad-top {
padding-top:0;
}

.little-pad-top, .accordion-list.little-pad-top {
padding-top: 30px;
}

