/*
Theme Name: Heal
Theme URI: http://www.codexcoder.com/
Author: CodexCoder
Author URI: http://www.codexcoder.com
Description: Heal is an One Page Charity WordPress Theme developed by CodexCoder. Heal is clean, flexible, SEO ready and has a fully responsive design. Heal WordPress theme loaded with tons of features and has a powerful customiztion option panel. Heal will help to manage donate system & event management. Cause Heal is built with a powerful payment gateway & a powerful event system that include PayPal.
Version: 3.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, responsive-layout, full-width-template
Text Domain: heal
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset Wordpress
2.0 Widgets
3.0 Comments
4.0 Media
   4.1 Captions
   4.2 Galleries
   4.3 Calendar
   --------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset Wordpress
--------------------------------------------------------------*/

body.admin-bar .navbar-fixed-top {
	top: 32px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0px 0ex;
    padding: initial;
    background-color: initial;
    border: none;
}
.h3, h3 {
    font-size: 20px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.tags-links {
	text-transform: capitalize;
}
.error-404 h1 {
	text-align: center;
}
.featured-image {
	position: relative;
}
.sticky {
	background: #eee;
	padding: 10px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}
/*--------------------------------------------------------------
2.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget ol, .widget ul {
	padding-left: 5px;
	list-style: none;
}
/* Make sure select elements fit in widgets */
.widget select {
	width: 100%;
	padding: 10px;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
3.0 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
4.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/*--------------------------------------------------------------
4.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
4.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
4.3 Calendar
--------------------------------------------------------------*/
.widget_calendar td a,
.widget_calendar td a:after {
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-ms-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.widget_calendar table {
	width: 100%;
	text-align: center;
}
.widget_calendar caption {
	color: #262626;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	font-size: 1.25em;
	height: 40px;
	border: 1px solid #f0f1f2;
	border-bottom: none;
	border-bottom: none;
}
.widget_calendar tbody{
	border: 1px solid #f0f1f2;
	border-top: none;
}
.widget_calendar th {
	color: #ffffff;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #F39C12;
	background-color: #F39C12;
}
.widget_calendar td {
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #f0f1f2;
}
.widget_calendar td a{
	font-weight: 700;	
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.widget_calendar td a:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 8px;
	right: 8px;
	background-color: transparent;
	z-index: -1;
}
.widget_calendar td a:hover{
	color: #ffffff;
}
.widget_calendar td a:hover:after {
	top: -1px;
	left: -1px;
	bottom: -1px;
	right:-1px;
	background-color: #F39C12;
}
#footer-sidebar .widget_calendar caption,
#footer-sidebar .widget_calendar td{
	border-color: #3498db;
} 
#footer-sidebar .widget_calendar caption,
#footer-sidebar .widget_calendar td,
#footer-sidebar .widget_calendar td  a{
	color: #ffffff;
}

/*fixing css
--------------------------------------------------------------*/
.owl-carousel .owl-stage-outer {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;

}

.event-map h4, .event-timeline h4 {
	font-weight: bold;
	margin-top: 20px;
}


/* update 3.0
--------------------------------------------------------------*/
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.menu-style2 {
	position: static;
	transition: 0.5s all ease;
	background-color: #F39C12;
}
.menu-style2.fix-menu {
	position: fixed !important;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	transition: 0.5s all ease;
}
.menu-style2.fixed-on-top {
	top: -80px;
	transition: 0.5s all ease;
}
body.admin-bar .fix-menu {
	top: 32px;
	transition: 0.5s all ease;
}

/*woocommerce*/
.breadcrumb {
	background: none;
}
.breadcrumb li, .woocommerce-breadcrumb li {
	display: inline-block;
}
.woocommerce div.product .product_title {
    text-transform: uppercase;
    font-size: 1.4em;
}
.woocommerce .quantity .qty {
    padding: 5px;
}
.product-title {
    font-size: 1em;
}
/* 17.6.2 - Product Single
---------------------------*/  
.product-item { 
	margin-bottom: 60px;
	position: relative;
	min-height: 385px;
}
.owl-wrapper .product-item {
	margin: 0 15px;
}
.sale-badge {
	width: 105px;
	height: 105px;
	background-color: #00a1cb;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 3;
}
.sale-badge span {
	position: absolute;
	bottom: 5px;
	left: 38px;
	right:auto;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	color: #FFF;
}
.product-item .product-image {
	position: relative;
	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;
	border:1px solid #D9D9D9;
	overflow: hidden;
}
.product-item .product-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border: 4px solid #dedede;
	z-index: 5;
	pointer-events:none;
}
.product-item .product-image .quick-view {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	top: -100%;
	background-color: rgba(0, 0, 0, 0.60 );
}
.product-item .product-image:hover .quick-view { 
	top: 0px; 
}
.product-image .quick-view span { 
	display: none; 
}
.product-image .quick-view:before {
	content: "\f00e";
	font-family: FontAwesome;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -22px;
	color:#FFF;
}
.product-image .quick-view:hover:before { 
	top: 50%; left: 50%; 
}
.product-item .product-image .thumb img { 
	width: 100%; 
}

