/*Theme Name: Rockland Pride Center 2017Theme URI: http://reliqus.comAuthor: Reliqus ConsultingAuthor URI: http://reliqus.com/Description: A versatile and responsive Bootstrap WordPress starter theme FOR Rockland Pride Center 2017 based on Twitter Bootstrap 3.3.1.Version: 1.50License: GNU General Public License v3License URI: http://www.gnu.org/licenses/gpl.htmlTags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-readyText Domain: reliqus*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
/*font-family: 'Lato';*/
/*font-family: 'Oswald', sans-serif;*/

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black-webfont.woff2') format('woff2'), url('fonts/lato-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic-webfont.woff2') format('woff2'), url('fonts/lato-italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'brownlight';
    src: url('fonts/brown-light-webfont.woff2') format('woff2'), url('fonts/brown-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'brownregular';
    src: url('fonts/brown-regular-webfont.woff2') format('woff2'), url('fonts/brown-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Brown-Bold';
    src: url('fonts/Brown-Bold.woff') format('woff'), url('fonts/Brown-Bold.ttf') format('truetype'), url('fonts/Brown-Bold.eot') format('embedded-opentype'), url('fonts/Brown-Bold.svg#Brown-Bold') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}

body {
    font-family: 'latoregular';
    font-size: 16px;
    color: #282320;
    line-height: 170%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #3f3f3f;
    font-family: 'Brown-Bold';
}

h1 {
    font-size: 3.063em;
    color: #af0985;
    line-height: 110%;
}

h2 {
    font-size: 3.063em;
    color: #af0985;
    line-height: 110%;
}

h3 {
    font-size: 2.0em;
    line-height: 120%;
    text-transform: uppercase;
}

h4 {
    font-size: 1.750em;
    line-height: 160%;
}

h5 {
    font-size: 1.421em;
    line-height: 150%;
}

h6 {
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
}

p {
    font-size: 1em;
    font-family: 'latoregular';
    color: #434343;
    line-height: 170%;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a:focus,
.btn:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}

.transition,
a,
a:hover,
button,
button:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
/*global classs*/

.no-bottom-padding {
    padding-bottom: 0;
}

.no-top-padding {
    padding-top: 0;
}

.pd-zero {
    padding: 0;
}
/*global class end*/

section {
    padding: 70px 0;
    position: relative;
}

.gray-bg {
    background-color: #f5f5f5;
}
/*btn*/

.btn,
.gmw-submit {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.0em;
    text-shadow: none;
    box-shadow: none;
    padding: 12px 15px;
    background-image: none;
    font-family: 'Brown-Bold';
    background-color: #af0985;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.gmw-submit:active:hover,
.gmw-submit:active:hover,
.gmw-submit.active:hover,
.gmw-submit:active:focus,
.gmw-submit.active:focus,
.gmw-submit:active.focus,
.gmw-submit.active.focus,
{
    color: #4c4c4c;
    background-color: #af0985;
    color: white;
}

.btn:hover,
.gmw-submit:hover {
    color: #fff;
}

.btn-primary,
.gmw-submit,
.btn-secondry {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    letter-spacing: 1px;
}

.btn-white {
    background-color: #fff;
    color: #3b3b3b;
}

.slider-button a:first-child {
    margin-right: 35px;
}

.slider-button a:first-child {
    padding: 13px 30px;
}

.slider-button a:last-child {
    padding: 16px 30px;
}

.slider-button a:last-child span {
    vertical-align: -webkit-baseline-middle;
}

.btn-primary span {
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover.active,
.btn-primary:hover.focus,
.gmw-submit:hover,
.gmw-submit:focus,
.gmw-submit:active,
.gmw-submit:hover.active,
.gmw-submit:hover.focus {
    background-color: #e408ad;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:hover.active,
.btn-white:hover.focus,
.btn-white:active:hover,
.btn-white:active:focus {
    background-color: #f5f5f5;
    color: black;
}

.top-header .btn-primary {
    font-size: 0.9em;
}

.hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-white:hover .hover,
.btn-white:active .hover,
.btn-white:focus .hover {
    display: inline-block;
}

.col-height {
    height: 154px;
    z-index: 999;
    position: relative;
}

header {
    padding: 15px 0;
    background-color: transparent;
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
}

.internal-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.90);
}

.width-auto {
    width: auto;
}

.header-toggle {
    display: none;
}

.top-header .btn-primary {
    padding: 0;
}

.top-header .navbar-nav li.btn-primary a {
    color: white;
    padding: 13px 40px;
}

.align-item {
    align-items: center;
    display: flex;
}

.logo img {
    /*width: 300px;*/
    height: 90px;
}

.logo:hover {
    opacity: 0.5;
}

.navbar-collapse {
    border-color: rgba(231, 231, 231, 0);
    text-align: left;
}

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

.navbar {
    border-radius: 4px;
    margin-bottom: 0;
    min-height: auto;
}

.navbar-collapse {
    padding: 0;
}

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

.navbar-nav>.active>a {
    color: #000000;
    background-color: #ffffff;
}

.navbar-nav > li > a,
.internal-header .navbar-nav > li > a {
    color: #303030;
    text-transform: uppercase;
    font-family: 'Brown-Bold';
    padding-right: 0;
}

.navbar-nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active,
.navbar-nav > li.active a:hover,
.internal-header .navbar-nav > li > a:hover,
.internal-header .navbar-nav > li > a:active,
.internal-header .navbar-nav > li > a:focus,
.internal-header .navbar-nav > li.active > a {
    color: #dd18b7;
    background-color: transparent;
    outline: none;
    text-shadow: none;
}

.nav-pd {
    padding: 0;
}

div#main-nav {
    background: transparent;
}

.header-menu ul li {
    list-style: none;
    padding: 0 13px;
    display: inline-block;
}

.stellarnav li li {
    padding: 0;
}

body.safari .header-menu ul li {
    padding: 0 13px;
}

.safari .navbar {
    padding-top: 11px;
}

.header-menu ul > li > a {
    display: inline-block;
    font-size: 0.85em;
    padding: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #ef19b9;
    background-image: none !important;
    background-repeat: repeat-x;
}

.header-menu ul#menu-main_menu > li:last-child {
    display: none;
}

.header-menu ul li.dropdown ul li a {
    width: 100%;
    padding: 10px 15px;
    color: #303030;
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    line-height: 170%;
}

.stellarnav li.has-sub>a:after {
    margin-left: 5px !important;
}

.header-menu ul li.dropdown:hover ul li.active a:hover,
.header-menu ul li.dropdown:hover ul li a:hover,
.header-menu ul li.dropdown:hover ul li.active a,
.header-menu ul li.dropdown:hover ul li.active a:focus {
    background-color: #dd18b7;
    color: #fff;
    border-bottom: 1px solid #dd18b7;
    background-image: none;
}

.header-menu ul li i {
    font-size: 0.7em;
    display: inline-block;
    color: #af0b86;
    margin-left: 4px;
    cursor: pointer;
    bottom: 2px;
    position: relative;
}

.navbar-nav>li.dropdown div {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    height: 25px;
    font-size: 1em;
    z-index: 1;
    cursor: pointer;
}

.stellarnav ul ul ul {
    width: 300px;
    left: 218px !important;
}

.suppot-menu-list.hover.active ul li a {
    background-color: #fff !important;
    color: #303030 !important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.suppot-menu-list.hover.active ul li a:hover,
.suppot-menu-list.hover.active ul li a:active,
.suppot-menu-list.hover.active ul li a:focus {
    background-color: #ef19b9 !important;
    color: #fff !important;
    border-bottom: 1px solid #ef19b9 !important;
}

.stellarnav ul ul li a:after {
    float: right;
}

span.caret {
    display: none;
}

.donate {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #af0b86;
    padding: 15px 0;
    text-align: center;
    margin-right: 15px;
}

.donate-outer a:hover .donate {
    background-color: #e811b3;
}

.donate-outer a:hover .donate-text p {
    color: #e811b3;
}

.donate-text {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .31);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .31);
    box-shadow: 0 0 7px rgba(0, 0, 0, .31);
    position: relative;
}

