/* Theme custom style css start here 
amar
======================================================
*/

@font-face {
    font-family: 'oregonregular';
    src: url('asset/fonts/oregon-webfont.eot');
    src: url('asset/fonts/oregon-webfont.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/oregon-webfont.woff2') format('woff2'),
         url('asset/fonts/oregon-webfont.woff') format('woff'),
         url('asset/fonts/oregon-webfont.ttf') format('truetype'),
         url('asset/fonts/oregon-webfont.svg#oregonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 40px;
    font-weight: 300;
    color: #000;
}

.widget {
    font-size: 23px;
    line-height: 35px;
    border: 0;
    padding: 0;
    margin: 0
}

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

a {
    text-decoration: none;
    display: inline-block;
    color: #7B5787;
	
}

a:hover,
a:focus {
    text-decoration: none;
}

*::-moz-placeholder {
    font-family: 'oregonregular'
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'oregonregular';
}

p,
.widget p {
    margin-bottom: 20px
}

li {
    list-style: inherit;
}

ul,
ol {
    margin: 0;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: none
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    display: none;
}

.widget .widget-title {
   font-family: 'oregonregular';
    margin-bottom: 0.4em;
}

html {
    font-size: 14px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.home .page-banner,
.home .entry-header {
    display: none
}

.container {
    max-width: 1190px;
    width: 100%;
}
.entry-content {padding-top: 9px;}
header {
    box-shadow: 0 90px 75px -45px #7B5787 inset;
    background: -moz-linear-gradient(top, rgba(123,87,135,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(123,87,135,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(123,87,135,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b5787', endColorstr='#007db9e8',GradientType=0 );

  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000000;
}

.main-header {
    padding: 25px 13px
}

.main-header.fixed {
    padding-top: 10px;
    padding-bottom: 10px
}

.fixed {
    background: #7B5787;
    left: 0;
    position: fixed !important;
    top: 0;
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: 111;
}

.header-right {
    position: relative;
    padding-right: 70px;
}

.header-social {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px
}

.header-social li a {
    font-size: 16px;
    color: #fff;
}

.navbar-nav {
    float: none;
    width: 100%;
    text-align: center
}

.navbar-nav > li {
    border: 0;
    float: none;
    display: inline-block
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 9px;
    font-family: 'oregonregular';
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent;
    color: #fff;
}

.navbar-toggle {
    border: 1px solid #fff;
    margin-right: 50px;
    margin-top: 16px
}

.navbar-toggle .icon-bar {
    background: #fff;
}


/*--
.home-slider .sow-slider-base ul.sow-slider-images li.sow-slider-image {
    height: 650px !important;
    background-repeat: no-repeat
}

.home-slider .sow-slider-base .sow-slider-pagination {
    display: block !important;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.sow-slider-base .sow-slider-pagination li a {
    background: transparent !important;
    border: 1px solid #006c8b;
    display: inline-block;
    opacity: 1;
    font-size: 0;
    color: transparent
}

.sow-slider-base .sow-slider-pagination li.sow-active a {
    background: #006c8b !important;
    border: 1px solid #006c8b;
}

.home-slider .sow-slider-base .sow-slider-pagination li {
    display: block;
    text-align: right
}

.home-slider .slide1-text {
    margin-top: 300px;
}

.home-slider .slide1-text h1 {
    background: rgba(115, 201, 224, 0.6);
    margin-top: 300px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 60px;
}

---*/

.banner-slider {
    background-color: #000;
    margin-bottom: 4px;
}

.banner-slider .carousel-inner > .item {
    min-height: 650px;
    width: 100%;
}

.banner-slider .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.banner-slider .banner-max-width {
    max-width: 585px;
}

.banner-slider .banner-max-width .display-table-cell {
    width: 100%;
}

.banner-slider .carousel-caption {
    color: #fff;
    position: static;
    text-align: left;
    text-shadow: none;
}

.banner-slider .item {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 0 120px;
}

.banner-slider .carousel-caption .banner-text.slider-0 h1 {
    bottom: auto;
    top: 48%
}

.banner-slider .carousel-caption .banner-text h1 {
    background: rgba(115, 201, 224, 0.6);
    position: absolute;
    bottom: 30px;
    left: 0;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 30px 5px 60px;
    font-size: 60px;
	font-family: 'oregonregular';
}


.banner-slider .carousel-caption .banner-btn {
    font-family: 'oregonregular';
    background: rgba(152, 120, 144, 0.7);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 400;
    margin-top: 100px;
    padding: 10px 90px;
    position: absolute;
    left: 0px;
    right: auto;
    text-transform: capitalize;
    top: 51.5%;
    line-height: 1.1;
    border-radius: 0;
}
.banner-slider .carousel-caption .banner-btn a {
    color: #fff;
    font-size: 55px;
    text-transform: lowercase;
}header .main-navigation .menu-item-has-children > a {
    padding-right: 1em;
}
.banner-slider .carousel-control {
    font-size: 60px;
    margin-top: -30px;
    top: 50%;
    width: 5%;
    display: none;
}

.banner-slider .carousel-control.left,
.banner-slider .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 50%;
    margin: -10px 0 0;
    width: auto;
    text-align: right
}

.carousel-indicators li {
    border: 1px solid #fff;
    display: block
}

.carousel-indicators .active {
    background: #fff
}

.display-table {
    display: table;
    width: 100%
}
input[type="radio"]{width: auto} 
.display-table .panel-grid-cell,
.display-table .display-table-cell {
    display: table-cell;
    float: none !important;
    vertical-align: middle
}

.img-text-row {
    margin-bottom: 4px;
}

.img-text-row .text-box-bg1 {
    background: #7B5787;
}

.text-box-bg2 {
    background: #9F6EA5
}

.text-box-bg3 {
    background: #7B5787
}
.text-box {
    min-height: 72px;
    height: 100%;
}
.img-text-row .row {
    margin: 0
}

.img-text-row .col-sm-4,
.img-text-row .col-sm-8 {
    padding: 0
}

.img-text-row .img-box img {
    width: 100%
}

.img-text-row .text-box {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    padding: 10px 50px
} 

.img-text-row .text-box a {
	font-family: 'oregonregular';
    font-size: 38px;
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    border-radius: 6px;
	    text-transform: uppercase;
    transition: all 0.6s ease 0s
}

.img-text-row .text-box a:hover,
.img-text-row .text-box a:focus {
    opacity: 0.75
}
.button.adabutton {
	background: #7B5787;
    color: #fff;
    display: table;
    margin: 0 auto 2em;
    padding: .4em 2em;
    font-family: 'oregonregular';
    font-size: 38px;
	transition: all .2s ease-in-out
}
.button.adabutton:hover {
	background: rgba(123,87,135,.7);
	transition: all .2s ease-in-out;
}
.home-text-sec {
    font-size: 18px;
    line-height: normal;
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0 14px
}

.partner-logo-row {
    border-bottom: 3px solid #edeef2;
    border-top: 3px solid #edeef2;
    padding: 50px 0
}

.partner-logo-row h1 {
    text-align: center;
    font-weight: 300;
    font-size: 25px
}

.site-title {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto'
}

.site-info {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    text-align: center;
    margin: 20px 0 30px;
    line-height: 22px
}

.site-info a {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

.site-info a {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

.site-info a:hover,
.site-info a:focus {
    color: #444;
}

.footer-bottom {
    padding-top: 20px
}

.footer-bottom .widget-area {
    width: 100%;
    margin: 0
}

.footer-bottom .widget-area .widget {
    width: 20%;
    float: left;
    text-align: center
}

.footer-bottom .widget-area .widget .widget-title,
.footer-bottom .widget-area .widget ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #777;
    margin: 0
}

.footer-bottom .widget-area .widget ul {
    margin-bottom: 30px
}

.footer-bottom .widget-area .widget ul li {
    line-height: 20px;
    list-style: none;
}

.footer-bottom .widget-area .widget ul li a {
    position: relative;
    padding-left: 10px;
    font-weight: 300;
}

.footer-bottom .widget-area .widget ul li a::before {
    content: "-";
    font-size: 20px;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 0;
}

.page-banner {
    min-height: 600px;
    position: relative;
    background: url(asset/images/Empowered-banner.jpg) no-repeat center top;
    background-size: cover;
}
.single-tribe_events  .page-banner {    min-height: 500px;    position: relative;    background: url(asset/images/iStock-162302031.jpg) no-repeat center top;    background-size: cover;}.single-tribe_events .tribe-events-event-meta {    padding: 10px;}
.page-banner h1 {
	font-family: 'oregonregular';
    position: absolute;
    left: 0;
    bottom: 30px;
    background: rgba(152, 120, 144, 0.7);
    margin-top: 100px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px 5px 47px;
    font-size: 55px;
}

.page-banner .donate-btn a {
    position: absolute;
    right: 30px;
    top: 58%;
    background: #6aabbf;
    margin-top: 100px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 30px;
    font-size: 40px;
    border-radius: 6px;
}

.content-sec {
    padding: 50px 0;
}

.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
    margin-left: 0;
    margin-right: 0;
}

.available-programs .sow-image-grid-wrapper .sow-image-grid-image {
    width: 33%;
    float: left;
}

.so-widget-sow-headline-default-2de55e59d0c1 .sow-headline-container h1.sow-headline {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: left;
	font-family: 'oregonregular';
}

.page-sidebar .sidebar {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 400px;
}

.sidebar #text-2 {
    background: #68636A;
    color: #fff;
    padding: 15px 20px 15px 20px;
    margin-bottom: 4px
}
.sidebar #text-2 h4 {    font-size: 17px;    font-weight: 700;    margin-bottom: 5px;}.textwidget.textspan div {    line-height: 19px;    margin-bottom: 12px;}.sidebar #text-2 .textwidget {    font-size: 13px;    font-weight: 400;}
.sidebar #text-2 h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sidebar #testimonials_widget-2 {
    background: #f5f2e9;
    padding: 25px;
}

.sidebar #testimonials_widget-2 .widget-title {
    display: none
}

.sidebar #testimonials_widget-2 .testimonials-widget-testimonial .image {
    margin: 0
}

.sidebar #testimonials_widget-2 .testimonials-widget-testimonial .image img {
    width: 100%;
    border: 5px solid #fff
}