.owl-item .product-title {
  width: 180px;
}
span.price.product-price {
	width: 120px;
}
.product-item .product-title { 
	font-size: 18px; 
	text-align: center;
	margin-top: 8px;
}
.product-item .product-rating { 
	color:#00a1cb; font-size: 12px; 
}
.product-item .product-price {
	font-size: 25px;
	font-weight: 800;
	/* position: absolute; */
	right: 0px;
	width: 80px;
	text-align: right;
	top: 0px;
}
.product-action a {
	display: inline-block;
	border:1px solid #dedede;
	width: 40px;
	border-radius: 0px;
	position: relative;
	color:#606060;
	font-size: 14px;
	margin:2px;
}
.product-action a:hover { 
	color:#00a1cb; 
}
.product-action a.add-to-cart {
	width: auto;
	border-color: #00a1cb;
	color:#00a1cb;
	padding-left: 28px;
	padding-right: 28px;
}
.product-action a.add-to-cart:hover { 
	color:#FFF; 
	background: #00a1cb; 
}
.product-action a:before { 
	font-family: FontAwesome; 
}
.product-action a {
	position: relative;
        width: auto;
}
.product-action a span { 
	position: absolute; 
	top: 0px;
	left: -21px; 
	line-height: 10px;
	width: 80px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.product-action a:hover span {
	top: -30px;
	opacity: 1;
}
.product-action a span  i {
	border:1px solid #dedede;
	padding: 5px 10px;
	background: white;
	border-radius: 4px;
} 
.product-action a span :after  {
	content: "";
	position: absolute;
	top: 18px;
	left: 34px;
	height: 12px;
	width: 12px;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: white transparent transparent transparent ;
} 
.product-action a span :before  {
	content: "";
	position: absolute;
	top: 19px;
	left: 34px;
	height: 12px;
	width: 12px;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	border-color: #dedede transparent transparent transparent ;
}
.product-category-group .product-category {
	border:1px solid #dedede;
	border-radius:0px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-category-group .product-category .parent-cat-name {
	color:#606060;
	font-size:13px;
	font-weight:700;
	line-height: 25px;
	position:relative;
	display:inline-block;
	width:100%;
	padding:0px 15px;
	line-height: 40px;
}
.product-category-group .product-category .parent-cat-name:after {
	content:"\f0d8";
	font-family: FontAwesome;
	position:absolute;
	right:0px;
	width: 40px;
	text-align:center;
	border-left:1px solid #DEDEDE;
}
.product-category-group .product-category .parent-cat-name.collapsed:after { 
	content:"\f0d7"; 
}
.product-category-group .product-category .product-category-content { 
	border-top:1px solid #dedede; 
}
.product-category-group .product-category .sub-cat-items { 
	padding:20px; 
}
.product-category-group .product-category .sub-cat-items li { 
	list-style:none; 
}
.product-category-group .product-category .sub-cat-items li a {
	display:inline-block;
	font-size:13px;
	color:#606060;
	font-weight:700;
}
.product-category-group .product-category .sub-cat-items li a:hover { 
	color:#00a1cb; 
}
.product-category-group .product-category .sub-cat-items li a:before {
	content:"";
	width:9px;
	height:9px;
	display:inline-block;
	border:1px solid #00a1cb;
	margin-right: 10px;
}
.product-category-group .product-category .sub-cat-items li a:hover:before { 
	border:1px solid #00a1cb; 
	background-color:#00a1cb; 
}

/* 17.6.2 - Product Single End
---------------------------*/ 


/* 17.6.3 - Product Carousel 
---------------------------*/ 
.product-carousel { 
	position:relative; 
}
.product-carousel .item-caption h2, .product-carousel .item-caption p { 
	margin:0px; 
	padding:0px; 
}
.product-carousel .item-caption a {
	color:#FFF;
}
.product-carousel .item-caption {
	background-color:#1c1c1c;
	padding:10px;
	text-align:center;
	color:#FFF;
}
.product-carousel .item-caption p {
	font-size:14px;
	font-weight:300;
	font-family:'Oswald', sans-serif;
	color:#FFF;
	text-transform:uppercase;
}
.product-carousel-indicators { 
	bottom:70px; 
}
.product-carousel-indicators li {
	display:inline-block;
	background-color:#bbbbbb;
	border-radius:0px;
}
.product-carousel-indicators li,
.product-carousel-indicators li.active {
	border:1px solid #FFF;
	width:15px; 
	height:15px; 
	margin: 0px;
	padding: 0; 
}
.product-carousel-indicators li.active { 
	background-color:#00a1cb; 
}



/* 17.6.3 - Product Carousel End
---------------------------*/ 

.rating-wrap .rating-before, ul.products li.product-category .rating-wrap .rating-before {
    display: table-cell;
    width: 50%;
    height: 1px;
    vertical-align: middle;
}
ul.products li.product .rating-wrap .rating-before .rating-line, ul.products li.product-category .rating-wrap .rating-before .rating-line {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
}
/*.woocommerce .products .star-rating {
    display: block;
    margin: auto;
    float: none;
    text-align: center;
}
.woocommerce .star-rating:before {
    font-size: 0.7em;
    right: 0;
    margin: auto;
}
.woocommerce .star-rating span:before {
    font-size: 0.7em;
    right: 0;
    margin: auto;
}*/
.product-description .star-rating {
    cursor: pointer;
    float: none;
    position: relative;
    font-size: 0.8em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 5.7em;
    letter-spacing: 0.1em;
    text-align: left;
}
ul.products li.product .rating-wrap .star-rating:before, ul.products li.product-category .rating-wrap .star-rating:before, ul.products li.product .rating-wrap .star-rating span:before, ul.products li.product-category .rating-wrap .star-rating span:before {
    left: 0.6em;
}
.star-rating span:before {
    color: #ffc600;
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating:before {
    color: #ddd;
    color: rgba(0, 0, 0, 0.13);
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}
.woocommerce .products .star-rating {
    display: none;
    margin: auto;
    float: none;
}
.woocommerce .product-head {
	position: relative;
}
div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: none;
    float: left;
    margin-right: 9px;
    font-size: 0.8em;
    position: absolute;
    left: 0;
    top: 48px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.20em;
    text-align: center;
    display: table;
    margin: auto;
    font-family: arial;
    margin-bottom: 15px;
}
.product-description {
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 5px 1.5em;
}
label.screen-reader-text {
    display: none;
}
input.search-field {
    padding: 8px;
    border: 1px solid #ccc;
    float: left;
}
.woocommerce input[type=button], .woocommerce input[type=reset], .woocommerce input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-left: none;
}
#shop li {
	list-style: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-top: 2px solid #F5B958;
    border-bottom-color: transparent;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0px 0 0px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 1.6em;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    padding: 0px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 5px;
}
.select2-container .select2-choice {
    border-radius: 0px;
}
.woocommerce .woocommerce-info-login, .woocommerce .woocommerce-info-coupon {
    padding-left: 1em !important;
    background: #e9e9e9;
    border: medium none !important;
}
.form-flat-radio i, .form-flat-checkbox i {
    background: none repeat scroll 0 0 #fff;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 17px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 5px;
    border-color: #262626;
    width: 17px;
    top: 50%;
    margin-top: -8.5px;
    color: #262626;
}
.woocommerce .checkout .checkout-customer-details h3#ship-to-different-address label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-height: auto;
    line-height: 1.7;
}
.form-flat-radio input:checked+i:after, .form-flat-checkbox input:checked+i:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.form-flat-checkbox i:after {
    font-size: 12px;
    height: 17px;
    left: -1px;
    text-align: center;
    position: absolute;
    top: -5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 2px;
    width: 17px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 1;
}
.form-flat-checkbox i:after {
    content: "\f00c";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}