.donate-text,
.donate {
    display: inline-block;
}

.donate-text p {
    font-size: 0.845em;
    text-transform: uppercase;
    color: #6e2165;
    font-family: 'Brown-Bold';
    margin-bottom: 0;
    padding: 7px 10px;
    line-height: 100%;
    z-index: 1;
    position: relative;
}

.donate-text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    z-index: 1;
}

.donate-text:after {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4);
    left: -7px;
    background-color: #ffffff;
    display: block;
    height: 12px;
    position: absolute;
    top: 2px;
    transform: rotate( 29deg) skew( -35deg);
    -moz-transform: rotate( 29deg) skew( -35deg);
    -ms-transform: rotate( 29deg) skew( -35deg);
    -o-transform: rotate( 29deg) skew( -35deg);
    -webkit-transform: rotate( 29deg) skew( -35deg);
    width: 16px;
    content: '';
    bottom: 0;
    margin: auto;
}
/*slider*/

.slider {
    border-bottom: 12px solid #af0985;
}

.slider-title {
    margin-bottom: 45px;
}

.slider-style {
    height: 520px;
}

.space {
    display: inline-block;
    width: 100%;
    margin: auto;
    height: 160px;
}

.my-slider ul li {
    position: relative;
}

.my-slider ul li {
    height: 690px;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.title {
    margin-bottom: 20px;
}

.slider-title h2 {
    font-size: 4.063em;
    font-family: 'Brown-Bold';
    color: #6e2165;
    line-height: 120%;
    white-space: normal;
    margin-bottom: 20px;
}

.slider-title h2 span {
    color: #af0b86;
}

.slider-title h6 {
    font-size: 1.8em;
    font-family: 'Brown-Bold';
    color: #6e2165;
    line-height: 120%;
    white-space: normal;
    text-transform: capitalize;
}

.slider-left {
    top: 55px !important;
    float: right;
}
/*slider end*/

.col-center {
    margin: auto;
    float: none;
    text-align: center;
}

.title span {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.title span p {
    background-color: white;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #676767;
}

.title span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 215px;
    height: 1px;
    background-color: #c3c2c2;
}

.anchor-style {
    font-family: 'latobold';
    color: #af0985;
    text-decoration: underline;
    font-size: 0.968em;
}

.anchor-style:hover {
    color: #ff02bf;
    text-decoration: underline;
}

.about-section iframe {
    width: 100%;
}

.about-section p {
    margin-bottom: 20px;
}

.bg-image-style {
    background-image: url('images/top-header-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
/*about end*/
/*services home*/

.services-item h3 {
    color: white;
    white-space: nowrap;
}

.services-item p,
.services-item h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.content-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services-item a {
    display: block;
    padding: 31px 0;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: color 0.4s ease;
    position: relative;
    z-index: 999;
}

.services-item:last-child a {
    border-bottom: none;
}

.services-item p {
    margin-bottom: 0;
    opacity: 0;
}

.services-item h3:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 27px;
    font-size: 1.2em;
    display: inline-block;
    color: #d2d1cd;
}

.services-item a:hover {
    text-decoration: none;
}

.services-item a:hover p {
    opacity: 1;
}

.services-item.active p {
    opacity: 1;
}

.services-item.active .innerbg {
    width: 100%;
}

.services-item.active a:hover {
    background-color: transparent;
}
/*.services-item a:hover {    background-color: rgba(255, 255, 255, 0.75);}*/

.innerbg {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    width: 0;
}
/*.services-item a:after {    position: absolute;    content: '';    top: 0;    left: 0;    width: 0;    height: 100%;    background-color: rgba(255, 255, 255, 0.75);    transform-origin: left;    transition: width 0.4s ease;}.services-item a:hover:after {    width: 100%;}*/

.services-item a:hover h3,
.services-item.active h3 {
    color: #5d5d5d;
}

.services-item a:hover h3:after,
.services-item.active h3:after {
    color: #9c9c9c;
}

.bg-images {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.services-item {
    position: relative;
    z-index: 999;
}

#sectionfour .bg-images .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

#sectionfour .bg-images .bg-image.active {
    opacity: 1;
}
/*services end home*/
/*story home*/
/*.story-section {    min-height: 547px;}*/

.story-button .btn-white img,
.story-button .btn-primary img {
    top: 2px;
    position: relative;
    float: left;
    margin-right: 5px;
}

.story-content {
    padding: 115px 150px 70px 50px;
}
/*.story-image-col {    position: absolute;    bottom: 0;    top: auto;    left: 40px;}*/

.story-item {
    position: relative;
}

.story-image-col {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 40px;
    padding-left: 100px;
}

.story-section .news-slider button,
.story-section .story-slider button {
    width: 45px;
    height: 45px;
}

.story-section .slick-next {
    left: auto;
    right: -50px;
}

.story-section .slick-prev {
    left: -50px;
    right: auto;
}

.title1 span p {
    background-color: transparent;
}

.story-text span {
    font-size: 1.250em;
    font-family: 'brownregular';
    text-decoration: none;
    color: #af0985;
}

.story-text h4 {
    margin-bottom: 15px;
    color: #5d5d5d;
}

.story-button a:first-child {
    margin-right: 16px;
}

.btn-white img {
    top: 2px;
    position: relative;
    margin-right: 5px;
}

.story-text {
    margin-bottom: 35px;
}

.title1 {
    margin-bottom: 10px;
}

.title1 span {
    margin-bottom: 0;
}

.title1 span:before {
    background-color: #969595;
}

.title1 span:after {
    background-image: url('images/effect.jpg');
    content: '';
    height: 7px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    position: absolute;
}
/*story home end*/
/*news home*/

.gray-bg {
    background-color: #ebebeb;
}

.news-col {
    padding-left: 0;
    padding-right: 10px;
}

.news-item {
    min-height: 365px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-col a {
    display: block;
}

.news-item a {
    color: white;
}

.news-item h5 {
    color: white;
}

.news-text {
    padding: 20px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-text span {
    color: white;
}

.date {
    width: 71px;
    height: 76px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    float: right;
}

.date:before,
.date:after,
.news-text:before,
.news-text:after {
    content: '';
    display: block;
    clear: both;
}

.date,
.news-text {
    clear: both;
}

.date {
    text-align: center;
    padding: 8px 0;
}

#color1,
#color7,
#color13,
.news-slider .slick-slide:nth-child(1n+7) .color1 {
    background-color: #00bbff;
}

#color2,
#color8,
#color14,
.news-slider .slick-slide:nth-child(2n+8) .color1 {
    background-color: #fad200;
}

#color3,
#color9,
#color15,
.news-slider .slick-slide:nth-child(3n+9) .color1 {
    background-color: #f36621;
}

#color4,
#color10,
#color16,
.news-slider .slick-slide:nth-child(4n+10) .color1 {
    background-color: #0e9e47;
}

#color5,
#color11,
#color17,
.news-slider .slick-slide:nth-child(5n+11) .color1 {
    background-color: #21439c;
}

#color6,
#color12,
#color18,
.news-slider .slick-slide:nth-child(6n+12) .color1 {
    background-color: #7b3c95;
}

.date span {
    font-size: 1.438em;
    font-family: 'brownregular';
    color: white;
    display: block;
}

.date p {
    font-size: 2.063em;
    font-family: 'Brown-Bold';
    line-height: 100%;
    color: white;
    margin-bottom: 0;
}

.title-mg {
    margin-bottom: 45px;
}

.news-text a:hover {
    color: #00bbff;
}

.news-slider button,
.story-slider button {
    position: absolute;
    top: 55%;
    z-index: 9;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    background-color: #fff;
    box-shadow: 0 0px 0 20px rgba(0, 0, 0, 0.29);
    outline: none;
    border: none;
    font-size: 2.5em;
    color: #af0985;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-slider .slick-arrow:hover,
.story-slider .slick-arrow:hover {
    -webkit-transform: rotate(15deg) scale(1.1);
    -moz-transform: rotate(15deg) scale(1.1);
    -ms-transform: rotate(15deg) scale(1.1);
    -o-transform: rotate(15deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
}

.news-slider .slick-prev {
    left: 73px;
    right: auto;
}

.news-slider .slick-next {
    left: auto;
    right: 73px;
}

.section-news .container-fluid {
    position: relative;
}

.slider-row {
    position: relative;
    margin-bottom: 50px;
}

.transparent {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.61);
    z-index: 1;
}

.transparent-left {
    width: 32.2%;
    left: 6px;
    right: 0;
}

.transparent-right {
    left: auto;
    right: 15px;
    width: 32.2%;
}
/*home news end*/
/*home subscribe*/

.section-subscribe {
    min-height: 401px;
    padding: 70px 0;
}

.section-subscribe:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(175, 9, 133, 0.80);
}

.section-subscribe .col-md-6 {
    padding: 0 30px;
}

.section-subscribe .title-mg {
    margin-bottom: 35px;
}

.section-subscribe h3 {
    color: white;
    text-align: left;
    text-transform: inherit;
}

.section-subscribe .form-control {
    margin-bottom: 20px;
}

.subscribe-btn .btn-success {
    width: auto;
    float: left;
}

.form-group input[type='text'],
select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control,
.form-group input[type='text'],
select {
    height: 53px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-family: 'brownlight';
    font-size: 1.063em;
}

.btn-success {
    background-color: #232323;
    padding: 16px 45px;
    width: 100%;
}

.btn-success:before {
    content: '';
    background-image: url(images/msg-icon.png);
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: sub;
    margin-right: 15px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus {
    border-color: #676767;
    background-image: none;
    background-color: #585858;
}
/*Footer*/

.footer-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 454px;
    text-align: center;
}

.footer-section a,
.footer-2 a {
    text-decoration: none;
}

.footer-2 {
    padding: 10px 0;
    background-color: #af0985;
    text-align: center;
}

.copyright p,
.copyright p a {
    color: #fff;
    margin-bottom: 0;
}

.footer-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.footer-social-icon ul li:last-child {
    margin-right: 0;
}

.footer-social-icon ul li a {
    color: #000;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #c8c8c8;
    display: table;
    text-align: center;
    font-size: 1.1em;
}

.footer-social-icon ul li a i {
    display: table-cell;
    vertical-align: middle;
}

.footer-social-icon ul li a:hover,
.footer-social-icon ul li a:focus,
.footer-social-icon ul li a:active,
.footer-social-icon ul li.active a {
    color: #ffffff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.footer-social-icon ul li:nth-child(2) a:hover,
.footer-social-icon ul li:nth-child(2) a:focus,
.footer-social-icon ul li:nth-child(2) a:active,
.footer-social-icon ul li:nth-child(2).active a {
    background-color: #2aaae0;
    border-color: #2aaae0;
}

.footer-social-icon ul li:nth-child(4) a:hover,
.footer-social-icon ul li:nth-child(4) a:focus,
.footer-social-icon ul li:nth-child(4) a:active,
.footer-social-icon ul li:nth-child(4).active a {
    background-color: #007ab9;
    border-color: #007ab9;
}

.footer-social-icon ul li:nth-child(3) a:hover,
.footer-social-icon ul li:nth-child(3) a:focus,
.footer-social-icon ul li:nth-child(3) a:active,
.footer-social-icon ul li:nth-child(3).active a {
    background-image: url(images/instagram-bg.jpg);
    border-color: #fff;
    background-color: transparent;
}

.copyright p a:hover {
    border-bottom: 1px solid #fff;
}

.footer-nav {
    padding: 50px 0;
}

.footer-nav ul li {
    list-style-type: none;
    display: inline-block;
}

.footer-nav ul li:after {
    content: '|';
    padding: 0 30px;
}

.footer-nav ul li:last-child:after {
    display: none;
}

.footer-nav ul li a {
    font-family: 'Brown-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus,
.footer-nav ul li a:active,
.footer-nav ul li.active a {
    color: #af0985;
}

.contact-address ul li {
    margin-bottom: 30px;
    list-style-type: none;
}

.contact-address ul li:last-child {
    margin-bottom: 0;
}

.contact-address ul li a {
    font-size: 1.125em;
    color: #000;
    text-decoration: none;
}

.contact-address ul li a:hover,
.contact-address ul li a:focus,
.contact-address ul li a:active,
.contact-address ul li.active a {
    color: #af0985;
}

.contact-address ul li a i,
.contact-address ul li span i {
    margin-right: 15px;
    color: #af0985;
}

.copyright p {
    font-family: 'brownlight';
    font-size: 14px;
}

.news-col {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-col .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.news-col .news-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.news-col .news-buttons i {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: rgba(50, 50, 50, 0.9);
}

.news-col .news-buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.news-col:hover .news-buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.news-col:hover .ovrly {
    opacity: 1;
}
/*Contact Page*/

.internal-header {
    position: relative;
}

.internal-header .navbar-nav > li > a {
    color: #000;
}

.breadcrumbs {
    padding: 18px 0;
    background-color: #af0b86;
}

.breadcrumbs-item {
    color: #fff;
}

.breadcrumbs span {
    display: inline-block;
    list-style-type: none;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumbs span a {
    font-size: 15px;
    color: #fff;
}

.breadcrumbs span a:hover span {
    color: #ff69d9;
}

.contact-detail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 607px;
}

.contact-detail:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(96, 38, 99, 0.60);
}

.cdf .row {
    background-color: #eef7f7;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.contact-form .form-control {
    margin-bottom: 25px;
}

.contact-form {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 607px;
}

.contact-form textarea.form-control {
    height: 120px;
}

.cd-item {
    text-align: center;
    margin-bottom: 30px;
}

.cd-item a {
    display: inline-block;
}

.cd-icon {
    margin-bottom: 15px;
}

.cd-text p {
    color: #fff;
    font-family: 'brownlight';
}

.container-fluid {
    padding: 0;
}

.contact-form {
    padding: 50px 20px;
}

.contact-detail {
    padding: 90px 0;
}

.cd-wrapper {
    position: relative;
}

.contact-form .title p {
    color: #828282;
    margin-top: 10px;
}

.cd-item a:hover .cd-icon {
    opacity: 0.8;
}
/*Donate Page*/

.donate-page {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}

.donate-page:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(144, 68, 133, 0.86);
}

.donate-left-side,
.donate-right-side {
    position: relative;
    padding: 60px 60px;
}

.donate-left-side h6 {
    color: #fff;
    font-family: 'latobold';
    position: relative;
    padding: 0 70px;
    display: inline-block;
}

.donate-left-side h6:after {
    left: auto !important;
    right: 0px;
}

.donate-left-side h6:before,
.donate-left-side h6:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 20%;
    top: 10px;
    bottom: 0;
    left: 0;
}

.donate-left-side h1 {
    font-size: 4.750em;
    color: #fff;
    line-height: 120%;
}

.donate-left-side h1 span {
    color: #fec0ef;
}

.donate-right-side img {
    margin-bottom: 10px;
}

.donate-left-side p {
    color: #fff;
}

.donate-right-side p {
    color: #fff;
    font-family: 'Brown-Bold';
    text-transform: uppercase;
    line-height: 210%;
    font-size: 1.21em;
}

.donate-right-side p span {
    font-size: 1.625em;
    line-height: 160%;
}

.donate-right-side {
    text-align: center;
    position: relative;
}

.donate-right-side:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(97, 34, 89, 0.67);
}

.drs-item {
    position: relative;
}

.donate-right-side .btn img {
    margin-bottom: 0;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
    padding: 0;
}
/*Events*/

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
    padding: 0 4% 0 1%;
    margin-bottom: 0;
}

#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    padding: 15px;
}

.event-list #tribe-bar-form .tribe-bar-filters .tribe-bar-submit span input {
    background: transparent;
    padding: 0;
    font-size: 1.0em;
    font-family: 'Brown-Bold';
    outline: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-weight: 700;
    line-height: 180%;
    text-transform: none;
    font-size: 1.250em;
    color: #951281;
}