.sidebar #testimonials_widget-2 blockquote {
    color: #228a9b;
    font-style: normal;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin: 0
}

.sidebar #testimonials_widget-2 .credit {
    color: #228a9b;
    font-size: 14px;
    margin-top: 0
}
.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
    padding: 10px !Important;
}
.post-type-archive-tribe_events .page-banner {
    background: url(asset/images/iStock-162302031.jpg) no-repeat center top !important;
	background-size:cover !Important;
}

body.page-template-default h1.widget-title {
    font-size: 35px !important;
	line-height:40px;
   	font-family: 'oregonregular';font-weight: 400;
}

.page-id-6465 img.so-widget-image {
    border: 5px solid #F2F3EB;
}

h1.sow-headline {
    padding-top: 50px; padding-bottom: 40px;
	font-family: 'oregonregular';font-weight: 400;
}

body.page-template-template-promo-window .text-box a {
    background: none;
}

.story-img .so-widget-sow-image-default-d015436e699f .sow-image-container .so-widget-image {
    height: 360px
}

header .main-navigation .menu-item-has-children > a:after {
    top: 9px;
    right: 6px;
}
.main-navigation a {
    line-height: 22px;
    font-size: 20px;
	font-family: 'oregonregular';
}
.header-right {
    position: relative;
    padding-right: 30px;
    padding-top: 34px;
}
.log-head {
    background: #9F6EA5;
    border-radius: 2px;
}
span.highlighted,
span.wpcf7-list-item-label {
    color: #7B5787; font-family: 'oregonregular' !important;
}
.siteorigin-widget-tinymce.textwidget span {
    color: #7B5787 !important;    font-weight: 400;    font-size: 18px;
}
span.wpcf7-form-control-wrap.menu-228 {
    color: rgb(0, 0, 0) !important;
}
a.apply-btn {    background: #7B5787;    border: 0;    border-radius: 2px;    color: #fff !important;    font-weight: 300;    letter-spacing: 0.046875em;    line-height: 1;    padding: 0.84375em 0.875em 0.78125em;    text-transform: uppercase;    font-family: 'oregonregular';    cursor: pointer;    margin-right: 13px;    font-size: 18px !important;}
i.fa.fa-hand-o-down , i.fa.fa-hand-o-right {
    display: none;
}
.content-sec h3 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

 .content-sec p {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: normal;
}

 .content-sec label {
    float: left;
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: normal;
}
 .content-sec input {
    float: right;
    height: 50px;
    width: 80%;
}

 .content-sec select {
    border: 1px solid #cccccc;
    float: right !important;
    font-size: 16px;
    height: 50px;
    text-indent: 5px;
    width: 80%;
}
.page-id-6632 a{ color: #000 ;}
span.footer a {
    color: blue;
}
  input[type="checkbox"] {
    width: auto;
    height: 20px;
    float: left;
    margin-right: 21px;
}

  input.wpcf7-form-control.wpcf7-submit {
	  background:#7B5787;
     margin: 0 auto;
    text-align: center;
    font-size: 20px;
    width: 80%;
	font-family: 'oregonregular';
}
.mc4wp-form-fields input[type="submit"] {
     background:#7B5787;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    float: right;
    width: 80% !important;
   
}
select.select-class.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    float: left;
}
#tribe-events-content a{    text-decoration: none;    margin-bottom: 20px;margin-top: 20px;    display: inline-block;    float: left;    font-size: 23px;    margin-left: 0;    top: 0;    font-family: 'oregonregular';    color: #fff;}
.page-template-page-event-php #tribe-events-content a{    text-decoration: none;    margin-bottom: 20px;margin-top: 20px;    display: inline-block;    float: left;    font-size: 17px;    margin-left: 0;    top: 0;    font-family: 'oregonregular';    color:  rgb(115,201,224);}
header .main-navigation{font-family: 'oregonregular' !important;float: right;margin: 0}

.single-tribe_events #tribe-events-footer li, .single-tribe_events #tribe-events-header li{width: 32%}
.single-tribe_events .join-txt, .single-tribe_events .tribe-events-single-event-title{font-size: 30px;letter-spacing: normal}
.single-tribe_events .join-txt{margin: 0 0 10px}
.single-tribe_events .tribe-event-date-start{font-size: 23px;font-weight: 400;font-family:'Roboto';text-transform: uppercase; color: #7B5787;}
.single-tribe_events .tribe-events-schedule{margin: 10px 0 0}
.single-tribe_events .type-tribe_events{padding: 0}
.single-tribe_events #tribe-events-content .tribe-events-cal-links a{float: none;margin-left: 0}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group{padding-left: 0}
.text-box a {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    padding-right: 20px;    line-height: 20px;
}
.promo-img-box {
    border: 5px solid #F5F2E9;
}
.promo-window {
margin-bottom: 20px;}
.text-box p {
    margin: 10px;
}


#drop{ display:none;}


form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: inline-block;
    margin: 0.5em 8.5em 0.5em;
    padding: 0.2em 1em;
}

header .main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #9F6EA5 !important;
}
header .main-navigation .current-menu-item > a,header .main-navigation .current-menu-ancestor > a {
    font-weight: 300;
}
.panel-grid {
    margin-bottom: 2.3125em !Important;
}
.frst li{
	list-style-type:upper-alpha;
}
.scnd li{
	list-style-type:lower-roman;
}
.thrd li{
	list-style-type:lower-alpha;
}
.forth li{
	list-style-type:decimal;
} 
.forth li .frst li {
    list-style-type: upper-alpha;
}