.woocommerce h3#ship-to-different-address label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-height: auto;
    line-height: 1.7;
}
.form-flat-checkbox input {
    left: -9999px;
    position: absolute;
}
.woocommerce-checkout #payment div.payment_box:after {
    top: -1px;
}
#payment .payment_method_paypal img {
    max-height: 100% !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
}
.woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 8px 60px;
    background-color: #F39C12;
    border: 1px solid #F39C12;
}
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    border: 1px solid #935386;
}
.woocommerce .checkout .woocommerce-checkout-review-order {
    background: #e9e9e9;
    padding: 12px;
}
.woocommerce table.shop_table {
     border: none; 
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
    background-color: #EAEAEA;
}
.cart-next-step {
    float: right;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    border: 1px solid #ccc;
}
.woocommerce table.cart td.actions .input-text {
    display: block;
    width: 100%;
    height: 2.8428571428571425em;
    padding: .5714285714285714rem;
    font-size: 14px;
    line-height: 1.7;
    color: #525252;
    background-color: #fff;
    background-image: none;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    width: 48%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
}
.woocommerce .cart .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .6714285714285714rem 1.2rem;
    font-size: 14px;
    line-height: 1.1;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    color: #fff;
    border-color: #262626;
    border-width: 2px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #262626;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #F5B958;
    border-radius: 0;
}
.woocommerce table.cart thead th {
    border-bottom: 0px;
    background: #F7F7F7;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0 0 2px #ccc;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0;
    width: 100%;
}
.cart_totals h2 {
	text-transform: uppercase;
	font-size: 1.3em;
}
tr.cart_item {
    background-color: #fff;
}
.woocommerce-cart table.cart img {
    width: auto;
}
#site-page-header {
    margin-top: 90px;
}
.upsells {
	background: #fff;
}
.upsells h3 {
	text-transform: uppercase;
	font-size: 1.2em;
}
.tab-content h2 {
	text-transform: uppercase;
	font-size: 1.3em;
}
.product-content {
    background-color: #fff;
    padding-top: 20px;
}
.product-details h3 {
	text-transform: uppercase;
}
.product-details ul {
	padding-left: 0;
}
.product_meta {
	display: none;
}
ul.slides {
    padding-left: 0;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-top: 2em;
}
.woocommerce div.product form.cart .variations select {
    width: 296px;
    float: left;
    padding: 5px 10px;
}
a.reset_variations {
    margin-left: 8px;
}
.product-single {
	padding-top: 30px;
}
.product-image .content-icon-hex, .product-image-gallery .content-icon-hex {
    width: 50px;
    height: 33px;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 13px;
   
}
.product-image-gallery .content-icon-hex {
    right: 18px;
    top: 14px;
   
}
.product-image .content-icon, .product-image-gallery .content-icon {
	font-size: 20px;
	line-height: 34px;
}
.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    white-space: nowrap;
    display: inline-block;
    border: none;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 100%;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: right;
    background-color: #F39C12;
    color: #fff;
    border-radius: 0;
}
.page-template-full-page-without-title .navbar-fixed-top {
	background: #F39C12;
}
.star-rating {
    display: none;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}