.tribe-events-list .type-tribe_events.tribe-events-first,
.tribe-events-list .type-tribe_events {
    padding: 0;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: inherit;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
    border-top: none;
    padding-top: 0;
    margin: 0;
}

#tribe-events a.tribe-events-ical.tribe-events-button {
    display: none;
}

#tribe-bar-form input[type=text]:focus {
    outline: none;
}

span.tribe-icon-month,
span.tribe-icon-day {
    color: white;
    background-image: none !important;
}

span.tribe-icon-month:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 10px;
}

span.tribe-icon-day:before {
    content: '';
    background-image: url(images/icon-day.png);
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: inline-block;
}

#tribe-bar-views .tribe-bar-views-list a:hover {
    background: rgb(236, 236, 236) !important;
}

#tribe-bar-views .tribe-bar-views-option:last-child a {
    border-radius: 0;
}

#tribe-bar-views .tribe-bar-views-list a:hover span {
    color: #444 !important;
}

.event-heading {
    margin-bottom: 10px;
}

.tribe-events-list .tribe-events-venue-details {
    margin: 0;
}

.events-form .control-label,
#tribe-bar-form .events-form label {
    text-align: left;
    font-size: 1.438em;
    font-family: 'Brown-Bold';
    color: #af0985;
    text-transform: inherit;
}