div#drop ul li {
    padding-bottom: 15px;
}div#title-panel {    margin-bottom: 10px !important;}div#drop ul li a {    padding-right: 50px;    text-align: center;}a.apply-job {    cursor: pointer;   } #drop {    background: #f5f2e9;    padding: 20px; font-size: 18px; line-height: normal;}.tribe-events-schedule.tribe-clearfix h2 {    display: inline-block;    float: left;    width: 50%;}.single-tribe_events .tribe-events-schedule .tribe-events-cost {    vertical-align: middle;    color: #FF9331;    display: inline-block;    float: left;	font-weight: 400;}p.tribe-events-back a {    color: #000 !important;}.sponser-logo img {    max-width: 200px;    padding-top: 25px;}.sponser-logo {    padding: 10px;}.col-md-12.team-grow {    margin-top: 50px;}.sponser-logo p {    display: inline-block;    float: left;    width: 33%;    padding-right: 70px;    font-size: 21px;    font-weight: bold;}

span.IATS_ShoppingCartPriceSpan {
    right: 182px !important;
}
.IATS_ShoppingCartAddButton {

    vertical-align: middle !important;
    width: 20% !important;
    text-align: center !important;
    margin-top: -4px !important;
}
#drop  select {
    float: none !important;   
    width: 50% !important;;
}
.page-id-6593 .siteorigin-widget-tinymce.textwidget span{
    color: #000 !important; font-size: 23px; font-weight: 300 !important;
    font-family: 'Roboto', sans-serif !important;
}