/* 17.6.3 - post pagination
---------------------------*/ 

.post-pagination {
    padding-left: 0;
    margin-bottom: 0;
    float: left;
}

.post-pagination > li {
    display: inline-block;
    margin-right: 5px;
}

.post-pagination > li > a {
    display: block;
    border: 2px solid #ebebeb;
    border-radius: 0px;
    text-align: center;
    color: #363636;
    font-size: 15px;
    line-height: 31px;
    border-radius: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    padding: 4px 10px;
}

.post-pagination > li > a:hover {
	background-color: #ffc527;
	color: #fff;
	border: 2px solid #ffc527;
	border-radius: 0px;
}

.post-pagination > li.active>a {
	background-color: #ffc527;
	color: #fff !important;
	border: 2px solid #ffc527;
	border-radius: 0px !important;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}


.hexagon-hex {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #64C7CC!important;
  margin: 86.60px 0!important;
}

.hexagon-hex:before,
.hexagon-hex:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon-hex:before {
  bottom: 100%;
  border-bottom: 86.60px solid #64C7CC;
}

.hexagon-hex:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #64C7CC;
}
@media only screen and (max-width:780px)
{
 .custom-hero-slider {
    margin-top: 230px!important;
}   
.custom-margin-top {
    margin-top: -130px!important;
}
.page-id-515 h1.entry-title {
    text-align: center;
}
.custom-auto-margins {
    margin-top: -114px!important;
    padding: 30px;
}
.page-id-804 .custom-auto-margins {
    padding: 0px!important;
}
.page-id-804 .et_pb_text_align_center h2 {
    margin-bottom: -66px!important;
    display: block;
}

}
@media only screen and (max-width:600px)
{
.custom-hero-slider h1 {
    font-size: 47px!important;
    text-align: center;
        padding-top: 160px!important;
    clear: both;
}
.custom-tabs {
    padding-left: 30px!important;
}
.services-button.inline.mobile-left a, .services-button.inline.mobile-left b {
    font-size: 14px!important;
}
.services-button.inline.mobile-left b {
    text-align: left;
    clear: both;
    width: 100%;
}
.media-content.media-left.col-md-4.delay-200 {
    width: 100%!important;
    margin: auto!important;
    display: block;
}

.news-item img ,.content-title,.news-article .article-container .post-details p{
    min-height: initial!important;
    width: auto;
}

}
@media only screen and (max-width:768px)
{
 .page-id-549  .about-section {
    margin-top: 55px!important;
}
.single article {
    padding: 30px;
}
#get_involved .container.pb {
    padding-bottom: 11px;
}
.angular .top-angle:before {
    top: 127px;
}
}
@media only screen and (max-width:480px)
{
a.btn.custom-btn.angle-effect {
    width: 90%;
    font-size: 16px;
}
.meta-video iframe {
    height: auto;
    min-height: 222px;
}
.custom_section_head {
    margin-bottom: 0px!important;
}

}
.news-item:nth-child(2n+1) {
    clear: left;
}
.event-content .fa {color:#0d0d0d !important;} 
@media (width: 768px){
section#testimonial .angular .container.pb {
    /* margin-top: 0px!important; */
    padding-top: 100px;
    padding-bottom: 200px;
}
	section#get_involved .angular {
    /* margin-top: 0px!important; */
    padding-bottom: 150px !important;
}
		section#news .angular {
    /* margin-top: 0px!important; */
    padding-bottom: 60px !important;
}
	section#upcoming-events .angular {
    /* margin-top: 0px!important; */
    padding-bottom: 150px !important;
}
	
	
}
@media (max-width: 480px){
 #icon_wrapper{
     bottom:0;
     top:unset !important;
	 background-color:#0D204A;
	 width: 100%;
     text-align: center;
     padding: 10px 0px;
 }
 #icon_wrapper br{display:none;}
  .content-icon.custom_buttefly_donate img {
    left: 35% !important;
    position: relative;
    top: -10px !important;
}
	a.btn.custom-btn.angle-effect {
    width: 100%;
    font-size: 16px;
}
	.custom-btn{
	    margin: 5px 0px;
	}
	.view-all{padding:0px 15px}
	.home .post-details{background:none !important;box-shadow:none !important;}
	.content-icon-hex {
		margin: 60px auto; }
	.service-box{margin-bottom:0px;}
	.custom_section_bottom_space {
    margin-bottom: 20px!important;}
	.home .contact-info{display:none;}
	.top-angle{display:none;}
	.pb{padding-bottom:0px;}
	#upcoming-events .angular{padding-top:20px !important;padding-bottom:0px !important;}
	#news .angular .container.pb {margin-top:-65px !important;}
	.home #news .section-head.clearfix, #get_involved .section-head.clearfix{
    margin-bottom: 0px!important;}
	#contact .wpcf7 p.submit-btn-container.btn.custom-btn.angle-effect{width:100%;}
	#advisors {padding-left:10px !important;padding-right:10px !important}
	.page-template-fundraiser  .section-title {padding-top:60px;}
	.page-template-about h2.about-title{display:none} 
	.page-template-about .custom-auto-margins { padding-left: 0px!important;
    padding-right: 0px!important;}
	.page-template-about  #et_builder_outer_content .et_pb_section,
	.page-template-get-help  #et_builder_outer_content .et_pb_section
	{
    
    padding-left: 10px!important;
    padding-right: 10px!important;}
	
	.home #upcoming-events h3.content-title{text-align:center}
	  .slide-nav {margin-bottom:10px;}
	.home #upcoming-events #event-owl-nav .slide-left{margin-left: 40%;}
	.page-template-get-help  .advisors .et_pb_row{padding-left:10px !important;padding-right:10px !important}
}
@media (max-width: 320px){
	section#testimonial .row img{width:145px;}
}
@media (max-width: 375px){
	section#testimonial .row img{width:175px;}
}

