
body{
    float: left;
    width: 100%;
    position:relative;
    font-family: 'Lato', sans-serif;
}
body,ul,h1,h2,h3,h4,h5,h6,p{ 
    list-style:none;
    margin:0;
    padding:0;
}
img {
    max-width: initial ;
	height: unset;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    color:#2a2a2a;
    font-weight: 700;
}
p{
    font-family: 'Lato', sans-serif;
    color:#666;
    font-size:17px;
    line-height:28px;
    letter-spacing:0.2px;
}
ul,ol {
    float: left;
    width: 100%;
}
ol {
    padding-left: 20px;
}
/* ul li ,ul li a,
ol li,ol li a{
    color: #777;
    font-family:'Poppins', sans-serif;
    font-size: 13px;
    line-height: 33px;
}
ul li i {
    color: #c5c3c3;
    font-size: 15px;
    margin-right: 10px;
} */
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.theme-layout {
    float: left;
    width: 100%;
    overflow-x: hidden;
}
.theme-layout.boxed {
    box-shadow: 0 0 15px #121212;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1230px;
    -webkit-box-shadow: 0 0 15px #121212;
    -moz-box-shadow: 0 0 15px #121212;
    -ms-box-shadow: 0 0 15px #121212;
    -o-box-shadow: 0 0 15px #121212;
    box-shadow: 0 0 15px #121212;
}
.theme-layout.boxed:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
section {
    float: left;
    width: 100%;
    position: relative;
}
.block {
    float: left;
    padding:100px 0;
    position: relative;
    width: 100%;
}
.block.remove-gap {
    padding-top: 0;
}
.remove-ext {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.remove-bottom-gap {
    padding-bottom: 0;
}
.parallax {
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover!important;
    background-attachment: fixed!important;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blackish:before,.coloured:before,.whitish:before {
    background: none repeat scroll 0 0 #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.whitish:before {
    background: none repeat scroll 0 0 #f9f9f9;
    opacity: 0.9;
}
.owl-carousel{
    cursor: move;
}
.theme-new-btn {
    padding: 16px 45px;
    border-radius: 30px;
    background-color: rgb(238 238 238);
    color: rgb(51 51 51);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    display: inline-block;
}
.theme-new-btn:hover {
    background-color: #000;
    color: #fff;
}
.simple_parallax {
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
input:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
}
/*****************************
    SLIDER
******************************/
.slider{
    float:left;
    position:relative;
    width:100%;
}
.dark-bg{background:#1c1c1c;}
.light-bg{background:#d8c291;}
.white-bg{background:#ffffff;}
.slide-title1{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color:#ffffff;
    z-index:2;
}
.slide-subtitle1{
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    color:#c2c2c2;
    z-index:2;
}
.slide-button{
    padding:10px 30px; 
    border-radius:3px;
    font-family: 'Poppins', sans-serif;
    color:#ffffff;
    z-index:2;
    -webkit-transition:all .4s linear;
    -moz-transition:all .4s linear;
    -ms-transition:all .4s linear;
    -o-transition:all .4s linear;
    transition:all .4s linear;
}
.slide-button:hover{color:#333333;}
.slide-title2{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color:#ffffff;
    z-index:2;
}
.slide-title2 > span{font-weight:400 !important;}
.slide-subtitle2{
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    padding:5px 30px;
    background:#ffffff;
    color:#383838;
    border-radius:3px;
    z-index:2;
}
.tp-shape{
    margin-right:10px;
    height:auto;
    width:auto;
}
.slide-title3{
    font-weight:700;
    background:#8f3429;
    border-radius:3px;
    padding:5px 30px;
    color:#ffffff;
}
.slide-subtitle3{
    border-radius:3px;
    padding:5px 30px;
    font-weight:600;
    color:#282828;
}
/*****************************
    TITLE STYLE
******************************/
.title {
    border-bottom: 1px dotted #CBCBCB;
    float: left;
    padding-bottom: 17px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}
.title:before {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #d2d2d2;
    content: "\f0e7";
    font-family: 'Font Awesome 5 Free';
    margin-left: -15px;
    font-size: 16px;
    font-weight: 900;
    height: 20px;
    width: 30px;
    text-align: center;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.title > span {
    color: #ABABAB;
    float: left;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 13px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.title > h2 {
    float: left;
    font-size: 22px;
    margin-top: -5px;
    width: 100%;
    font-weight: 600;
}
.align-right {
    float: right;
    max-width: 50%;
    padding: 10px 0;
}
/*****************************
    HEADER
******************************/
header {
    float: left;
    position: absolute;
    width: 100%;
    z-index: 10000000;
}
.topbar {
    border-bottom: 1px solid #f2f2f2;
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.9);
}
.topbar .container{
    position: relative;
    padding: 0;
}
.topbar p {
    color: #fff;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-right: 20px;
    padding: 10px 0;
}
.topbar > p {
    border-right: 1px solid #cf9c29;
}
.topbar p i {
    font-size: 15px;
    margin-right: 6px;
}
.menu-btn {
    display: none;
}
.logo {
    float: left;
    max-width: 200px;
}
.logo > a {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.logo img {
    width: 100%;
}
nav ul {
    float: right;
    width: auto;
    margin-right: 105px;
}
nav ul li {
    float: left;
    margin-left: 10px;
    position: relative;
}
nav ul li.menu-item-has-children:after{
    background: none repeat scroll 0 0 #fff;
    bottom: -11.5px;
    height: 23px;
    left: 50%;
    margin-left: -11.5px;
    opacity: 0;
    position: absolute;
    width: 23px;
    content: "";
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
nav ul li:hover:after{
    opacity: 1;
    bottom: -11.5px;
}
nav ul li a {
    color: #222;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 40px 18px;
    width: 100%;
    line-height: 20px;
    position: relative;
    font-weight: 500;
}
nav ul li a:before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 50%;
    top: -1px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
nav ul li:hover > a:before{
    left:0;
    width: 100%;
}
nav ul li.menu-item-has-children a:after {
    opacity: 0;
    bottom: 4px;
    content: "\f0ab";
    font-family: 'Font Awesome 5 Free';
    height: 14px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    text-align: center;
    width: 14px;
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
    font-weight: 900;
}
nav ul li:hover a:after{
    opacity: 1;
    bottom: -4px;
}
nav ul li > ul {
    left: -9999px;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: -1;
    background-color: rgba(255,255,255,0.9);
    -webkit-transform: perspective(200px) rotateX(-15deg);
    -moz-transform: perspective(200px) rotateX(-15deg);
    -ms-transform: perspective(200px) rotateX(-15deg);
    -o-transform: perspective(200px) rotateX(-15deg);
    transform: perspective(200px) rotateX(-15deg);
    -webkit-transform-origin: -40% 0 0;
    -moz-transform-origin: -40% 0 0;
    -ms-transform-origin: -40% 0 0;
    -o-transform-origin: -40% 0 0;
    transform-origin: -40% 0 0;
    -webkit-transition: -webkit-transform 0.8s ease 0s;
    -moz-transition: -moz-transform 0.8s ease 0s;
    -ms-transition: -ms-transform 0.8s ease 0s;
    -o-transition: -o-transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
}
nav ul li:hover > ul{
    left: 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
nav ul li > ul li {
    margin: 0;
    width: 100%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
nav ul li > ul li:hover {
    background: none repeat scroll 0 0 rgba(240,240,240,0.9);
}
nav ul li > ul li:last-child{
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
nav ul li > ul li:after,nav ul li > ul li a:after{
    display: none;
}
nav ul li ul li a {
    border-top: 1px solid #d7d7d7;
    padding: 15px 20px;
    font-size: 14px;
}

nav ul li > ul li > ul {
    left: -9999px;
    top: 0;
}
nav ul li > ul li:hover > ul {
    left: 100%;
}
nav {
    background: none repeat scroll 0 0 #fff;
    float: left;
    position: relative;
    width: 100%;
}
nav .container {
    padding: 0;
    position: relative;
    height: 100%;
}
nav ul li > ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    padding: 0;
    line-height: 10px;
    background:url("images/arrows2.png") no-repeat scroll -87px -3px transparent;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
nav ul li > ul li.menu-item-has-children:hover:before {
    right: 8px;
}
.header-search {
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.header3 .header-search {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 43px;
    margin-top: -20px;
    text-align: center;
}
.header3 .header-search>input[type=submit] {
    height: 40px;
    width: 20px;
    z-index: 3;
    position: relative;
}
.header3 nav ul li a::before {
    display: none;
}
.header3 .header-search > input[type="text"] {
    top: 0;
    right: 0;
}
.header-search > input[type="submit"] {
    background: url("images/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    height: 100%;
    padding: 0;
    width: 35px;
}
.header-search:hover button {
    z-index: 1;
    position: relative;
}
.header2 .header-search > input[type="text"] {
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
}
.header-search > input[type="text"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 250px;
    height: 0;
    padding: 0 20px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.header-search:hover > input[type="text"],
.header-search > input[type="text"]:focus{
    height: 40px;
    padding: 10px 20px;
}
.topbar .header-search {
    position: relative;
    width: auto;
    float: left;
    margin: 3px 10px 0;
}
.cart-dropdown {
    float: right;
    position: relative;
}
header.header8 .cart-dropdown > p {
    background: transparent;
}
.cart-dropdown > p {
    background: none repeat scroll 0 0 #f5f5f5;
    cursor: pointer;
    margin: 0;
     padding: 0;
    position: relative;
}
.cart-dropdown > p:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.cart-dropdown:hover > p:before{
    left: 0;
    width: 100%;
}
.cart-dropdown > ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
    z-index: 100;
    display: none;
}
.cart-dropdown > ul:after {
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    content: "";
    height: 0;
    right: 120px;
    position: absolute;
    width: 0;
}
.cart-dropdown > ul > p {
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    background: #000;
    border-top: 2px solid;
    color: #fff;
}
.cart-dropdown > ul li {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    position: relative;
}
.cart-dropdown > ul li:last-child{
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.cart-dropdown > ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    height: 1px;
    bottom: 0;
    background: #f2f2f2;
}
.cart-dropdown > ul li img {
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-dropdown > ul li span.remove {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.cart-dropdown > ul li span.remove i {
    float: right;
    margin: 0;
}
.cart-dropdown > ul li h6 {
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-dropdown > ul li h6 a {
    color: #555;
    line-height: 17px;
    float: left;
}
.cart-dropdown > ul li span {
    color: #a7a7a7;
    float: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    width: auto;
}
.cart-dropdown > ul li a.cart-drop-btn {
    margin: 0 2.5%;
    float: left;
    padding: 7px 15px;
    line-height: 20px;
    width: 45%;
    border: 1px solid #EAEAEA;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.cart-dropdown > ul li a.cart-drop-btn:hover{
    color: #FFF;
}
.cart-dropdown ul li a i.fa.fa-cog {
    display: none;
}
header.header2 .cart-dropdown > p {
    background: transparent;
    padding: 0;
}
header.header3 .topbar {
    display: none;
}
header.header3 .cart-dropdown > p {
    background: #FFF;
}
header.header3 nav {
    background: transparent;
}
header.header3 nav ul.menu > li > a {
    color: #fff;
}
header.header3 {
    top: 20px;
}
header.header3 .header-search > input[type="text"] {
    background: rgba(255,255,255,0.9);
}
header.header4 .topbar {
    background: #FFF;
}
header.header4 .cart-dropdown > p {
    background: #FFF;
}
header.header4 nav{
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(2, #BABABA));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #BABABA 200%);
}
header.header5 .topbar {
    display: none;
}
header.header5 nav {
    margin-top: 20px;
}
.header-timer {
    float: left;
    padding: 13px 0;
}
.header-top-right {
    float: right;
    padding: 14px 0;
}
.header-top-right .cart_outer {
    float: right;
}
.header-top-right > p {
    padding: 0 10px 0 0;
    margin-right: 10px;
    position: relative;
}
.header-top-right > p::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0;
    height: 17px;
    width: 1px;
    content: "";
}
.header-top-right > p:last-child {
    border-right: none;
}
.header-timer > p {
    color: #ffffff;
    float: left;
    font-weight: 700;
    margin: 0;
    padding:0;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.header-timer a {
    color: #ffffff;
    float:left;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px 6px 0;
    font-family: 'Poppins', sans-serif;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.header8 .header-timer a{
    padding: 22px 25px;
    font-size: 14px;
}
.header8 .header-timer ul {
    padding: 17px 15px 0 0;
}
.header-timer a:hover{color:#ffffff}
.header-timer > p:hover{background:#ffffff}
.header-timer ul {
    float: left;
    width: auto;
}
.header-timer ul > li {
    display: inline-block;
    padding: 2px 0;
    font-family: 'Poppins', sans-serif;
    margin-right: 16px;
    position: relative;
}
.header-timer ul > li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0;
    height: 17px;
    width: 1px;
    content: "";
}
.header-timer ul {
    float: left;
    margin-left: 20px;
    padding: 0 15px 0 0;
    width: auto;
}
.header-timer ul > li span {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    padding-right: 3px;
}
.header-timer ul > li p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    float: none;
    padding-right: 16px;
}
.header8 .header-timer ul > li p {
    color: #666;
}
.header8 .header-timer ul > li span {
    color: #666;
}
.header-timer ul > li:last-child p {
    padding-right: 0;
}
.header-timer ul > li:last-child::before {
    display: none;
}
header.header2 , header.header4, header.header8{
    position: relative;
}
header.header6 .header-search > input {
    left: 0;
}
header.header6 .header-search {
    left: 0;
    right: auto;
}
header.header6 .logo {
    float: right;
}
header.header6 nav ul {
    float: left;
}
header.header6 nav .container > ul {
    float: left;
    margin-right: 0;
    margin-left: 50px;
}
header.header7 nav .container {
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(2, #BABABA));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #BABABA 200%);
    padding:0 20px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
header.header7 .header-search {
    right: 20px;
}
header.header7 .topbar{
    display: none;
}
header.header7 {
    top: 55px;
}
header.header7 .logo > a {
    margin-top: 0;
    background-color: #fff;
    padding:13px 22px;
}
header.header7 nav ul.menu > li > a {
    color: #fff;
}
header.header7 nav ul.menu > li > a::before {
    display: none;
}
header.header7 .header-search button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
header.header7 nav ul li.menu-item-has-children::after {
    display: none;
}
header.header7 nav ul.menu > li.menu-item-has-children a:after {
   content: "\f107";
   left: auto;
   right: 0;
   margin-left: 0;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   opacity: 1 !important;
   margin-top: -2px;
   color: rgba(255,255,255,0.7) !important;
   font-size: 10px !important;
}
header.header7 nav ul.menu > li.menu-item-has-children:hover a::after {
    bottom: auto;
}
button:focus {
    outline: none;
}
header.header8 {
    position: relative;
}
header.header8 .topbar {
    background: #FFF;
    border-bottom: none;
}
header.header8 nav {
    background: none;
    position: absolute;
    top: 64px;
    background-color: rgba(255,255,255,0.8);
}
header.header8 nav ul.menu > li > a{
    padding: 40px 18px;
}
header.header8 .header-timer {
    padding: 0;
}
header .social-media {
    margin: 0;
}
header.header8 nav ul.menu > li:hover a {
    background-color: #fff;
}
/*****************************
    STICKY HEADER
******************************/
header.sticky nav {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 0 5px #d0d0d0;
    -moz-box-shadow: 0 0 5px #d0d0d0;
    -ms-box-shadow: 0 0 5px #d0d0d0;
    -o-box-shadow: 0 0 5px #d0d0d0;
    box-shadow: 0 0 5px #d0d0d0;
}
header.sticky nav .container > ul > li > a {
    padding: 32px 20px;
}
header.sticky .header-search > input[type="submit"] {
    height: 84px;
}
header.header7.sticky nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header.header8.sticky nav {
    background-color: #FFF;
}
/*****************************
    SLIDER
******************************/
.slider {
    float: left;
    position: relative;
    width: 100%;
    z-index:0;
}
.tp-banner-container {
    z-index: -1;
    position: relative;
}
.slide1-text {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}
.slide1-box {
    color: #FFFFFF;
    height: 230px;
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    width: 230px;
    border: 8px solid rgba(255,255,255,0.2);
    background-clip: padding-box;
    white-space: nowrap;
    text-overflow: ellipsis;    
    -webkit-border-radius:50%; 
    -moz-border-radius:50%; 
    -ms-border-radius:50%; 
    -o-border-radius:50%; 
    border-radius:50%; 
}
.slide1-box img{
    display: table; 
    margin: 0 auto 20px;
}
.slide1-box:before{
    content: "";
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slide2-title {
    color: #FFFFFF;
}
.slide2-title i {
    font-style: normal;
    font-size: inherit;
    margin: 0;
}
.slide2-round {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slide2-sub-title img {
    display: table;
    margin: 0 auto 15px;
}
.slide2-sub-title {
    color: #FFF;
}
.slide3-title {
    color: #FFF;
}
.slide3-black {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.82);
    height: 200px;
    left: 0 !important;
    position: absolute;
    width: 640px!important;
    -webkit-border-radius: 0 3px 0 3px;
    -moz-border-radius: 0 3px 0 3px;
    -ms-border-radius: 0 3px 0 3px;
    -o-border-radius: 0 3px 0 3px;
    border-radius: 0 3px 0 3px;
}
.slide3-desc{
    color: #e5e5e5;
    font-family: 'Poppins', sans-serif;
}
.wpb_revslider_element {
    z-index: 0;
    position: relative;
    margin: 0;
}
.slider4-text1 {
    float: left;
    font-size: 50px;
    font-weight: 900;
}
.slider4-text2 {
    color: #595959;
    float: left;
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 0.3px;
}
.slider4-text3 {
    color: #403d3e;
    float: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.3px;
}
.slide-btn {
    color: #e8eef5 !important;
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 10px;
    padding: 18px 30px;
    position: relative;
    text-align: center;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide7-box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.19);
    border: 4px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.slide7-box.dark{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.09);
}
.slide7-box h3 {
    color: #fff;
    font-size: inherit;
    font-weight: 600;
    text-shadow: 0 1px 1px #bfbfbf;
    text-transform: uppercase;
    margin-top: 5px;
}
.slide7-box h3 span{
    font-weight: 200;
}
.slide7-box p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-shadow: 0 1px 1px #bfbfbf;
}
.slide8-title {
    color: #fff;
    font-weight: 700;
}
.slide8-title  span{
    font-weight: 200;
    color: #494848
}
.slide8-quote{
    color: #f7f2f2;
    font-size: 15px;
    text-align:center; 
    font-family: 'Poppins', sans-serif;
}
.slide8-quote i {
    color: #cacaca;
    font-size: 36px;
    left: -10px;
    position: absolute;
    top: -5px;
    z-index: -1;
}
.slide8-quote i.fa-quote-right{
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.slide8-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.17);
    border: 1px solid #cfcfcf;
    color: #fff!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.slide8-button:hover{
    color: #FFF;
}
.slide9-title {
    color: #fff;
    font-weight: 100;
    text-shadow: 0 1px 2px #505050;
}
.slide9-title span{
    color: #000;
}
.slide9-subtitle{
    color: #fff;
    font-weight: 600;
}
.slide9-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.17);
    border: 1px solid #616161;
    color: #fff!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.slide10-title {
    color: #fff;
    font-weight: 800;
}
.slide10-title span{
    font-weight: 300;
}
.slide10-text{
    font-size: 18px;
    font-weight: 500;
    color: #c2c2c2;
}
.slide10-button {
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.slide10-button:hover{
    color: #fff;
}
.slide11-title{
    color: #FFF;
    font-weight: 700;
}
.slide11-title span{
    font-weight: 400;
}
.slide11-box{
    background-color: #FFF;
    font-weight: 300;
    color: #383838;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide11-box.coloured-box{
    color: #FFF;
}
.slide-blk-button{
    color: #FFF;
    background-color: #1c1c1c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide-blk-button i {
    font-size: inherit;
}
.slide12-box{
    color: #FFF;
    font-weight:700;
    background: #8f3429;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide12-box2{
    color: #282828;
    background: #d8c291;
    font-weight:600;
    font-family: open sans;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.tp-caption a {
    color: #FFF!important;
}
/*****************************
    WELCOME MESSAGE
******************************/
.new_style .welcome {
    text-align: left;
    padding-right: 20px;
}
.new_style .welcome > h1 {
    font-size: 50px;
}
.new_style .welcome > p {
    font-size: 18px;
    max-width: 88%;
}
.new_style .survey > h3 {
    font-size: 23px;
    letter-spacing: 0.3px;
}
.welcome {
    float: left;
    width: 100%;
    text-align: center;
}
.welcome h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.welcome.new_style h1{
   font-weight: 700; 
}
.welcome h1 span{
    font-weight: 300;
}
.welcome > p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 30px;
}
.welcome.new_style {
    text-align: left;
    padding-left: 50px;
    padding-right: 20%;
    padding-top: 97px;
    padding-bottom: 100px;
text-align: center;
}
.welcome.new_style>p {
    font-size: 17px;
    color: rgb(71 71 71);
    line-height: 27px;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.welcome > a {
    border: 1px solid;
    color: #FFF;
    font-size: 13px;
    padding: 10px 30px;
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.welcome > a:hover{
    color: #FFF;
    background: none;
}
.welcome.new_style > a.theme-new-btn {
    display: inline-block;
    padding: 13px 75px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
}
.welcome.new_style > a.theme-new-btn:hover {
    background-color: #000;
    color: #fff;
}
/*****************************
    PASTORS CAROUSEL
******************************/
.pastors-carousel {
    float: left;
    width: 100%;
}
.pastors-message {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.pastors-message figure img {
    border: 10px solid rgb(255 255 255 / 70%);
}
.pastors-message h4 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px;
    margin-top: 40px;
    padding-right: 50px;
}
.pastors-message span {
    float: left;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    width: 100%;
    letter-spacing: 0.2px;
    padding-right: 50px;
}
.pastors-message p {
    color: #c5c5c5;
    font-size: 17px;
    padding-right: 120px;
}
.pastors-message .sermon-media {
    margin-top: 30px;
}
.pastors-message .sermon-media li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 0 none;
}
.pastors-message .sermon-media li i {
    color: #FFF;
}
/*****************************
    EVENTS WITH COUNTER
******************************/
.counter-events {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.event-count {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.no_event_img .downcount {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #e8ecec;
    border-radius: 4px;
    float: left;
    margin-bottom: 10px;
    padding: 8px 30px 0;
    position: relative;
    width: 100%;
}
.event-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0px;
}
.event-img > img {
    width: 100%;
    height:auto;
}
.downcount {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 0 10px;
}
.downcount i {
    font-size: 30px;
    color: #888888;
    padding:13px 0 13px 20px;
}
.downcount ul {
    width: auto;
    height: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
}
.downcount ul li {
    border: 0 none;
    float: left;
    padding: 10px 6px;
    text-align: center;
    width: auto;
}
.downcount ul li span {
    color: #555555;
    display: table;
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 auto;
}
.downcount ul li p {
    color: #888;
    float: left;
    font-family: open sans;
    font-size: 10px;
    line-height: 20px;
    margin-top: 2px;
    width: 100%;
}
.event-content h4 {
    font-size: 25px;
    margin-bottom: 14px;
}
.event-content h4 > a {
    color: inherit;
}
.event-content > span {
    color: #777777;
    font-size: 16px;
    display: block;
    padding: 5px 0;
}
.event-content > span > i {
    margin-right: 10px;
}
.counter-area {
    margin-top: 20px;
}
.counter-area > li {
    display: inline-block;
    margin-right: 14px;
}
.counter-area > li > span {
    height: 39px;
    width: 39px;
    line-height: 39px;
    border-radius: 50%;
    color: #222;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
        background-color: rgb(238 238 238);
}
.counter-area > li > p {
    font-size: 12px;
    color: rgb(136 136 136);
    text-align: center;
    text-transform: capitalize;
}
.event-content {
    float: left;
    width: 100%;
    padding: 35px 25px 0;
    padding-bottom: 30px;
}
.event-count.creative {
    border: 1px solid rgb(224 224 224);
    padding: 0px;
    border-radius: 0px;
    transition: all 0.45s linear;
    -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
}
.event-count.creative .event-img > img {
    border-radius: 0px;
}
.event-count.creative:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.30);
}
.event-count > h4 {
    float: left;
    width: 100%;
    font-size: 22px;
	text-align: center;
	padding: 35px 41px;
	line-height: 26px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.event-count > h4 a{
    color: #555;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.event-carousel .event-count {
    padding: 0 15px;
}
/*****************************
    SERVICES BLOCK
******************************/
.service-block {
    float: left;
    width: 100%;
    text-align: center;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.sermon-media li:hover i{
    color: #FFF;
}
.service-block > h3 {
    font-size: 26px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.service-block > p {
    float: left;
    width: 100%;
}
.service-block > a {
    margin-top: 30px;
}
.service-image {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
    float: left;
    padding: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.service-block:hover .service-image {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.service-image img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.service-image i {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: -50px;
    background: #FFF;
    line-height: 100px;
    border-radius: 50%;
    margin-left: -50px;
    z-index: 0;
    font-size: 45px;
    box-shadow: 1px 1px 21px 1px rgba(0,0,0,0.05);
}

/*****************************
     LATEST NEWS
******************************/
.latest-news-carousel {
    float: left;
    width: 100%;
}
.news-carousel{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.new-parent-news {
    padding: 30px;
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
.new-parent-news h4.new-title {
    margin-top: 0;
}
.news-image img {
    width: 100%;
}
.news-image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-carousel > img {
    width: 100%;
}
.news-details span {
    font-family: 'Poppins', sans-serif;
    float: left;
    font-size: 14px;
    color: #acacac;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #f0eded;
}
.news-details span:last-child {
    border: none;
}
.news-details span.new-authr-pic a {
    color: #2f2c2c;
}
.news-details span a {
    color: #cccccc;
}
.news-details span i {
    line-height: 17px;
    font-size: 14px;
    padding-left: 1px;
    margin-right: 6px;
}
h4.new-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 25px;
}
h4.new-title a{
    color: inherit;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.latest-news-carousel .owl-buttons {
    position: absolute;
    top: 40px;
    width: 100%;
}
.latest-news-carousel .owl-buttons > div {
    background: url("images/arrows2.png") no-repeat scroll 6px 10px rgba(255, 255, 255, 0.8);
    height: 36px;
    width: 36px;
    right: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.latest-news-carousel .owl-buttons > div.owl-next {
    background-position: -75px 10px;
    right: 45px;
}
.latest-news-carousel .owl-buttons > div:hover {
    background-position: 6px -33px;
}
.latest-news-carousel .owl-buttons > div.owl-next:hover {
    background-position: -73px -35px;
}
/*****************************
     SOUND CLOUD
******************************/
.sound-cloud {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
/*****************************
     EVENT LISTING
******************************/
.new-events-grid {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 35px 25px;
    box-shadow: 0 0 16px inset #fcfcfc;
    border-radius: 3px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.new-events-grid:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.new-events-grid .event-date {
    border: none;
    width: 93px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    min-height: 95px;
    text-align: center;
    display: inline-block;
    padding: 16px 0;
    margin-right: 25px;
    font-family: poppins;
}
.new-events-grid .event-date strong {
    color: #fff;
    font-size: 44px;
    line-height: 12px;
    letter-spacing: -0.5px;
    font-weight: 900;
    margin-top: 0;
    line-height: 38px;
}
.new-events-grid .event-date span {
    letter-spacing: 0.1px;
    background-color: transparent;
    margin-right: 0;
}
.new-events-grid h3 {
    font-size: 22px;
}
.new-events-grid h3 a {
    color: inherit;
}
.new-events-grid p {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 24px;
    margin-top: 7px;
}
.new-events-grid span {
    font-size: 15px;
    color: #acacac;
    letter-spacing: 0.2px;
    margin-right: 30px;
}
.new-events-grid span i {
    margin-right: 10px;
}
.event-listing {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}
.event {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.event-date {
    border: 1px solid #ededed;
    float: left;
    margin-right: 35px;
    padding: 10px 0;
    text-align: center;
    width: 77px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px #efefef inset;
    -moz-box-shadow: 0 0 13px #efefef inset;
    -ms-box-shadow: 0 0 13px #efefef inset;
    -o-box-shadow: 0 0 13px #efefef inset;
    box-shadow: 0 0 13px #efefef inset;
}
.event-date span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #FFF;
    line-height: 23px;
}
.event-date strong {
    color: #5f5f5f;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
}
.event-date i {
    color: #5f5f5f;
    float: left;
    font-family: open sans;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-style: normal;
}
.event > h3 {
    color: #555;
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event > h3 a{
    color: #555;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.event > p {
    color: #777777;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.event > span {
    color: #acacac;
    font-size: 12px;
    margin-right: 30px;
}
.event > span i {
    margin-right: 5px;
    font-size: 14px;
}
/*****************************
     SIMPLE TOGGLE
******************************/
.simple-toggle {
    float: left;
    width: 100%;
}
.simple-toggle .toggle-item {
    background: none;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.simple-toggle .toggle-item h2 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e0e0e0;
    color: #555555;
    float: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 70px;
    padding: 0 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 16px inset #fcfcfc;
    -moz-box-shadow: 0 0 16px inset #fcfcfc;
    -ms-box-shadow: 0 0 16px inset #fcfcfc;
    -o-box-shadow: 0 0 16px inset #fcfcfc;
    box-shadow: 0 0 16px inset #fcfcfc;
}
.simple-toggle .toggle-item h2.active{
    -webkit-box-shadow: 0 0 35px 3px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 35px 3px rgba(0,0,0,.05);
    -ms-box-shadow: 0 0 35px 3px rgba(0,0,0,.05);
    -o-box-shadow: 0 0 35px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 35px 3px rgba(0,0,0,.05);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.simple-toggle .toggle-item .content {
    margin: 35px 0 30px;
}
.simple-toggle .toggle-item .content p{
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 15px;
}
.simple-toggle .toggle-item .content form .minict_wrapper {
    margin-bottom: 10px;
}
.simple-toggle .toggle-item.activate {
    background: none;
    padding: 0;
}
.simple-toggle .toggle-item h2 img {
    float: left;
    margin-right: 15px;
}
.simple-toggle .toggle-item .content form {
    float: left;
    width: 100%;
}
button.button2 {
    background: none repeat scroll 0 0 #868686;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    padding: 10px 30px;
    text-transform: capitalize;
    width: auto;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
button.button2:hover{
    color: #FFF;
}
button.button2 i{
    margin-right: 10px;
}
.simple-toggle .toggle-item .content form textarea {
    height: auto !important;
    max-width: 100%;
}
#msgs,#msgss {
    padding: 0 20px;
    font-family: open sans;
    font-size: 22px;
    font-weight: 600;
}
/**********************************
     UPCOMING EVENT PARALLAX
**********************************/
.new-para-style {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 50px;
}
.new-para-style > span {
    display: inline-block;
    color: #f8f7f7;
    font-size: 13px;
    border: 2px solid;
    border-radius: 4px;
    padding: 12px;
    vertical-align: middle;
    width: 14%;
    margin-right: 35px;
    font-family: poppins;
}
.new-para-style > span strong {
    font-size: 42px;
    display: block;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 3px;
}
.new-up-events .new-para-style h3 {
    font-size: 45px;
    color: #f8f7f7;
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}
.new-up-events p {
    font-size: 18px;
    color: #b5b5b5;
}
.new-up-events .theme-new-btn {
    margin-top: 45px;
}
.new-up-events .theme-new-btn:hover {
    color: #fff;
}
.bottom-info-para {
    float: left;
    width: 100%;
}
.bottom-info-para .black-area {
    background-color: #070706;
    float: left;
	width: 50%;
    padding: 24px 30px 14px;
    min-height: 88px;
    position: relative;
}
.bottom-info-para .orange-area {
    float: left;
	width: 50%;
	padding: 18px 0;
	min-height: 88px;
	position: relative;
}
.fullcount.bottom-info-para .orange-area {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.fullcount.bottom-info-para .orange-area .countdown li {
    padding: 0 38px;
    float: none;
    display: inline-block;
}
.fullcount.bottom-info-para .orange-area .countdown li + li {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.fullcount.bottom-info-para .orange-area .countdown li span {
    font-size: 35px;
    font-family: poppins;
}
.fullcount.bottom-info-para .orange-area .countdown li p {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    margin-top: -10px;
}
.bottom-info-para .orange-area .countdown {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    float: none;
}
.bottom-info-para .orange-area .countdown li {
    padding: 0 12px;
    text-align: left;
    width: auto;
    height: 100%;
    border-left: none;
}
.bottom-info-para .orange-area .countdown li span {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.bottom-info-para .orange-area .countdown li p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}
.bottom-info-para .black-area h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}
.new-up-events .black-area span  {
    font-size: 14px;
}
.new-up-events .black-area span i {
    padding-right: 6px;
}
.upcoming-event{
    float: left;
    width: 100%;
}
.upcoming-event h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.upcoming-event h3 i {
    margin-right: 10px;
}
.upcoming-event span {
    margin-right: 20px;
    float: left;
}
.upcoming-event span i {
    background: none repeat scroll 0 0 #888b8d;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.upcoming-event span {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
}
.upcoming-event p {
    float: left;
    margin-top: 15px;
    width: 100%;
    color: #b5b5b5;
}
.remaining-time {
    float: left;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.remaining-time h5 {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 15px;
    margin-top: 10px;
}
.remaining-time span {
    color: #fff;
    float: left;
    font-family: open sans;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
}
.countdown {
    float: left;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100%;
    height: 77px;
}
.countdown li {
    float: left;
    padding: 18px 0;
    text-align: center;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.countdown li span {
    text-align: center;
    width: 100%;
    margin: 0;
}
.countdown li p {
    margin: 0;
    font-size: 11px;
    color: #e9e9e9;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*****************************
     CHURCH STORIES
******************************/
.story {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.story.story-new {
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.story.story-new:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.30);
}
.story-detail {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0 -10px 5px #fafafa inset;
    -moz-box-shadow: 0 -10px 5px #fafafa inset;
    -ms-box-shadow: 0 -10px 5px #fafafa inset;
    -o-box-shadow: 0 -10px 5px #fafafa inset;
    box-shadow: 0 -10px 5px #fafafa inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.story-detail > h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 26px;
}
.story-detail > h3 a {
    color: rgb(34 34 34);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.story-detail > span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #888888;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-align: center;
}
.story-detail > span.date {
    background: none repeat scroll 0 0 #fff;
    float: none;
    left: 50%;
    margin-left: -20%;
    padding: 8px 0;
    position: absolute;
    top: -21px;
    width: 40%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.story-detail > span i {
    margin-right: 5px;
}
.story .image {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.stories-new-meta {
    background-color: #fff;
    border-radius: 30px;
    box-shadow:0 0 21px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    padding: 14px 22px;
    min-width: 300px;
}
.stories-new-meta span i {
    font-size: 16px;
    padding-right: 2px;
}
.stories-new-meta span i img {
    padding-right: 4px;
}
.stories-new-meta span {
    font-family: 'Poppins', sans-serif;
    color: #888;
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.stories-new-meta span i {
    margin-right: 4px;
}
.stories-new-meta span a {
    color: #2a2a2a;
}
.stories-new-meta span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #f0eded;
    height: 19px;
    width: 1px;
}
.stories-new-meta span:last-child {
    padding-right: 0;
    margin-right: 0;
}
.stories-new-meta span:last-child::before {
    display: none;
}
.story.story-new .story-detail {
    border-bottom: 1px solid rgb(224 224 224);
    border-left: 1px solid rgb(224 224 224);
    border-right: 1px solid rgb(224 224 224);
    box-shadow: none;
    padding: 40px 20px 30px;
    box-shadow: 0 0 16px inset #fcfcfc;
}
/*****************************
     BLOG LISTING
******************************/
.blog-listing.new-style .image-new {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-right: 20px;
}
.blog-listing.new-style .others{
    display: inline-block;
    vertical-align: middle;
    width: 58%;
}
.blog-listing.new-style .others > span {
    color: #aba9a9;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.blog-listing.new-style .others > span a {
    color: #2a2a2a;
}
.blog-listing.new-style .others > span i img {
    margin-right: 8px;
}
.blog-listing.new-style .blog-list img {
    height: auto;
    width: auto;
    margin-right: 0;
}
.blog-listing.new-style .others > h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 12px 0;
}
.blog-listing.new-style .others > h3 a {
    color: inherit;
}
.blog-listing.new-style ul > li {
    color: #aba9a9;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}
.blog-listing.new-style ul > li i {
    font-size: 16px;
    margin-right: 6px;
}
.blog-listing.new-style .blog-list {
    border: 1px solid #e0e0e0;
    padding: 14px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    box-shadow: 0 0 16px inset #fcfcfc;
}
.blog-listing.new-style .blog-list:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.blog-listing {
    float: left;
    position: relative;
    width: 100%;
}
.blog-listing > a {
    background: -moz-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,0)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(244,244,244,0) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(244,244,244,0) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(244,244,244,0) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(244,244,244,0) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    height: 100%;
    line-height: 65px;
    padding: 90px 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 20px;
    color: #6b6b6b;
    opacity: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.blog-list:first-child {
    margin-top: 0;
}
.blog-listing:hover > a{
    right: 0;
    opacity: 1;
}
.blog-list {
    background: none repeat scroll 0 0 #fbf9f9;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.blog-list img {
    float: left;
    height: 70px;
    margin-right: 30px;
    width: 70px;
}
.blog-list > h3 {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.blog-list > h3 a {
    color: #555;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.blog-list > ul {
    margin-top: 2px;
    width: auto;
}
.blog-list > ul li {
    float: left;
    font-size: 11px;
    margin-right: 20px;
    width: auto;
}
/*.post .blog-detail > span {
    float: right;
    margin-top: 0;
}*/
/*****************************
     LATEST SERMONS
******************************/
.latest-serm {
    padding:74px 50px;
    position: relative;
    z-index: 1;
}
.latest-serm > h2 {
    color: #FFFFFF;
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.latest-serm > h3 {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.latest-serm > span {
    color: #BCBBBB;
    float: left;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.latest-serm > span i{
    margin-right: 10px;
}
.latest-serm p {
    color: #9B9A9A;
    float: left;
    font-size: 15px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.dark.sermon-media li i {
    line-height: 37px;
}
.latest-serm .sermon-media {
    margin-top: 35px;
}
.dark.sermon-media {
    margin-left: -5px;
}
.sermon-media li {
    background-clip: content-box;
    border: 1px solid #f0f0f0;
    color: #c4c4c4;
    margin-right: 10px;
    text-align: center;
    float: left;
    height: 53px;
    width: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.sermon-media li a {
    float: left;
    height: 100%;
    width: 100%;
}
.sermon-media li i {
    color: #b8b8b8;
    float: left;
    font-size: 18px;
    line-height: 53px;
    margin: 0;
    transition: all 0.4s linear 0s;
    width: 100%;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.audioplayer {
    background-color: #000000;
    top: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000000000;
}
.audioplayer span.cross {
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 34px;
    color: #F3F3F3;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}
.audio-btn{
    cursor: pointer;
}
.mejs-container {
    max-width: 100% !important;
    width: 100% !important;
}
/*****************************
        TWEETS
******************************/
.latest-tweets{
    float: left;
    width: 100%;
    text-align: center;
    margin-top:30px
}
.latest-tweets.new-twitter > span{
    background-color: #187dcc;
    border: none;
    top: -45px;
}
.latest-tweets.new-twitter .tweets-slides {
    margin-bottom: 0;
    margin-top: 75px;
}
.latest-tweets > span {
    color: #fff;
    font-size: 50px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: -15px;
    width: 90px;
    line-height: 90px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.tweets-slides {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: -40px;
}
.tweet {
    float: left;
    width: 100%;
}
.tweet > p {
    color: #FFF;
    font-size: 14px;
}
.tweet > span {
    color: #eeeeee;
    font-weight: 600;
    font-family: open sans;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.tweets-slides p {
    color: #fff;
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto;
}
.tweets-slides p a {
    float: left;
    width: 100%;
    color: #eeeeee;
}
/************************************************
                WANT TO KNOW ABOUT US
*************************************************/
.about .tab-content img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.about h4 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: 700;
}
.about p {
    margin-bottom: 0px !important;
    font-size: 18px;
}
.about h4 i{
    margin-right: 10px;
}
.about ul.about-list li {
    color: #666;
    font-size: 15px;
    padding: 5px 0; 
}
.about ul.about-list li i {
    padding-right: 10px;
}
.about ul.about-list {
    float: left;
    margin-top: 10px;
    width: 100%;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 22px 0;
}

.about .nav li {
    margin: 0;
}
.abt-tabs img {
    border-radius: 0px;
    width: 100%;
    height: auto;
}
.about .nav li a, .about .nav li.active a, .about .nav li a:focus, .about .nav li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.about .nav li a img{
    width: 100%;
}
.about .nav li.active a {
    border: 1px solid #fff;
}
/*****************************
     REQUEST A PRAYER
******************************/
.parallax-title > p {
    color: #e9e8e8;
    font-size: 14px;
    text-align: center;
}
.new-subscribe-style.newsletter-signup {
    background: transparent;
    overflow: visible;
    height: 73px;
    width: 68%;
    position: relative;
}
.new-subscribe-style.newsletter-signup input[type="text"]{
    height: 73px;
    font-size: 14px;
    color: #868686;
    padding: 10px 10px 10px 50px;
    border-radius: 70px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}
.prayer-request,
.newsletter-signup {
    width: 70%;
    display: table;
    margin: 30px auto 0;
    background: rgba(255,255,255,0.7);
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.newsletter-signup{
    margin-top: 0;
    background: #eeeeee;
}
.prayer-request input[type="text"],
.newsletter-signup input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    height: 60px;
    padding: 10px 20px;
    width: 75%;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #7b7b7b;
}
.prayer-request input[type="submit"],
.newsletter-signup input[type="submit"] {
    height: 60px;
    float: left;
    width: 25%;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align:left;
    padding: 0 10px 0 50px;
    background: url("images/leaf.png") no-repeat scroll 20px center;
}
.new-subscribe-style.newsletter-signup input[type="submit"] {
    font-family: 'Poppins', sans-serif;
    height: 60px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    background: none;
    border-radius: 30px;
    padding: 12px 34px;
    text-align: center;
    width: auto;
    position: absolute;
    right: 8px;
    top: 6px;
}
/*****************************
     CATEGORY BLOCKS
******************************/
.events {
    float: left;
    width: 100%;
}
.events .category-box{
    padding: 0 15px;
}
.category-block {
    border: 1px solid #e0e0e0;
    float: left;
    padding: 0 0 25px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.category-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.category-block:hover .category-img img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
}
.category-img > img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.category-block > h3 {
    font-size: 25px;
    overflow: hidden;
    padding: 25px 25px 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 84%;
    z-index: 1;
    margin: 0 auto;
}
.category-block > h3 a {
    float: left;
    width: 100%;
    color: #2a2a2a;
}
.category-block > span {
    color: #777777;
    float: left;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 0 15px;
}
.category-block > span i{
    margin-right: 5px;
}
.category-block:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.category-img ul {
    float: none;
    max-width:10%;
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.category-img ul li {
    display: inline-block;
    float: right;
    width: 150px;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.category-img ul li:before {
    background:none repeat scroll 0 0 rgba(110, 110, 110, 0.99);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.category-img ul li.date {
    right: -100px;
}
.category-img ul li.time {
    right: -100px;
}
.category-img ul li.date:hover,
.category-img ul li.time:hover{
    right:0;
}
.category-img ul li a {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.category-img ul li a i{
    color: #FFF;
    margin-right: 20px;
}
/*****************************
     PARALLAX TEXT
******************************/
.parallax-text {
    text-align: center;
}
.parallax-text h4,
.parallax-text h3 {
    color: #FFFFFF;
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.parallax-text h3{
    font-size: 75px;
}
.parallax-text > p {
    color: #D7D6D6;
    line-height: 36px;
    font-size: 14px;
    margin: 0 auto;
    width: 70%;
}
/*****************************
     DONATION APPEAL
******************************/
.new-banner-give {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}
.new-banner-give .parallax-title span {
    font-family: 'poppins', serif;
    font-weight: 700;
    color: #2a2a2a;
    font-size: 50px;
    letter-spacing: -0.4px;
    line-height: 54px;
    margin-bottom: 0;
}
.new-banner-give p {
    color: #141414;
    margin-bottom: 45px;
    margin-top: 30px;
    font-size: 18px;
}
.new-banner-give .theme-new-btn {
    color: #fff;
}
.donation-appeal {
    float: left;
    width: 100%;
    text-align: center;
}
.parallax-title {
    position: relative;
    display: table;
    margin: 0 auto 10px;
}
.parallax-title h3 {
    color: #FFFFFF;
    display: table;
    font-size: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}
.parallax-title > span {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 10px;
}
.donation-appeal > p {
    color: #E9E8E8;
    display: table;
    margin: 0 auto 40px;
    width: 80%;
    font-size: 14px;
    line-height: 30px;
}
.donation-appeal > a {
    border: 1px solid #ffffff;
    padding: 10px 40px;
    margin: 0 10px;
    color: #FFF;
    display: inline-table;
    cursor: pointer;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.donation-appeal > a:hover{
    border: 1px solid transparent;
    color: #FFF;
}
.donation-popup {
    width: 970px;
    background: #FFF;
    margin-left: -485px;
    position: absolute;
    left: 50%;
    top: 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.popup-title {
    float: left;
    padding: 35px 200px 35px 60px;
    position: relative;
    text-align: left;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.popup-title h5 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}
.popup-title > p {
    color: #F1EFEF;
    margin-top: 5px;
}
.needed-amount {
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    text-transform: uppercase;
}
.needed-amount:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}
.needed-amount > span {
    float: left;
    font-size: 24px;
    height: 82px;
    width: 100%;
}
.needed-amount > span i {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-right: -4px;
}
.needed-amount > i {
    background: none repeat scroll 0 0 rgb(0 0 0 / 30%);
    bottom: 0;
    color: rgb(241 239 239);
    line-height: 50px;
    margin: 0;
    min-width: 180px;
    position: absolute;
    right: 0;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.collected {
    float: left;
    width: 35%;
    border-right: 1px solid #d4d2d2;
}
.periods {
    float: left;
    padding: 40px 65px 0;
    width: 100%;
}
.periods > ul {
    border: 1px solid #eeeeee;
    float: left;
    padding: 10px;
    width: 200px;
}
.periods > ul > li {
    background: #fafafa none repeat scroll 0 0;
    color: #555555;
    cursor: pointer;
    float: left;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 1px;
    padding: 2px 0 2px 30px;
    position: relative;
    width: 100%;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.periods li::before {
    background: #999999 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 17px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.periods li.select{color:#f0283b; }
.periods li.select::before{background-color:#f0283b; }
.percentage {
    float: left;
    padding: 40px 0 0;
    position: relative;
    width: 100%;
}
.percentage:before{
    content: "%";
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    padding-left: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
}
.percentage input {
    color: #555555!important;
    font-weight: 200!important;
    font-size: 20px!important;
}
.percentage > div {
    float: left;
    text-align: center;
    width: 100% !important;
}
.percentage > span{
    color: #666666;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-top: -30px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.collected-amount {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
.collected-amount span i {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-style: normal;
    height: 36px;
    line-height: 35px;
    margin: 0 1px;
    text-align: center;
    width: 36px;
    font-weight: 600;
    font-family: open sans;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.collected-amount span i:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.collected-amount > span {
    display: table;
    margin: 0 auto;
}
.amount-selection {
    float: left;
    width: 65%;
    padding: 50px 20px;
    text-align: left;
}
.amount-selection > p {
    color: #666666 !important;
    float: left;
    font-size: 13px !important;
    margin-bottom: 20px;
    width: 100%;
}
.doner-info button {
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 9px 40px;
    border: 0;
}
.amount-selection > a:hover{
    color: #FFF;
}
.payment-method {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.payment-choices {
    float: left;
    width: 100%;
}
.payment-choices > a {
    background: #888888 none repeat scroll 0 0;
    color: #ffffff !important;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 8px 40px;
    margin-right: 5px;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
    margin-bottom: 10px;
}
.payment-choices > a.active{background-color: #f0283b;}
.doner-info {
    border: 1px solid #eeeeee;
    float: left;
    margin-top: 65px;
    padding: 40px 30px;
    position: relative;
    width: 100%;
}
.doner-info > span {
    background: #fafafa none repeat scroll 0 0;
    color: #444444;
    font-size: 13px;
    left: 20px;
    padding: 8px 20px;
    position: absolute;
    top: -19px;
}
.doner-info > form {
    float: left;
    width: 100%;
}
.field {
    float: left;
    width: 100%;
}
.payment-method input,
.doner-info .select2-container .select2-choice > .select2-chosen{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #858282;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.account-info > form > input {
    width: 70%;
    margin-right: 10px;
}
.doner-info.account-info{display: none;}
.doner-info.account-info.active{display: block;}
.doner-info button {
    margin: 0;
    border-radius: 0;
    padding: 9px 40px;
}
/*****************************
     BOOKS
******************************/
.new-caro-pro .product,
.new-pro-style .product {
	border: 1px solid #e0e0e0;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
    box-shadow: 0 0 16px inset #fcfcfc;
}
.new-pro-style .product {
    text-align: center;
}
.new-caro-pro .product:hover,
.new-pro-style .product:hover {
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.new-pro-style .product h3 {
    font-size: 22px;
    padding-top: 0;
}
.pro-content {
    text-align: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding-top: 25px;
}
.pro-content > a {
	margin-bottom: -30px;
}
.products-carousel .product:hover .pro-content i,
.product-item:hover .pro-content i {
    margin-bottom: 22px;
} 
.products-carousel .product:hover .pro-content,
.product-item:hover .pro-content {
    padding-bottom: 25px;
}
.pro-content h3{
	font-size: 22px;
}
.pro-content h3 > a,
.new-pro-style .product h3 > a {
	color: inherit;
}
.pro-content i {
	font-size: 14px;
	color: #969696;
	font-style: normal;
	display: block;
	margin-top: 6px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
}
.new-pro-style .product i {
    font-size: 14px;
    color: #969696;
    font-style: normal;
    display: block;
    margin-top: 6px;
}
.pro-content > a,
.new-pro-style .product-bottom > a {
	color: #969696;
	font-size: 11px;
	background-color: #f5f5f5;
	border-radius: 30px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 35px !important;
	font-weight: 700;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
    opacity: 0;
    visibility: hidden;
}
.products-carousel .product:hover .pro-content > a,
.product-item:hover .pro-content > a {
    opacity: 1;
    visibility: visible;
}
.pro-content > a:hover,
.new-pro-style .product-bottom > a:hover {
	color: #fff;
}
.pro-content > a i,
.new-pro-style .product-bottom > a i {
	display: none;
}
.pro-img,
.new-pro-style .product {
	position: relative;
}
.product .pro-img img,
.new-pro-style .product {
	margin-bottom: 0;
}
.pro-price,
.new-pro-style .product-bottom > span {
	position: absolute;
	top: 18px;
	right: 25px;
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	background-color: #2b2b2b;
	border-radius: 30px;
	padding: 6px 16px;
	display: inline-block;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
}
.pro-price span.amount {
    color: #fff;
    padding: 0;
}
.pro-price del .amount {
    margin-right: 8px;
}
.new-pro-style .product-bottom del span.amount,
.new-pro-style .product-bottom ins span.amount {
    padding: 0;
    color: inherit;
    margin-right: 3px;
}
.new-pro-style .product-bottom span {
    background-color: #2b2b2b;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.new-pro-style .product-bottom {
    background: transparent;
}
.pro-price > span .amount {
	color: inherit;
	float: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
}
.pro-price > span del .amount {
    color: inherit;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 400;
}
.pro-price > span ins {
	text-decoration: none;
}
.our-products {
    float: left;
    width: 100%;
    margin-bottom: -30px;
    overflow: hidden;
}
.products-carousel {
    float: left;
}
.products-carousel .owl-item {
    padding: 0 15px;
}
.product {
    float: left;
    margin-bottom: 40px!important;
    width: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.product img {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
}
.product > h3 {
    float: left;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 10px 20px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.product h3 a{
    color: #222;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.product > a i {
    color: #999999;
    font-size: 11px;
    font-style: normal;
    padding: 0px 10px 5px;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 0;
    border-bottom: 1px solid #dcdcdc;
}
.product-bottom {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: rgb(246,245,245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,245,245,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,245,245,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,245,245,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,245,245,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,245,245,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,245,245,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */    
}
.product-bottom span {
    color: #ffffff;
    float: left;
    font-weight: 600;
    line-height: 25px;
    padding: 10px;
    width: auto;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.product-bottom del span {
    text-decoration: line-through;
}
.product-bottom > a {
    color: #969696;
    display: table;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-bottom > a.loading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
    width: auto;
}
.product-bottom > a i{
    margin-right: 10px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background-image: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px !important;
    left: 0;
    min-width: 0 !important;
    padding: 0 10px;
    position: absolute;
    right: auto;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.product-bottom > a.add_to_cart_button.added {
    color: transparent;
    display: none;
}
.product-bottom > a.added_to_cart {
    display: table;
    padding: 10px 0;
}
#masonay-nav {
    float: left;
    margin: 80px 0 30px;
    width: 100%;
}
#masonay-nav li {
    float: left;
    width: auto;
    margin-right: 10px;
}
#masonay-nav li a {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #cfcfcf;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:All 0.4s linear;
    -moz-transition:All 0.4s linear;
    -ms-transition:All 0.4s linear;
    -o-transition:All 0.4s linear;
    transition:All 0.4s linear;
}
#masonay-nav li a.active {
    color: #fff;
    opacity: 1;
}
h1.page-title {
    float: left;
    font-size: 26px;
    font-weight: 600;
    padding: 11px 0;
    width: 100%;
}
.woocommerce-breadcrumb {
    float: left;
    width: 100%;
    position: relative;
    top: auto;
    margin: 10px 0 0;
}
.woocommerce-breadcrumb:before{
    display: none;
}
.woocommerce-result-count {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}
form.woocommerce-ordering {
    float: left;
}
.our-products.products-page {
    margin-top: 50px;
}
.cart-product li .amount {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0;
    width: 100%;
    line-height: 98px;
}
.woocommerce .quantity {
    border: 1px solid #c6dade;
    margin: 10px 5px !important;
    min-width: 150px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce .quantity input.minus, .woocommerce .quantity input.plus, .woocommerce .quantity input.text {
    border: 0 none;
    box-shadow: none;
    float: left !important;
    height: 35px;
    position: relative;
    width: 33.334%;
}
.order > li .amount {
    float: none;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}
.related.products .block {
    padding: 0;
}
.related.products .our-products.products-page {
    margin-bottom: 0;
    margin-top: 30px;
}
.related.products .product {
    border: 1px solid #e8e8e8;
}
.related.products > h2 {
    font-size: 22px;
    text-transform: uppercase;
}
.half-field > p.form-row {
    width: 100%;
}
.half-field > p.form-row {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.half-field > p.form-row label {
    font-weight: 400;
}
label {
    font-weight: 500;
}
.cart-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.theme-pagination.product-pagi {
    margin-bottom: 80px;
}
/*****************************
     BLOG STYLE
******************************/
.blog-carousel {
    float: left;
    width: 100%;
}
.blog-post {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.image {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.image:before {
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.74);
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.image:hover:before{
    opacity: 1;
}
.image > a {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    text-align: center;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform:rotate(-270deg) scale(1.4);
    -moz-transform:rotate(-270deg) scale(1.4);
    -ms-transform:rotate(-270deg) scale(1.4);
    -o-transform:rotate(-270deg) scale(1.4);
    transform:rotate(-270deg) scale(1.4);
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;    
}
.image > a:hover{
    color: #FFF;
}
.image:hover > a{
    opacity: 0.8;
    -webkit-transform:rotate(0) scale(1);
    -moz-transform:rotate(0) scale(1);
    -ms-transform:rotate(0) scale(1);
    -o-transform:rotate(0) scale(1);
    transform:rotate(0) scale(1);
} 
.image > img {
    width: 100%;
    height:auto;
}
.blog-post img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.blog-detail {
    float: left;
    padding:25px 30px 16px 0;
    width: 100%;
    position: relative;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.blog-detail > h3 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-detail > h3 a {
    color: inherit;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.blog-detail > p {
    margin-top: 5px;
    float: left;
}
.blog-detail a.readmore {
    margin-top: 16px;
}
.readmore {
    color: #B8B8B8;
    float: left;
    font-size: 13px;
    padding-right: 18px;
    position: relative;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.readmore:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 21px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-detail > span {
    color: #969696;
    font-size: 14px;
    margin-top: 5px;
    float: left;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.blog-detail > span > a {
    color: inherit;
}
.blog-detail > span i{
    margin-right: 8px;
}
.blog-detail > span > a > i {
    margin-right: 2px;
}
/*****************************
     LATEST SERMONS
******************************/
.sermons-new {
	float: left;
	width: 100%;
	border: 1px solid #e0e0e0;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	margin-bottom: 30px;
	border-radius: 4px;
}
.sermons-new:hover {
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.30);
}
.image-sermon-new {
	display: inline-block;
	vertical-align: middle;
	width: 38%;
}
.image-sermon-new img {
    height: auto;
    width: 100%;
}
.new-sermon-content {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
    padding: 20px 20px 20px 30px;
	position: relative;
}
.new-sermon-content h3 {
	font-size: 22px;
}
.new-sermon-content h3 a {
	color: inherit;
}
.sermons-new .sermon-hover-in {
    left: 30px;
}
.new-sermon-content span {
	font-size: 15px;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.new-sermon-content span i {
	margin-right: 5px;
	font-size: 16px;
}
.new-sermon-content p {
	font-size: 15px;
	line-height: 23px;
	transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.sermons-new .sermon-media li i {
	color: #9c9c9c;
}
.sermons-new .sermon-media li {
	border: 1px solid #eee;
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
}
.sermons-new .sermon-media li:hover i{
	color: #fff;
}
.sermon-hover-in {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -30px;
    left: 0;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.sermons-new:hover .sermon-hover-in {
	visibility: visible;
	opacity: 1;
	bottom: 20px;
}
.sermons-new:hover p {
	visibility: hidden;
	opacity: 0;
}
.sermon {
    border: 1px solid #ededed;
    float: left;
    margin-bottom: 30px;
    padding: 12px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px #f2f2f2 inset;
    -moz-box-shadow: 0 0 13px #f2f2f2 inset;
    -ms-box-shadow: 0 0 13px #f2f2f2 inset;
    -o-box-shadow: 0 0 13px #f2f2f2 inset;
    box-shadow: 0 0 13px #f2f2f2 inset;
}
.sermon img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sermon h3 {
    float: left;
    font-size: 22px;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 30px;
}
.sermon h3 a {
    color: #555;
    float: left;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.sermon span {
    color: #969696;
    float: left;
    font-size: 14px;
    width: 100%;
}
.sermon p {
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
    padding-right: 20px;
    font-size: 15px;
    line-height: 26px;
}
.sermon span i {
    margin-right: 10px;
}
.sermon .sermon-media,.sermon-media {
    margin-top: 15px;
    width: auto;
    position: relative;
}
.hover-in {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.96);
    border-left: 1px solid #e4e4e4;
    height: 100%;
    padding: 30px 50px;
    position: absolute;
    right: -68%;
    top: 0;
    width: 70%;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition:all 0.6s linear;
}
.hover-in:hover{
    right: 0;
}
.hover-in:before {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.96);
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    height: 40px;
    width: 40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-weight: 900;
}
.hover-in .sermon-media li {
    background: #FFF;
    background-clip: content-box;
    display: inline-block;
    float: none;    
    -webkit-box-shadow: 0 0 5px #f4f4f4 inset;
    -moz-box-shadow: 0 0 5px #f4f4f4 inset;
    -ms-box-shadow: 0 0 5px #f4f4f4 inset;
    -o-box-shadow: 0 0 5px #f4f4f4 inset;
    box-shadow: 0 0 5px #f4f4f4 inset;
}
.hover-in .sermon-media li:last-child {
    margin: 0;
}
.hover-in .sermon-media li:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.hover-in .sermon-media {
    left: 0;
    margin: -26.5px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.owl-buttons > div {
    background: url("images/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    float: left;
    height: 25px;
    width: 25px;
}
.owl-buttons > div.owl-next {
    background-position: right 0;
    left: auto;
    right: 0;
}
/***********************************
    SERVICE_LISTING
***********************************/
.service-listing {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.service-listing .service-block {
    margin-bottom: 30px;
}
/***********************************
    PRAYER LISTS
***********************************/
.prayer {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.prayers-columns > .column {
    margin: 0;
}
.prayer > p {
    background: none repeat scroll 0 0 #f8f6f6;
    font-style: italic;
    padding: 30px 30px 58px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.prayer > span.pray-icon {
    color: #fff;
    height: 75px;
    width: 75px;
    display: block;
    font-size: 30px;
    line-height: 75px;
    margin-bottom: 10px;
    margin-top: -40px;
    margin: -40px auto 10px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.prayer > h4 {
    margin-bottom: 10px;
    margin-top: 13px;
    font-size: 22px;
}
.prayer > span {
    color: #777777;
    font-size: 14px;
    text-transform: uppercase;
}
/***********************************
    FEATURED SERMON
***********************************/
.featured-sermon-circle {
    position: relative;
    width: 90%;
    margin: 0 auto; 
}
.sermon-bg {
    background: url('images/sermon-cross-bg.jpg');
    background-position: right 22% top;
    background-repeat: no-repeat;
    padding-top: 120px;
}
.featured-sermon-circle::before {
    content: "";
    background: url('images/sermon-left-leave.jpg');
    height: 100%;
    width: 100%;
    position: absolute;
    left: -8%;
    top: 50%;
    background-repeat: no-repeat;
    z-index: -1;
}
.featured-sermon-circle::after {
    content: "";
    background: url('images/sermon-right-leave.jpg');
    height: 100%;
    width: 100%;
    position: absolute;
    right: -78%;
    top: 50%;
    background-repeat: no-repeat;
    z-index: -2;
}
.sermon-area {
    background: url('images/sermon-bg1.jpg') no-repeat;
    border-radius: 100px;
    position: relative;
    min-height: 190px;
    padding: 40px 65px;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
}
.sermon-area::before {
    content: "";
    background-color: rgba(255,255,255,.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100px;
}
.sermon-area::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 2px;
    height: 98%;
    width: 100.5%;
    border-radius: 100px;
    z-index: -1;
    transform: rotate(0.8deg);
    -webkit-transform: rotate(0.8deg);
    -moz-transform: rotate(0.8deg);
}
.sermon-icon {
    height: 93px;
    width: 93px;
    line-height: 93px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 30px;
    vertical-align: middle;
}
.sermon-desc {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}
.featured-sermon-circle h3 {
    font-size: 30px;
    margin-bottom: 6px;
}
.featured-sermon-circle h3 a {
    color: inherit;
}
.featured-sermon-circle p {
    font-size: 16px;
    color: #8a8a8a;
    line-height: 26px;
}
.featured-sermon-circle .sermon-media li {
    border: 1px solid #ededed;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.03);
    height: 49px;
    width: 49px;  
}
.featured-sermon-circle .sermon-media li a i {
    color: #8a8a8a;
    line-height: 49px;
    font-size: 21px;
}
.featured-sermon-circle .sermon-media {
    float: right;
    margin-top: 33px;
    z-index: 99;
}
.featured-sermon-circle .sermon-media li:hover i {
    color: #fff;
}
.featured-sermon-box {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ededed;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 110px;
    -webkit-box-shadow: 0 0 13px #f2f2f2 inset;
    -moz-box-shadow: 0 0 13px #f2f2f2 inset;
    -ms-box-shadow: 0 0 13px #f2f2f2 inset;
    -o-box-shadow: 0 0 13px #f2f2f2 inset;
    box-shadow: 0 0 13px #f2f2f2 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.featured-sermon-title {
    float: left;
    height: 115px;
    overflow: hidden;
    padding:35px 0;
    width: 100px;
    z-index: 1;
    position: absolute;
    left: 30px;
    top: 0px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.featured-sermon-title i {
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    text-align: center;
    width: 100%;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.featured-sermon {
    padding: 30px 50px 15px;
    width: 100%;
    float: left;
}
.featured-sermon img {
    width: 100%;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.featured-sermon h3 {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.featured-sermon h3 a{
    color: #555;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.featured-sermon p {
    margin-bottom: 15px;
}
.featured-sermon .sermon-media {
    width: auto;
    float: right;
    margin-top: 20px;
}
.overlap{
    margin-top: -90px;
}
/*****************************
    TEAM CAROUSEL
******************************/
.member-new .team {
    border: 1px solid #e0e0e0;
    transition: all 0.45s;
    transition: all 0.45s;
    transition: all 0.45s;
    overflow: visible;
    position: relative;
}
.member-new .team:hover .member-detail h3 {
    margin-top: 0;
}
.member-new .member-detail {
    padding: 0;
    position: relative;
    min-height: auto;
}
.member-new .team-mainn {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding:32px 10px 20px;
    background-color: #fff;
     -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.member-new .member-detail h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.member-new .member-detail > span {
    font-size: 13px;
    color: #acacac;
}
.member-new .team-sec-social li {
    display: inline-block;
}
.member-new .team-sec-social li a {
    border: 1px solid #f0f0f0;
    color: #9c9c9c;
    text-align: center;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.member-new .team-sec-social {
    display: block;
    position: absolute;
    bottom: 10px;
    text-align: center;
    float: none;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    opacity: 0;
    visibility: hidden;
}
.member-new:hover .team {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.30);
}
.member-new:hover .team-mainn {
    padding-bottom: 70px;
}
.member-new:hover .team-sec-social  {
    opacity: 1;
    visibility: visible;
    bottom: 18px;
} 
.member-new .team-sec-social li:hover a {
    color: #fff;
}
.member-new .team-sec-social li + li {
    margin-left: 4px;
}
.team-carousel {
    float: left;
    width: 100%;
}
.member {
    float: left;
    width: 100%;
    padding: 0 15px 1px;
}
.team {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.team-img > img {
    height:auto;
    width: 100%;
}
.member-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF;
    padding: 20px 30px;
    text-align: center;
    min-height: 40px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.member-detail h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.member-detail h3 a {
    color: #2a2a2a;
}
.member-detail > span {
    font-size: 13px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.member-detail > p {
    float: left;
    width: 100%;
    opacity: 0;
    max-height:0;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.team:hover .member-detail > p {
    max-height:auto;
    opacity: 1;
}
.team:hover .member-detail {
    min-height: 100%;
    background: rgba(255,255,255,0.8);
}
.team:hover .member-detail h3 {
    margin-top: 110px;
}
/*****************************
    DONATION BOX
******************************/
.donation-box.box-new-style2 {
    border-radius: 85px;
    min-height: 193px;
    padding: 0;
    width: 100%;
    padding: 37px 0;
    overflow: visible;
}
.donation-box.box-new-style2::before {
    content: "";
    background: url('images/left-leave.jpg');
    height: 100%;
    width: 100%;
    position: absolute;
    left: -21%;
    top: 36px;
    background-repeat: no-repeat;
    z-index: -1;
}
.donation-box.box-new-style2::after {
    content: "";
    background: url('images/right-leave.jpg');
    height: 100%;
    width: 100%;
    position: absolute;
    right: -87%;
    top: 36px;
    background-repeat: no-repeat;
    z-index: -1;
}
.donation-box.box-new-style2 .needed-amountnew2 {
    background-color: #fff;
    position: absolute;
    border-radius: 110px;
    top: 13px;
    height: 170px;
    width: 250px;
    left: 13px;
    text-align: center;
    padding: 40px 0;
}
.donation-box.box-new-style2 .needed-amountnew2.collected-amt {
    right: 13px;
    left: auto;
}
.donation-box.box-new-style2 .needed-amountnew2 span{
    font-weight: 800;
    color: #1c1c1c;
    font-size: 43px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.donation-box.box-new-style2 .needed-amountnew2 i {
    font-size: 15px;
    color: #a9a9a9;
    font-style: normal;
}
.donation-box.box-new-style2 .donation-new {
    text-align: center;
}
.donation-box.box-new-style2 .donation-new h3 {
    font-size: 40px;
    letter-spacing: -0.4px;
    font-family: 'poppins', serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;
}
.donation-box.box-new-style2 .donation-new a {
    background-color: #fff;
    color: #2a2a2a;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    margin-top: 20px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.donation-box.box-new-style2 .donation-new a:hover {
    color: #fff;
    background-color: #2a2a2a;
}
.donation-box.box-new-style {
    text-align: center;
    min-height: 180px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 262px;
}
.donation-box.box-new-style::before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
}
.donation-box.box-new-style .donation-new h3{
    font-size: 25px;
    margin-bottom: 0;
}
.donation-box.box-new-style .donation-new p {
    font-size: 15px;
    color: #fff;
}
.donation-box.box-new-style .donation-new a {
    background-color: #fff;
    color: #2a2a2a;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 2px;
    margin-top: 20px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.needed-amountnew {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    padding: 58px 35px 58px 65px;
}
.needed-amountnew::before {
    content: "";
    display: block;
    height: 207px;
    width: 40px;
    position: absolute;
    right: -39px;
    top: 0;
    background: url('images/wave1.svg');
    background-repeat: no-repeat;
}
.needed-amountnew.collected-amt {
    right: 0;
    left: auto;
    padding: 58px 65px 58px 35px;
}
.needed-amountnew.collected-amt::before {
    background: url('images/wave2.svg');
    right: auto;
    left: -35px;
}
.needed-amountnew > span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 43px;
    color: #2a2a2a;
    display: block;
}
.needed-amountnew > i {
    font-size: 15px;
    color: #2a2a2a;
}
.donation-box {
    float: left;
    min-height: 133px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-box > .needed-amount{
    left: 0;
    right: auto;
}
.donation-box .needed-amount.collected-amt {
    right: 0;
    left: auto;
    width: auto;
}
.donation-box h3 {
    margin-top: 53px;
    font-size: 29px;
    color: rgb(255 255 255);
    font-weight: 600;
    margin-bottom: 11px;
}
.donation-box p {
    color: #e9e9e9;
    font-size: 14px;
}
.donation-box > div >  a{
    margin-top: 40px;
  /*  float: right;
    background: #FFF;
    padding: 13px 40px;
    cursor: pointer;
    font-size: 15px;
    color: #555555;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;*/
}
.donation-box > div >  a:hover {
    background-color: #2a2a2a;
    color: #fff;
}
.modal{
    z-index:100000000;
}
/*****************************
    CONTACT US PAGE
******************************/
.title2 {
    float: left;
    margin-bottom: 45px;
    text-align: center;
    width: 100%;
}
.title2 h2 {
    font-size: 48px;
    font-family: 'poppins', serif;
    letter-spacing: -0.4px;
    font-weight: 700;
}
.title2 > span {
    color: #969696;
    font-size: 12px;
}
.map iframe{
    height: 360px;
    width: 100%;
}
.space{
    float: left;
    width: 100%;
    height: 30px;
}
.social-media {
    float: left;
    margin: 0 -5px;
    width: auto;
}
.social-media li {
    float: left;
    margin: 0 5px;
    text-align: center;
}
.social-media li a {
    border: 1px solid #e0e0e0;
    color: #2a2a2a;
    height: 36px;
    line-height: 36px;
    width: 36px;
    display: block;
    font-size: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.33s linear;    
    -moz-transition:all 0.33s linear;    
    -ms-transition:all 0.33s linear;    
    -o-transition:all 0.33s linear;    
    transition:all 0.33s linear;    
}
.social-media li a:hover{
    border-color: transparent;
    box-shadow: none;
    color: #FFF;
}
.contct-form h4 {
    font-size: 30px;
}
#msgs2 .alert {
    background: none repeat scroll 0 0 #f2f2f2;
    float: left;
    margin: 0 0 10px;
    padding: 5px 20px;
    width: 100%;
}
.theme-form {
    float: left;
    width: 100%;
}
.theme-form > input,
.theme-form > input:focus,
.theme-form textarea,.theme-form textarea:focus {
    border: 1px solid #e0e0e0;
   box-shadow: 0 0 16px inset #fcfcfc;
    color: #B4B4B4;
    font-size: 15px;
    margin-bottom: 12px;
    padding: 14px 30px;
    float: left;
    height: 51px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.theme-form textarea {
    height: auto;
    max-width: 100%;
    min-height: 135px;
}
.theme-form > input[type="submit"] {
    border: 0 none;
    color: #FFFFFF;
    float: right;
    padding: 10px 40px;
    width: auto;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;
}
.contact-info {
    float: left;
    width: 100%;
}
.info-block {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
    float: left;
    height: 170px;
    width: 100%;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.info-block:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.info-block i {
    color: #b7b7b7;
    display: table;
    font-size: 35px;
    margin: 10px auto 20px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
#message {
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.error_message {
    background: url("images/error.gif") no-repeat scroll 10px center #FBE3E4;
    border: 1px solid #FBC2C4;
    border-radius: 3px;
    color: #8A1F11;
    display: block;
    line-height: 22px;
    padding: 10px 10px 10px 35px;
}
.loader { padding: 0 10px; }
#contact #success_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }
acronym { border-bottom:1px dotted #ccc; }
/*****************************
    ABOUT US PAGE
******************************/
.page-top {
    float: left;
    padding-bottom: 80px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.page-top.extra-gap{
    padding-top: 213px;
}
.page-top:before {
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-top h1 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    position: relative;
}
.page-top ul {
    display: table;
    float: none;
    margin: 20px auto 0;
    position: relative;
    width: auto;
}
.page-top ul li {
    float: left;
    padding: 0 20px 0 0;
}
.page-top ul li {
    color: #EDECEC;
    font-size: 16px;
}
.page-top ul li a {
    color: #EDECEC;
    float: left;
    font-size: 16px;
    padding: 0 20px 0 0;
    position: relative;
}
.page-top ul li a:after {
    content: "/";
    position: absolute;
    right: 0;
}
.page-top ul li:last-child, .page-top ul li:last-child a {
    padding-right: 0;
}
.page-top ul li:last-child a:after{
    display: none;
}
.simple-text h3 {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    font-size: 30px;
}
.simple-text > p {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.simple-text p a {
    font-style: italic;
}
/* .button {
    border: 1px solid #CCCDCE;
    color: #666666;
    float: left;
    font-family: open sans;
    padding: 12px 18px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
} */
/* .button:hover{
    color: #FFF;
}
.button:before {
    content: "";
    height: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
} */
.button:hover:before {
    height: 100%;
}
.video {
    border: 1px solid #f0f0f0;
    float: left;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.video img{
    width: 100%;
}
.video-img {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.video-img:before,.video-img:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.video-img:after{
    left: auto;
    right: 0;
}
.video-img:hover:before,.video-img:hover:after{
    width: 50%;
}
.video-img > a {
    color: #FFFFFF;
    font-size: 20px;
    height: 74px;
    width: 74px;
    line-height: 74px;
    margin-left: -37px;
    margin-top: -37px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform:rotateX(-76deg) perspective(200px);
    -moz-transform:rotateX(-76deg) perspective(200px);
    -ms-transform:rotateX(-76deg) perspective(200px);
    -o-transform:rotateX(-76deg) perspective(200px);
    transform:rotateX(-76deg) perspective(200px);
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.video-img > a i{
    color: #FFF;
}
.video-img:hover > a {
    opacity: 1;
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    -o-transform:rotateX(0deg);
    transform:rotateX(0deg);
}
/*****************************
    EVENTS GRID VIEW
******************************/
.events-gridview .category-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
/*****************************
    TEAM PAGE
******************************/
.team-page .member {
    margin-bottom: 30px;
    padding: 0;
}
/*****************************
    SERMON SINGLE POST
******************************/
.single-page {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-page  img{
    height: auto;
    width: 100%;
}
.single-page h2 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
}
.meta {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
    margin-top: 20px;
    float: left;
    position: relative;
    padding:10px 120px 10px 20px;
    width: 100%;
}
.meta li {
    color: #999999;
    float: left;
    margin-right: 30px;
    width: auto;
}
.meta li i {
    margin-right: 5px;
}
.meta li a{
    display: inline-block;
}
.single-page .sermon-media {
    margin-top: 25px;
}
.single-page .sermon-media .audioplayer {
    bottom: 10px;
    left: 100%;
    margin: 33px 0;
    position: absolute;
    width: 400px;
}
.meta > img {
    border: 2px solid #FFFFFF;
    margin-top: -40px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.pastor-info {
    background: url("images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pastor-info img {
    float: left;
    margin-right: 40px;
    width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pastor-info > h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pastor-info > h4 span {
    font-size: 15px;
    margin-left: 20px;
}
.share-this {
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    float: left;
    padding: 15px 20px;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 40px;
}
.share-this h5 {
    float: left;
    font-size: 15px;
    line-height: 35px;
}
.share-this h5 i {
    margin-right: 10px;
}
.share-this .social-media {
    float: right;
    width: auto;
}
.comments {
    float: left;
    width: 100%;
    margin-top:30px;
}
.comments > h4 {
    float: left;
    font-size: 16px;
    margin: 0 0 30px;
}
.comments > h5 {
    float: right;
    font-size: 16px;
    font-weight: 600;
}
.comments > h5 i {
    color: #F3B55E;
    font-size: 18px;
    line-height: 27px;
    margin-right: 5px;
}
.comments > ul {
    float: left;
    width: 100%;
}
.comments > ul li {
    float: left;
    width: 100%;
    position:relative;
    margin: 0 0 30px;
}
.comments > ul li .comment {
    background: url("images/pattern1.jpg") repeat scroll 0 0 #F7F7F7;
    border: 1px solid #f0f0f0;
    padding: 30px;
    position: relative;
    float: left;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.comments > ul li:last-child {
    margin-bottom: 0;
}
.comments > ul li .avatar {
    float: left;
    height: 110px;
    margin-right: 30px;
    position: relative;
    width: 110px;
}
.comments > ul li .avatar:before {
    background: url("images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 30px;
}
.comments > ul li .avatar:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.comments > ul li .comment:hover .avatar:after {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.comments > ul li .avatar img{
    width: 100%;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.comments > ul li .comment:hover .avatar img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.comments > ul li h5.comment-name {
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
}
.comments > ul li h5 i {
    float: right;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    margin: 0;
}
.comments > ul li p {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    width: auto;
}
.comments > ul li ul {
    float: left;
    list-style: none outside none;
    margin: 30px 0 0 10%;
    padding: 0;
    width: 90%;
}
.avatar > a {
    color: #FFFFFF;
    line-height: 50px;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);
    -o-transform:scale(2);
    transform:scale(2);
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.comment:hover .avatar > a {
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.avatar > a:hover{
    color: #FFF;
}
.comments > ul li ul li .comment:before {
    background: none repeat scroll 0 0 #F0F0F0;
    content: "";
    height: 1px;
    margin-top: -0.5px;
    width: 50px;
    position: absolute;
    left: -60px;
    top: 50%;
}
.comments > ul li ul li .comment:after {
    background: none repeat scroll 0 0 #F0F0F0;
    content: "";
    height: 60%;
    left: -60px;
    position: absolute;
    top: -10%;
    width: 1px;
}
.leave-comment {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.leave-comment > h4 {
    float: left;
    font-size: 28px;
    margin-bottom: 10px;
    width: 100%;
}
.leave-comment > h4 i {
    margin-right: 10px;
}
.leave-comment > form {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.comment-notes {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.leave-comment > form input,
.leave-comment > form textarea {
    border: 1px solid #E8E7E7;
    color: #B4B4B4;
    float: left;
    font-size: 12px;
    height: 45px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.leave-comment > form textarea{
    min-height: 150px;
    height: auto;
}
.leave-comment > form input[type="submit"] {
    border: 0 none;
    color: #FFFFFF;
    float: right;
    margin-bottom: 0;
    font-size: 12px;
    padding: 10px 30px;
    width: auto;
    box-shadow: none;
}
code {
    width: 100%;
    white-space: normal;
    float: left;
    margin: 10px 0;
    padding: 5px 10px;
}
/*****************************
    BLOG SINGLE POST
******************************/
blockquote .parallax {
    z-index: -2;
}
blockquote {
    background: none repeat scroll 0 0 rgba(62, 67, 71, 0.8);
    position: relative;
    padding: 30px 50px;
    width: 100%;
    float: left;
    margin: 30px 0;
    text-align: center;
}
blockquote i {
    color: #8E8E8E;
    font-size: 24px;
    margin: 0 10px;
}
blockquote p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}
blockquote p::before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
blockquote p::after {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: -6px;
}
/*****************************
   EVENT SINGLE IMAGE
******************************/
.map {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.event-info {
    float: left;
    padding: 30px 50px;
    width: 100%;
    background: #fafafa !important;
    margin-top: 25px;
}
.event-info li {
    color: #626262;
    display: inline-block;
    font-size: 15px;
    width: 49%;
    padding-bottom: 6px;
}
.event-info li i {
    margin-right: 15px;
}
.event-info .map {
    margin-bottom: 20px;
}
.event-info li p {
    color: inherit;
    font-size: inherit;
}
/*****************************
    TEAM SINGLE PAGE
******************************/
.team-single {
    border: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
}
.team-detail {
    float: left;
    width: 50%;
}
.team-detail h3 {
    font-size: 30px;
    padding: 10px 22px 22px;
}
.member-img {
    float: left;
    width: 50%;
}
.member-img > img {
    width: 100%;
}
.team-list {
    float: left;
    width: 100%;
}
.team-list > li {
    color: #999999;
    float: left;
    font-size: 14px;
    line-height: 55px;
    padding-left: 30px;
    width: 90%;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.team-list > li i {
    margin-right: 10px;
}
.team-list > li:nth-child(2n+1) {
    background: url("images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.team-single .social-media {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 15px;
}
.quali-list li {
    padding: 5px 0;
    color: #7f7f7f;
    font-size: 18px;
}
.quali-list li i{
  margin-right: 10px;
}
/*****************************
    GALLERY PAGES
******************************/
.mas-gallery {
    float: left;
    width: 100%;
}
.new-gallery-style {
    position: relative;
    text-align: center;
}
.new-gallery-style figure > img {
    width: 100%;
    height: auto;
}
.new-gallery-style figure {
    position: relative;
}
.new-gallery-style figure::before {
    content: "";
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.new-gallery-style:hover figure::before {
    visibility: visible;
    opacity: 1;
}
.default .gallery ul {
    padding-left: 0;
}
.gallery-title-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
     transition: all 0.45s ease-in;
    -webkit-transition: all 0.45s ease-in;
    -moz-transition: all 0.45s ease-in;
}
.gallery-title-new h3{
    font-size: 17px;
    color: #fff;
    font-weight: normal;
}
.gallery-title-new > div > a {
    font-size: 24px;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
.new-gallery-style:hover .gallery-title-new {
    visibility: visible;
    opacity: 1;
}
.gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gallery > img {
    height: auto;
    width: 100%;
}
.gallery-title {
    opacity: 0.9;
    padding: 10px 20px 10px 100px;
    width: 100%;
    position: absolute;
    min-height: 0;
    bottom: 20px;
    left: 0;
    z-index: 1;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition:all 0.6s linear;
}
.gallery:hover .gallery-title{
    padding: 10px;
    bottom: 0;
    min-height: 100%;
    -webkit-transition:all 0.6s ease 0.2s;
    -moz-transition:all 0.6s ease 0.2s;
    -ms-transition:all 0.6s ease 0.2s;
    -o-transition:all 0.6s ease 0.2s;
    transition:all 0.6s ease 0.2s;
}
.gallery-title h3 {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition:all 0.6s ease 0s;
    -moz-transition:all 0.6s ease 0s;
    -ms-transition:all 0.6s ease 0s;
    -o-transition:all 0.6s ease 0s;
    transition:all 0.6s ease 0s;
}
.gallery:hover .gallery-title h3{
    opacity: 0;
}
.gallery-title:before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.6s ease 0.2s;
    -moz-transition:all 0.6s ease 0.2s;
    -ms-transition:all 0.6s ease 0.2s;
    -o-transition:all 0.6s ease 0.2s;
    transition:all 0.6s ease 0.2s;
}
.gallery:hover .gallery-title:before{
    background-color: #000;
}
.gallery-title:after {
    content: "";
    height: 65px;
    left: 17px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 65px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gallery:hover .gallery-title:after {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.gallery-title i {
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.gallery:hover .gallery-title i{
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.gallery > ul {
    margin-top: -33px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -o-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
    -webkit-transition:all 0.6s ease 0s;
    -moz-transition:all 0.6s ease 0s;
    -ms-transition:all 0.6s ease 0s;
    -o-transition:all 0.6s ease 0s;
    transition:all 0.6s ease 0s;
}
.gallery:hover > ul{
    opacity: 1;
    top: 50%;
    margin-top: -40px;
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    -o-transform:rotateX(0deg);
    transform:rotateX(0deg);
    -webkit-transition:all 0.6s ease 0.4s;
    -moz-transition:all 0.6s ease 0.4s;
    -ms-transition:all 0.6s ease 0.4s;
    -o-transition:all 0.6s ease 0.4s;
    transition:all 0.6s ease 0.4s;
}
.gallery > ul li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.isotope-item{
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/** ISOTOPE STYLING **/
.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}
.rotating.flip {
    position: relative;
}
.rotating .front, .rotating .back {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0,0,1px);
    -moz-transform: translate3d(0,0,1px);
    -ms-transform: translate3d(0,0,1px);
    -o-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}
.rotating.flip .front {
    z-index: 1;
}
.rotating .back {
    display: block;
    opacity: 0;
}
.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0,0,0);
    -moz-transform: rotateY(180deg) translate3d(0,0,0);
    -ms-transform: rotateY(180deg) translate3d(0,0,0);
    -o-transform: rotateY(180deg) translate3d(0,0,0);
    transform: rotateY(180deg) translate3d(0,0,0);
}
.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0,0,0);
    -moz-transform: rotateX(180deg) translate3d(0,0,0);
    -ms-transform: rotateX(180deg) translate3d(0,0,0);
    -o-transform: rotateX(180deg) translate3d(0,0,0);
    transform: rotateX(180deg) translate3d(0,0,0);
}
.rotating.flip.cube .front {
    -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
    -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
    -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
    -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
    transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
    -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
    -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
/*****************************
    CART PAGE
******************************/
.cart-table {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.cart-head {
    background: none repeat scroll 0 0 #595958;
    float: left;
    min-width: 800px;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.cart-head h2 {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    text-align: center;
    width: 19%;
}
.cart-head h2.long-width {
    width: 24%;
}
.cart-list {
    float: left;
    width: 100%;
}
.cart-table .cart-list{
    min-width: 800px;
}
.cart-list {
    border: 1px solid #D2D2D2;
    float: left;
    width: 100%;
}
.cart-list > li {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #FFFFFF;
    float: left;
    padding: 20px;
    width: 100%;
}
.cart-list > li:last-child{
    border-bottom: 0 none;;
}
.cart-list > li:nth-child(2n+2) {
    background: none repeat scroll 0 0 #FAFAFA;
}
.cart-product {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D5D5D5;
    float: left;
    width: 100%;
    margin-left: 0;
    line-height: 36px;
    position:relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-product li img.dustbin {
    height: auto;
    left: 34px;
    position: absolute;
    top: 20px;
    width: auto;
    cursor:pointer;
}
.cart-product li {
    color: #555555;
    float: left;
    font-size: 12px;
    min-height: 120px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 19%;
    line-height: 96px;
}
.cart-product li:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#D5D5D5;
}
.cart-product li:last-child:before {
    display: none;
}
.cart-product li.long-width {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 24%;
}
.cart-product li img {
    height: 100px;
    width: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-product li input {
    border: 1px solid #e6e6e6;
    color: #7f7e7e;
    display: table;
    float: none;
    font-size: 13px;
    height: 37px;
    margin: 0 auto;
    padding: 5px;
    width: 40%;
    margin:0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-list > li > input[type="text"] {
    float: left;
    width: 200px;
    height: 40px;
    border-radius: 30px;
    padding: 6px 20px;
}
.cart-list > li > input[type="submit"],
.checkout-content input[type="submit"],
.cart-list > li > .checkout-button {
    
    border: 0 none;
    color: #FFFFFF;
    height: 40px;
    margin-left: 10px;
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    line-height: 39px;
    font-weight: normal;
}
.cart-list > li > input[type="submit"]:hover, .checkout-content input[type="submit"]:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.checkout-content input[type="submit"]{
    margin:0; 
}
.quantity-field {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #C6DADE;
    border-left: 1px solid #C6DADE;
    border-top: 1px solid #C6DADE;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; 
}
.quantity-field button, .quantity-field input,
.cart-product .quantity-field button,.cart-product  .quantity-field input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #437182;
    float: left;
    font-family: roboto;
    font-size: 12px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    width: 33.334%;
    border-right: 1px solid #C6DADE;
    margin: 0;    
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;    
}
.quantity-field button{
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.quantity-field button:hover {
    background: none repeat scroll 0 0 #C6DADE;
}
.calculate-shipping .cart-list .minict_wrapper {
    margin: 0;
}
.order-total > p, .order-total > span {
    float: left;
    line-height: 50px;
    margin: 0;
    width: 50%;
}
/*****************************
    CHECKOUT PAGE
******************************/
.checkout-block {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.checkout-block h5 {
    background: none repeat scroll 0 0 #595958;
    color: #FFFFFF;
    font-size: 15px;
    cursor:pointer;
    padding: 15px 20px 15px 60px;
    position:relative;
}
.checkout-block h5:before {
    background: none repeat scroll 0 0 #6F6F6E;
    content: "+";
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: bold;
    height: 30px;
    left: 20px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 30px;
    z-index: 1000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 -1px 8px #424242;
    -moz-box-shadow: 0 -1px 8px #424242;
    -ms-box-shadow: 0 -1px 8px #424242;
    -o-box-shadow: 0 -1px 8px #424242;
    box-shadow: 0 -1px 8px #424242;
}
.checkout-block h5.closed:before {
    content: "-";
}
.checkout-block h5:after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #595958;
    bottom: -10px;
    content: "";
    left: 55px;
    position: absolute;
}
.checkout-content {
    background: none repeat scroll 0 0 #FAF9F9;
    border-bottom: 1px solid #E6E5E5;
    border-left: 1px solid #E6E5E5;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #E6E5E5;
    float: left;
    padding:45px 30px;
    width: 100%;
    -webkit-box-shadow: 0 0 170px #DEDEDE inset;
    -moz-box-shadow: 0 0 170px #DEDEDE inset;
    -ms-box-shadow: 0 0 170px #DEDEDE inset;
    -o-box-shadow: 0 0 170px #DEDEDE inset;
    box-shadow: 0 0 170px #DEDEDE inset;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; 
}
.checkout-content > form {
    float: left;
    margin: 10px 0 0 ;
    width: 100%;
}
.checkout-content > form input.form-control {
    margin-bottom: 20px;
}
.checkout-content p {
    float:left;
    width:100%;
    margin-bottom:20px;
}
.checkout-content p input[type="radio"] {
    cursor: pointer;
    float: left;
    width: auto;
    outline: medium none;
}
.checkout-content label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 10px;
}
.checkout-content > form .col-md-12{
    float:left;
}
.checkout-block p label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px!important;
    padding-left: 8px;
}
.billing-address,
.shipping-address {
    display:none;
}
.order {
    float: left;
    font-size: 14px;
    margin-left:0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.order > li {
    float: left;
    line-height: 30px;
    width: 50%;
}
.order-total > p, .order-total > span {
    float: left;
    margin: 0;
    width: 50%;
}
.order-total > p {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
}
.checkout-content p.guide {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CBCBCB;
    color: #888888;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-left: 0;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.input-text, .form-control, .input-text:focus, .form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #b4b4b4;
    font-size: 13px;
    height: 45px;
    padding: 10px 25px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.woocommerce-input-wrapper textarea {
    height: 100px !important;
}
.checkout-content textarea,.checkout-content textarea:focus{
    height:auto;
}
input[type="radio"], input[type="checkbox"] {
    float: left;
    line-height: normal;
    margin:9px 10px 0 1px!important;
}
select {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.create-account {
    float: left;
    width: 100%;
}
.woocommerce-page .woocommerce-info:before {
    color: #fff;
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 45px;
    text-align: center;
    top: 0;
    width: 40px;
}
form.checkout {
    padding: 0 15px;
}
.shop_table .order-total {
    line-height: 70px;
}
.shop_table td {
    font-style: oblique;
}
.shop_table td .amount {
    width: 100%;
}
.shop_table td .amount, .shop_table td {
    font-weight: 600;
    padding: 0;
    text-align: center;
}
mark {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#place_order.button {
    box-shadow: none;
    color: #fff;
    float: right;
    padding: 14px 30px;
    border-radius: 30px;
    text-shadow: none;
    margin-top: -66px !important;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

.order_details li {
    border: 1px solid #dfdbdf !important;
    float: none;
    margin-right: -1px !important;
    padding: 20px;
    text-align: center;
    width: 25%;
}
.order_details li strong span.amount, .order_details li strong {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 39px !important;
    padding: 0;
    width: 100%;
}
.payment_methods li {
    float: left;
    margin-right: 40px !important;
}
.payment_box.payment_method_paypal {
    display: none;
}
.payment_box {
    display: none;
}
/*****************************
    ORDER RECIEVED PAGE
******************************/
.thanks-message {
    border: 15px solid #F1EFEF;
    float: left;
    padding:50px 20px 35px 120px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.thanks-message:before,
.thanks-message:after {
    background: url("images/line2.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    height:13px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.thanks-message:after {
    background-position: 0 -1px;
    bottom: -12px;
    top: auto;
}
.thanks-message > span {
    background: none repeat scroll 0 0 #F1EFEF;
    bottom: 0;
    left:30px;
    color: #808080;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    text-align: center;
    width: 95px;
    z-index:10000;
    -webkit-box-shadow:0 0 18px #DCDCDC inset;
    -moz-box-shadow:0 0 18px #DCDCDC inset;
    -ms-box-shadow:0 0 18px #DCDCDC inset;
    -o-box-shadow:0 0 18px #DCDCDC inset;
    box-shadow:0 0 18px #DCDCDC inset;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.thanks-message > span i{
    background: none repeat scroll 0 0 #F1EFEF;
}
.thanks-message h5 {
    color: #F3B55E;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 40px;
}
.thanks-message p {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding-left: 20px;
}
/*****************************
    SHORTCODES
******************************/
.buttons{    
    float: left;
    margin-left: -15px;
    margin-bottom: -15px;
}
.buttons a{
    margin-left: 15px;
    margin-bottom: 15px;
}
.theme-btn {
    background-clip: padding-box;
    border: 1px solid #BFBFBF;
    color: #555555;
    text-shadow:0px 1px 0px #dfdfdf;
    float: left;
    width: auto;
    font-size: 13px;
    padding:12px 45px;
    line-height: 20px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.theme-btn:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.69) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.69))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.69) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.69) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.69) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.69) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b0ffffff',GradientType=0 ); /* IE6-9 */
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}
.inverse{
    color: #FFF;
    text-shadow:0px 1px 0px #000;
}
.gray{
    background-color: #f5f5f5;
}
.red{
    background-color: #f32430;
}
.darkblue{
    background-color: #002e4b;
}
.brown{
    background-color: #64250e;
}
.darkgray{
    background-color: #cdcdcd;
}
.lightblue{
    background-color: #00b9d0;
}
.black{
    background-color: #474747;
}
.green{
    background-color: #4fcf66;
}
.lemon{
    background-color: #a6b61a;
}
.yellow{
    background-color: #f6ae09;
}
.blue{
    background-color: #1594ff;
}
.purple{
    background-color: #7f205f;
}
.yellow2{
    background-color: #edc601;
}
.orange{
    background-color: #ec6118;
}
.cyan{
    background-color: #57d9d8;
}
.peach{
    background-color: #d57b7b;
}
.lightpurple{
    background-color: #a05cc7;
}
.lemon2{
    background-color: #d6e50d;
}
.lightbrown{
    background-color: #c59f73;
}
.navyblue{
    background-color: #006cb9;
}
.seagreen{
    background-color: #00a180;
}
.toggle-item {
    background:none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E5E5;
    float: left;
    margin-bottom: 10px;
    padding: 5px 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 13px #EEEEEE inset;
    -moz-box-shadow: 0 0 13px #EEEEEE inset;
    -ms-box-shadow: 0 0 13px #EEEEEE inset;
    -o-box-shadow: 0 0 13px #EEEEEE inset;
    box-shadow: 0 0 13px #EEEEEE inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.toggle-item.activate {
    background:none repeat scroll 0 0 #F4F4F4;
    padding: 20px 30px;
}
.toggle-item h2 {
    float: left;
    font-size: 14px;
    font-weight: 400;
    cursor:pointer;
    line-height: 30px;
    width: 100%;
}
.content {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.toggle-item h2 i {
    color: #555;
    font-size: 18px;
    margin-right: 12px;
}
.tab-style .nav {
    border: 0 none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.tab-style .nav li {
    float: left;
    margin-right: 0;
    padding: 0;
}
.tab-style .nav li a, .tab-style .nav li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.tab-style .nav li.active a,
.tab-style .nav li.active a:focus {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    color: #ffffff;
    padding: 14px 20px 16px;
    border-radius: 3px;
    margin-top: -3px;
    border: 1px solid #e3e3e3;
    margin-bottom: -3px;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
}
.tab-style .nav li.active a,
.tab-style .nav li.active a,
.tab-style .nav li.active a:focus{
    color: #555;
}
.tab-style .tab-content {
    border: 1px solid #e3e3e3;
    float: left;
    padding: 30px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.tab-style .tab-content h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}
.tab-style .tab-content img {
    width: 100%;
    height:auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.new-tab-style .nav-tabs {
    border-bottom: none;
    background-color: #f4f4f4;
    border-radius: 5px;
}
.new-tab-style .theme-new-btn{
    margin-top: 30px;
}
.new-tab-style .nav-tabs li > a {
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    padding: 20px 26px;
    border-radius: 5px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    border:none;
    z-index: 1;
}
.new-tab-style .nav-tabs li.active > a {
    color: #fff;
}
.new-tab-style .nav-tabs > li.active > a, 
.new-tab-style .nav-tabs > li.active > a:hover, 
.new-tab-style .nav-tabs > li.active > a:focus {
    border:none;
}
.new-tab-style .tab-content .row {
    align-items: center;
    display: flex;
}
.new-tab-style .nav-tabs li.active > a::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    margin-top: -30px;
    background-color: #000;
    border-radius: 5px;
    transition: all 0.35s;
}
.new-tab-style .nav-tabs li.active > a::before {
    width: 100%;
}
.new-tab-style .nav-tabs li > a::after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid;
    position: absolute;
    right: 50%;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
}
.new-tab-style .nav-tabs li.active > a::after{
    bottom: -10px;
    opacity: 1;
    visibility: visible;
}
.new-tab-style .tab-content {
    float: left;
    width: 100%;
    padding: 50px;
}
.new-tab-style {
    background-color: #fff;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    float: left;
    width: 100%;
    border-radius: 5px;
}
.new-tab-style .tab-content h4 {
    font-size: 38px;
    margin-bottom: 25px;
}
.new-tab-style .tab-content p {
    font-size: 16px;
}
.new-tab-style .tab-content img {
    width: 100%;
    height: auto;
}
/*****************************
    NEWS
******************************/
.news {
    border: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 105px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.news-date{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 75px;
    text-align: center;
}
.news-date > span {
    color: #FFFFFF;
    font-family: open sans;
    font-size: 12px;
    left: 0;
    margin-top: -33px;
    padding: 0 15px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    min-height: 66px;
}
.news-date > span i {
    font-size: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.news h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.news h3 a{
    color: #555;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.news p {
    margin-bottom: 15px;
}
.news .image {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
/*****************************
    SEARCH PAGES
******************************/
.search-page > h4 {
    margin-bottom: 30px;
}
.search-page .widget .search-form{
    margin-top: 20px;
}
.search-result p {
    margin-top: 5px;
}
.widget > p {
    margin-bottom: 11px;
}
/*****************************
    ERROR PAGE
******************************/
.error-page {
    float: left;
    width: 100%;
}
.error-page h3 {
    float: left;
    font-size: 72px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.error-page > i {
    color: #F6F5F5;
    font-size: 300px;
    position: absolute;
    right: 0;
    z-index: -1;
}
.error-page > p {
    float: left;
    text-align: center;
    width: 100%;
}
.error-page h4 {
    font-size: 250px;
    font-weight: bold;
}
.error-page h4 i {
    font-style: normal;
}
.quick-help {
    float: left;
    margin-bottom: 50px;
    margin-top: 60px;
    width: 100%;
}
.quick-help > span {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    margin-right: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quick-help h5 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.quick-help > p a {
    font-style: italic;
}
.login .form-row input.button {
    background-image: none;
    box-shadow: none;
    font-weight: 600;
    margin-right: 10px;
    padding: 10px 40px;
    text-transform: uppercase;
}
/*****************************
    SINGLE PRODUCT
******************************/
.single-pro-new .nav > li > a {
    padding: 0;
}
.single-pro-new .product {
    border: none;
}
.single-pro-new .nav.nav-tabs {
    display: inline-block;
    width: 22%;
    border: none;
    vertical-align: middle;
}
.single-pro-new .nav-tabs > li.active > a,
.single-pro-new .nav-tabs > li:hover > a {
    border: none;
    background-color: transparent;
}
.single-pro-new .nav.nav-tabs li a{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 8px;
    border: 1px solid #dfdfdf;
    padding: 14px;
}
.single-pro-new .product ul img,
.single-pro-new .product .tab-content img {
    margin-bottom: 0;
}
.single-pro-new .tab-content {
    float: none;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}
.single-pro-new .single-page {
    border: none;
}
.pro-add {
    float: left;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #efefef;
    padding-top: 40px;
    margin-bottom: 40px;
}
.pro-share {
    float: left;
    width: 100%;
}
.share-it {
    float: left;
    width: 100%;
}
.share-it h5 {
    color: #777777;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
}
.pro-share .social-media {
    margin: 0 0 0 30px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.single-pro-new .product {
    text-align: left;
    border: none;
}
.single-pro-new .single-page h2 {
    float: none;
    font-size: 34px;
    line-height: 32px;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.single-pro-new .pro-upper .amount {
    color: #737373;
    font-size: 24px;
    letter-spacing: 0.3px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    float: none;
}
.single-pro-new .pro-upper del .amount {
    color: #b4b4b4;
    font-size: 18px;
}
.single-pro-new .pro-upper ins .amount {
    margin-left: 10px;
    color: #333;
}
.single-pro-new .pro-upper ins {
    text-decoration: none;
}
.single-pro-new p {
    font-size: 15px;
    float: left;
    width: 100%;
}
.single-pro-new .add_to_wishlist {
    height: 53px;
    width: 53px;
    line-height: 53px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #2a2a2a;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    vertical-align: middle;
    border:1px solid #e0e0e0;
}
.single-pro-new .add_to_wishlist:hover {
    color: #fff;
}
.single-pro-new .cart-btn {
    padding: 10px 45px;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 12px;
}
.single-pro-new .cart-btn:hover {
    background-color: #2a2a2a;
}
.single-page .quantity-field {
    float: left;
    margin: 10px 20px;
    width: 200px;
}
.pro-add > span {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #777777;
    vertical-align: middle;
    margin-right: 30px;
}
.single-pro-new .single-page form.cart {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce .single-pro-new form.cart div.quantity {
    float: none !important;
    width: 120px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    min-width: 120px;
    margin: 0 !important;
    vertical-align: middle;
    border-radius: 30px;
}
.woocommerce .single-pro-new .quantity input.text {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    height: 50px;
}
.amount {
    color: #2a2a2a;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
}
del .amount {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}
.product-bottom del .amount {
    color: #fff;
    font-size: 11px;
    margin-right: 3px;
}
.amount ins {
    margin-right: 10px;
    text-decoration: none;
}
.amount ins i{
    font-size: 22px;
    font-style: normal;
}
.amount del {
    color: #AEAEAE;
    font-size: 14px;
}
.single-product-old {
    display: table;
    margin: 0 auto;
    width: auto;
}
.single-product-old .tab-content {
    float: left;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.single-product-old .nav.nav-tabs {
    border: 0 none;
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}
.single-product-old .nav.nav-tabs li {
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-product-old .nav.nav-tabs li a {
    border: 0 none;
    margin-right:0; 
    padding: 0;
}
.single-product-old .nav.nav-tabs li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    overflow: hidden;
    height: 105px;
    width: 108px;
}
.single-product-old .nav.nav-tabs li a img {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;    
}
.single-product-old .single-page form.cart {
    padding-top: 40px;
}
.single-product-old .quantity input.text {
    width: 100%;
}
.calculate-shipping .cart-list .minict_wrapper {
    margin: 0;
}
.single-product-old > a, .single-product-old button.single_add_to_cart_button {
    background: none repeat scroll 0 0 #4d4d4d;
    border: 0 none;
    color: #ffffff;
    float: left;
    line-height: 17px;
    font-size: 12px;
    margin: 10px 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.quantity input.text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
}
.single-product-old > a:hover{
    color: #FFF;
}
.single-product-old > a i {
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
}
.single-product-old .single-page {
    margin: 40px 0;
}
.quantity {
    border: 1px solid #c6dade;
    float: left;
    margin: 10px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quantity:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 100%;
    position: absolute;
    right: 33.334%;
    width: 20px;
}
.quantity input {
    background: none repeat scroll 0 0 #efefef;
    border: 0 none;
    height: 35px;
    width: 33.334%;
}
.quantity input {
    background: none repeat scroll 0 0 #efefef;
    border: 0 none;
    height: 35px;
    width: 33.334%;
}
.single-product > .product,.single-product > .product > .product {
    border: 0 none;
    margin: 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.single-product form.cart .variations td.label {
    color: inherit;
    font-size: inherit;
}
.woocommerce-tabs {
    float: left;
    margin: 40px 0;
    width: 100%;
}
.single-pro-new .woocommerce-tabs {
    margin: 100px 0 60px 0;
}
.woocommerce .single-pro-new div.product .woocommerce-tabs ul.tabs {
    background-color: #000;
    padding: 0;
}
.woocommerce .single-pro-new div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
.woocommerce .single-pro-new div.product .woocommerce-tabs ul.tabs li.active {
    color: #fff;
}
.woocommerce .single-pro-new div.product .woocommerce-tabs ul.tabs li a {
    color: inherit;
    padding: 22px 25px !important;
}
.woocommerce #review_form .minict_wrapper input {
    border:1px solid #dedede;
    height: 52px;
}
.woocommerce #review_form .minict_wrapper {
    height: 52px;
}
.woocommerce-tabs .tabs li {
    box-shadow: none !important;
    float: left;
}
.woocommerce .single-pro-new div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
}
.single-pro-new .panel.entry-content {
    border-radius: 0;
    padding: 50px 40px !important;
}
.single-pro-new .panel.entry-content h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    box-shadow: none;
    border: none;
    display: none;
}
.woocommerce #reviews #comment {
    height: 135px;
}
.woocommerce-tabs .tabs li a {
    float: left;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 20px;
    padding: 15px 30px !important;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.single-page form.cart {
    float: left;
    margin: 0 !important;
}
.woocommerce-tabs .tabs{
    margin: 0 !important;
}
.panel.entry-content {
    border:1px solid #e0dadf;
    margin: -1px 0 0 !important;
    padding: 20px 30px !important;
}
.panel.entry-content h2 {
    color: #8f8f8f;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px !important;
    margin-top: 10px;
    text-transform: uppercase;
}
.woocommerce-page img.avatar {
    border: 4px double #cfcfcf;
    float: left !important;
    margin-right: 20px;
    margin-bottom: 0;
    width: auto !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.comment-text p.meta {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.comment-text p.meta strong {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.add_review a.inline {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    float: right;
    font-weight: 400;
    padding: 10px 30px;
    text-transform: uppercase;
    text-shadow:none;
}
.add_review a.inline:hover{
    background: none;
    color: #FFF;
}
.commentlist li.comment {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.woocommerce-message {
    float: left;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100% !important;
}
.woocommerce-message:before {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    width: 40px !important;
}
.related.products {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.loading {
	position: relative;
    /*background: url("assets/loader-deed.gif") no-repeat scroll center center #fff;*/
}
.loading::before {
    content: "";
    height: 100%;
    right: 7px;
    opacity: 1;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 999999999;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
        border-right-color: currentcolor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
#pop {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 10000000;
}
.pop {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pop .alert {
    background: none repeat scroll 0 0 red;
    height: 90px;
    left: 50%;
    margin-left: -200px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 400px;
}
.pop .alert > p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.woocommerce {
    float: left;
    width: 100%;
}
.cart-empty {
    margin: 80px 0 20px;
    text-align: center;
}
.return-to-shop {
    float: left;
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}
p.return-to-shop a {
    display: table;
    float: none;
    margin: 0 auto;
}
.featured-products {
    margin-bottom: 50px;
}
.container.my-account {
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 0;
}
.shop_table tr.order {
    border: 0 none;
    float: none;
    padding: 0;
    text-align: center;
    width: auto;
}
.my-account h2 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.comment-form {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}
.comment-form input, .comment-form textarea {
    border: 1px solid #dedede;
    border-radius: 30px;
    box-shadow: inset 0 0 32px #fcfcfc;
    -webkit-box-shadow: inset 0 0 32px #fcfcfc;
    -moz-box-shadow: inset 0 0 32px #fcfcfc;
    height: 48px;
    font-size: 14px;
    color: #5b5b5b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    padding: 14px 30px;
    width: 100%;
}
.comment-form input[type="submit"] {
    float: right;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    width: auto;
    border-radius: 30px !important;
    padding: 10px 30px !important;
}
.woocommerce #respond input#submit {
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.woocommerce #respond input#submit:hover {
    color: #fff;
}
/*****************************
    WISHLISTS
******************************/
.table.data-table > thead > tr > th {
    border-bottom: 0 none;
}
.table.data-table tr > td a {
    color: #8c8c8c;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}
.woocommerce .cart-product li .quantity {
    display: table;
    float: none;
    margin: 32px auto !important;
}
.woocommerce .cart-product li .quantity:before {
    display: none;
}
/*****************************
    PAGINATION
******************************/
.theme-pagination{
    float: left;
    width: 100%;
    margin-top: 50px;    
}
.pagination {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;
}
.pagination > li a,.pagination > li span {
    border: 1px solid #F0F0F0;
    color: #777777;
    font-size: 12px;
    height: 36px;
    line-height: 21px;
    text-align: center;
    width: 36px;
    z-index: 1;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.pagination > li a i {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.pagination > li:first-child a, .pagination > li:last-child a {
    background: url("images/arrows2.png") no-repeat scroll -68px -28px #adadad;
    border: 0 none;
    color: transparent;
    height: 46px;
    line-height: 33px;
    margin-right: -5px;
    margin-top: -5px;
    width: 46px;
    z-index: 0;
}
.pagination > li:first-child a {
    background: url("images/arrows2.png") no-repeat scroll 12px -28px #adadad;
}
.pagination > li span {
    background: none repeat scroll 0 0 #efefef;
    color: #fff;
}
.pagination > li:last-child a {
    margin-left: -5px;
    margin-right: 0;
}
/*****************************
     FOOTER
******************************/
footer {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
footer .block.blackish:before {
    opacity: 0.9;
    background: #000;
}
.widget {
    float: left;
    width: 100%;
}
.footer-logo {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.widget-title {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.widget-title:before {
    border-right: 1px dotted #FFFFFF;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 3;
}
.widget-title:after {
    border-bottom: 1px dotted #868686;
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.widget-title > h4 {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}
footer .widget-title:before {
    display: none;
}
footer .widget-title:after {
    display: none;
}
footer .widget-title > h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 10px;
    letter-spacing: 1px;
}

footer .widget p{
    color: #777777;
}
.widget p {
    color: #cac9c9;
}
.about {
    float: left;
    width: 100%;
}
.about > span {
    float: left;
    width: 100%;
    color: #FFF;
    color: #f1f1f1;
    margin-bottom: 10px;
}
.widget .about .social-media li {
    width: auto;
}
.widget .about .social-media li a:before {
    display: none;
}
.widget .about .social-media li a {
    background: none;
    border: 0;
    padding: 0;
}
footer .widget .about .social-media li {
    border: 0;
}
.widget .about .social-media li a {
    border: 1px solid rgb(84 84 84);
    color: rgb(42 42 42);
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: block;
    font-size: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.33s linear;
    -moz-transition: all 0.33s linear;
    -ms-transition: all 0.33s linear;
    -o-transition: all 0.33s linear;
    transition: all 0.33s linear;
}
.widget .about .social-media li a:hover {
    color: #fff;
}
footer .widget .about .social-media li a {
    color: #fff;
}
.widget .about .social-media {
    margin-top: 15px;
}
footer .widget .about .social-media {
    margin-top: 20px;
}
.widget .about .social-media li a:hover {
    border:0;
}
.widget_recent_entries ul li a{
    font-size: 15px;
    color: #999;
}
.widget_recent_entries ul li {
    padding: 6px 0 6px 10px;
    list-style: inside;
    color: #999;
}
.gallery-widget {
    margin: 0 -5px;
}
.gallery-widget > div {
    padding: 0 5px;
    margin-bottom: 10px;
}
.gallery-widget a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gallery-widget a:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.gallery-widget a:hover:before{
    opacity: 0.8;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.gallery-widget a:hover img{
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
}
.gallery-widget a img{
    width: 100%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.contct-info h4 {
    font-size: 30px;
}
.contact {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.contact li {
    color: #999999;
    line-height: 23px;
    margin-top: 3px;
}
.contact li i {
    margin-right: 10px;
    font-size: 13px;
}
.contact li a {
    float: left;
    margin-right: 20px;
}
.contact li a i {
    font-size: 24px;
    color: #c4c4c4;
    margin: 0;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.widget .contact li:before {
    display: none;
}
.widget .contact li {
    border: 0 none;
    color: #f5f5f5;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.widget .contact li span {
    float: left;
    min-width: 110px;
    font-size: 15px;
    padding-right: 10px;
}
.widget form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.widget form input[type="email"], .widget form input[type="text"] {
    border: 0 none;
    float: left;
    font-size: 15px;
    height: 51px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    background:none repeat scroll 0 0 #242424;
    color: #FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.widget form input[type="submit"] {
    float: left;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 30px;
    color: #FFF;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.widget-blog {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.widget-blog-img {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget-blog-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.widget-blog .widget-blog-img:hover:before{
    opacity: 0.8;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.widget-blog-img img {
    width: 120px;
    height: 120px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.widget-blog-img:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.widget-blog > h6 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 500;
    padding-top: 13px;
}
.widget-blog > h6 a{
    color: #f1f1f1;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.widget-blog > span {
    color: rgb(147 147 147);
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
}
.widget-blog > span i {
    font-size: 12px;
    margin-right: 10px;
}
.widget-blog > p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.quick-message {
    float: left;
    width: 100%;
}
.quick-message > form {
    margin: 0;
}
.widget .quick-message form input, .widget .quick-message form textarea {
    background: none repeat scroll 0 0 rgb(8 8 8);
    border: 1px solid rgb(84 84 84);
    color: rgb(215 215 215);
    float: left;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
}
.widget .quick-message form textarea{
    min-height: 100px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
#fotter_msg {
    float: left;
    width: 100%;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    display: none;
}
.widget .quick-message input[type="submit"] {
    float: left;
    width: auto;
    margin-top: 15px;
    border-radius: 30px;
    border: 0;
    padding: 5px 30px;
    line-height: 23px;
    height: auto;
    font-size: 12px;
    color: #e9e9e9;
    text-transform: uppercase;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.bottom-footer p a {
    font-weight: 600;
}
.widget .quick-message input[type="submit"]:hover {
    padding: 5px 40px;
}
.bottom-footer {
    background: none repeat scroll 0 0 #3d3d3d;
    float: left;
    padding: 25px 0;
    width: 100%;
}
.bottom-footer p {
    color: #FFF;
    font-size: 15px;
    text-align: center;
}
/*****************************
    SIDEBAR
******************************/
aside.sidebar {
    margin-bottom: -50px;
}
.sidebar .widget,
.wpb_wrapper .widget {
    margin-bottom: 50px;
}
.sidebar .widget-title > h4,
.wpb_wrapper .widget-title > h4 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #2a2a2a;
}
.sidebar .widget-title:after,
.wpb_wrapper .widget-title:after {
    border-color: #CBCBCB;
}
.sidebar .widget-blog > p a,
.wpb_wrapper .widget-blog > p a, 
.sidebar .widget p,
.wpb_wrapper .widget p {
    color: #999;
}
.sidebar .widget form input[type="email"],
.sidebar .widget form input[type="text"],
.sidebar .widget form textarea,
.wpb_wrapper .widget form input[type="email"],
.wpb_wrapper .widget form input[type="text"],
.wpb_wrapper .widget form textarea {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    color: #555555;
}
footer .widget form.searchform {
    border: 1px solid #4F4F4F;
    -webkit-box-shadow: 0 2px 4px #1F1F1F;
    -moz-box-shadow: 0 2px 4px #1F1F1F;
    -ms-box-shadow: 0 2px 4px #1F1F1F;
    -o-box-shadow: 0 2px 4px #1F1F1F;
    box-shadow: 0 2px 4px #1F1F1F;
}
footer .tagclouds > a,
footer .widget li {
    border: 1px solid #606060;
}
footer .tagclouds > a:before, footer .widget li:before {
    background: none repeat scroll 0 0 #2B2B2B;
    border: 1px solid #606060;
}
.searchform label {
    display: none;
}
.widget form.searchform input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #555555;
    float: left;
    margin: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
}
.widget form.searchform input[type="submit"] {
    background: url("images/search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    padding: 0;
    width: 10%;
    margin-top: 6px;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -20px;
}
.tagcloud {
    float: left;
    margin-bottom: -10px;
    width: 100%;
}
.tagcloud > a {
    border: 1px solid #F0F0F0;
    color: #777777;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 22px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.tagcloud > a:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 100%;
    border: 1px solid #F0F0F0;
    position: absolute;
    left: 2%;
    top: -6%;
    width: 96%;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.tagcloud > a:hover:before {
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -o-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
}
.recentcomments,
.cat-item, 
.widget_archive li {
    float: left;
    width: 100%;
    padding: 7px 20px;
    border: 1px solid #F0F0F0;
    color: #777777;
    font-size: 14px;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.cat-item > a {
	color: inherit;
}
.recentcomments:before,
.cat-item:before ,
.widget_archive li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 100%;
    width: 98%;
    border: 1px solid #F0F0F0;
    position: absolute;
    left: 1%;
    top: -8%;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.recentcomments:hover:before,
.cat-item:hover:before,
.widget_archive li:hover:before {
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -o-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
}
.widget li.recentcomments a,
.widget li.cat-item a,
.widget_archive li a{
    border: 0;
    padding: 0;
}
.cat-item .children {
    margin: 0;
    padding: 0 !important;
}
.widget li.recentcomments a:before,
.widget li.cat-item a:before,
.widget_archive li a:before{
    display: none;
}
.widget li.recentcomments a,
.widget li.cat-item a,
.widget_archive li a {
    border: 0 none;
    float: none;
    padding: 0 5px !important;
    width: auto;
}
.widget li ul.sub-menu,
.widget li ul.children {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
}
.textwidget {
    color: #AAAAA1;
    line-height: 21px;
}
.comment-widget {
    border-bottom: 1px dotted #CBCBCB;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
}
.comment-widget h5 {
    color: #777;
      font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.comment-widget h5 a{
    color: #777;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.comment-widget span {
    color: #939393;
    float: left;
      font-family: 'Poppins', sans-serif;
    font-size: 11px;
    line-height: 14px;
    width: 50%;
}
.comment-widget span i{
    margin-right: 10px;
}
.sidebar .about > span {
    color: #9f9f9f;
}
.sidebar .widget .contact li {
    color: #999;
}
.sidebar .widget-blog > h6 a {
    color: #2a2a2a;
}
/*** CALENDAR ***/
#calendar_wrap {
    float: left;
    width: 100%;
}
table {
    border: 1px solid #F0F0F0;
    float: left;
    text-align: center;
    width: 100%;
    color: #888888;
}
caption {
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 30px;
    text-transform: uppercase;
}
thead {
    text-align: center;
    color: #333;
}
thead {
    color: #333333;
}
th {
    text-align: center;
    border: 1px solid #F0F0F0;
}
td {
    border: 1px solid #F0F0F0;
    font-size: 12px;
    line-height: 30px;
}
.rssSummary,.rss-date {
    float: left;
    width: 100%;
    margin: 0 5px;
}
.widget cite {
    float: left;
    margin: 0 5px 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.textwidget img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.textwidget select {
    float: left;
    width: 100%;
}
.widget_shopping_cart_content li, ul.product_list_widget li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
.widget_shopping_cart_content li a,
ul.product_list_widget li a {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.widget_shopping_cart_content li a:before,
ul.product_list_widget li a:before {
    display: none;
}
.widget_shopping_cart_content li a img ,
ul.product_list_widget li a img {
    border: 3px double #ddd;
    height: auto;
    margin-right: 10px;
    width: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget_shopping_cart_content li .quantity:before {
    display: none;
}
.widget_shopping_cart_content li .quantity{
    border: 0 none;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
}
.widget_shopping_cart_content li .quantity .amount,
ul.product_list_widget li .amount {
    float: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    width: auto;
}
ul.product_list_widget li .amount {
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 31px;
    padding: 0;
    width: auto;
}
.widget p.total {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    float: left;
    margin-bottom: 20px;
    margin-top: -1px;
    padding: 10px 0;
    width: 100%;
}
.widget p.total strong {
    color: #afafaf;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.widget p.total .amount {
    color: #7f7f7f;
    float: right;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    width: auto;
}
.widget p.buttons a {
    line-height: 15px;
    padding: 10px 20px;
}
.reviewer {
    float: right;
}
ul.product_list_widget li .star-rating {
    float: left;
    line-height: 20px;
    margin: 8px 10px;
}
/*** VISUAL COMPOSER STYLING ***/
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}
.wpb_toggle, #content h4.wpb_toggle {
    background-image: none !important;
    background-position: 5px 13px !important;
    border: 1px solid #cfcfcf;
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.wpb_toggle_content {
    border: 1px solid #cfcfcf;
    float: left;
    margin: -11px 0 10px !important;
    padding: 0 !important;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.wpb_toggle_content p {
    float: left;
    padding: 20px;
    width: 100%;
}
.wpb_toggle_title_active, #content h4.wpb_toggle_title_active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.wpb_heading {
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.flexslider {
    border:none!important;
    box-shadow: none!important;
}
.flex-direction-nav a:before {
    content: "<" !important;
    font-family: cursive!important;
}
.flex-direction-nav a.flex-next:before {
    content: ">" !important;
}
.flexslider .slides img{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.flex-control-nav{
    z-index: 1;
}
.vc-inner a, .vc-inner a img {
    float: left;
    width: 100%;
}
.wpb_images_carousel {
    margin-bottom: 40px !important;
}
.vc-carousel-indicators {
    bottom: -40px !important;
}
.vc-carousel-inner .vc-inner a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.vc-carousel-control {
    background: none repeat scroll 0 0 rgba(200, 200, 200, 0.9);
    color: #000;
    height: 40px !important;
    width: 40px!important;
    margin-top: -20px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.wpb_content_element .wpb_tabs_nav {
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    margin-bottom:-2px !important;
    position:relative;
    z-index:1;
    width:100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.wpb_tab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    float: left;
    margin-top: -1px;
    padding: 20px 30px !important;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
    -webkit-border-radius: 0 3px 3px;
    -moz-border-radius: 0 3px 3px;
    -ms-border-radius: 0 3px 3px;
    -o-border-radius: 0 3px 3px;
    border-radius: 0 3px 3px;
}
.wpb_content_element .wpb_tabs_nav li{
    position: relative;
    z-index: 1;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;    
    margin: 0!important;
}
.wpb_content_element .wpb_tabs_nav li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 13px 30px !important;
    text-transform: uppercase;
    -webkit-transition:padding 0.4s linear;
    -moz-transition:padding 0.4s linear;
    -ms-transition:padding 0.4s linear;
    -o-transition:padding 0.4s linear;
    transition:padding 0.4s linear;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    padding: 15px 30px !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 1px solid #e3e3e3 !important;
    margin-bottom: -3px !important;
    margin-top: -4px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    border-bottom: 1px solid #cfcfcf;
    border-right: 0 none;
}
.wpb_tour .wpb_tab {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #cfcfcf !important;
    margin-left: -1px;
}
.wpb_accordion_header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #cfcfcf;
    float: left;
    font-weight: 600 !important;
    line-height: 30px !important;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
}
.wpb_accordion_content {
    border: 1px solid #cfcfcf;
    float: left;
    margin-bottom: 10px;
    margin-top: -2px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    top: 15px;
}
.vc-carousel-inner .post-title, .post-title {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.vc-carousel-inner .post-title a,.post-title a{
    color: #444;
    font-size: 16px;
}
.vc_carousel .vc-carousel-control .icon-prev, .vc_carousel .vc-carousel-control .icon-next {
    background-color: transparent!important;
}
.entry-content {
    color: #777;
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 26px;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
    width: 100%;
}
.vc-inner a.vc_read_more, a.vc_read_more {
    background: none repeat scroll 0 0 #e3e3e3;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 17px;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-icon {
    display: none !important;
}
.vc_span3 {
    float: left;
    width: 25%;
}
.vc_span2 {
    float: left;
    width: 16.6667%;
}
.vc_span4 {
    float: left;
    width: 33.334%;
}
.vc_span6 {
    float: left;
    width: 50%;
}
.vc_span12 {
    float: left;
    width: 100%;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    display: none;
}
.wpb_thumbnails .isotope-inner {
    padding: 0;
}
.post-thumb, .post-thumb a, .post-thumb a img {
    float: left;
    width: 100%;
}
.post-thumb a img{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.isotope-inner {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.wpb_thumbnails .isotope-inner {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ededed;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
ul.categories_filter {
    margin-bottom: 30px !important;
    padding: 0 15px !important;
}
.categories_filter li {
    margin-bottom: 0 !important;
}
.categories_filter li a {
    background: none repeat scroll 0 0 #f7f7f7;
    float: left;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.categories_filter li.active a {
    background: none repeat scroll 0 0 #bfbfbf;
    color: #fbfbfb;
}
.sidepanel {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.9);
    width: 200px;
    position: fixed;
    top: 25%;
    left: -200px;
    z-index: 10000;
    padding: 20px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.sidepanel:hover{
    left: 0;
}
.sidepanel h4 {
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}
.colors {
    margin: 0 -2.5%;
}
.layout {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.colors > div,
.layout > div {
    padding: 0 2.5px;
    width: 20%;
    float: left;
}
.layout > div{
    width: 50%;
}
.colors > div a,
.layout > div a {
    float: left;
    height: 30px;
    width: 100%;
    border: 3px double #FFF;
    cursor: pointer;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.layout > div a {
    background: #737373;
    text-align: center;
    color: #FFF;
    line-height: 24px;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.colors > div a:hover{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}
.layout > div a{
}
.sidepanel > span {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.9);
    height: 50px;
    text-align: center;
    width: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    line-height: 50px;
    color: #5F5F5F;
    font-size: 22px;
}
.color1{background-color:#f0283b;}
.color2{background-color:#5a7e92;}
.color3{background-color:#0d8ce6;}
.color4{background-color:#34ac6b;}
.color5{background-color:#2d695c;}
.colors.pattern {
    float: left;
    margin-top: 20px;
}
.sidepanel .colors i {
    font-size: 10px;
}
.pattern1 {background: url("images/pat1.png");}
.pattern2 {background: url("images/pat2.png");}
.pattern3 {background: url("images/pat3.png");}
.pattern4 {background: url("images/pat4.png");}
.pattern5 {background: url("images/pat5.png");}
/* ===============================================================
    LIGHTBOX PLUGIN STYLING
================================================================*/
/* ----------------------------------
Default Theme
----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }
div.pp_default .pp_top .pp_left { background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }
div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }
div.pp_default .pp_bottom .pp_left { background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */
div.pp_default .pp_loaderIcon { background: url(images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */
/* ----------------------------------
Light Rounded Theme
----------------------------------- */
div.light_rounded .pp_top .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } /* Content background */
div.light_rounded .pp_next:hover { background: url(images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_rounded .pp_previous:hover { background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_rounded .pp_expand { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_rounded .pp_expand:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_rounded .pp_contract { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_rounded .pp_contract:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; } 
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_arrow_previous { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
div.light_rounded .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
/* ----------------------------------
Dark Rounded Theme
----------------------------------- */
div.dark_rounded .pp_top .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.dark_rounded .pp_content_container .pp_left { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_rounded .pp_content { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.dark_rounded .pp_next:hover { background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_rounded .pp_previous:hover { background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.dark_rounded .pp_expand { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_rounded .pp_expand:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_rounded .pp_contract { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_rounded .pp_contract:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin-right: 85px; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_arrow_previous { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
div.dark_rounded .pp_loaderIcon { background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
/* ----------------------------------
Dark Square Theme
----------------------------------- */
div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: #000; }
div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
div.dark_square .pp_expand { background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_square .pp_expand:hover { background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_square .pp_contract { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_square .pp_contract:hover { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_square .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_square .pp_details { position: relative; }
div.dark_square .pp_description { margin: 0 85px 0 0; }
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_arrow_previous { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_square .pp_next:hover { background: url(images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_square .pp_previous:hover { background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
/* ----------------------------------
Light Square Theme
----------------------------------- */
div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }
div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_square .pp_expand:hover { background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_square .pp_contract { background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_square .pp_contract:hover { background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_square .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_arrow_previous { background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_next:hover { background: url(images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_square .pp_previous:hover { background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_square .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
/* ----------------------------------
Facebook style Theme
----------------------------------- */
div.facebook .pp_top .pp_left { background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.facebook .pp_top .pp_middle { background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
div.facebook .pp_content_container .pp_right { background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
div.facebook .pp_content { background: #fff; } /* Content background */
div.facebook .pp_expand { background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.facebook .pp_expand:hover { background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.facebook .pp_contract { background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.facebook .pp_contract:hover { background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin: 0 37px 0 0; }
div.facebook #pp_full_res .pp_inline { color: #000; } 
div.facebook .pp_loaderIcon { background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
div.facebook .pp_arrow_previous { background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.facebook .pp_bottom .pp_left { background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus { outline:none; }
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000000;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000000000;
}
.pp_top {
    height: 20px;
    position: relative;
}
* html .pp_top { padding: 0 20px; }
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }
.pp_fade { display: none; }
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}
.pp_description {
    color: #3f3f3f;
    display: none;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }
.pp_gallery ul a img { border: 0; }
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
}
.pp_gallery li.default a {
    background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery li.default a img { display: none; }
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;   
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    position: absolute; right: 0; top: 0; 
    display: block;
    line-height:22px;
    text-indent: -10000px;
}
.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_bottom { padding: 0 20px; }
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
div.ppt {
    color: #fff;
    display: none!important;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
/* ===============================================================
    CUSTOM SELECT BOX PLUGIN STYLING
================================================================*/
.minict_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    position: relative;
    float:left;
    width: 100%;
    cursor:pointer;
    margin-bottom:20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.minict_wrapper input,
.sidebar-widget .minict_wrapper input{
    margin-bottom:0!important;
    color: #b4b4b4;
    font-size: 13px;
    border: none;
    background-color: transparent;
    padding: 10px 24px;
}
.minict_wrapper *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.minict_wrapper:after {
    background: url("images/select-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 27px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
}
.minict_wrapper ul{
    display:none;
    list-style:none;
    padding:0;
    margin:0;
    position:absolute;
    width:100%;
    border:1px solid #e5e5e5;
    top:2rem;
    left:0;
    overflow-y:auto;
    z-index:999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.minict_wrapper ul li:first-child{
    border-top:0;
}   
.minict_wrapper ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #EAEAEA;
    cursor: pointer;
    font-family: lato;
    font-size: 13px;
    line-height: 40px;
    list-style: none outside none;
    padding: 0 10px;
    width:100%;
}
.minict_wrapper ul li:hover{
    background:#fcfcfc;
    color:#111
}
.minict_wrapper ul li.minict_group{
    color:#444;
    background:#f6f6f6;
    font-weight:bold;
    cursor:default
}
.minict_wrapper ul li.minict_empty{
    display:none;
    background:#fff !important;
    color:#bbb;
    text-align:center;
    font-size:.9rem;
    height:3.5rem;
    line-height:3.3rem
}
.minict_wrapper ul li.selected{
    color:#819a9a;background:#f9fcff
}
.minict_wrapper ul li.highlighted{
    color:#fff;background:#819a9a}
.minict_wrapper ul li.hidden{display:none}
.minict_wrapper.bubble:hover{border-color:#dcdcdc}
.minict_wrapper.bubble ul {
    padding: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.minict_wrapper.bubble ul:before{position:absolute;top:-11px;left:19px;content:".";color:transparent;width:0;height:0;border-style:solid;border-width:0 11px 11px 11px;border-color:transparent transparent #e5e5e5 transparent}.minict_wrapper.bubble ul:after{position:absolute;top:-10px;left:20px;content:".";color:transparent;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}
/*** BB PRESS STYLING ***/
#bbpress-forums {
    margin-bottom: 0;
}
#bbpress-forums #bbp-search-form {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #dcdcdc;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 310px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#bbpress-forums #bbp-search-form input#bbp_search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #343434;
    float: left;
    height: 40px;
    padding: 10px;
    width: 230px;
}
#bbpress-forums #bbp-search-form input#bbp_search_submit {
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #cfcfcf;
    border-radius: 0;
    border-right: 0 none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    float: left;
    height: 40px;
    padding: 5px 0;
    text-transform: uppercase;
    width: 70px;
}
#bbpress-forums #bbp-search-form input#bbp_search_submit:hover{
    color: #AFAFAF;
}
#bbpress-forums div.bbp-topic-tags p > a {
    color: inherit;
}
#subscription-toggle, #favorite-toggle {
    background:none repeat scroll 0 0 #282828;
    float: left;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
#subscription-toggle a, #favorite-toggle a {
    color: #fff !important;
    line-height: 20px;
}
.bbp-author-avatar img {
    border: 0 none !important;
    margin: 0 !important;
}
#bbpress-forums ul {
    color: #888888;
    font-weight: 400;
}
#bbpress-forums .minict_wrapper.bubble ul {
    background: none repeat scroll 0 0 #fff;
}
#bbpress-forums li.bbp-header ul {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-transform: uppercase;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background: rgb(254,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(254,252,252) 0%, rgb(244,242,242) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,252)), color-stop(100%,rgb(244,242,242))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */
    padding:0;
}
#bbpress-forums > ul {
    border: 1px solid #c9c9c9!important;
    overflow: hidden !important;    
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
}
#bbpress-forums li.bbp-footer {
    background: none repeat scroll 0 0 #DCDCDC;
    border-top: 1px solid #C9C9C9;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    background: rgb(254,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(254,252,252) 0%, rgb(244,242,242) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,252)), color-stop(100%,rgb(244,242,242))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #d0cfcf;
    padding: 0 20px;
}
#bbpress-forums li.bbp-body ul.forum li, #bbpress-forums li.bbp-body ul.topic li {
    border-right: 1px solid #c9c9c9;
    font-size: 14px;
    line-height: 168px;
    min-height: 280px;
    padding: 20px 0;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, 
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    font-size: 15px;
    line-height: 34px;
}
#bbpress-forums fieldset.bbp-form {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#bbpress-forums fieldset.bbp-form label {
    float: left;
    font-weight: 400;
    width: 100%;
}
#bbpress-forums li.bbp-header {
    background: none repeat scroll 0 0 #6f6f6f;
    border: 1px solid #3e3e3e;
    float: left;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
#bbpress-forums li.bbp-header:before {
    background: url("images/pattern2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #84898B;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
#bbpress-forums li.bbp-header ul {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-transform: uppercase;
}
#bbpress-forums li.bbp-header li {
    color: #F1EFEF;
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    text-shadow: 0 1px 0 #000000;
    text-align: center;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    border-right: 0 none !important;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    font-size: 15px;
    line-height: 178px;
    min-height: 280px;
}
.bbp-form input[type="text"],.bbp-form textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 45px;
    padding: 10px 25px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.bbp-form textarea{
    border:0;
    height:auto;
}
#bbpress-forums div.reply {
    background: rgb(254,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(254,252,252) 0%, rgb(244,242,242) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,252)), color-stop(100%,rgb(244,242,242))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */
    color: #333333;
    font-size: 12px;
    position: relative;
    padding:0;
    right: 0;
}
div.bbp-submit-wrapper button.submit {
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
div.bbp-template-notice.info {
    color: #747474;
    float: left;
    padding: 5px 20px;
    text-shadow: 0 0 1px #FFFFFF;
    background-color: #BFE7F1;
    border: 1px solid #D1D1D1;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a,
ul.topic li.bbp-topic-title > a.bbp-topic-permalink {
    background: none repeat scroll 0 0 #E0E0E0;
    color: #646363 !important;
    float: left;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 18px;
    padding: 7px 15px;
    line-height: 20px;
    text-shadow: 0 1px 0 #F4F4F4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.bbp-forum-content {
    color: #9d9d9d;
    line-height: 24px;
    margin: 10px 0 0 !important;
    font-size: 14px !important;
    padding-right: 15px !important;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness > a,
.bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness > a {
    background: none repeat scroll 0 0 #E1E1E1;
    color: #898888 !important;
    display: table;
    margin: 10px auto 0;
    padding: 5px 15px;
    text-shadow: 0 1px 0 #F4F4F4;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#bbpress-forums p.bbp-topic-meta {
    float: left;
    margin-bottom: 0;
    margin-top: 10px !important;
    width: 100%;
    font-size: 14px;
}
.bbp-author-avatar {
    margin-right: 10px;
}
ul.topic li.bbp-topic-title > a.bbp-topic-permalink {
    margin-top: 5px;
    line-height: 20px;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count,
li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    font-size: 15px !important;
}
.bbp-pagination-count {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #888888;
    float: left;
    font-size: 14px;
}
div.bbp-template-notice, div.indicator-hint {
    background: none repeat scroll 0 0 #FBE3A7;
    border-color: #D1D1D1;
    float: left;
    padding: 5px 20px;
    text-shadow: 0 0 1px #FFFFFF;
    width: auto;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-name {
    color: #A1A1A1;
}
ul.bbp-replies li.bbp-header > div {
    color: #F1EFEF;
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    text-align: center !important;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
}
li.bbp-header div.bbp-topic-content span#subscription-toggle, li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle, li.bbp-header div.bbp-reply-content span#favorite-toggle {
    float: right;
    font-size: 12px;
    line-height: 17px;
    margin-top: 18px;
    text-shadow: none;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: #EDEAEA;
    border-top: 1px solid #D0CFCF;
}
.bbp-admin-links, .bbp-admin-links a {
    color: #8E8E8E !important;
    font-size: 12px !important;
    padding: 0 5px;
    text-transform: capitalize !important;
}
.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
    color: #8E8E8E !important;
    float: right;
    margin-left: 30px;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
    border-right: 1px solid #C9C9C9;
    float: left;
    padding: 20px;
    width: 30%;
}
.bbp-reply-author .bbp-author-avatar {
    float: left;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    color: #8E8E8E;
    display: table-row-group;
    width: auto;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
    color: #9c9c9c;
    display: table-row;
    float: left;
    font-size: 12px;
    font-style: normal;
    line-height: 33px;
    margin-top: -7px;
    margin-right: 10px;
}
.bbp-reply-ip {
    float: left;
    text-align: left;
}
.bbp-reply-author .bbp-author-avatar img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#bbpress-forums .bbp-replies .bbp-body div.bbp-reply-content {
    border-left: 1px solid #C9C9C9;
    color: #8E8E8E;
    float: left;
    font-family: roboto;
    margin-left: -1px;
    padding: 20px 25px;
    width: 70%;
}
fieldset.bbp-form {
    float: left;
    padding: 0 !important;
    width: 100%;
}
fieldset.bbp-form label {
    color: #7f7f7f;
    float: left;
    font-size: 13px;
    padding: 0 20px 0 0 !important;
    width: auto !important;
}
button.button.submit {
    line-height: 20px;
    overflow: hidden;
    padding: 7px 20px;
}
div.bbp-template-notice, div.indicator-hint {
    width: 100%;
}
.bbp-breadcrumb > p a, .bbp-breadcrumb > p span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
}
.bbp-breadcrumb > p span.bbp-breadcrumb-current {
    color: #a0a0a0;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
/*=========================================
    CONTACT FORM 7
=========================================*/
form.wpcf7-form p {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
}
form.wpcf7-form p span.wpcf7-form-control-wrap {
    float: left;
    width: 100%;    
    margin-top: 5px;
}
form.wpcf7-form p span input,
form.wpcf7-form p span textarea {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #dfdfdf;
    float: left;
    font-size: 12px;
    height: 35px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
form.wpcf7-form p span textarea{
    height: auto;
    min-height: 150px;
}
form.wpcf7-form p span input[type="radio"],form.wpcf7-form p span input[type="checkbox"] {
    float: left;
    margin: 0 10px !important;
    width: auto;
}
form.wpcf7-form p span.wpcf7-radio,
form.wpcf7-form p span.wpcf7-checkbox {
    float: left;
    width: 100%;
}
form.wpcf7-form p span.wpcf7-radio span.wpcf7-list-item,
form.wpcf7-form p span.wpcf7-checkbox span.wpcf7-list-item {
    float: left;
    line-height: 35px;
    margin: 0;
    width: 100%;
}
form.wpcf7-form p .wpcf7-submit {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #dfdfdf;
    float: right;
    font-size: 18px;
    padding: 5px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
form.wpcf7-form p .wpcf7-submit:hover {
    color: #fff;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 1px solid #f7e700;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
div.wpcf7-mail-sent-ok{
    border:1px solid #398f14;
}
.wp-caption,.wp-caption-text,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter,.screen-reader-text{
    font-family: inherit;
} 
/*** THEME TEST UNIT ***/
ul ul {
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    margin-left: 20px;
    float: right;
}
.aligncenter {
    display: table;
    margin: 0 auto 20px !important;
}
.twitter-tweet.twitter-tweet-rendered {
    float: left;
    width: 100% !important;
}
.sticky .blog-detail > h3 a {
    border-bottom: 1px solid #cfcfcf;
    float: left;
}
.aligncenter {
    text-align: center;
}
.comments .comment-details ul {
    float: left;
    margin: 6px 0 0 30px;
    width: 100%;
}
.comments .comment-details ul li {
    margin: 0;
}
.comments .comment-details ol ol {
    margin: 0;
}
.comments .comment-details ol li {
    margin: 0;
}
#gallery-1 img {
    border: 2px solid #cfcfcf;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.share-this.tagcloud {
    margin: 10px 0;
    padding:15px 20px 10px
}
.share-this.tagcloud h5 {
    line-height: 30px;
    margin-right: 10px;
}
/* ===============================================================
                MAJOR UPDATE
================================================================*/
/*** TITLE STYLE 3 ***/
.title3 {
    float: left;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.title3 h2 {
    float: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
}
.blackish .title3 > h2 {
    color: #FFF;
}
.blackish .title3 > p {
    color: #FFF;
}
.title3 > p {
    color: #777;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: -8px;
    line-height: 24px;
}
/* ===============================================================
                SIMPLE SERVICES
================================================================*/
.new_style_srvc.simple-service .simple-icon > span{
    height: 125px;
    width: 125px;
    background-color: #fff;
    box-shadow: none;
    border: 8px solid #f1f1f1;
    line-height: 110px;
}
.new_style_srvc.simple-service .simple-icon > span i {
    font-size: 48px;
}
.new_style_srvc.simple-service:hover .simple-icon > span {
    color: #fff;
}
.new_style_srvc.simple-service > h3 {
    font-size: 26px;
    font-weight: 700;
}
.new_style_srvc.simple-service > a {
    padding: 16px 45px;
    border-radius: 30px;
    background-color: rgb(238 238 238);
    color: rgb(51 51 51);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    display: inline-block;
    margin-top: 30px;
    border:none;
}
.simple-service:hover .simple-icon > span {
    color: #fff;
}
.simple-service {
    float: left;
    width: 100%;
    text-align: center;
}
.simple-icon{
    float: left;
    width: 100%;
}
.simple-icon > span {
    width: 115px;
    height: 115px;
    display: inline-block;
    margin: 0 auto 30px;
    line-height: 100px;
    font-size: 44px;
    color: #999999;
    background: #f1f1f1;
    border: 5px solid #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #cdcdcd inset;
    -moz-box-shadow: 0 0 15px #cdcdcd inset;
    -ms-box-shadow: 0 0 15px #cdcdcd inset;
    -o-box-shadow: 0 0 15px #cdcdcd inset;
    box-shadow: 0 0 15px #cdcdcd inset;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.simple-service > h3 {
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.simple-service > p {
    float: left;
    width: 100%;
    margin-top: -9px;
}
.simple-service > a {
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid #CFCFCF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    color: #2a2a2a;
}
.simple-service > a:hover{
    color: #FFF;
}
/* ===============================================================
                SIMPLE BLOG STYLE
================================================================*/
.simple-blog {
    float: left;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    -ms-border-radius: 3px ;
    -o-border-radius: 3px ;
    border-radius: 3px ;
}
.simple-blog .image {    
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.simple-blog > h4 {
    float: left;
    width: 100%;
    color: #434343;
    font-size: 22px;
    margin:16px 0;
}
.simple-blog > h4 a{
    color: #434343;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.simple-blog > p {
    float: left;
    width: 100%;
    padding:0 15px 20px;
    margin-top: -9px;
}
.simple-blog > span {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.simple-blog > span a {
    font-size: 11px;
    float: left;
    line-height: 35px;
    border-top: 1px solid #ebebeb;
    color: inherit;
}
.simple-blog > span a.blog-date {
    width: 30%;    
    border-right: 1px solid #ebebeb;
}
.simple-blog > span a.blog-date i{
    margin-right: 5px;
}
.simple-blog > span a.blog-more{
    width: 70%;    
    text-align: right;
}
.simple-blog > span a.blog-more i{
    margin-left: 5px;
}
.button3 {
    display: table;
    float: none;
    margin: 20px auto 0;
    width: auto;
    font-size: 13px;
    padding: 8px 30px;
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    color: #2a2a2a;
}
.button3:hover{
    color: #FFF;
}
/* ===============================================================
                SIGNUP NEWSLETTER
================================================================*/
.social-corner {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.social-corner .social-media a {
    width: 46px;
    height: 46px;
    background: #e7e7e7;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social-corner .social-media li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
}
.social-corner .social-media {
    float: none;
    margin-top: 10px;
}
.social-corner .social-media a i{
    color: #737373;
    font-size: 15px;
}
/*****************************
    FULL WIDTH CAROUSEL
******************************/
.fullwidth-carousel {
    float: left;
    width: 100%;
}
.carousel-item {
    float: left;
    position: relative;
    width: 100%;
}
.carousel-item:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    left: 9px;
    bottom: 9px;
    height: 0;
    width: calc(100% - 18px);
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.carousel-item:hover:before{
    height: calc(100% - 18px);
}
.carousel-item > img {
    width: 100%;
    height:auto;
}
.item-detail {
    bottom: 20px;
    left: 0;
    padding:30px 30px 0 30px;
    width: auto;
    position: absolute;
    text-align: center;
    z-index: 1;
    margin: 0 10px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;    
}
.carousel-item:hover .item-detail {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.carousel-item .item-detail li + li {
    padding-top: 6px;
}
.item-detail:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.carousel-item:hover .item-detail:before {
    -webkit-transform:scale(0);    
    -moz-transform:scale(0);    
    -ms-transform:scale(0);    
    -o-transform:scale(0);    
    transform:scale(0);    
}
.item-detail > h3 {
    float: left;
    font-size: 22px;
    margin-bottom: -3px;
    width: 100%;
}
.carousel-item:hover .item-detail > h3 {
    margin-bottom: 38px;
    font-size: 30px;
}
.carousel-item .round-icon:hover {
    color: #fff;
}
.round-icon a:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.item-detail > h3 a{
    color: #FFF;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.carousel-item:hover .item-detail > ul {
    margin-bottom: 30px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.item-detail li {
    color: #eaeaea;
    float: left;
    margin-right: 40px;
    width: 100%;
    font-size: 16px;
}
.item-detail li i {
    margin-right: 6px;
}
.item-detail li:last-child{
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
}
.carousel-item:hover .item-detail li:last-child {
    opacity: 1;
    visibility: visible;
}
.item-detail > p {
    color: #bebdbd;
    left: 0;
}
.item-detail > a {
    border: 1px solid #fff;
    color: #fff;
    margin: 0px auto;
    float: none;
    display: table;
    font-size: 13px;
    padding: 0;
    height: 0;
    opacity: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.item-detail > a:hover{
    color: #FFF;
}
.carousel-item:hover .item-detail > a{
    height: 40px;
    opacity: 1;
    padding: 10px 30px;
    margin-top: 10px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 0.4s ease 0.4s;
    -moz-transition:all 0.4s  ease 0.4s;
    -ms-transition:all 0.4s  ease 0.4s;
    -o-transition:all 0.4s  ease 0.4s;
    transition:all 0.4s  ease 0.4s;
}    
.item-detail > p {
    color: #bebdbd;
    max-height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition:min-height 0.4s linear;
    -moz-transition:min-height 0.4s linear;
    -ms-transition:min-height 0.4s linear;
    -o-transition:min-height 0.4s linear;
    transition:min-height 0.4s linear;
}
.carousel-item:hover .item-detail > p {
    float: left;
    min-height: 120px;
    opacity: 1;
    overflow: visible;
    width: 100%;
}
.item-detail > span {
    color: #e8e8e8;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    height: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition:all 0.3s ease 0.3s;
    -moz-transition:all 0.3s ease 0.3s;
    -ms-transition:all 0.3s ease 0.3s;
    -o-transition:all 0.3s ease 0.3s;
    transition:all 0.3s ease 0.3s;
}
.item-detail > span i{
    margin-right: 5px;
}
.carousel-item:hover .item-detail > span {
    height: 20px;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.round-icon a{
    float: none;
    color: #b5b4b4;
    font-size: 10px;
    height: 0;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    width: 121px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}
.carousel-item:hover .round-icon a{
    display: table;
    font-size: 40px;
    border: 2px solid #b5b4b4;
    margin: 30px auto;
    height: 121px;
    line-height: 120px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.container.expand {
    width: 100%;
    padding: 0!important;
}
.block.no-padding{
    padding: 0;
}
.fullwidth-carousel .owl-item {
    padding: 0 1px;
}
.carousel-item .sermon-media {
    height: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition:all 0.4s ease 0.3s ;
    -moz-transition:all 0.4s ease 0.3s;
    -ms-transition:all 0.4s ease 0.3s;
    -o-transition:all 0.4s ease 0.3s;
    transition:all 0.4s ease 0.3s;
}
.carousel-item:hover .sermon-media {
    height: auto;
    margin:20px 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
/*****************************
           SURVEY
******************************/
.new_style {
    padding-top: 120px;
    padding-bottom: 85px;
}
.new_style .welcome > a {
    font-size: 14px;
    border: none;
    padding: 16px 45px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.new_style .welcome > a:hover {
    background-color: #2a2a2a;
    color: #fff;
}
.new_style .survey > h3 {
    font-weight: 700;
    font-size: 30px;
    padding: 15px 20px;
}
.new_style .survey .needed > h6 {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.new_style .survey-report > span {
    height: 89px;
    width: 89px;
    line-height: 89px;
    border: none;
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 13px rgba(0,0,0,0.2) inset;
    -ms-box-shadow: 0 0 13px rgba(0,0,0,0.2) inset;
    -o-box-shadow: 0 0 13px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 13px rgba(0,0,0,0.2) inset;
}
.new_style .survey-report {
    border: 1px solid #f3f3f3;
}
.new_style .needed {
    border: 1px solid #f3f3f3;
}
.new_style .survey-report > h5 {
    font-weight: 700;
    font-size: 35px;
}
.new_style .survey-report > h6 {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.new_style .survey {
    box-shadow: 0 0 16px 13px rgba(0,0,0,0.05);
    margin: -183px 0 0px;
}
.survey {
    float: left;
    margin: -110px 0 -70px;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.survey > h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 9px 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.needed {
    float: left;
    width: 100%;
    padding: 30px;
    background: #FFF;
    border: 1px solid #cdcdcd;
}
.needed > span {
    float: left;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    font-size: 35px;
    background: #737373;
    margin-right: 30px;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.needed h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
}
.needed > h6 {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}
.survey-report {
    border: 1px solid #d5d5d5;
    float: left;
    padding: 30px;
    text-align: center;
    width: 50%;
    background: #FFf;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}
.survey-report > h5 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.survey-report > span {
    width: 80px;
    height: 80px;
    display: table;
    margin: 0 auto 20px;
    line-height: 70px;
    background: #f1f1f1;
    color: #999;
    font-size: 27px;
    border: 4px solid #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #cfcfcf inset;
    -moz-box-shadow: 0 0 10px #cfcfcf inset;
    -ms-box-shadow: 0 0 10px #cfcfcf inset;
    -o-box-shadow: 0 0 10px #cfcfcf inset;
    box-shadow: 0 0 10px #cfcfcf inset;
}   
.survey-report > h6 {
    color: #666666;
    font-size: 14px;
}
.survey-report:before {
    background: none repeat scroll 0 0 #fff;
    color: #555555;
    content: "ON";
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    line-height: 42px;
    top: 50%;
    margin-top: -25px;
    border: 4px solid #f6f6f6;
    border-radius: 50%;
}
.survey-report:last-child {
    z-index: 0;
}
.survey-report:last-child:before{
    display: none;
}
/*****************************
        TOP ADDS
******************************/
.online-store.latest_dealstyle > h4{
    color: #2a2a2a;
}
.online-store.latest_dealstyle > h4 > span {
    color: #2a2a2a;
}
.online-store.latest_dealstyle > a.button3 {
    border: none;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 12px 30px;
    margin-top: 40px;
}
.online-store.latest_dealstyle {
    padding: 56px 60px;
}
.top-adds > .row > div {
    padding: 0;
}
.add {
    float: left;
    width: 100%;
}
.add > img {
    width: 100%;
}
.online-store {
    padding: 60px 30px;
    text-align: center;
}
.online-store > h4 {
    color: #444444;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.online-store > p {
    margin-bottom: 20px;
}
/*****************************
        PRODUCTS TABS
******************************/
.masonary-product {
    float: left;
    width: 100%;
}
section#options {
    display: table;
    float: none;
    margin: 0 auto 40px;
    width: auto;
}
section#options ul.option-set {
    float: left;
    width: 100%;
}
section#options ul.option-set li {
    float: left;
    margin: 0 3px;
}
section#options ul.option-set li a {
    background: none repeat scroll 0 0 #f8f8f8;
    line-height: 30px;
    float: left;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #6a6969;
    -webkit-box-shadow: 0 0 11px #e5e5e5 inset;
    -moz-box-shadow: 0 0 11px #e5e5e5 inset;
    -ms-box-shadow: 0 0 11px #e5e5e5 inset;
    -o-box-shadow: 0 0 11px #e5e5e5 inset;
    box-shadow: 0 0 11px #e5e5e5 inset;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
section#options .option-combo.new-pro-style ul.option-set li {
	margin: 0 27px;
}
section#options .option-combo.new-pro-style ul.option-set li a {
    border-radius: 0;
    box-shadow: none;
    text-transform: none;
    padding: 2px 0;
    font-size: 18px;
    background-color: transparent;
    color: #222;
    font-weight: 700;
    position: relative;
    font-family: poppins;
}
section#options .option-combo.new-pro-style ul.option-set li a::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
section#options .option-combo.new-pro-style ul.option-set li a.selected {
	background-color: transparent;
}
section#options .option-combo.new-pro-style ul.option-set li a.selected::before{
	width: 100%;
}
section#options ul.option-set li a.selected{
    color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
} 
/*****************************
        PARTNERS
******************************/
.partners {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
}
.partners:last-child{
    border-bottom: 0;
}
.partners > div {
    padding: 0;
}
.single-partner {
    border-right: 1px dashed #c9c9c9;
    float: left;
    padding:30px 10px;
    text-align: center;
    width: 100%;
}
.partners > div:last-child .single-partner {
    border-right: 0;
}
/*===========================================================*
                   DEEDS HTML VER 1.1
*===========================================================*/
/*** TITLE STYLE 4 ***/
.title4 {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}
.title4 > h2 {
    color: #585858;
    display: table;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px 10px;
    border-bottom: 1px solid #c8c8c8;
}
.title4 > h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6.5px;
    width: 100%;
    height: 13px;
    background: url("images/title4.jpg") no-repeat scroll center transparent;
}
/*** TITLE STYLE 5 ***/
.title5 {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.title5 > h2 {
      font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #585858;
    padding-bottom: 10px;
}
.title5 > h2 span {
    font-weight: 600;
    border-bottom: 1px solid;
}
/*** TITLE STYLE 6 ***/
.title6 {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.title6 h2{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #323232;
}
.title6 h2 span{
    font-weight: 700;
}
/*** TITLE STYLE 7 ***/
.title7 {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.title7 h2 {
    display: table;
    font-family: 'poppins', serif;
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 105px;
    position: relative;
}
.title7 h2::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	content: "";
	display: block;
	height: 1px;
	width: 80px;
}
.title7 h2::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	content: "";
	display: block;
	height: 1px;
	width: 80px;
}
.title7 i {
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-style: normal;
    color: #afaeae;
    font-weight: normal;
}
/*** TITLE STYLE 8 ***/
.title8 {
    text-align: center;
    margin-bottom: 40px;
}
.title8 h2 {
    font-size: 50px;
    font-family: 'poppins', serif;
    font-weight: 700;

}
.title8 span {
    color: #969696;
    font-size: 18px;
}
/*****************************
        RECENT EVENTS 
******************************/
.new-evnt-meta li > span {
    color: #777777;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
}
.new-evnt-meta li {
	padding: 5px 0;
}
.new-evnt-meta {
    margin: 15px 0;
    padding: 0 20px;
}
.new-evnt-meta li i {
	margin-right: 8px;
}
.new-animal-detail > h4 {
	font-size: 20px;
	margin-bottom: 14px;
}
.new-animal-detail p {
	font-size: 15px;
}
.new-animal-detail {
    padding: 0 20px 25px;
}
.animal-event-new {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
    border-radius: 4px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.animal-event-new:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.new-animal-detail > h4 a {
	color: inherit;
}
.owl-item .animal-event-new {
	margin: 0 15px;
}
.animal-events-carousel {
    float: left;
    width: 100%;
    margin-bottom: -50px;
}
.owl-item .animal-event {
    padding: 0 15px;
}
.animal-events-carousel .owl-item {
    padding-bottom: 20px;
}
.animal-event {
    float: left;
    padding-bottom: 30px !important;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.animal-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.animal-detail {
    float: left;
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 25px 16px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 16px inset #fcfcfc
    -moz-box-shadow: 0 0 16px inset #fcfcfc;
    -ms-box-shadow: 0 0 16px inset #fcfcfc;
    -o-box-shadow: 0 0 16px inset #fcfcfc;
    box-shadow: 0 0 16px inset #fcfcfc;
}
.animal-detail > h4 {
    font-size: 22px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.animal-detail > h4 a {
    color: inherit;
}
.animal-detail > p {
    text-align: center;
    font-size: 15px;
}
.animal-detail > ul {
    display: table;
    float: none;
    margin: 10px auto 0;
    width: auto;
}
.animal-detail > ul li {
    float: left;
    width: auto;
    position: relative;
}
.animal-detail > ul li a {
    border: 1px solid #d3d3d3;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 4px;
    text-align: center;
    width: 34px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.animal-detail > ul li a i {
    color: #909090;
    margin: 0;
}
.animal-detail > ul li:hover a i{
    color:#FFF;
}
.animal-detail > ul li span {
    background: none repeat scroll 0 0 #4e4e4e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: -50px;
    line-height: 20px;
    margin-top: 10px;
    min-width: 170px;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    top: 70%;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -o-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -on-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.animal-detail > ul li:hover span {
    opacity: 1;
    top: 100%;
    -webkit-transform:rotateX(0);
    -moz-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -o-transform:rotateX(0);
    transform:rotateX(0);
}
.animal-detail > ul li span:before {
    border-left: 5px solid transparent;
    content: "";
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4e4e4e;
    position: absolute;
    left: 65px;
    top: -5px;
}
.animal-img > img {
    width: 100%;
    height:auto;
}
.animal-img > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #717070;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    padding: 10px;
    position: absolute;
    width: 112px;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -on-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.animal-event:hover .animal-img > span {
    left: -112px;
}
.animal-img > span strong {
    float: left;
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
}
.animal-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.animal-event:hover .animal-img:before {
    opacity: 0.45;
}
/*****************************
    ICONIC SERVICES 
******************************/
.iconic-service.new_style-is > span{
    border: none;
    background-color: #dedede;
    color: #474545;
    box-shadow: none;
    line-height: 105px;
    margin: 0 auto 30px;
}
.iconic-service.new_style-is:hover span {
    color: #fff;
}
.iconic-service.new_style-is > h3 {
    font-size: 19px;
    color: #2a2a2a;
}
.iconic-service.new_style-is > p {
    font-size: 16px;
}
.iconic-service.new_style-is > a {
    background-color: #f1f1f1;
    font-size: 13px;
    border-radius: 30px;
    border-color: #f1f1f1;
    padding: 12px 30px;
    margin-top: 30px;
    color: #2a2a2a;
    display: inline-block;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.iconic-service.new_style-is > a:hover {
    color: #fff;
}
.iconic-service {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.iconic-service > span {
    background: none repeat scroll 0 0 #474545;
    color: #fff;
    display: table;
    height: 105px;
    line-height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 105px;
    font-size: 40px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
    -webkit-box-shadow: 0 0px 1px #000000;
    -moz-box-shadow: 0 0px 1px #000000;
    -ms-box-shadow: 0 0px 1px #000000;
    -o-box-shadow: 0 0px 1px #000000;
    box-shadow: 0 0px 1px #000000;
}
.iconic-service > h3 {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;    
}
.iconic-service > p {
    font-size: 13px;
    float: left;
    width: 100%;
}
.widget .animal-detail > ul li a:before, .widget .animal-detail > ul li a:after {
    display: none;
}
.widget .animal-detail > ul li a:before, .widget .animal-detail > ul li a {
    padding: 0;
}
/*****************************
    DONATION BOX
******************************/
.coloured-donation.new_style-colr-don {
    background: none;
}
.coloured-donation.new_style-colr-don:before {
    opacity: 1;
}
.coloured-donation.new_style-colr-don > h2 {
	font-size: 23px;
	text-transform: none;
	line-height: 28px;
}
.coloured-donation.new_style-colr-don a {
	color: #fff;
	background-color: #000000;
	border-radius: 30px;
	padding: 10px 25px;
	font-weight: 500;
}
.coloured-donation.new_style-colr-don a:hover {
	background-color: #fff !important;
	color: #000;
}
.coloured-donation.new_style-colr-don .donation-amount i {
	font-size: 45px;
	font-weight: 800;
	background: transparent;
	margin: 0;
	padding: 0;
}
.coloured-donation.new_style-colr-don .donation-amount > span {
	margin-top: 12px;
	margin-bottom: 12px;
}
.coloured-donation {
    background: url("images/map.png") no-repeat scroll center center transparent;
    float: left;
    height: 100%;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.coloured-donation.overlap{
    margin: -70px 0;
    padding: 70px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.coloured-donation:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity:0.5;
    z-index: -1;
}
.coloured-donation > h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.donation-amount {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.donation-amount i {
    font-style: normal;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 0.5px;
    background: rgba(0,0,0,0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-amount > span {
    font-size: 16px;
    color: #FFF;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 15px;
    font-family: 'Poppins', sans-serif;
}
.donation-amount > span strong {
    font-size: 36px;
    margin: 0 5px;
}
.coloured-donation a {
    background: none repeat scroll 0 0 #fff;
    color: #2a2a2a;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.coloured-donation a:hover{
    color: #FFF;
}
/*****************************
    TICKET BOOKING
******************************/
.ticket-booking {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 25px 20px;
    border: 5px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px #b0b0b0;
    -moz-box-shadow: 0 0 1px #b0b0b0;
    -ms-box-shadow: 0 0 1px #b0b0b0;
    -o-box-shadow: 0 0 1px #b0b0b0;
    box-shadow: 0 0 1px #b0b0b0;
}
.ticket-booking.overlap {
    margin-top: -50px;
}
.ticket-booking h3 {
    color: #555;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    text-transform: uppercase;
    width: 100%;
}
.ticket-booking span {
    color: #999;
    float: left;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 30px;
    width: 100%;
}
.booking-btn {
    background: none repeat scroll 0 0 black;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 30px 15px 70px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.booking-btn:hover{
    color: #fff;
}
.ticket-booking .booking-btn span {
    background: none repeat scroll 0 0 white;
    height: 40px;
    left: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.ticket-booking .booking-btn span:after {
    border-bottom: 10px solid red;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
}
.booking-counter {
    float: right;
    margin: -25px -20px -25px 0;
    width: 100%;
}
.booking-counter i {
    color: #999999;
    float: left;
    font-size: 40px;
    margin-right: 10px;
    margin-top: 28px;
}
.booking-counter > ul {
    float: right;
    width: auto;
}
.booking-counter > ul li {
    background: none repeat scroll 0 0 #fbf9f9;
    float: left;
    margin: 0 1px;
    padding: 20px 10px;
    text-align: center;
    width: 70px;
}
.booking-counter > ul li span {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    line-height: 20px;
}
.booking-counter > ul li p {
    background: none repeat scroll 0 0 #fff;
    color: #999;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin: 10px auto 0;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*****************************
    DONATION BAR
******************************/
.donation-bar {
    border: 1px solid #e3e3e3;
    float: left;
    padding: 5px;
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-bar.overlap {
    margin-top: -50px;
}
.donation-bg {
    float: left;
    padding: 35px 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-bg {
    float: left;
    width: 100%;
    padding: 25px;
}
.donation-bar h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    float: left;
}
.donation-bar a {
    background: #FFF;
    display: table;
    margin: 0 auto;
    padding: 8px 40px;
    border-radius: 3px;
    color: #555555;
}
.donation-bar h5 {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height: 36px;
}
.donation-bar .donation-amount {
    margin: 0;
    width: auto;
    float: right;
}
/*****************************
    WIDGETS
******************************/
.animal-event.simple .animal-detail {
    border: 1px solid #e5e5e5;
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.animal-event.simple .animal-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.animal-event.simple .animal-detail > h4 {
    margin-bottom: 20px;
}
.animal-event.simple .animal-img > span {
    bottom: auto;
    left: 20px;
    text-align: center;
    top: 0;
    width: 75px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.animal-event.simple .animal-img > span strong {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.animal-event.simple .animal-img {
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.animal-event.simple:hover .animal-img > span {
    width: 90%;
}
.widget .coloured-donation {
    border: 5px solid #fdfdfd;
    -webkit-box-shadow: 0 0 1px #969696;
    -moz-box-shadow: 0 0 1px #969696;
    -ms-box-shadow: 0 0 1px #969696;
    -o-box-shadow: 0 0 1px #969696;
    box-shadow: 0 0 1px #969696;
}
.widget .coloured-donation > h2 {
    font-size: 24px;
    font-weight: 600;
}
.widget .donation-amount {
    margin-top: 10px;
}
.widget .donation-amount > span {
    margin: 0 0 20px;
}
.widget .coloured-donation:before {
    display: none;
}
.widget .coloured-donation a {
    margin-top: 20px;
}
.widget .coloured-donation a:hover{
    background: #2a2a2a;
}
.message-widget {
    border: 1px solid #e3e3e3;
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.message-carousel {
    background: none repeat scroll 0 0 #f6f4f5;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pop-message {
    float: left;
    padding: 30px 20px;
    width: 100%;
}
.pop-message > img {
    border: 3px solid #fff;
    margin-bottom: 20px;
    width: 123px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px #808080;
    -moz-box-shadow: 0 0 1px #808080;
    -ms-box-shadow: 0 0 1px #808080;
    -o-box-shadow: 0 0 1px #808080;
    box-shadow: 0 0 1px #808080;
}
.pop-message > h4 {
    color: #969696;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}
.pop-message > span {
    float: left;
    font-size: 13px;
    font-style: italic;
    width: 100%;
}
.pop-message > blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 0;
}
.pop-message > blockquote:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pop-message > blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 20px 0 0;
    padding: 0;
}
.pop-message > blockquote:before,
.pop-message > blockquote:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #dfdfdf;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pop-message > blockquote:after{
    content: "\f10e";
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.pop-message .sermon-media {
    display: inline-block;
    float: none;
    margin: 20px auto 0;
    width: auto;
}
.widget .sermon-media li {
    width: 53px;
}
.widget .sermon-media li a:before, .widget .sermon-media li a:after {
    display: none !important;
}
.widget .sermon-media li a {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 0 none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 6px #ededed inset;
    -moz-box-shadow: 0 0 6px #ededed inset;
    -ms-box-shadow: 0 0 6px #ededed inset;
    -o-box-shadow: 0 0 6px #ededed inset;
    box-shadow: 0 0 6px #ededed inset;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.widget .sermon-media li a:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget .sermon-media li a i{
    color: #b8b8b8;
}
.widget .sermon-media li:hover a i {
    color: #FFF;
}
.message-carousel .owl-buttons > div {
    background: none repeat scroll 0 0 #c7c5c5;
    height: 29px;
    left: 50px;
    margin: 0;
    top: 70px;
    width: 29px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;    
}
.message-carousel .owl-buttons > div.owl-next {
    left: auto;
    right: 50px;
}
.message-carousel .owl-buttons > div:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    height: 100%;
    left: 0;
    line-height: 26px;
    position: absolute;
    top: 0;
    width: 100%;
}
.message-carousel .owl-buttons > div.owl-next:before{
    content: "\f105";
}
.sermon-widget {
    float: left;
    width: 100%;
}
.sermon-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.sermon-img > img {
    width: 100%;
}
.sermon-img > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #969696;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;    
}
.sermon-widget:hover .sermon-img > span {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.8);
    color: #fff;
}
.sermon-img > span i {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.sermon-img h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.sermon-img h3 a {
    color: #fff;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.sermon-detail {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    float: left;
    padding: 20px;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.sermon-detail .sermon-media {
    display: table;
    float: none;
    margin: 20px auto 0;
}
.sermon-widget:hover .sermon-img h3 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    color: #333;
}
.sermon-widget:hover .sermon-img h3 a{
    color: #333;
}
/*===================================
            Header 9 
 ====================================*/

.header9 > .topbar {
    display: none;
}
.header9 > nav .logo {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-radius: 0 0 3px 3px;
    float: left;
    padding: 18px 11px;
    margin-top:-15px;
}
.header9 nav form {
    display: none;
}
.header9 > nav {
    background: rgba(0,0,0,0.41);
    margin-top: 15px;
}
.header9 > nav ul{
    margin:0;
}
.header9 > nav ul.menu li a {
    color: rgb(255 255 255);
    font-family: poppins;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400 !important;
}
.header9 > nav ul.menu li ul li a {
    float: none;
    display: block;
    padding: 17px 0;
    font-size: 15px;
    position: relative;
    border:none;
}
.header9 > nav ul.menu li ul li a::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    left: 0;
    top: 0;
}
.header9 > nav ul.menu li > ul {
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.header9 > nav ul.menu li ul li.menu-item-has-children > a::after {
    content: "\f105";
    font-family:"Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    bottom: auto;
    left: auto;
}
.header9 > nav ul.menu li.menu-item-has-children a::after {
    display: none;
}
.header9 > nav ul.menu > li:hover > a {
    background-color: rgba(0,0,0,0.9);
}
.header9 > nav ul.menu li > ul li::before {
    content: "";
    height: 100%;
    background-image: none;
    width: 0;
    background-color: rgba(255,255,255,0.2);
    position:absolute;
    left: 0;
    top:0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    margin: 0;
}
.header9 > nav ul.menu li > ul li:hover::before {
    width: 100%;
}
.header9 nav > .container  > ul > li > a{
    padding: 42px 20px;
}
.header9 > nav ul.menu li > ul li {
    float: none;
    display: block;
    padding: 0 15px;
    width: auto;
}
.header9 > nav ul.menu li > ul li:hover {
    background: none;
}
.header9 nav ul li:after{
    display:none;
}
header.header9.sticky .logo img {
    height: 50px;
}
header.header9.sticky .logo a {
    margin-top: 0;
}
.header9.sticky > nav .logo {
    padding: 10px 10px;
    margin-top: 0;
}
header.header9.sticky nav .container > ul > li > a {
    padding: 25px 10px;
}
.default img {
    height: auto;
    max-width: 100%;
}
.default ul {
    float: left;
    list-style: circle outside none;
    padding-left: 20px;
    width: 100%;
}
.default p {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.confirm_popup {
    background: #fff none repeat scroll 0 0;
    height: 230px;
    left: 50%;
    margin-left: -350px;
    margin-top: -115px;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(0%, 0%);
    width: 700px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; 
}
.confirm_popup > h2 {
    float: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    width: 100%;
}
.confirm_popup table {
    margin-bottom: 20px;
}
#paypal_confirmation {
    background: none repeat scroll 0 0 #cfcfcf;
    border: 0 none;
    color: #565656;
    float: right;
    font-style: normal;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
#paypal_confirmation:hover{
    background:#565656;
    color:#cfcfcf;
}
.meta > ul, .comments > ul {
    list-style: none outside none;
}
.meta > ul {
    padding-left: 0;
}
/*=========================================
    CONTACT FORM 7
=========================================*/
form.wpcf7-form p {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
}
form.wpcf7-form p span.wpcf7-form-control-wrap {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
form.wpcf7-form p span input, 
form.wpcf7-form p span textarea {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #b4b4b4;
    float: left;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
form.wpcf7-form p span textarea{
    height: auto;
    min-height: 150px;
}
form.wpcf7-form p span input[type="radio"], form.wpcf7-form p span input[type="checkbox"] {
    float: left;
    height: auto !important;
    margin: 10px !important;
    width: auto;
}
form.wpcf7-form p span.wpcf7-radio, 
form.wpcf7-form p span.wpcf7-checkbox {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
form.wpcf7-form p span.wpcf7-radio span.wpcf7-list-item,
form.wpcf7-form p span.wpcf7-checkbox span.wpcf7-list-item {
    float: left;
    line-height: 35px;
    margin: 0;
    width: 100%;
}
form.wpcf7-form p .wpcf7-submit {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    color: #ffffff;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 1px solid #f7e700;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #dff0d8;
    border: 1px solid #398f14;
    color: #3c763d;
}
form.wpcf7-form p span input[type="file"] {
    height: auto;
    padding: 10px;
}
div.wpcf7-response-output {
    float: left;
    margin: 20px 0;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
div.wpcf7 img.ajax-loader {
    float: right;
    margin-right: 10px;
}
/*=========================================
    Gravity Form
=========================================*/
.gform_wrapper h3.gform_title {
    float: left;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
    width: 100%;
}
.gform_wrapper span.gform_description {
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.gform_wrapper h3.gform_title {
    float: left;
    font-size: 30px !important;
    font-weight: 500 !important;
    margin: 0 0 5px !important;
    text-transform: uppercase;
    width: 100% !important;
}
.gform_wrapper span.gform_description {
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.gform_body {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.gform_wrapper .top_label .gfield_label {
    color: #8f8f8f;
    float: left;
    font-size: 15px;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    width: 100%;
}
.gform_wrapper .gfield_required {
    color: #ff0000;
}
.ginput_container {
    float: left;
    position: relative;
    width: 100%;
}
.gform_wrapper ul li.gfield {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium, 
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label textarea, 
.gfield input{
    border: 1px solid #dfdfdf !important;
    border-radius: 3px !important;
    float: left !important;
    line-height: 20px!important;
    padding: 10px 20px !important;
    width: 100% !important;
}
.charleft.ginput_counter {
    float: left;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}
.gform_wrapper .chzn-container {
    float: left;
    width: 100% !important;
}
.gform_wrapper .chzn-container-single .chzn-single {
    border: 1px solid #dfdfdf;
    color: #8f8f8f;
    float: left;
    height: 37px;
    line-height: 34px;
    width: 100%;
}
.gform_wrapper .chzn-container-single .chzn-drop {
    width: 100% !important;
}
.gform_wrapper .chzn-container-single .chzn-search input {
    width: 100% !important;
}
.gform_wrapper .chzn-container-single .chzn-single div b {
    background-position: 0 5px;
}
.gform_wrapper .chzn-container .chzn-drop {
    width: 100% !important;
}
.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
    font-size: 12px;
    margin: 7px 10px !important;
    padding: 5px 20px;
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], 
.gform_wrapper .gfield_radio li input[type="radio"], 
.gform_wrapper .gfield_checkbox li input {
    margin-top: 5px;
}
.gform_wrapper .gfield_checkbox li label, 
.gform_wrapper .gfield_radio li label {
    color: #4f4f4f;
    font-weight: 400;
}
.gform_wrapper ul.gfield_radio li input + input {
    border: 1px solid #cbcbcb;
    height: auto;
    padding: 5px 20px;
    width: auto !important;
}
.gform_wrapper h2.gsection_title {
    color: #6f6f6f;
    font-size: 25px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.gform_confirmation_message_2.gform_confirmation_message {
    background: none repeat scroll 0 0 #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    float: left;
    margin: 20px 0;
    padding: 20px 40px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gform_wrapper div.validation_error {
    background: none repeat scroll 0 0 #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 15px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.ginput_left label, .ginput_full, .ginput_right label {
    color: #b3b3b3;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}
.ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 10px;
}
.gform_wrapper .ginput_complex label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .instruction {
    display: inline-block;
    line-height: 40px;
    margin: 0;
    padding: 0 8px;
}
.gform_wrapper .top_label select {
    font-size: 13px;
    height: 42px;
    margin: 0 !important;
    padding: 0 10px;
}
.gform_wrapper .ginput_complex .ginput_full input[type="text"], 
.gform_wrapper .ginput_complex .ginput_full input[type="url"], 
.gform_wrapper .ginput_complex .ginput_full input[type="email"], 
.gform_wrapper .ginput_complex .ginput_full input[type="tel"], 
.gform_wrapper .ginput_complex .ginput_full input[type="number"], 
.gform_wrapper .ginput_complex .ginput_full input[type="password"],
.gform_wrapper .ginput_complex input[type="text"], 
.gform_wrapper .ginput_complex input[type="url"], 
.gform_wrapper .ginput_complex input[type="email"], 
.gform_wrapper .ginput_complex input[type="tel"], 
.gform_wrapper .ginput_complex input[type="number"], 
.gform_wrapper .ginput_complex input[type="password"], 
.gform_wrapper .ginput_complex select{
    width: 100% !important;
}
.gform_wrapper .ginput_complex label {
    float: left;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_left,
.ginput_left label, .ginput_full{
    margin-bottom: 10px;
    width: 100%!important;
}
.gform_wrapper {
    margin: 0;
    max-width: none;
    width: 100%;
}
.gform_wrapper .gform_heading {
    float: left;
    width: 100%;
}
.gform_wrapper .gfield_time_hour, 
.gform_wrapper .gfield_time_minute, 
.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_day, 
.gform_wrapper .gfield_date_year {
    width: 100px;
    line-height: 30px;
}
.gform_wrapper .gfield_time_hour input, 
.gform_wrapper .gfield_time_minute input, 
.gform_wrapper .gfield_date_month input, 
.gform_wrapper .gfield_date_day input, 
.gform_wrapper .gfield_date_year input {
    float: left !important;
    margin-right: 7px;
    padding: 10px 5px !important;
    width: 50% !important;
}
#gform_preview_3_8 {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.gform_wrapper .ginput_complex .ginput_right input[type="text"], 
.gform_wrapper .ginput_complex .ginput_right input[type="url"], 
.gform_wrapper .ginput_complex .ginput_right input[type="email"], 
.gform_wrapper .ginput_complex .ginput_right input[type="tel"], 
.gform_wrapper .ginput_complex .ginput_right input[type="number"], 
.gform_wrapper .ginput_complex .ginput_right input[type="password"], 
.gform_wrapper .ginput_complex .ginput_right select {
    width: 100% !important;
}
table tbody tr.gfield_list_row_odd, table tbody tr.gfield_list_row_even {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.gform_wrapper table.gfield_list td {
    width: 31%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"] {
    width: 100% !important;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"] {
    width: 100% !important;
}
.gform_confirmation_message {
    background: none repeat scroll 0 0 #dff0d8;
    border: 1px solid #c6d9b6;
    color: #3c763d;
    float: left;
    padding: 20px;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
.gform_wrapper .chzn-container-single .chzn-single {
    height: 40px;
    line-height: 35px;
}
.gform_wrapper .gfield_time_ampm {
    width: auto;
}
.gform_wrapper .gfield_time_ampm .minict_wrapper input {
    height: 40px;
}
.gform_wrapper .gfield_time_ampm .minict_wrapper {
    margin: 0;
}
.gform_wrapper .minict_wrapper ul {
    position: relative;
    top: -1px;
    z-index: 1;
}
/*** Buddy Press Support ***/
#buddypress {
    float: left;
    width: 100%;
    position: relative;
}
#buddypress div#item-header {
    border: 1px solid #efefef;
    float: left;
    margin-bottom: 40px;
    padding: 20px 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress div#item-header img.avatar {
    border: 4px double #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress div#item-header div#item-meta {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
}
#item-nav {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#buddypress div.item-list-tabs ul li a {
    border: 1px solid #dfdfdf;
    color: #afafaf;
    margin-right: -1px;
    padding: 11px 30px;
}
#item-body {
    border: 1px solid #dfdfdf;
    float: left;
    padding: 30px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress div#subnav.item-list-tabs {
    float: left;
    margin: 0 0 40px;
    overflow: visible !important;
    width: 100%;
}
#buddypress #item-body form#whats-new-form {
    float: left;
    padding-left: 70px;
    position: relative;
    width: 100%;
}
#buddypress form#whats-new-form #whats-new-avatar {
    left: 0;
    position: absolute;
    top: 0;
}
#buddypress form#whats-new-form p.activity-greeting {
    line-height: 20px;
    margin-left: 0;
}
#buddypress form#whats-new-form #whats-new-content {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#buddypress form#whats-new-form textarea {
    background: none repeat scroll 0 0 #efefef;
    border: 0 none;
    float: left;
    height: 40px !important;
    padding: 10px 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress form#whats-new-form p.activity-greeting {
    line-height: 20px;
}
#buddypress #whats-new-options {
    float: left;
    height: auto !important;
    overflow: hidden;
    width: 100%;
}
#buddypress form#whats-new-form #whats-new-submit {
    margin-bottom: 20px;
}
#buddypress form#whats-new-form #whats-new-submit input {
    float: right;
    font-size: 14px;
    padding: 8px 30px;
}
.activity.single-group {
    float: left;
    margin-top: 30px;
    width: 100%;
}
#buddypress #activity-stream {
    margin: 0;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar {
    height: auto !important;
    margin: 0 !important;
    width: auto !important;
}
#item-body #subscription-toggle, #favorite-toggle {
    float: right;
}
#buddypress #activity-stream p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
#buddypress div.activity-meta {
    float: left;
    width: 100%;
}
#buddypress div.activity-meta a {
    float: left;
    font-size: 9px;
    line-height: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
}
#buddypress div.activity-meta a:hover{
    color: #FFF;
}
#buddypress div.activity-comments form input {
    float: right;
    font-size: 12px;
    padding: 4px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress div.activity-comments form div.ac-reply-content a {
    border: 1px solid #cccccc;
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin-right: 10px;
    margin-top: 6px;
    padding: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress div.activity-comments form .ac-textarea {
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;    
}
#buddypress div.activity-comments form .ac-textarea textarea {
    min-height: 100px;
}
#buddypress a.activity-time-since {
    float: right;
}
#buddypress .acomment-meta a, #buddypress .acomment-meta {
    color: #434343;
    font-size: 12px;
    text-transform: capitalize;
}
#buddypress .acomment-options a {
    border: 1px solid #cccccc;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin-top: 10px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.page-title h1 a {
    color: inherit;
}
body.activity-permalink #buddypress div.activity-comments {
    float: left;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
}
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
    color: #3f3f3f;
    font-family: roboto;
    font-weight: 400;
    padding: 6px 20px;
    width: 260px;
}
#buddypress input[type="submit"]{
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 21px;
    margin-top: -1px;
    padding: 6px 20px;
    text-transform: uppercase;
}
#buddypress input[type="submit"]:hover{
    border: 0;
}
#buddypress div.dir-search input[type="text"],
#buddypress li.groups-members-search label {
    float: left;
    margin-right: -1px;
}
#buddypress ul.item-list li a {
}
#buddypress ul.item-list li {
    float: left;
    width: 100%;
}
#buddypress ul.item-list li h5 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    text-transform: capitalize;
}
#buddypress ul.item-list li span.activity {
}
#buddypress #item-body div.item-list-tabs ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px;
}
#buddypress div.item-list-tabs ul li.current a {
    font-weight: inherit;
}
#buddypress .standard-form input[type="text"], #buddypress .standard-form textarea {
    background: none repeat scroll 0 0 #efefef;
    border: 0 none;
    color: #afafaf;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#buddypress .standard-form label, 
#buddypress .standard-form span.label {
    color: #535353;
    font-weight: 400;
}
#buddypress input[type="file"] {
    background: none repeat scroll 0 0 #efefef;
    float: left;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#delete-group-avatar-button {
    float: left;
    margin-top: 30px;
    width: 100%;
}
#delete-group-avatar-button.generic-button a.edit {
    float: left;
    font-size: 12px;
    padding: 5px 20px;
}
#buddypress div.item-list-tabs ul li a span {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #cccccc;
    color: #999999;
    float: right;
    font-size: 70%;
    height: 22px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 6px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#buddypress ul.item-list li div.meta {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0;
}
#item-body td {
    padding: 5px 20px;
}
th.title {
    border: 0 none;
    float: none;
    font-size: 17px;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}
th.title:before {
    display: none;
}
h2.entry-title {
    margin-bottom: 10px;
}
.activity-inner {
    float: left;
    width: 100%;
}
.pp_nav {
    display:block !important;
}
/*========================== Changes ==========================*/
/*========================== Popup ==========================*/
.nav-previous > div::before {
    color: #000000;
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 50%;
    position: absolute;
    transform: translateX(-5px);
}
.nav-previous {
    color: transparent !important;
}
.nav-next > div::before {
    color: #000000;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 50%;
    position: absolute;
    transform: translateX(5px);
}
.nav-next {
    color: transparent !important;
}
/*========================== Resposnive Menu ==========================*/
.responsive-header {
    display:none;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.responsive-prayer {
    display: table;
    width: 100%;
}
.responsive-prayer a,
.responsive-prayer a:hover{color:#ffffff}
.responsive-prayer > p {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: table-cell;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
    padding: 10px 20px;
    vertical-align: middle;
    width: 150px;
}
.responsive-header .headercounter {
    display: table;
    float: none;
    vertical-align: middle;
    width: 100%;
}
.responsive-header .headercounter li {
    display: table-cell;
    padding: 3px 0;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}
.responsive-header .headercounter li span {
    color: #c9c9c9;
    display: table;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
}
.responsive-header .responsive-prayer li p {
    display: table;
    letter-spacing: 0.3px;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0;
}
.responsive-contact {
    background: #2f2f2f none repeat scroll 0 0;
    float: left;
    padding: 0 35px;
    min-height:36px;
    text-align: center;
    position:relative;
    width: 100%;
}
.responsive-contact p {
    color: #d8d8d8;
    float: left;
    font-size: 11px;
    line-height: 20px;
    padding: 7px 0;
    width: 100%;
}
.responsive-contact p i {margin-right:7px}
.responsive-contact p.responsive-mail{display:none}
.responsive-contact a {
    background: #525252;
    color: #ffffff;
    height: 35px;
    left: 0;
    line-height: 35px;
    font-size:13px;
    position: absolute;
    top: 0;
    width: 35px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.responsive-contact a.mail-btn {
    left: auto;
    right: 0;
}
.responsive-contact a:hover{color:#ffffff}
.responsive-contact a:before{
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #525252;
    border-top: 5px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    position: absolute;
    right: -5px;
    top: 12px;
    width: 0;
}
.responsive-contact a.mail-btn:before {
    border-left: 0 none;
    border-right: 5px solid #525252;
    left: -5px;
    right: auto;
}
.responsive-extras {
    background: #252a2c none repeat scroll 0 0;
    display: table;
    width: 100%;
    position: relative;
}
.responsive-search{
    display:table-cell;
    vertical-align:middle;
    width:50px
}
.responsive-social {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #1e2224;
}
.responsive-cart {
    color: #999999;
    display: table-cell;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.responsive-cart i {
    font-size: 14px;
    margin-right: 5px;
}
.responsive-search > span {
    width: 50px;
    text-align: center;
    height: 40px;
    color: #FFF;
    display: inline-block;
    line-height: 40px;
    color: #999999;
    font-size: 17px;
}
.responsive-search > form{
    display:none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.responsive-search > form button {
    background: #343434;
    border: 0 none;
    color: #e1e2e2;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
}
.responsive-search > form input {
    background: #212628 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    height: 50px;
    padding: 10px 20px;
    width: 100%;
}
.responsive-social > a {
    background: #3d3d3d none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    text-align: center;
    width: 22px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.responsive-social > a:hover{color:#ffffff}
.responisve-bar {
    float: left;
    padding:5px 50px;
    width: 100%;
}
.responsive-logo {
    float: left;
    vertical-align: middle;
}
.responsive-logo a img {max-width: 80px}
.responsive-btn {
    color: #ffffff;
    float: right;
    font-size: 19px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    width: 35px;
}
.responsive-menu {
    display:none;
    background:#1c1c1c;
    padding: 30px 0!important;
    height:100%;
    position: fixed;
    top: 0;
    width:270px;
    z-index: 100000000;
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
.responsive-menu ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.responsive-menu ul li {
    float: left;
    padding:0 20px;
    position: relative;
    width: 100%;
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
.responsive-menu ul li a {
    color: #cdcdcd;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    width: 100%;
    position:relative;
    border-bottom: 1px solid #3a3a3a;
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
.responsive-menu ul ul {display: none;}
.responsive-menu ul li a:before {
    background-color: #cdcdcd;
    content: "";
    height: 3px;
    left: 7px;
    position: absolute;
    top: 20px;
    width: 3px;
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
.responsive-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #cdcdcd;
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
.responsive-menu ul li.active {
    padding: 30px 20px;
}
.responsive-menu ul li.active > a {
    margin-bottom: 10px;
    padding: 12px 20px;
}
.responsive-menu ul li.active > a:before {
    left: 11px;
    top: 21px;
}
.responsive-menu ul li.menu-item-has-children.active > a:after{
    -webkit-transform:rotateX(180deg) translateY(50%);
    -moz-transform:rotateX(180deg) translateY(50%);
    -ms-transform:rotateX(180deg) translateY(50%);
    -o-transform:rotateX(180deg) translateY(50%);
    transform:rotateX(180deg) translateY(50%);
}
.responsive-menu ul ul li.active {
    background: #1c1c1c none repeat scroll 0 0;
    float: right;
    margin-right: -20px;
}
.loader-wrapper{
    background: #222222 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.95;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}
.modal-backdrop{
    z-index: 99999999;
    opacity: 0.95 !important;
}
.loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0);
}
.spunner {
    border-top-color: #2ca0ec;
    border-bottom-color: #27516d;    
    animation: run 3s cubic-bezier(.73,.19,.6,.67) infinite;    
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent; 
}
.spunner:before {
    border-top-color: #ea4b35; 
    border-bottom-color: #71332a;      
    animation: run 2s cubic-bezier(.73,.19,.6,.67) infinite;       
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;      
}
.spunner:after {
    border-top-color: #ffda00;    
    border-bottom-color: #79661a;     
    animation: run 1.5s cubic-bezier(.73,.19,.6,.67) infinite;     
}
@keyframes run {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }    
}
.donation_errors {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.select2-drop {
    z-index: 999999999;
}
.doner-info .select2-container .select2-choice {
    height: 40px;
    padding: 0 !important;
    width: 100% !important;
}
.doner-info .select2-container .select2-choice > .select2-chosen{margin-bottom: 0 ! important}
.doner-info .select2-container .select2-choice{padding: 0 !important;}
.doner-info .select2-container {
    margin-bottom: 10px;
    width:100%!important;
}
.doner-info .select2-container .select2-choice > .select2-chosen {
    line-height: 17px;
}
.selection {
    float: left;
    height: 100%;
    width: 100%;
}
.doner-info .select2-container--default .select2-selection--single {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 0;
    float: left;
    font-size: 12px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.doner-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    float: left;
    height: 100%;
    line-height: 30px;
    width: 100%;
}
.doner-info .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.select2-container{z-index:1000000000000000;}
.quick-message .loader {
    border: 0 none;
    display: inline-block;
    height: auto;
    left: auto;
    margin: 23px 0 0;
    position: relative;
    top: auto;
    width: auto;
}
/**************New Styles********************/
.vc_empty_space {
    float: left;
    width: 100%;
}
.coloured .title2 > span, .coloured .social-corner > p {
    color: #fff;
}
.coloured .title3 h2 span,.coloured .title3 > p {
    color: #fff;
}
.widget {
    margin-bottom: 50px;
}
.widget .contact li {
    color: #999;
}
.about > span {
    color: #999;
}
.a-stats a {
    float: left;
}
.share-this .social-media {
    list-style: none;
    padding-left: 0;
}
#layerslider_2 {
    float: left;
}
.widget .search-field {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 10px 20px;
    width: 100%;
}
.widget li.page_item a span {
    float: none;
    margin-left: 10px;
}
.page-top .container > span {
    color: #EDECEC;
    z-index: 9;
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin: 12px 0 ;
}
/* New Changes */
.checkout-block > p {padding-left: 30px;}
.payment_box.payment_method_cheque {
    float: left;
    width: 100%;
}
.wc_payment_method.payment_method_paypal > label {margin-top: -20px;}
.woocommerce-checkout-payment {
    float: left;
    width: 100%;
}
.button.alt {
    margin-right: 30px !important;
    margin-top: -55px !important;
}
.form-row .button.alt {margin-right: 16px !important;}
footer .widget {margin-bottom: 0;}
.woocommerce > h2 {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.login {
    float: left;
    margin-bottom: 60px !important;
    width: 100%;
}
.woocommerce {
    float: none;
    margin: 0 auto;
    /*width: 50%;*/
}
div.wp-editor-container {
    float: left;
    width: 100%;
}
div.quicktags-toolbar {
    float: left;
    width: 100%;
}
/*===== Woocommerce Updated Element Style =====*/
.woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}
.woocommerce-MyAccount-navigation {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-top: 0;
}
.woocommerce-MyAccount-navigation > ul {
    float: left;
    list-style: outside none none;
    margin: 0 !important;
    padding-left: 0;
    width: 100%;
}
.woocommerce-MyAccount-navigation > ul > li {
    color: #ffffff !important;
    float: left;
    margin-bottom: 2px;
    width: 100%;
}
.woocommerce-MyAccount-navigation > ul > li a {
    background: #333333 none repeat scroll 0 0;
    color: inherit;
    float: left;
    padding: 10px 30px;
    width: 100%;
}
.woocommerce-MyAccount-navigation > ul > li:last-child {margin-bottom: 0;}
.woocommerce-MyAccount-content {
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
}
.woocommerce-MyAccount-content > p {
    float: left;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-message {
    float: left;
    margin-top: 20px !important;
}
.woocommerce-MyAccount-content > form fieldset {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.woocommerce-MyAccount-content > form fieldset legend {padding-bottom: 20px;}
.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    color: #fff;
    float: left !important;
    margin-left: 20px;
    padding: 7px 15px;
    font-size: 13px;
}
/*===== New Changes 22-7-16 =====*/
.product-bottom span {padding: 10px;}
.product-bottom span span {padding: 0;}
.blog-detail a.readmore {float: right;}
/*===== New Changes 12-11-16 =====*/
#gsc-iw-id1.gsc-search-box{ border:none !important;}
.gsc-search-box td.gsc-input{ border:none !important;}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focuss{ border-color : transparent !important;}
.gsc-search-box tbody tr td {
    border: medium none !important;
}
.gsc-control-cse {
    background: transparent none repeat scroll 0 0 !important;
    border-color: transparent !important;
}
.gsc-search-button.gsc-search-button-v2 {
    margin-top: 13px !important;
    min-width: 53px !important;
}
.simple-toggle .toggle-item .content form input {
    padding: 10px 20px;
    height:35px;
}
.blog_info2{
    float: right; 
    margin-top: 10px; 
    font-size: 12px;
    padding-right: 20px;
    position: relative;
    transition: all 0.4s linear 0s;
}
#payment.woocommerce-checkout-payment {
    display: none;
}
.product.custom_product.col-md-4 {
    width: 50%;
}
.cart-list a.checkout-button.button.alt.wc-forward {
    float: right;
    margin-top: 0px !important;
}
/*===== Upcoming Popup =====*/
.upcoming-event-popup {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999999;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.upcoming-event-inner {
    left: 50%;
    max-width: 1070px;
    position: absolute;
    top: 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%);
    width: 100%;
}
.upcoming-event-bdy {
    float: left;
    padding: 60px;
    position: relative;
    width: 100%;
}
.upcoming-event-bdy::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}
.mtp-inf {
    float: left;
    width: 100%;
}
.mtp-inf > h4 {
    border: 4px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    max-width: 140px;
    padding: 75px 30px 30px 25px;
    text-transform: uppercase;
}
.mtp-inf > h4 i {font-style: normal;}
.mtp-inf > ul {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}
.mtp-inf > ul li {
    color: #fff;
    float: left;
    font-family: montserrat;
    margin-top: 40px;
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.mtp-inf > ul li i {
    color: #fff;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 10px;
}
.mtp-inf > ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: initial;
}
.mtp-inf > ul li span {
    color: #f9f9f9;
    font-size: 13px;
}
.mtp-inf > ul li i.fa-map-marker {font-size: 36px;}
.upcmnt-evnt-pst {
    display: block;
    margin: 80px auto 90px;
    max-width: 80%;
    text-align: center;
    width: 100%
}
.upcmnt-evnt-pst > h2 {
    color: #fff;
    font-family: montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}
.upcmnt-evnt-pst > h2 a {color: inherit;}
.upcmnt-evnt-pst > span {
    color: #eeeded;
    display: block;
    font-family: montserrat;
    font-size: 15px;
    margin-top: 15px;
}
.counter {
    display: inline-block;
    float: none;
    margin-top: 30px;
    width: auto;
}
.counter > li {
    background: #214161 none repeat scroll 0 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    float: left;
    height: 87px;
    margin: 0.5px;
    padding: 22px 0;
    width: 84px;
}
.counter > li span {
    font-family: montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: initial;
}
.counter > li p {
    color: #e9e9e9;
    font-family: montserrat;
    font-size: 12px;
    line-height: initial;
    text-transform: uppercase;
}
.upcmnt-evnt-pst > a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-family: montserrat;
    font-size: 12px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.upcoming-event-bdy > span {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 35px;
    top: 35px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.upcoming-event-popup.custom-show {
  opacity: 1;
  visibility: visible;
}
form.register {
    float: left;
    width: 100%;
}
.product a.loading span2 {margin-left: 5px;}
.cart-list > li .quantity input.qty {width: 100%;}
.cart-product li img.dustbin {
    left: auto;
    position: static;
    top: auto;
}
.woocommerce .cart-product li a.remove {
    float: left;
    margin-top: 6px;
    font-size: 70px;
}
.cart-product li.long-width > a {
    font-size: 16px;
    color: #2a2a2a;
}
.woocommerce .cart-product li a.remove:hover {background: transparent none repeat scroll 0 0;}
.payment_methods > li {
    float: left;
    margin: 10px 0 !important;
    width: 100%;
}
.payment_methods > li div.payment_box {
    float: left;
    width: 100%;
}
.woocommerce-order-received .woocommerce {
    float: left;
    padding: 0 15px;
    width: 100%;
}
.woocommerce-order-details h2,
.woocommerce-order-details h3 {margin-bottom: 20px;}
.blog-detail > p {width: 100%;}
.blog-detail > span i {font-style: normal;}
.blog-detail > span {margin-top: 15px;}
.tweet blockquote{
    margin-bottom: 6px;
    margin-top:0px;
}
 .twitter-feed0 .owl-nav > div{
     background: #333 none repeat scroll 0 0;
   width: 25px;
 }
  .twitter-feed0 .owl-nav {
     bottom: 0;
      width: auto;
  }
  .twitter-feed0 .owl-nav > div:last-child
  {margin-right: 0;}
 .twitter-feed0 .owl-nav > div::before {
  font-size: 17px;
  }
.paystack_pop {
    z-index: 999999999999 !important;
}
.sermon .hover-in .sermon-media .audioplayer {
    bottom: 27px;
    margin-top: -50px;
    position: absolute;
}
#req_prayers input,
#meet_me input,
#meet_me textarea,
#req_prayers textarea{
    border: 1px solid #dedede;
    border-radius: 30px;
    box-shadow: inset 0 0 32px #fcfcfc;
    -webkit-box-shadow: inset 0 0 32px #fcfcfc;
    -moz-box-shadow: inset 0 0 32px #fcfcfc;
    height: 48px;
    font-size: 14px;
    color: #5b5b5b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    padding: 14px 30px; 
    width: 100%;
}
#req_prayers input::-webkit-input-placeholder,
#meet_me input::-webkit-input-placeholder,
#meet_me textarea::-webkit-input-placeholder,
#req_prayers textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder, 
.comment-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5b;
  opacity: 1;
}
#req_prayers input::-moz-placeholder,
#meet_me input::-moz-placeholder,
#meet_me textarea::-moz-placeholder,
#req_prayers textarea::-moz-placeholder,
.comment-form input::-moz-placeholder, 
.comment-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5b;
  opacity: 1;
}
#req_prayers input:-ms-input-placeholder,
#meet_me input:-ms-input-placeholder,
#meet_me textarea:-ms-input-placeholder,
#req_prayers textarea:-ms-input-placeholder,
.comment-form input::-ms-input-placeholder, 
.comment-form textarea::-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5b;
  opacity: 1;
}
#req_prayers input:-moz-placeholder,
#meet_me input:-moz-placeholder,
#meet_me textarea:-moz-placeholder,
#req_prayers textarea:-moz-placeholder,
.comment-form input:-moz-placeholder, 
.comment-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
  opacity: 1;
}
.gsc-search-box table {
    border: none;
}
.gsc-search-box tbody tr td,
.gsc-control-cse {
    padding: 0;
}
form.gsc-search-box {
    margin-bottom: 0;
}
table.gsc-search-box {
    position: relative;
}
td.gsc-search-button {
    position: absolute;
    right: 44px;
    top: 6px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
}
.gsc-search-box input {
    border: 1px solid #dedede !important;
    border-radius: 30px !important;
    box-shadow: inset 0 0 32px rgba(0,0,0,0.01) !important;
    -webkit-box-shadow: inset 0 0 32px rgba(0,0,0,0.01) !important;
    -moz-box-shadow: inset 0 0 32px rgba(0,0,0,0.01) !important;
    height: 48px !important;
    font-size: 14px !important;
    color: #5b5b5b !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 14px 30px !important; 
    width: 100% !important;
    background-position: 20px center !important;
}
.gsc-search-button-v2 svg {
    fill: #555 !important;
}
.gsc-search-button.gsc-search-button-v2 {
    margin-top: 12px !important;
    min-width: auto !important;
    border: none;
    background-color: transparent;
    padding: 0;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover {
    background-color: transparent;
}
.search-result > h4 {
    font-size: 30px;
}
.search-page > h4 {
    font-size: 30px;
}
.ministry-content {
    margin-top: 40px;
}
.ministry-content h2 {
    margin-bottom: 20px;
}
.ministry-content p {
    margin-bottom: 15px;
}
.loader-icon {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
   /* background:url("assets/loader-deeds.gif") no-repeat; */
}
.lds-ellipsis {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.widget .about .social-media li a i {margin-right: 0; color: inherit;}
.leave-comment p.logged-in-as a {
    color: #666;
    font-weight: bold;
}
.header-search button,
.cart_head5 a {
    height: 45px;
    width: 45px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
    line-height: 45px;
    border: none;
    z-index: 1;
    position: relative;
}
.header2 .header-search button,
.header5 .header-search button,
.cart_head5 a{
    background-color: #f4f4f4;
}
.cart_head5 a {
	display: inline-block;
	text-align: center;
}
.header5 .header-search {
	position: relative;
	top: 0;
	margin-top: 0;
}
.header-search + .cart_head5 {
	margin-left: 10px;
}
.header5-btns {
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.cart_head5 a span {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    top: -4px;
    right: -8px;
}
img.svg-ser-icon {
    width: 50px;
}
.service-block  a{
    background-color: rgb(238 238 238);
    color: rgb(51 51 51);
}
.pastors-carousel.owl-carousel.owl-theme {
    z-index: 1;
}

.pastors-carousel.owl-carousel.owl-theme::after {
    content: "";
    height: 100%;
    width: 63%;
    position: absolute;
    left: -35%;
    bottom: -100px;
    background-color: rebeccapurple;
    z-index: -1;
}

.pastors-carousel .owl-page span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
    display: block;
    margin: 10px 0;
}

.pastors-carousel .owl-page.active span {
    height: 17px;
    width: 17px;
    opacity: 1;
    margin-left: -4px;
}
.pastors-carousel .owl-pagination {
    position: absolute;
    left: -4%;
    bottom: 24%;
}
.pastors-message .col-md-7.col-sm-7 {
    margin-top: 18px;
}
.needed-amount > span {
    float: left;
    font-size: 26px;
    height: 82px;
    width: 200px;
    background: none repeat scroll 0 0 rgb(0 0 0 / 30%);
    text-align: center;
    display: block;
    padding-top: 25px;
    font-family: 'Poppins', sans-serif;
}
.about .social-media li i {
    border-color: rgb(102 102 102);
    color: rgb(255 255 255);
}
.widget .contact  li span {
    font-family: poppins;
    font-weight: 500;
}
.widget .about img {
    padding-bottom: 40px;
}
body:not(.home) .header9 {
    position: absolute;
}
.stories-new-meta span::before {
    content: none; 
}
.header9 nav ul li ul li:first-child a {
    border-top: none;
}
.products-carousel .product {
    margin-bottom: 0px !important;
}
a.add_to_cart_button.ajax_add_to_cart.product_type_simple.added {
    display: none;
}
.survey > .needed {
    text-align: center;
}
.survey .needed h5 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(0 0 0) !important;
}
.col-md-12 div#myTab.abt-tabs {
    padding-top: 30px !important;
    border-bottom: 0px;
}
.col-md-6.column.about-lft {
    padding-right: 50px;
}
.about ul.about-list li i {
    padding-right: 0px;
}
.about ul.about-list {
    padding-top: 15px !important;
}
.about ul.about-list li {
    font-family: lato;
}
.col-md-6.column.about-lft {
    padding-right: 50px;
    padding-top: 40px;
}
.about ul.about-list li {
    font-family: lato;
    font-size: 17px;
}
.about h4 {
    padding-bottom: 22px;
}
.about ul {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.about ul > li {
    color: #777;
    font-family: noto sans;
    font-size: 13px;
    line-height: 33px;
}
.about ul li i {
    color: #666666;
    margin-right: 10px;
}
.event.old-event-lisst {
    height: auto;
    background-color: transparent;
    box-shadow: none;
}
.simple-toggle.toggle-features .toggle-item .content{
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    margin: 0;
    padding: 30px;
}
.simple-toggle.toggle-features .gsc-control-cse {
    padding: 0;
}
.simple-toggle.toggle-features .toggle-item h2 {
    background-color: #16a086;
    border:none;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    padding:0 30px;
}
.simple-toggle.toggle-features .toggle-item h2 i {
    color: #fff;
    font-size: 25px;
}

.simple-toggle.toggle-features > div:nth-child(2) .toggle-item h2 {
    background-color: #96281b;
}
.simple-toggle.toggle-features > div:last-child .toggle-item h2 {
    background-color: #20558a;
}
.simple-toggle.toggle-features #req_prayers textarea {
    margin-top: 0;
}
.simple-toggle.toggle-features .toggle-item .content p {
    font-size: 16px;
    line-height: 26px;
}
.ministry-custom-cls {
    z-index: 1;
    padding-bottom: 30px;
}
.simple-toggle.toggle-features .toggle-item .content > ul > li {
    font-size: 18px;
    color: #666;
    position: relative;
    padding-left: 16px;
    padding-bottom: 15px;
}
.simple-toggle.toggle-features .toggle-item .content > ul > li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #16a086;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.simple-toggle.toggle-features .toggle-item .content > ul {
    margin-bottom: 36px;
}
.simple-toggle.toggle-features {
    float: none;
    width: auto;
}
.service-block-new .service-icon i {
    font-size: 65px;
}
.service-block-new h3 {
    font-size: 24px;
    margin: 30px 0 17px;
}
.service-block-new h3 a {
    color: inherit;
}
.remove-col-gap {
    padding: 0 !important;
}
.service-block-new p {
    padding: 0 25px;
}
.gallery-remove-gap .remove-ext {
    margin-bottom: 0;
}
.find-us-element {
    padding-left: 25px;
}
.find-us-element > span{
    font-size: 14px;
    font-weight: 500;
    color: #9d9d9d;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.find-us-element > h2 {
    font-size: 45px;
    margin-bottom: 12px;
}
.find-us-element p {
    font-size: 16px;
    margin-bottom: 20px;
}
.find-us-element ul li {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}
.find-us-element ul {
    float: none;
}
.find-us-author {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.find-us-author img {
    border-radius: 50%;
}
.find-us-author div {
    padding-left: 24px;
}
.find-us-author div h4 {
    font-size: 20px;
    margin-bottom: 4px;
}
.find-us-author div span {
    display: block;
    font-size: 17px;
    color: #222;
}
.find-us-img img {
    max-width: 100%;
    height: auto;
}
.find-us-element ul li i {
    margin-right: 5px;
}
.row.align-items-center {
    display: flex;
    align-items: center;
}
.custom-element h3{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 100%;
}
.custom-element {
    overflow: hidden;
}
.custom-element figure {
    position: relative;
     transition:all 0.45s;
    -webkit-transition:all 0.45s;
    -moz-transition:all 0.45s;
    -o-transition:all 0.45s;
}
.custom-element figure img {
    height: auto;
    width: 100%;
}
.custom-element figure::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    transition:all 0.35s;
    -webkit-transition:all 0.35s;
    -moz-transition:all 0.35s;
    -o-transition:all 0.35s;
}
.custom-element a {
    color: inherit;
}
.custom-element figure:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.featured-event-content h3 {
    font-size: 50px;
    margin-bottom: 22px;
}
.featured-event-content h3 a {
    color:inherit;
}
.featured-event-content .event-meta span{
    display: block;
    font-size: 16px;
    color: #323232;
}
.featured-event-content .event-meta span + span {
    padding-top: 8px;
}
.featured-event-content .event-meta span i {
    padding-right: 5px;
}
.featured-event-content {
    float: left;
    width: 100%;
    padding-right: 10%;
}
.featured-event-content .countdown {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.05);
    margin-top: 50px;
    padding: 25px 0;
}
.featured-event-content .countdown li {
    position: relative;
    padding: 0;
}
.featured-event-content .countdown li::before {
    content: "";
    height: 43px;
    width: 1px;
    background-color: #c9c9c9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}
.featured-event-content .countdown li:last-child::before {
    display: none;
}
.featured-event-content .countdown li span {
    color: #343434;
    font-size: 35px;
    line-height: 34px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.featured-event-content .countdown li p{
    color: #343434;
    font-size: 14px;
}
.sermon-lst-img figure img {
    max-width: 100%;
    height: auto;
}
.sermon-lst-img figure {
	position: relative;
}
.sermon-lst-img figure::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.sermon-lst-img {
	position: relative;	
}
.sermon-lst-img img {
    width:100%;
}
.sermons-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}
.sermons-content h3 {
	font-size: 26px;
	margin-bottom: 10px;
	color:#fff;
	line-height: 34px;
}
.sermons-content h3 a {
	color: inherit;
}
.sermons-content span {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.sermon-lst-media li {
	display: inline-block;
}
.sermon-lst-media li a{
   	background-color:rgba(255, 255, 255, 0.2);
    margin-right: 4px;
    text-align: center;
    height: 53px;
    width: 53px;
    line-height: 53px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sermon-lst-media li:hover a{
	color: #fff;
}
.sermon-lst-media {
    margin-bottom: -55px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
     -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sermon-list:hover .sermon-lst-media {
	opacity: 1;
	visibility: visible;
	margin-bottom: 0;
}
.row.less-gutter {
    position: relative;
    overflow: hidden;
	margin-left: -4px;
	margin-right:-4px;
}
.row.less-gutter > div {
	padding-left: 4px;
	padding-right: 4px;
}
.product .call_ajax_loader {
    display: none;
}
#calendar .fc-content span {
	font-size: 18px;
}
#calendar .fc-day-grid-event.fc-h-event.fc-event {
    background-color: #f8e3e3 !important;
    display: block;
    color: #333;
}
#calendar .fc-right {
    display: flex;
    justify-content: space-between;
}
#calendar .fc-button-group .fc-prev-button span::before{
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	position:absolute;
	left: 50%;
	top: 0;
	margin-left: -7px;
	font-weight: 900;
}
#calendar .fc-button-group button{
	position: relative;
	padding: 0;
	border:1px solid #eee;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	background-color: transparent;
}
#calendar .fc-button-group .fc-next-button span::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 0;
    font-weight: 900;
    margin-left: -7px;
}
#calendar .fc-today-button.fc-button {
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    border:none;
    border-radius: 30px;
}
#calendar .fc-left h2 {
    margin-bottom: 23px;
}
#calendar .fc-view > table{
	margin-top: 30px;
}
#calendar .fc-row.fc-widget-content {
	height: 100px !important;
}
#calendar .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#calendar .fc-toolbar .fc-center,
#calendar .fc-toolbar .fc-clear {
    display: none;
}
.welcome.old_style h1 {
    font-size: 50px;
    font-weight: 700;
}
.welcome.old_style h1 span {
	font-weight: 700;
	color: inherit;
}
.welcome.old_style > p {
	font-size: 17px;
}
.welcome.old_style {
    max-width: 60%;
    margin: 0 auto;
    display: block;
    float: none;
}
#calendar {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 40px;
    border-radius: 5px;
    padding: 10px;
}
#calendar .fc-widget-header table thead th {
	font-size: 18px;
	font-family: poppins;
	font-weight: 700;
}

/*.event-video >  img {
    max-width: initial  !important;
}*/