#tribe-events-content #drop a{ margin-top: -20px}
 #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-header .tribe-events-sub-nav li{ display: block !important;}
 .datepicker {
    max-width: 400px;
}
.tribe-event-description p {
    font-family: Roboto, sans-serif;
    line-height: 17px;
    font-size: 13px;
}
.tribe-events-notices{display: none;}
#tribe-bar-form label {
    font-size: 13px !important;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
  
    width: 120px;
    right: -30px;
    text-align: center;
}
#tribe-events-content .tribe-events-tooltip h4{
    font-family: 'oregonregular';
    color: rgb(115,201,224);
	}
.single-tribe_events .abv-box  , .mob-btn .donate-mob{
    display: none;
}

ul.cal-li.textli li {
    border: none !important;
    font-size: 13px;
    padding-top: 3px;
}
.content-sec h3.widget-title {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
}
section#testimonials_widget-1 {
    background: #7B5A85;
    color: #fff;
}section#testimonials_widget-1 blockquote {
    border-left: none;
    color: #fff;
    padding: 15px 20px 15px 20px;
    font-style: normal;
}.widget .testimonials-widget-testimonial .image {
    padding: 15px 20px 15px 20px;
}.testimonials-widget-testimonial div.credit {
    padding: 15px 20px 15px 20px;
}
#testimonials_widget-1 .bx-wrapper img {
    margin: 0 auto;
    border: 4px solid #fff;
}.custom-calendar {
    padding-top: 25px;
    padding-left: 10px;
}.custom-calendar h3 {
    background: #92CE48;
    font-size: 20px;
    padding: 5px;
    color: #133B0D;
}.custom-calendar .col-sm-2 {
    padding: 0;
    width: 50%;
    float: left;
}ul.cal-li2 li:first-child, ul.cal-li2 li:last-child, ul.cal-li li:first-child, ul.cal-li li:last-child {
    border-bottom: 1px solid #474747;
}