.events-form form {
    background: #f7f7f7;
    padding: 18px;
}

.tribe-events-list .tribe-events-venue-details address {
    margin-bottom: 0px;
}

.form-horizontal:before,
.form-horizontal:after {
    content: '';
    display: block;
    clear: both;
}

.events-form .form-control,
#tribe-bar-form .events-form input[type=text] {
    padding: 0px;
    border: 0;
    color: #000000;
    border-bottom: 1px solid black;
    border-radius: 0;
    box-shadow: none;
    background: #f7f7f7;
    font-style: italic;
    height: 53px;
    font-family: 'brownlight';
    font-size: 1.063em;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 10px;
}

.events-form .form-control::-webkit-input-placeholder {
    color: #000;
}

.events-form .form-group:last-child {
    text-align: center;
    margin-bottom: 0;
}

.events-form .btn,
.tribe-bar-submit {
    padding: 12px 40px 12px 25px;
    margin-top: 30px;
    width: auto;
    margin-left: 30px;
}

.events-form .btn:focus {
    outline: none;
    background-color: #e408ad;
    color: white;
}

.event-listing-loation h6 strong {
    font-weight: 500;
}

#tribe-bar-form #tribe-bar-views.view-as {
    color: white;
    background: #af0985;
    padding: 40px 10px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span {
    padding-left: 0;
}

.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: transparent;
}

#tribe-bar-form #tribe-bar-views.view-as:hover {
    background: #e408ad;
}

span.tribe-icon-list {
    color: white;
    background-image: none !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background: transparent;
}

span.tribe-icon-list:before {
    content: "\f03a";
    font-family: FontAwesome;
    margin-right: 10px;
}

.view-as p,
.view-as h6,
.view-as p i {
    color: #fff;
}

.view-as p i {
    margin-right: 15px;
}

.event-listing-img {
    min-height: 252px;
}

.event-heading h3 {
    color: #af0985;
    text-transform: none;
    font-size: 2.15em;
    margin: 10px 0 20px;
}

.banner-item-text p span.tribe-address {
    display: block;
}

.event-name a:hover h3 {
    color: #dc0ba7;
}

.event-date-img {
    float: left;
    margin-right: 15px;
}

.el-img {
    float: left;
    margin-right: 15px;
}

.event-loation {
    display: table;
}

.event-time p,
.event-loation span,
.event-date p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 170%;
    font-style: normal;
}

.events-searching .col-md-2 {
    padding-left: 0;
}

.events-searching .col-md-10 {
    padding-right: 0;
}

.event-listing-loation {
    display: table;
}

.tribe-address br {
    display: none;
}
/*.event-row {    margin-top: 25px;}*/

.event-listing-content {
    margin-top: 15px;
}

.event-listing-content p {
    color: #565656;
    line-height: 150%;
    letter-spacing: 0;
}

.event-listing-content .read-more:hover {
    color: #dc04a5;
}

.event-border:after {
    content: '';
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.event-listing-img img {
    width: 100%;
}

a.read-more {
    font-family: 'latobold';
    color: #af0985;
    text-decoration: underline !important;
    font-size: 0.96em;
}

.events-organizer {
    border: 1px solid #dbdbdb;
    background: #fafafa;
    padding: 15px 15px 20px;
    margin-bottom: 25px;
}

.events-organizer:before,
.events-organizer:after,
.events-map:before,
.events-map:after {
    content: '';
    display: block;
    clear: both;
}

.seprater {
    margin-bottom: 25px;
    margin-top: 20px;
    border-bottom: 1px solid #dbdbdb;
    width: 90%;
}

.events-map {
    border: 1px solid #dbdbdb;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    background-color: #fafafa;
}

.events-map .event-date {
    margin-top: 35px;
}

.event-date.phone {
    margin-top: 20px;
}

.events-map .col-md-8 {
    padding: 0;
}

.events-map .map img {
    width: 100%;
}

.event-prev a,
.event-next a {
    color: #af0985;
    font-family: 'brownregular';
    font-size: 1.125em !important;
    font-weight: 100 !important;
}

.event-prev a:hover,
.event-next a:hover {
    color: #e00eab;
}

.event-prev a:before {
    content: "\f100";
    font-family: FontAwesome;
    padding-right: 2px;
}

.event-next {
    text-align: right;
}

.event-next a:after {
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 2px;
}
/*Event Detail*/

.event-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.event-banner:before {
    background: rgba(96, 38, 99, 0.84);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-tribe_events .tribe-events-event-meta {
    font-size: 100%;
}

.title-event .tribe-events-meta-group h4,
.tribe-events-meta-group h3.tribe-events-single-section-title {
    color: #951281;
    margin-bottom: 15px;
    font-size: 1.875em;
    margin: 0 0 15px;
    text-transform: inherit;
}

#tribe-bar-views [name=tribe-bar-view] {
    display: none;
}

.tribe-bar-views-inner {
    padding: 0px 0 39px;
}

#tribe-bar-views .tribe-bar-views-list {
    padding: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    margin: 0;
    font-size: 1em;
    font-family: 'latoregular';
    color: #434343;
    line-height: 170%;
    letter-spacing: 1px;
}

.internal-title h1 {
    font-size: 5.1em;
    color: #fff;
    margin-bottom: 15px;
}

.banner-item-icon {
    float: left;
    margin-right: 10px;
}

.banner-item-text h6,
.banner-item-text p {
    color: #fff;
}

.banner-item-text p {
    display: table;
}

.events-details-content {
    margin-bottom: 35px;
}

.eo-item {
    margin-bottom: 35px;
}

.eo-item:last-child {
    margin-bottom: 0;
}

.eo-item h6 {
    text-transform: none;
    font-size: 1.250em;
    color: #951281;
}

.eo-item a p {
    color: #337ab7;
    text-decoration: underline;
}

.eo-phone a p {
    color: #5e5d5e;
    text-decoration: none;
}

.venue-location {
    margin-bottom: 30px;
}

.venue-location h5 {
    color: #951281;
    font-size: 1.875em;
}

.row.events-map {
    display: flex;
    align-items: center;
}

.venue-location p {
    margin-bottom: 0;
}

.col-md-6.event-map {
    padding: 0;
}

.event-map img {
    width: 100%;
}

.eo-item.eo-phone {
    margin-bottom: 0;
}