.home section#testimonial .row img {
    width: 234px;
    height: auto!important;
    margin-left: 69px;
    margin-top: 0px;
}

@media only screen and (max-width:480px)
{
a.fuse_social_icons_links i {
    max-width: 30px;
    max-height: 2px;
    margin-right: 15px;
    margin-top: -11px;
    background: transparent!important;
}
a.fuse_social_icons_links i:before {
    font-size: 25px!important;
}
.home section#testimonial .row img {
    margin: 0px!important;
    width: 100%!important;
}
	.home section#testimonial .row {
    width: 100%!important;
}
}

h1 {
    font-family: Lie-to-Me!important;
}
.page-id-48822 .special-banner-container .section-padding.angular.slider-angle {
    padding-top: 0px!important;
}
.page-id-48822 .custom-auto-margins {
    margin-top: -150px;
}
.page-id-48822 p,.page-id-48822  ul,.page-id-48822  li {
    font-family: Raleway;
    font-size: 18px!important;
}





/**************/
.item-pdf{
	display: block;
    min-height: 220px;
    width: 100%;
    /*background-color: #383838;*/
}
#headernavigation.nav .visible-xs.visible-sm{
	margin-top: 20px;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
.item-loop-img{
	height: 250px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
@media screen and (max-width: 768px) {
	.item-loop{
		height:auto !important;
	}
}
.item-loop .content-title{
	min-height: auto;
	margin-top:20px;
}
.item-loop .content-title:hover{
	text-decoration:underline;
}
.item-loop .content-description{
	margin-bottom: 30px;
}
.pt40{
	padding-top:40px;
}
.popup {
    position: fixed;
    z-index:9999999;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup {
    opacity:1;
    visibility: visible;    
}

.popup > iframe {
    position:absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
}

.page-id-47328 h1.entry-title {
    font-family: inherit!important;
}

.page-id-596 h1.entry-title {
    font-family: inherit!important;
}





