ul.cal-li li {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ACACAC;
}ul.cal-li2 li:first-child, ul.cal-li2 li:last-child, ul.cal-li li:first-child, ul.cal-li li:last-child {
    border-bottom: 1px solid #474747;
}

ul.cal-li2 li {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ACACAC;
}.col-sm-6.test-date {
    margin: 0 auto !Important;
    max-width: 600px;
    float: none;
}.custom-calendar .col-sm-3 {
    width: 50%;
    float: left;
    padding: 0;
}ul.cal-lii li {
    font-size: 16px;
}.cal-lii i {
    padding: 6px;
    margin-bottom: 10px;
}

i.first:before {
    background: #C00;
    position: absolute;
    left: 0;
    right: auto;
    height: 20px;
    width: 20px;
    content: "";
    margin-top: 2px;
}i.second:before {
    background: #CCF;
    position: absolute;
    left: 0;
    right: auto;
    height: 20px;
    width: 20px;
    content: "";
    margin-top: 2px;
}i.third:before {
    background: #990;
    position: absolute;
    left: 0;
    right: auto;
    height: 20px;
    width: 20px;
    content: "";
    margin-top: 2px;
}i.forth:before {
    background: #3CF;
    position: absolute;
    left: 0;
    right: auto;
    height: 20px;
    width: 20px;
    content: "PD";
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
}i.fifth:before {
    background: #F60;
    position: absolute;
    left: 0;
    right: auto;
    height: 20px;
    width: 20px;
    content: "";
    margin-top: 2px;
}