.eo-item.eo-phone a:hover p {
    color: #e408ad;
}

.eo-item a:hover p {
    text-decoration: none;
    color: #128df7;
}
/*Director Diary*/

.dd-auther {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.director-diary-item {
    /*display: flex;    align-items: center;*/
    
    margin-bottom: 50px;
}

.director-diary-item-text {
    padding: 18px 0;
}

.dd-heading a h5 {
    color: #af0985;
    font-size: 1.438em;
}

.auther-img img {
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.auther-img {
    margin-right: 20px;
}

.dd-heading a:hover h5 {
    color: #e006a9;
}

.dd-listing-img {
    min-height: 324px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-hover {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.btn-hover .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-hover .buttons-li {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-hover .buttons-li i {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: rgba(50, 50, 50, 0.9);
    opacity: 0;
}

.btn-hover .buttons-li i {
    -webkit-transform-origin: -190% 50%;
    -moz-transform-origin: -190% 50%;
    -ms-transform-origin: -190% 50%;
    -o-transform-origin: -190% 50%;
    transform-origin: -190% 50%;
}

.btn-hover:hover .buttons-li i {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
}

.btn-hover:hover .ovrly {
    opacity: 1;
}

.rigth-post .col-md-6:nth-child(1) {
    float: right;
}

.dd-date {
    position: absolute;
    top: auto;
    bottom: -5px;
    left: auto;
    right: 30px;
}

.dd-date h4 {
    color: #fff;
    font-family: 'brownlight';
    font-size: 3.2em;
    text-transform: uppercase;
    opacity: 0.7;
    display: none;
}

.dd-left-sidebar .title {
    margin-bottom: 10px;
}

.dd-left-sidebar .title h4 {
    color: #602663;
    font-size: 1.625em;
}

.dd-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.dd-social-icon ul li a {
    color: #000;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #c8c8c8;
    display: table;
    text-align: center;
    font-size: 0.9em;
}

.dd-social-icon ul li a i {
    display: table-cell;
    vertical-align: middle;
}

.dd-social-icon ul li a:hover,
.dd-social-icon ul li a:focus,
.dd-social-icon ul li a:active,
.dd-social-icon ul li.active a {
    color: #ffffff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.dd-social-icon ul li:nth-child(2) a:hover,
.dd-social-icon ul li:nth-child(2) a:focus,
.dd-social-icon ul li:nth-child(2) a:active,
.dd-social-icon ul li:nth-child(2).active a {
    background-color: #2aaae0;
    border-color: #2aaae0;
}

.dd-social-icon ul li:nth-child(3) a:hover,
.dd-social-icon ul li:nth-child(3) a:focus,
.dd-social-icon ul li:nth-child(3) a:active,
.dd-social-icon ul li:nth-child(3).active a {
    background-color: #007ab9;
    border-color: #007ab9;
}

.dd-social-icon ul li:nth-child(4) a:hover,
.dd-social-icon ul li:nth-child(4) a:focus,
.dd-social-icon ul li:nth-child(4) a:active,
.dd-social-icon ul li:nth-child(4).active a {
    background-image: url(images/instagram-bg.jpg);
    border-color: #fff;
    background-color: transparent;
}

#categories-2,
#text-2 {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#categories-2 ul li:first-child {
    margin-top: 0;
}

#categories-2 ul li:last-child {
    margin-bottom: 0;
}

#categories-2 ul li {
    list-style: none;
    margin: 10px 0;
    display: -webkit-box;
}

#categories-2 ul li a {
    color: #898989;
    text-transform: uppercase;
    font-size: 15px;
}

#categories-2 ul li a:hover {
    color: #af0985;
}

.dd-category ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #af0985;
    transition: width 0.3s;
}

#categories-2 ul li a:hover::after {
    width: 100%;
}

#recent-posts-2 ul li {
    list-style: none;
    margin-bottom: 25px;
}

#recent-posts-2 ul li a {
    display: block;
}

#recent-posts-2 ul li a:hover img {
    opacity: 0.7;
}

#recent-posts-2 ul li a:hover p {
    color: #af0985;
}

.rpwwt-post-date {
    position: relative;
    padding-left: 16px;
    font-family: 'latoregular';
    line-height: 170%;
    color: #3f3f3f;
    font-style: italic;
    font-size: 14px;
    display: table;
}

.rpwwt-post-date:before {
    content: "\f133";
    left: 0;
    top: 0;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 1em;
    font-style: normal;
}

.rpwwt-post-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'latoregular';
    color: #434343;
    line-height: 170%;
    letter-spacing: 1px;
}

.rpwwt-widget ul li img {
    margin: .3em .75em 0 0;
}
/*Director Diary Detail*/