i.sixth:before {
    content: "";
    background: #666;
    position: absolute;
    left: 0;
    right: auto;
    height: 20px;
    width: 20px;
    margin-right: 12px !important;
    padding: 5px;
    margin-top: 3px;
}.footer-border {
    border-top: 3px solid rgba(255, 255, 255, .4);
}#nav_menu-5, #nav_menu-6, #nav_menu-7 ,#sow-image-2 {
    height: 100%;
    min-height: 130px;
}
#sow-image-2 .sow-image-container{padding-top: 30px !Important; padding:8px}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 40px;
    font-weight: 300;
    color: #000;
    background: #E6E7E9;
}.siteorigin-widget-tinymce.textwidget span {
    color: #6d2b81 !important;
}.wcs3-class-name {
    font-size: 17px;
}.page-id-6969 .widget_calendar tbody a {
    color: #fff;
    display: block;
    font-weight: 700;
    background: rgba(152, 120, 144, 0.7);
}
.breakfast-bg {
    background-image: url(http://helixhouse.co/flocrit/leadership/wp-content/uploads/2017/01/breakfast-1.jpg);
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
}
.lunch-bg {
    background-image: url(http://helixhouse.co/flocrit/leadership/wp-content/uploads/2017/01/lunch.jpg);
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
}
.lunch-bg h1, .dinner-bg h1, .breakfast-bg h1 {
    font-family: 'oregonregular';
    position: absolute;
    left: 15px;
    background: rgba(152, 120, 144, 0.7);
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 30px 5px 60px;
    font-size: 60px;
}.date header.entry-header {
    display: none;
}.date.tribe-js header.page-header {
    display: none;
}body:not(.search-results) article:not(.type-page) .entry-content {
    width: 100%;
    float: none;
}footer.entry-footer {
    display: none;
}.content-sec {
    padding: 100px 0;
   
}.table.table.table-bordered>tbody>tr>td, .table.table.table-bordered>tbody>tr>th, .table.table.table-bordered>tfoot>tr>td, .table.table.table-bordered>tfoot>tr>th, .table.table.table-bordered>thead>tr>td, .table.table.table-bordered>thead>tr>th {
    vertical-align: middle;
}
.table.table.table-bordered>tbody>tr>td {
    font-size: 16px;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}.table.table.table-bordered span {
    font-weight: normal;
    display: inline-block;
    font-size: 18px;
}
.siteorigin-widget-tinymce.textwidget span {
    color: #6d2b81 !important;
}.table.table.table-bordered>thead>tr>th {
    text-align: center;
}.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
    background: #CECFD1;
}.page-id-6871 .page-banner, .page-id-6865 .page-banner, .page-id-6926 .page-banner, .page-id-6586 .page-banner {
    background-position: center 24%;
}

.footer-bottom .widget-area .widget ul li a {
    position: inherit !important;
}

.custom-title{
    text-align: center;
    font-size: 20px;
    padding: 50px;
    max-width: initial;
}

.hide_2{
  list-style:none!important;  
}