.ddd-content h6 {
    font-family: 'latoregular';
    text-transform: none;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.ddd-content p {
    font-size: 15px;
}

.ddd-content img {
    margin: 15px 0;
}

.ddd-content h5 {
    font-size: 1.4em;
    font-family: 'latoitalic';
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.ddd-content p:last-child {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
}

.share {
    padding: 7px 0;
    background: #af0985;
    margin-top: 50px;
}

.share h6 {
    color: #fff;
    font-family: 'latolight';
    font-style: italic;
    text-transform: none;
    padding: 6px 0;
}

.share-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.share-icon ul li a {
    color: #fff;
}

.share-icon ul li a:hover {
    color: #e8e8e8;
}

.commentlist .comment-item,
.commentlist .children li,
.reviewlist .review-item {
    list-style: none;
}

.comment-body {
    margin-bottom: 25px;
}

.commentlist .children {
    padding-left: 40px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
}

ul.cmt-list li {
    list-style: none;
    display: inline-block;
    margin: 0 40px 0 0px;
}
/*how can we help hover*/

.si-item-effect {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.si-item:nth-child(3n+1) {
    clear: both;
}

.si-item-effect .ovrly {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.si-item-effect .buttons-st {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.si-item-effect .buttons-st i {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

.si-item-effect:hover .ovrly {
    top: 0;
}

.si-item-effect:hover .buttons-st i {
    opacity: 1;
}

.wrap {
    margin: 0 auto;
}

.page404 {
    text-align: center;
}

.page404 img {
    width: 350px;
}

.page404 p {
    color: #272727;
}

.page404 p span {
    color: lightgreen;
}

.page404 .btn {
    width: 200px;
    margin: 50px auto 0;
    min-height: 100%;
    display: block;
}
/*404 page2*/
/*--main--*/

.error-main h1,
.error-main h2,
.error-main p,
.error-main a {
    font-size: 100%;
}

.error-main {
    background: #fff;
    margin: 0em auto;
}

.error-info {
    padding: 0;
}

.error-info h1 {
    font-size: 12em;
    line-height: 1;
    letter-spacing: 20px;
    margin-bottom: 25px;
}

.error-main img {
    padding-right: 0.1em;
}

.error-info h3 {
    font-size: 4.5em;
    text-transform: uppercase;
    color: #5b5b5b;
    font-weight: 800;
    letter-spacing: 2px;
}

.error-info p {
    font-size: 0.95em;
    color: rgb(35, 35, 35);
    letter-spacing: 0px;
    margin-bottom: 2em;
    margin-top: 1em;
}

.error-main .btn-success:before {
    background-image: url(images/contact-btn-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    width: 25px;
    margin-right: 0;
}

.error-info a {
    width: auto;
    padding: 12px 30px;
}

.btn-404 .btn:first-child {
    margin-right: 30px;
}

.btn-404 .btn-success {
    padding: 10px 30px;
}
/*--responsive--*/

.error-page:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.72);
}

.pd-top {
    padding-top: 45px;
}

.widget-col {
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #bbb;
    margin-bottom: 30px;
}

.widget-title h5 {
    color: #af0985;
}

.form-widget label {
    color: #af0985;
}

.form-widget .form-group:last-child {
    margin-bottom: 0;
}

.form-widget {
    margin-bottom: 30px;
}

.widget-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.form-widget label,
.category-widget-title span,
.gmw-form label {
    color: #af0985;
    font-size: 1em;
    margin-bottom: 10px;
}

.form-widget .form-control,
.gmw-form input[type='text'],
.gmw-form select {
    height: 43px;
    background-color: #fff;
    border: solid 1px #bebebe;
    box-shadow: none;
    border-radius: 0;
}

.category-widget-title {
    margin-bottom: 5px;
}
/*.category-widget input[type="checkbox"] {    margin: 7px 3px 0;    position: relative;}*/

.checkbox-label {
    color: #797979 !important;
    font-size: 14px !important;
    margin: 0 1% 5px !important;
    float: left;
    padding: 0;
    width: 48%;
    font-weight: normal;
    cursor: pointer;
    line-height: 140%;
}

.checkbox-label input[type="radio"],
.checkbox-label input[type="checkbox"] {
    margin: -2px 3px 0 0;
    vertical-align: middle;
}
/*.category-widget .checkbox {    margin: 0;}.category-widget .form-group {    -webkit-column-count: 2;    -moz-column-count: 2;    column-count: 2;}*/

.form-group-left,
.form-group-right {
    float: left;
    width: 50%;
}

.category-widget-title span {
    font-family: 'Brown-Bold';
}

.category-widget {
    margin-bottom: 30px;
}

.category-widget,
.category-widget:before,
.category-widget:after {
    clear: both;
    content: '';
    display: block;
}

.btn-submit,
.gmw-submit {
    background-image: url('images/submit-icon.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: 30% center !important;
    padding: 15px;
    font-size: 1.125em;
}

.widget-bottom-col .unslider-arrow {
    display: none;
}

.featured-businesses-slider ul li {
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}

.featured-businesses-slider ul li img {
    width: 100%;
}

.unslider-nav ol {
    text-align: center;
}

.unslider-nav ol li {
    display: inline-block;
    list-style-type: none !important;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 100%;
    border: 2px solid #af0985;
    margin-right: 15px;
    cursor: pointer;
}

.unslider-nav ol li:last-child {
    margin-right: 0;
}

.unslider-nav li.unslider-active {
    background-color: #af0985;
}

.widget-bottom-col .widget-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.director-dairy-rightside h2 {
    font-size: 1.8em;
}

.director-dairy-rightside .dd-contact-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.director-dairy-rightside .dd-image {
    height: auto;
}

.director-dairy-items {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.director-dairy-items:before,
.director-dairy-items:after {
    content: '';
    clear: both;
    display: block;
}

.director-dairy-items:last-child {
    border-bottom: 0px;
}

.show-result {
    border-top: 1px solid #b3b3b3 !important;
    border-bottom: 1px solid #b3b3b3 !important;
    margin-bottom: 40px;
    text-align: center;
    padding: 7px 0;
    background: transparent !important;
}

.show-result span {
    margin-bottom: 0;
    font-style: italic;
    font-size: 0.9375em;
}

.pagination-wrapper,
.gmw-pt-pagination-wrapper {
    text-align: center;
}

.pagination,
.gmw-pagination {
    margin: 20px 0 0;
    border-radius: 0;
}

.gmw-pagination li {
    display: inline-block;
}

.pagination>li>a,
.gmw-pagination>li>a,
.gmw-pagination>li>span.current {
    color: #a2a2a2;
    border: 1px solid #d1d1d1;
    padding: 8px 15px;
    font-family: 'brownregular';
}

.gmw-pagination li .dots {
    margin: 0 10px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #951281;
    border-color: #951281;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.gmw-pagination>li>a:hover,
.gmw-pagination>li>span.current:hover,
.gmw-pagination>li>a:focus,
.gmw-pagination>li>span.current:focus,
.gmw-pagination>li>span.current {
    color: #ffffff;
    background-color: #bb1ba3;
    border-color: #bb1ba3;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.gmw-pagination>li:first-child>a,
.gmw-pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.gmw-pagination>li:last-child>a,
.gmw-pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>.active>a,
.gmw-pagination>.active>a {
    background-color: #951281;
    border-color: #d1d1d1;
}

.slickSlider {
    display: none;
}
/*Director Dairy Detail*/

.content-heading span {
    font-style: italic;
}

.content-heading span i {
    margin-right: 3px;
}

.content-heading {
    margin-bottom: 25px;
}

.ddd-content .auther-img {
    margin-right: 0;
}

.ddd-content .auther-img img {
    margin: 0 0 5px;
    height: 70px;
    width: 70px;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .17);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .17);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .17);
    border: solid 4px #fff;
}

.commentlist-wrapper {
    background: #f7f7f7;
    padding: 30px;
    margin: 45px 0;
}

.comment-body .auther-img {
    margin-right: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
}

ul.cmt-list li h6 {
    font-family: 'brownlight';
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}

ul.cmt-list li p {
    font-size: 14px;
    color: #929292;
}

ul.cmt-list li a {
    font-size: 14px;
    color: #292760;
    cursor: pointer;
}
/*.comment-body {    margin-bottom: 25px;    border-bottom: 1px solid #d2d2d2;    padding-bottom: 5px;}.comment-body:last-child {    border-bottom: 0;    margin-bottom: 0;}*/

.comment-box {
    margin: 0 40px;
}

.comment-box span {
    float: left;
    margin-right: 10px;
}

.comment-box span img {
    height: 45px;
    width: 45px;
    border-radius: 50px;
}

.comment-box #custom-search-input {
    margin-right: 0;
    margin-left: 55px;
    position: relative;
}

#custom-search-input {
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

.comment-box #custom-search-input input {
    height: 45px;
}

.comment-box a {
    float: right;
    color: #292760;
    font-size: 14px;
}

.similar-post .col-md-offset-1,
.director-diary-detail .col-md-offset-1 {
    padding: 0;
}

.similar-post .dd-auther {
    margin: 20px 0 10px;
}

.similar-post-item .col-md-12 {
    padding: 0;
}

.similar-post-item .director-diary-item-text {
    padding: 0;
}

.similar-post-item .dd-listing-img {
    min-height: 209px;
}

.similar-post-item .dd-date h4 {
    font-size: 1.875em;
}

.similar-post-item .dd-date {
    bottom: 0;
}
/*Add Icon*/

.share-icon .at-resp-share-element .at-share-btn,
.share-icon .at-icon-wrapper {
    background-color: transparent !important;
}

.share-icon .at-icon {
    fill: #fff !important;
    border: 0;
}

#atftbx p {
    display: none !important;
}

.addthis_toolbox.addthis_default_style {
    text-align: right;
}

.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m {
    float: none !important;
}

.share-icon .at-follow-tbx-element .at300b,
.share-icon .at-follow-tbx-element .at300m {
    margin: 0px 2px 0px;
    vertical-align: middle;
}
/*Share Story*/

.ss-left-side textarea.form-control {
    height: 150px;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 0;
    /*border: 1px solid #ccc;    border-radius: 3px;    background: white;*/
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 0;
    height: 53px;
    background: #fff;
}

.file-upload-input {
    width: 66%;
    color: #000;
    font-size: 16px;
    padding: 12px 17px 12px;
    border: none;
    float: left;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.file-upload-button {
    cursor: pointer;
    color: #ffffff;
    padding: 13px 6px;
    border: none;
    margin-left: 0;
    background-color: #af0b86;
    outline: 0;
    position: absolute;
    width: 46%;
    left: auto;
    right: 0;
}

.file-upload-button:hover {
    background-color: #af0b86;
    color: #fff;
}
/*Board and Staff*/

.team-item {
    text-align: center;
    border: 1px solid #d6d6d6;
    border-top: 0;
    background: #f5f5f5;
}

.team-item img {
    width: 100%;
}

.team-item-text {
    /*border: 1px solid #d6d6d6;



    border-top: 0;



    background: #f5f5f5;*/
    
    padding-top: 5px;
}

.team-item-text h4 {
    color: #af0b86;
    font-size: 1.5em;
}

.team-page .col-md-3 {
    margin-bottom: 30px;
}

.team-page .col-md-3:last-child {
    margin-bottom: 0;
}
/*Calendar Page*/

.under-construction h1 {
    margin-top: 0;
    font-size: 4.5em;
    line-height: 120%;
    color: #000;
    text-transform: uppercase;
}

.under-construction {
    text-align: center;
}

.slick-list {
    padding: 0 !important;
    overflow: hidden;
}

.cf-wrapper.ss-left-side {
    padding-bottom: 50px;
}

.cf-wrapper.ss-left-side:before,
.cf-wrapper.ss-left-side:after {
    content: '';
    display: block;
    clear: both;
}

div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
    display: inline-block !important;
    width: 95%;
    text-align: center;
}

.author-image:focus,
.slick-initialized .slick-slide:focus {
    outline: 0 none;
}

.events-organizer.tribe-events-event-meta.secondary {
    padding: 0;
}

.single-tribe_events .tribe-events-venue-map {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 58%;
}

.tribe-events-meta-group.tribe-events-meta-group-venue.ven-cust {
    padding: 2%;
}

dd.tribe-venue-location .tribe-address span,
dd.tribe-venue-location .tribe-address .tribe-events-abbr,
.post-type-archive-tribe_events .tribe-events-gmap,
.post-type-archive-tribe_events address.tribe-events-address {
    /*display: none;*/
}

.post-type-archive-tribe_events .tribe-events-gmap {
    display: none;
}

.ss-left-side .form-control,
.ss-left-side .subscribe-btn,
.ss-left-side .custom-file-upload {
    margin-bottom: 0;
    margin-top: 25px;
}

.ss-left-side .title {
    margin-bottom: 0;
}

.ss-form {
    min-height: 707px;
}

.share-story-text {
    /*padding-bottom: 617px;    margin-bottom: -617px;*/
}

.story-slider .slick-next.slick-arrow {
    right: 40px;
}

.story-slider .slick-prev.slick-arrow {
    left: 40px;
}

.btn-success input {
    background: transparent;
    border: 0;
    text-transform: uppercase;
}

.section-subscribe span.wpcf7-not-valid-tip {
    color: #fff;
}

.section-subscribe .div.wpcf7-validation-errors {
    z-index: 0;
    position: relative;
    color: #f7e700;
}

.section-subscribe div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    position: relative;
    z-index: 0;
    color: #fff;
}
/*.navbar-nav>li>a span.caret {    opacity: 0;}*/

.navbar-nav > li.dropdown div.click {
    display: block !important;
}

.navbar-nav>li.dropdown div {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 25px;
    font-size: 1.3em;
    z-index: 1;
    cursor: pointer;
}
/*How Can We Help*/

.can-help-wrpper,
.can-help-detail {
    padding-top: 50px;
}

.can-help-wrpper .title,
.can-help-detail .title {
    margin-bottom: 40px;
}

.si-item {
    margin-bottom: 30px;
}

.si-item:last-child {
    margin-bottom: 0;
}

.si-content {
    background-color: #f2f2f2;
    padding: 15px 20px;
    border-bottom: 23px solid #602663;
}

.si-image {
    height: 199px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.si-content h3 {
    font-weight: 700;
    color: #6d2263;
    font-size: 1.875em;
    text-transform: inherit;
    margin-bottom: 10px;
}

.si-content p {
    color: #757375;
    font-size: 0.9375em;
}

.si-content .read-more:hover {
    color: #f106b7;
}

.si-content a:hover h3 {
    color: #af0b86;
}
/*How Can We Help Detail*/

.chd-image {
    margin-bottom: 60px;
    /*width: 100%;    height: 366px;    background-repeat: no-repeat;    background-size: cover;    background-position: center top;*/
}

.can-help-detail .chd-detail img {
    margin-bottom: 18px;
}

.can-help-detail .chd-detail h5 {
    color: #602663;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
}

.can-help-detail .chd-detail p {
    font-size: 0.9375em;
}

.testimonial-text {
    position: relative;
}

.testimonial-text img {
    position: absolute;
    left: -30px;
    z-index: -1;
}

.author-image {
    margin-bottom: 20px;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    border: 4px solid #dcdcdc;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
}

.author-image img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #dcdcdc;
}

.testimonial-text p {
    line-height: 180%;
    color: #535353;
}

.testimonial-wrapper,
.form-wrapper {
    padding: 70px;
}

.testimonial-text-wrapper {
    padding: 0;
    width: 70%;
    margin: auto;
}

.testimonial-wrappers .slick-slide {
    /*float: none;    display: inline-block !important;    vertical-align: middle;    width: auto !important;    margin: 0 20px;*/
}

.slider.slider-nav .slick-slide .authore-detail img {
    opacity: 0.3;
}

.slider.slider-nav .slick-slide.slick-current .authore-detail .author-image {
    opacity: 1;
    webkit-transform: scale(1.37);
    -moz-transform: scale(1.37);
    -o-transform: scale(1.37);
    -ms-transform: scale(1.37);
    transform: scale(1.37);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.slider.slider-nav .slick-slide .authore-detail .author-name {
    display: none;
}

.slider.slider-nav .slick-slide.slick-current .authore-detail .author-name {
    display: block;
}

.authore-detail h6 {
    letter-spacing: 0.15em;
    background-color: white;
    position: relative;
    margin-bottom: 0;
    padding: 0 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #951281;
}

.authore-detail h6:before {
    content: '';
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 215px;
    height: 1px;
    background-color: #c3c2c2;
    z-index: -1;
}

.testimonial-wrappers .slick-track {
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.testimonial-wrappers .slider {
    border-bottom: none;
}

.slider.slider-nav .slick-slide .authore-detail .author-name img {
    display: inline-block;
    margin-right: 5px;
}

.ai-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #951281;
    border-radius: 100%;
    bottom: -17px;
    z-index: 1;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.ai-icon i {
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    margin-top: -8px;
}

.slider.slider-nav .slick-slide.slick-current .authore-detail .author-image .ai-icon {
    display: block;
}
/*Community*/

.community-content img {
    margin-top: 20px;
}

.text-white {
    color: #fff;
}

.our-mission,
.our-history {
    background: #a03fa5;
    padding: 40px;
    margin-bottom: -30px;
}

.our-mission h3,
.our-mission p,
.our-history h3,
.our-history p {
    color: #fff;
}

.our-mission h3,
.our-history h3 {
    font-size: 2.188em;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.community-testimonial {
    padding-top: 90px;
}
/*Directory Detail*/
/*.dd-image {    height: 822px;    background-size: cover;    background-repeat: no-repeat;    background-position: center;}*/

.dd-content .title {
    margin-bottom: 25px;
}

.category-button {
    margin-bottom: 17px;
}

.dd-content .btn,
.fb-content .btn {
    padding: 8px 15px;
    text-transform: capitalize;
}

.blue-btn {
    background-color: #4172fb;
    border: transparent;
    border-radius: 50px;
    padding: 2px 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 0.875em;
    outline: none;
    display: inline-block;
    margin-bottom: 10px;
}

.blue-btn:last-child {
    margin-right: 0;
}

.category-button a:hover.blue-btn {
    color: white;
    background-color: #3b63d2;
}

.blue-btn:focus,
.blue-btn:active,
.blue-btn:active:focus {
    color: white;
    background-color: #4a72e0;
}

.dd-contact-content {
    margin-bottom: 15px;
}

.dd-contact-content a {
    display: inline-block;
}

.dd-contact-content img {
    float: left;
    margin-right: 15px;
}

.dd-contact-content p {
    display: table;
    font-size: 1.125em;
    margin-bottom: 0;
    word-break: break-word;
}

.dd-contact-content a:hover p {
    color: #db18b6;
}

.dd-content a:hover h2 {
    color: #e408ad;
}

.dd-contact-wrapper {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

#lightgallery {
    cursor: pointer;
}

.fb-image {
    height: 300px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 10px;
}

.fb-content h4 {
    color: #951281;
    margin-bottom: 10px;
    font-size: 1.5625em;
}

.fb-content .dd-contact-content p {
    font-size: 1em;
}

.fb-content .dd-contact-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.testimonial-wrappers .slick-arrow {
    /*top: 22%;*/
    
    box-shadow: 0 0px 0 20px rgba(0, 0, 0, 0.04);
}

.testimonial-wrappers .slick-prev {
    left: -35px;
}

.testimonial-wrappers .slick-next {
    right: -35px;
}

.dd-image img {
    width: 100%;
}
/*Story Page*/

.story-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.story-item-text h5 {
    font-weight: 700;
    color: #6d2263;
    text-transform: inherit;
    margin-bottom: 0;
}

.story-item-text a:hover h5 {
    color: #af0985;
}

.story-img .ovrlyT {
    /* background: rgba(0, 0, 0, 0.25);*/
    
    background: rgba(175, 9, 133, 0.34);
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.story-img .ovrlyB {
    background: rgba(175, 9, 133, 0.34);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.story-img .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.story-img .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}

.story-img:hover .ovrlyT {
    top: 0;
}

.story-img:hover .ovrlyB {
    top: 0;
}

.story-img:hover .buttons .fa {
    opacity: 1;
}

.story-page .story-item {
    margin-bottom: 30px;
}
/*Story Detail*/

.story-detail-text {
    margin: 30px 0;
}

.lg-outer .lg-img-wrap {
    background: transparent;
}

.lg-toolbar {
    background-color: transparent;
}

.lg-backdrop {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.93);
}
/*In The Media*/

.media-page .title {
    margin-bottom: 30px;
}

.media-page .col-md-4 {
    margin-bottom: 25px;
}
/*.media-page .col-md-4:nth-last-child(-n+3){    margin-bottom:0;}*/

.media-item {
    text-align: center;
    background: #f2f2f2;
    padding: 30px 20px;
    border-bottom: 20px solid #703b72;
    min-height: 430px;
}

.media-image {
    margin: 20px 0 30px;
    min-height: 76px;
    width: 100%;
    display: table;
}

.media-image a {
    display: table-cell;
    vertical-align: middle;
}

.media-image a:hover img {
    opacity: 0.8;
}

.media-content h6 {
    color: #6e3a71;
    text-transform: initial;
    font-size: 1.125em;
    margin-bottom: 15px;
}

.media-content a.read-more:hover,
.media-content a:hover h6 {
    color: #af0b86;
}

.media-date p {
    color: #6e3a71;
}

.media-content a.read-more {
    color: #6e3a71;
}

.media-page .col-md-4:nth-child(3n+1) {
    clear: both;
}
/*pagination*/

.wp-pagenavi {
    clear: both;
    display: inline-block;
    color: #a2a2a2;
    border: 1px solid #d1d1d1;
    padding: 7px 0;
    font-family: 'brownregular';
    margin-top: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 3px 5px;
    margin: 0;
    padding: 11px 20px;
    font-size: 15px;
    border: 0 none;
    border-right: 1px solid #bfbfbf;
    color: #a2a2a2;
}

.wp-pagenavi a:last-child {
    border-right: 0 none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #ffffff;
    background-color: #bb1ba3;
    border-color: #bb1ba3;
}

.at-style-responsive .at-share-btn {
    padding: 7px 3px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
/*comment box style*/

.well {
    background: transparent;
    border: 0 none;
    box-shadow: 0 0 0 0 transparent;
    background-image: none;
}

#reply-title,
.comment-form label {
    display: none;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    height: 45px;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 7px;
}

.comment-form input {
    margin-bottom: 10px;
}

.commment-form .comment-form-url input {
    margin-bottom: 0;
}

.comment-form p,
.form-submit {
    margin: 0;
}

.form-submit {
    float: right;
}

.form-submit input {
    background: none;
    border: 0 none;
    text-align: right;
    outline: none;
}
/*comment list style*/

.dmbs-comments h4 {
    display: none;
}

.commentlist {
    list-style: none;
    background: #f7f7f7;
    padding: 30px;
    margin: 45px 0 20px;
}

.comment-author.vcard img {
    margin-right: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
}

.comment-meta.commentmetadata {
    display: inline-block;
}

.comment-meta.commentmetadata a {
    font-size: 14px;
    color: #929292;
}

.comment-body {
    margin-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
}

.banner-item-text p span br {
    display: none;
}

.list-item-style li {
    list-style: none;
    position: relative;
    line-height: 190%;
    margin-left: 15px;
}

.list-item-style li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #af0b86;
}

.list-item-style {
    margin-bottom: 10px;
}

.services-item span:hover {
    color: rgba(0, 126, 255, 0.77);
}

.chd-detail ul {
    margin-left: 20px;
}

.chd-detail ul li {
    color: #434343;
    line-height: 190%;
    letter-spacing: 1px;
    font-size: 0.9375em;
}
/*404 Page*/

.section-404 h1 {
    font-size: 6em;
    margin-bottom: 0;
}

.section-404 h6 {
    font-size: 20px;
    margin-bottom: 5px;
}
/*When We Rise*/

.wwr-img {
    float: left;
    margin-right: 20px;
}
/*facebook Widget*/

.facebook-widget {
    text-align: left;
}

.facebook-widget {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.ddd-date {
    display: none;
}

a.taxonomy.category {
    display: none;
}

.our-mission {
    padding-bottom: 47px !important;
}

.team-page .col-md-3:nth-child(4n+1) {
    clear: both;
}

.stellarnav.light li a:hover,
.stellarnav.light li a:focus,
.stellarnav.light li.active a,
.stellarnav.light li a:active {
    color: #af0b86;
}

.dd-auther {
    display: none;
}

.dd-heading {
    padding-bottom: 10px;
}

.btn-primary {
    margin-top: 10px;
}

.form-group.fg-categories .btn-group.bootstrap-select,
.form-group.fg-city .btn-group.bootstrap-select {
    width: 100% !important;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 1em;
    background-color: transparent;
}

.form-group.fg-categories .btn-group.bootstrap-select >button,
.form-group.fg-city .btn-group.bootstrap-select >button {
    background: #fff;
    color: #4c4c4c;
    text-transform: capitalize;
    border: 1px solid rgba(169, 169, 169, 1);
    padding: 11px 20px 12px 15px;
    outline: none !important;
    box-shadow: none;
}

.btn span {
    position: relative;
    z-index: 1;
    font-family: 'latoregular';
}

.btn span.caret {
    display: inline-block;
}

.form-group.fg-categories .btn-group.bootstrap-select .caret,
.form-group.fg-city .btn-group.bootstrap-select .caret {
    border-top: 6px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    right: -11px;
}

.form-group.fg-categories .btn-group.bootstrap-select.dropup .caret,
.form-group.fg-city .btn-group.bootstrap-select.dropup .caret {
    border-top: 0px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    right: -11px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #ef19b9;
    background-image: none !important;
    background-repeat: repeat-x;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-width: 318px;
    width: 100%;
}
/* highlight color for The Pride Ball Event*/

a.highlight:hover {
    color: #DAA520 !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 0 none;
}

@media (min-width: 595px) media.css:1079 .wp-image-2086 {
    width: 100%;
    height: auto;
}




.section-subscribe #mc_embed_signup {
    background-color: #b7404000;
}
.section-subscribe #mc_embed_signup input {
    margin-bottom: 0;
}
.section-subscribe .indicates-required{
    display: none;
}
.section-subscribe #mc_embed_signup input#mc-embedded-subscribe {
    background-color: #232323;
    padding: 16px 45px;
    height: auto;
    width: auto;
    float: left;
    line-height: 100%;
    position: relative;
}
.section-subscribe #mc_embed_signup input#mc-embedded-subscribe:before {
    content: '';
    background-image: url(images/msg-icon.png);
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: sub;
    margin-right: 15px;
}