/* Repeatable Patterns
 * Header
 * Mobile navigation
 * Blog Grid Some Css Global 
 * Page Title
 * Blog
 * Blog Single
 * sidebar
 * Pagination
 * Contact2
 * Page-callout
 * Mail Chimp
 * Widget footer
 * Footer
 * Bottom
 * GoTop Button
 * Top bar
 * Flat Socials
 * Home 1 
 * home 2
 * Home3
 * Home4
 * Home 5
 * Home 6 
 * About 2
 * About 3 
 * Programs 2
 * Programs 3
 * Programs 
 * Gallery 
 * Single cause
 * Mod event 
 */

/* Repeatable Patterns
-------------------------------------------------------------- */
::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #78b942; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #78b942; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #000; 
}

a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover {
	color: color: #ffd71a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #ffd71a;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

/* Typography */
body,
button,
input,
select,
textarea {
	font: 14px/24px "Open Sans", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #999999;
}
	
strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

article p {
	margin-bottom: 25px;
}

article p:last-of-type {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

th,td {
	border: 1px solid #dbdbdb;
	padding: 7px;
	text-align: center;
}
	
blockquote {
	font-size: 16px;
	color: #888;
	font-style: italic;
	position: relative;
	border: 0;
	padding: 20px 15px 20px 38px;
	margin-bottom: 29px;
}

blockquote .blockqoute-text:before, blockquote .blockqoute-text:after {
	position: absolute;
	left: 0px;
	top: 4px;
	content: "”";
	font-size: 60px;
	line-height: 60px;
	color: rgb(153, 153, 153);
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

abbr[title] {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

mark,
ins {
	background-color: #feb800;
	text-decoration: none;
	color: #fff;
	padding: 7px;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -6px;
}

sub {
	bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 0;
	font-family: Consolas, monospace;
	height: auto;
	margin: 0 0 20px;
	overflow-x: auto;
	padding: 20px;
}

h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 { font-weight: 600; }

h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 { font-weight: 400; }

h1,h2,h3 { font-family: "Poppins", sans-serif;}

h1,h2,h3,h4,h5,h6 { font-weight: 700;color:#222;}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 21px
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 19px;
}

.absolute {
	position: absolute;
}

.clearboth {
	clear:both;
}

.overflow-hidden {
	overflow: hidden;
}

.padr-45 { padding-right: 45px; }

.padl-23 {
	padding-left: 23px;
}

.padl-90 {
	padding-left: 90px;
}

.padb-42 { padding-bottom: 42px; }

.pad_15 { padding: 15px; }

.pad-0_9 {
	padding: 0 11px;
}

.mgb-12 {
	margin-bottom: 12px;
}

.bd-17 {
	position: relative;
	border: 17px solid #fff;
}

.maxw_570 {
	max-width: 570px;
}

.maxw_600 {
	max-width: 600px;
}

.maxw_880 {
	max-width: 880px;
}

.float-right {
	float: right;
}

.margin-auto {
	margin: 0 auto;
}

.maxw_770 {
	max-width: 770px;
	margin: 0 auto;
}

.bg-f7 {
	background: #f7f7f7;
}

.text-color.bold.italic { font-weight: bold; font-style: italic; font-size: 14px;}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.blockcenter {
	left: 50%;
	transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	- ms-transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-o-transform: translatex(-50%);
}

.float-right {
	float: right;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 7px 30px 25px 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 7px 0 25px 30px !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 10px;
}

/* Content */
.bypostauthor {
}

.sticky,.tag-sticky-2 {
	display: block;
	background: #f7f7f7;
	border: 3px solid black;
	padding: 10px;
}

.page-header {
	margin: 0;
	border: 0;
}

.page-header .nothing {
	padding: 0;
	background-color: transparent;
	font-size: 40px;
	line-height: 40px;
	color: #ff1200;
}

.site-main {
	position: relative;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;  
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

/* 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;
}

/* Elements */
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 30px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dd, dt {
	line-height: 30px;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333;
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333; 
}

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Poppins", sans-serif;	
	font-weight: 700;
	color: #222222;
	background-image: none;
	height: 48px;
	background-color: #ffd71a;
	line-height: 48px;
	padding: 0 60px 0 58px;
	cursor: pointer;  	
	white-space: nowrap;
	border: none;  	
	z-index: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #222;
	color: #fff;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-style: italic;	
	border: 1px solid #dddddd;
	height: 48px;
	padding: 13px 15px;   	
	max-width: 100%;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
.mc4wp-form-fields input[type="email"],
input[type="color"]:focus {
	border: 1px solid #ffd71a;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	height: 205px;
	padding: 22px 0 0 27px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9c9b9b;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9c9b9b;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9c9b9b;
	opacity: 1;
}

/* Bootstrap Resetting Elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

input[type="submit"] {
	border-width: 0;
	color: #fff;
}

body {
	overflow-x: hidden;
}

.boxed {
	padding: 0 48px;
}

.vc_row-fluid {
	margin-left: -15px!important;
	margin-right: -15px!important;
}

.charry-pad-015, .vc_column_container.charry-pad-015 {
	padding:0 15px;
}

.align-left {
	text-align: left;
}

p.style-v1{
	font-size: 18px;
	line-height: 30px;
}
   
.charry-center {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
    
/* Header
-------------------------------------------------------------- */
div#header-sticky-wrapper {
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
}

#header.is-sticky {
	left: 0;
}

#header {
	width: 100%;
	z-index: 101;
	position: relative;
}

#header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	filter: alpha(opacity=0);
	top: -60px;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 999999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#header.upscrolled {
	opacity: 1;
	top: 0;
	max-width: 1920px;
	padding: 0 36px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	z-index: 999999;
}

.header {
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header .header-wrap {
	max-width: 1920px;	
	margin: 0 auto;	
	position: relative;
}

.header .site-infomation {
	position: absolute;
	top: 14px;
}

.header .site-infomation .site-title,
.header .site-infomation .site-description {
	margin:0;
	font-size: 28px;
}

.header .header-wrap .logo {	
	height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-top: -7px;
}

.header.header-9 .show-search a:hover i {
	color: #fff;
}

.header.header-9 .header-wrap .logo,
.header.header-8 .header-wrap .logo {
	position: absolute;
	left: 50%!important;
	transform: translate(-50%,-50%);
	margin-top: 22px;
}

.header.header-9 .header-content,
.header.header-8 .header-content {
    margin-top: 50px;
    margin-bottom: 17px;
}

.header.header-9 .header-content ul,
.header.header-8 .header-content ul {
	max-width: 50%;
}

.header.header-9 ul,
.header.header-8 ul {
    margin: 0;
    margin-left: 7px;
}

.header .header-wrap ul.charry-socials {
	float: right;
}

.header .header-wrap ul.charry-socials li {
	float: left;
}
 
.header .header-wrap ul.charry-socials li a {
	font-size: 18px;
	line-height: 95px;
	color: #ddd;
	padding-left: 22px;
}

.header .header-wrap ul li a:hover {
	color: #999;
}

.header .header-wrap .charry-information {
	float: right;		
}

.show-search {
	float: right;
}

.show-search a {
	line-height: 95px;
	position: relative;
}

.show-search a i {
	font-size: 18px;
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show-search a i:hover {
	color: #ffd71a;
}

/* Header Fix */
.header.is-sticky {
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-boxed .header.is-sticky {
	width: 95.4%;
}

.header-top .header.is-sticky {
	background-color: #fff;
}

.header-top .header.is-sticky #mainnav > ul > li > a {
	color: #999999;
}

.header-top .header.is-sticky #mainnav > ul > li > a:hover {
	color: #ec6a5c;
}

.tp-bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	border: none;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
}

.tp-bullet:hover, .tp-bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #ffd71a !important;
	border: 1px solid #ffd71a;
	width: 10px !important;
	height: 10px !important;
}

.tp-bullet.selected:before {
	position: absolute;
	left: -5px;
	top: -5px;
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #ffd71a;
}

.hebe.tparrows:hover .tp-title-wrap {
	display: none;
}

.hebe.tparrows:before {
	font-family: "Fontawesome";
	font-size: 20px;
	color: #000;
}

.hebe.tparrows.tp-leftarrow:before {
	content: "\f053";
}

.hebe.tparrows.tp-rightarrow:before {
	content: "\f054";
}

.hebe.tparrows.tp-rightarrow:after {
	position: absolute;
	content: "";
	left: 12px;
	top: 25px;
	width: 2px;
	height: 20px;
	background-color: #333;
	z-index: 90;
}

.top-search {
	position: absolute;
	width: 300px;
	right: 0;
	top: 100px;
	opacity: 0;
	z-index: -99;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-search.show {
	top: 100%;
	opacity: 1;
	z-index: 9999;
}

.search-form label, .top-search .search-form .search-field {
	width: 100%;
	background-color: #fff;
}

/* navigation */
.mainnav {
	display: inline-block;
}

.header.header-1 {
	text-align: center;
}

.header.header-1 .show-search,
.header.header-1 .charry-socials {
	position: absolute;
	top: 0;
	right: 0;
}

.header.header-1 .charry-socials {
	right: 52px;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul.sub-menu {
	position: absolute;
	left: 20px;
	top: 100%;
	width: 345px;
	background-color: #222;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

#mainnav ul li:hover > ul.sub-menu {
	top: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#mainnav ul.sub-menu > li {
	border-top: 1px solid #333;
}

#mainnav ul.sub-menu li:first-child {
	border-top: none;
}

#mainnav ul.sub-menu > li > a {
	display: block;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	padding: 0 0 0 26px;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.sub-menu li a.cool-link,
#mainnav ul li {
	position: relative;
}

#mainnav > ul > li:after {
	position: absolute;
	bottom: 30px;
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #ffd71a;
	transition: width .3s;
}

#mainnav ul li.home:after {
	position: absolute;
	width: 18px;
}

#mainnav > ul > li:hover::after {
	width: 18px;
	transition: width .3s;
}

#mainnav > ul > li {
	display: inline-block;   
}

#mainnav > ul > li > a {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #222;   
	text-decoration: none; 
	line-height: 95px;
	padding: 0 37px 0 0;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav  ul  li:last-child a {
	padding: 0 0px 0 0;
}

/* sub-menu */
#mainnav ul.sub-menu {
	position: absolute;
	left: 20px;
	top: 100%;
	width: 345px;
	background-color: #222;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;  
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
	left: auto;
	right: 0;
}

#mainnav ul li:hover > ul.sub-menu {
	top: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#mainnav ul li ul li {
	margin-left: 0;
}

#mainnav ul.sub-menu li ul {
	position: absolute;
	left: 360px;
	top: 0 !important;
}

#mainnav ul.sub-menu li:hover ul {
	left: 345px;
}

#mainnav ul.sub-menu > li {
	border-top: 1px solid #333;  
}

#mainnav ul.sub-menu > li.sub-parent:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 11px;
	color: #999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.sub-menu li:first-child {
	border-top: none;
}

#mainnav ul.sub-menu > li > a {
	display: block;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	padding: 0 0 0 26px;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.sub-menu > li > a:hover {
	background-color: #333333;
}

#mainnav ul.sub-menu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav .menu .has-sub:hover:before,
#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
	color: #ffd71a ;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #222222;
	z-index: 1000;
	position: absolute;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi > ul {
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #333333;
	cursor: pointer;
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	border-top: 1px solid #252525;
	background-color: #222;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 70px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 35px 40px 20px;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #ffd71a;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106";
}

.btn-menu {
	display: none; 
}

/* Blog Grid Some Css Global 
-------------------------------------------------------------- */
.page-wrap {
	padding: 120px 0;
	background-color: #fff;
	overflow: hidden;
}

.post-type-archive-gallery .page-wrap {
	padding: 120px 0 98px;
}

.single .page-wrap {
	padding-bottom: 61px;
}

.page-template-front-page .page-wrap,
.page-template-page_fullwidth .page-wrap,
.page-template-one-page .page-wrap {
	padding: 0;
}

.page-template-front-page .page-wrap .content-area,
.page-template-page_fullwidth .page-wrap .content-area,
.error404 .page-wrap .content-area,
.page-template-portfolio .page-wrap .content-area,
.page-template-one-page .page-wrap .content-area {
	width: 100%;
	margin: 0;
}

.page-template-front-page .page-wrap .content-area:after {
	background-color: transparent;
	width: 0;
	height: 0;
}

.page-template-front-page .page-wrap .content-area {
	padding-right: 0;
}

.page-wrap.sidebar-left .content-area, .page-wrap.sidebar-right .content-area {
	float: left;
	width: 70.94017094017094%;
	padding-right: 5.128205128205128%;
	position: relative;
}

.page-wrap.sidebar-left .widget-area, .page-wrap.sidebar-right .widget-area {
	float: left;
	width: 29.05982905982906%;
	z-index: 2;
	position: relative;
}

a.menu-fallback {	
	line-height: 66px;
	color: #222;
}

/* Blog Sidebar Left */
.page-wrap.sidebar-left .content-area {
	float: right;
	padding-left: 5.128205128205128%;
	padding-right: 0;
}

.page-wrap.sidebar-left .content-area:after {
	left: 0;
}

.page-wrap.sidebar-left .pagination {
	text-align: center;
	margin-right: 0;
}

/* Blog Full Width */
.page-wrap.fullwidth .content-area {
	width: 100%;
	margin: 0;
	float: none;
}

.page-wrap.fullwidth .post-wrap {
	padding: 0;
}

.page-wrap.fullwidth .content-area:after {
	width: 0;
}

/* Template blog */
.page-wrap .content-area.blog-page {
	width: 100%;
	margin-right: 0;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	position: relative;
	padding: 170px 0 165px;
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

.page-title-container {
	position: inherit;
}

.page-title .page-title-heading h1 {
	text-transform: none;
	text-transform: none;
	color: #fff;
	margin: 0;
}

.breadcrumbs {
	position: absolute;
}

.breadcrumbs span ,.breadcrumbs,
.breadcrumbs a {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-weight: 700;
}

.breadcrumbs a:hover {
	color: #ffd71a;
}

.breadcrumbs span {
	display: inline-block;
	color: #fff;
}

.breadcrumbs span.sep {
	padding: 0 13px;
}

/* Blog
-------------------------------------------------------------- */
article {
	margin-bottom: 35px;
}

.post-wrap > article:last-of-type {
	margin-bottom: 45px;
}

article .blog-slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

article .main-post {
	overflow: hidden;
	padding: 38px 35px 40px 35px;
	margin-bottom: 11px;
	background-color: #f7f7f7;
	position: relative;
}

article .entry-title {
	margin: 0 0 30px;
}

article .entry-meta ul {
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 23px;
	list-style: none;
}

article .entry-meta ul li {
	position: relative;
	display: inline-block;
	padding-left: 27px;
	margin-right: 24px;	
}

article .entry-meta ul li.post-categories {
	top: 37px;
	left: 0;
	position: absolute;
	padding-left: 35px;
}

article .post-categories {
	margin-bottom: 10px;
}

article .post-categories a {
	font-size: 16px;
	text-transform: uppercase;
	color: #c7b250;
	font-weight: 700;
	margin-bottom: 10px;
}

article .entry-meta ul li.post-categories a:hover {
	color: #ffd71a;
}

article .entry-meta ul li,
article .entry-meta ul li a {
	color: #999;
}

article .entry-meta ul li a:hover {
	color: #ffd71a;
}

article .entry-meta ul li:before {
	font-size: 15px;
	color: #ffd71a;
	position: absolute;
	left: 1px;
	top: 0;
	font-family: "FontAwesome";
	content: "\f017";
	font-style: normal;
}

article .entry-meta ul li.post-author:before {
	content: "\f007";
}

article .entry-meta ul li.post-categories:before {
	content: none;
}

article .entry-meta ul li.post-comments:before {
	content: "\f0e6";
}

article .entry-content {
	padding-bottom: 24px;
	margin-bottom: 14px;
}

.archive article .entry-content,
.single article .entry-content {
	border-bottom: 1px solid #ddd;
}

article .entry-content .more-link {
	position: absolute;
	bottom: 24px;
	left: 38px;
	letter-spacing: 0.2px;
	padding-right: 26px;
	font-size: 14px;
	font-weight: 600;
	font-size: 16px;
	font-weight: 700;
	color: #ffd71a;
}

article:before, 
article:after, 
.entry-content:before, 
.entry-content:after {
	content: "";
	display: table;
	clear: both;
}

.blog .social-share-article {
	padding: 0;
}

.blog .social-share-article .social-share li.share-title, .blog .social-share-article .category-post-single {
	display: none;
}

/* Blog Single
-------------------------------------------------------------- */
.single .post-time {
	display: none;
}

article.blog-single .featured-post {
	max-width: 100%;
	float: none;
	margin-bottom: 0;
}

article.blog-single .entry-title {
	margin-bottom: 29px;
	color: #222;
}

article.blog-single .entry-content {
	padding-bottom: 55px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

article.blog-single .entry-content ul {
	padding-left: 45px;
}

article.blog-single .entry-content ul li {
	margin-bottom: 16px;
}

/* Share Link */
.social-share-article {
	overflow: hidden;
	padding: 0;
}

.social-share-article .category-post-single,
.social-share-article .social-share {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.single .social-share-article .category-post-single {
	max-width: 50%;
}

.single .social-share-article .category-post-single i {
	margin-right: 14px;
	font-size: 18px;
}

.single .social-share-article  .category-post-single a {
	line-height: 30px;
	font-weight: 700;
}

.social-share-article .category-post-single li,
.social-share-article .social-share li {
	display: inline-block;
}

.social-share-article .social-share {
	float: right;
}

.social-share-article .social-share li {
	height: 30px;
	text-align: center;
	line-height: 30px;   
	margin-left: 19px;
}

.social-share-article .social-share li a {
	color: #222;
	display: inline-block;
	width: 100%;
	height: 100%;   
	line-height: 30px; 
	font-size: 18px;
}

.social-share-article .social-share li a:hover {
	color: #ffd71a;
}

.social-share-article .social-share li.share-title,
ul.category-post-single  {
	margin-right: 25px;
	font-weight: bold;
	color: #333;
}

ul.category-post-single a {
	margin-left: 5px;
	font-weight: 400;
}

/* Tag links */
.category-post-single a {
	font-weight: 700;
}

/* Author Post */
.blog-single .author-post {
	margin-top: 30px;
}

.author-post {
	margin-bottom: 50px;
}

.author-post .author-avatar {
	max-width: 150px;
	float: left;
}

.author-post .info {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 35px;
	min-height: 150px;
}

.author-post .info .name h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

.author-post .info .name a {
	font-size: 18px;
	font-weight: 600;	
	color: #2e5797;
}

/* Navigation Post */
.navigation.posts-navigation {
	overflow: hidden;
	margin-bottom: 37px;
}

.navigation.posts-navigation .nav-links {
	padding: 0 28px;
}

.navigation.posts-navigation a {
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.navigation.posts-navigation a i {
	font-size: 18px;
	padding: 0 6px;
}

.navigation.posts-navigation a:last-child {
	float: right;
}

.navigation.posts-navigation .nav-previous,
.navigation.posts-navigation .nav-next {
	float: left;	
}

.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
	background-color: #ffd71a;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}

.navigation.posts-navigation .nav-previous a:hover,
.navigation.posts-navigation .nav-next a:hover {
	background-color: #333;
}

.navigation.posts-navigation .nav-next {
	text-align: right;
	float: right;
}

.single .post-wrap > article:last-of-type {
	margin-bottom: 27px;
}

/* Comment List */
.comments-area {
	overflow: hidden;
}

.comments-area .comment-title, .comment-reply-title {
	font-size: 24px;
	line-height: 36px;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}

.comments-area .comment-list-wrap, .comment-respond {
	background-color: #f7f7f7;
	padding: 32px 25px 21px 35px;
	margin-bottom: 60px;
}

.comments-area ul.children {
	list-style: none;
	margin-left: 145px;
}

.comments-area ul.children ul.children {
	margin-left: 35px;
}

.comments-area article {
	margin-bottom: 0;
}

.comments-area ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area ol.comment-list article {
	padding: 29px 0 27px;
}

.comments-area ol.comment-list article .gravatar {
	float: left;
	margin-right: 26px;
}

.comments-area ol.comment-list article .comment_content .comment_meta {
	margin-bottom: 6px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
	font-size: 16px;
	line-height: 36px;
	color: #222;
	font-weight: 700;
	letter-spacing: 0.7px;
}

.comments-area ol.comment-list article .comment_content .comment_text {
	padding-bottom: 37px;
	overflow: hidden;
}

.comments-area ol.comment-list article {
	position: relative;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time {	
	font-size: 14px;
	line-height: 23px;
	font-style: italic;
	color: #a8a8a8;
	margin-left: 10px;
}

.comment-post .comment-detail .comment-author a {
	font-size: 16px;
	line-height: 36px;
	color: #222;
	font-weight: 700;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a {
	color: #a8a8a8;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a:hover {
	color: #2e5797;
}

.comments-area ol.comment-list article .comment_content .comement_reply {
	position: absolute;
	left: 129px;
	bottom: 15px;
	padding: 6px 18px 6px 18px;
	font-size: 14px;
	line-height: 36px;
	color: #222;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comments-area ol.comment-list article .unapproved {
	float: right;
}

.comments-area ol.comment-list article .gravatar img {
	border-radius: 50%;
}

/* Comment Form */
.comment-respond {
	padding: 22px 35px 45px 36px;
}

.comment-respond .comment-reply-title {
	margin-bottom: 37px;
}

.comment-respond .comment-left, .comment-respond .comment-right {
	width: 50%;
	float: left;
}

.comment-respond .comment-left {
	padding-right: 15px;
}

.comment-respond .comment-right {
	padding-left: 15px;
	margin-bottom: 11px;
}

.logged-in-as + .comment-right {
	width: 100%;
	padding-left: 0;
}

.comment-respond .message {
	width: 100%;
}

.comment-respond textarea {
	min-height: 180px;
	width: 100%;
	margin-bottom: 10px;
}

.comment-respond input[type="submit"] {
	color: #222;
	border: 0;
	font-weight: 600;
	float: right;
}

.comment-respond input[type="submit"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.comment-respond input[type="submit"]:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.comment-respond input[type="submit"]:hover {
	color: #fff;
}

.comment-respond input[type="text"], .comment-respond input[type="email"],
.comment-respond textarea {
	width: 100%;
	background-color: #f7f7f7;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

/* Related Post */
.related-post .box-title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 34px;
	margin-top: 0;
}

.related-post .box-title:after {
	width: 40px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #fde428;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.blog-shortcode.blog-simple_list .featured-post {
	position: relative;
	max-width: 370px;
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}

.blog-shortcode.blog-simple_list .content-post {
	overflow: hidden;
}

.blog-shortcode .content-post h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 14px;
	margin-top: 2px;
}

.blog-shortcode .content-post h2 a {	
	color: #333333;
}

.blog-shortcode .content-post h2 a:hover {
	color: #2e5797;
}

/* Grid */
.blog-shortcode.blog-grid.blog-three-columns article {
	width: 33.33%;
	float: left;
}

.blog-shortcode.blog-grid.blog-two-columns article {
	width: 50%;
	float: left;
}

.blog-shortcode.blog-grid.blog-four-columns article {
	width: 25%;
	float: left;
}

.blog-shortcode.blog-grid article .entry-meta ul li {
	margin-right: 20px;
}

.blog-shortcode.blog-grid article .entry-meta ul {
	margin-bottom: 0;
}

/* sidebar
-------------------------------------------------------------- */
.widget ul  {
	padding: 0;
	margin: 0;
}

ul.children {
	padding-left: 20px;
}

.widget ul li {
	list-style: none;	
	position: relative;
}

.widget ul li a {
	color: #1e5051;
}

.bottom .widget ul li a {
	color: #999;
}

.contact-info ul {
	margin-left: 0;
}

.contact-info ul li {
	position: relative;
	list-style: none;
}

.contact-info ul li a {
	color: #aaa;
	line-height: 30px;
	padding-left: 30px;
	font-weight: 400;
}

.contact-info ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f041";
	font-size: 16px;
}

.contact-info ul li.phone:before {
	content: "\f095";
}

.contact-info ul li.email:before {
	content: "\f003";
}

.contact-info ul li.address1:before,
.contact-info ul li.phone1:before {
	content: '';
}

.widget ul li a:hover {
	color: #2e5797;
}

.widget .widget-title {
	position: relative;
	color: #333;
	line-height: 30px;
	margin-bottom: 16px;
	font-weight: 700;
	letter-spacing: -0.3px;
}

.widget .widget-title:after {
	position: absolute;
	top: 0;
	left: auto;
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f054";
	color: #222;
	padding-left: 7px;
}

/* widget search */
.sidebar .widget {
	margin-bottom: 50px;
}

.widget.widget_search .widget-title {
	margin-bottom: 37px;
}

.widget.widget_search {
	margin-bottom: 65px;
}

.widget.widget_search .search-form {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0;
}

.widget.widget_search .search-form label {
	display: block;
}

.widget.widget_search .search-form input[type="search"] {
	height: 60px;
	line-height: 20px;
	width: 100%;
	padding: 0 10px 0 20px;
	margin-bottom: 0;
}

.widget.widget_search .search-form input[type="search"]:focus {
	border-color: rgb(253, 228, 40);
}

.widget.widget_search .search-form .search-submit {
	background-color: transparent;
	background-size: 18px 18px;
	background-position: center right;
	background-repeat: no-repeat;
	width: 24px;
	height: 60px;    
	padding: 0;
	position: absolute;
	right: 32px;
	top: 0px; 
	color: #222;
	font-family: FontAwesome;
	font-size: 18px; 
}

/* Widget */
.widget ul li a {
	font-weight: 700;
}

.widget ul li a {
	color: #333333;
	line-height: 36px;
}

.widget ul li a:hover {
	color: #ffd71a;
}

/* Widget categories */
.widget.widget_categories {
	margin-bottom: 45px;
}

.widget.widget_categories .widget-title {
	margin-bottom: 16px;
}

/* Widget Archive */
.widget.widget_archive li a {
	text-transform: uppercase;
}

/* Widget recentpost */
.sidebar .widget-recent-news {
	margin-bottom: 30px;
}

.widget.widget-recent-news .widget-title {
	margin-bottom: 21px;
}

.widget.widget-recent-news ul li {	
	overflow: hidden;
	padding-bottom: 12px;
}

.widget.widget-recent-news ul li:last-child {
	margin-bottom: 0;
}

.widget.widget-recent-news ul li .thumb {
	float: left;
	margin-right: 24px;	
	margin-top: 5px;
}

.widget.widget-recent-news li .text {
	overflow: hidden;
	color: #666;
}

.widget.widget-recent-news ul li .text h4 {
	margin-top: 0;
}

.widget.widget-recent-news ul li .text h4 a {
	font-size: 14px;
	line-height: 24px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.1px;
}

.widget.widget-recent-news ul li .text h4 a:hover {
	color: #ffd71a;
}

/* widget tag */
.widget.widget_tag_cloud .widget-title {
	margin-bottom: 25px;
}

.widget.widget_tag_cloud .tagcloud a {
	border: 1px solid #e9e9e9;
	font-size: 14px!important;
	display: inline-block;
	margin:0 6px 6px 0;
	padding: 0 30px;
	line-height: 40px;
}

/* widget flicker */
.widget.widget_flicker {
	margin-bottom: 48px;
}

.widget.widget_flicker .widget-title {
	margin-bottom: 26px;
}

.widget.widget_flicker .flickr_badge_image {
	float: left;
	width: 25%;
	margin-bottom: 6px;
	padding-right: 3px;
}

.widget.widget_flicker .flickr_badge_image img {
	width: 100%;
}

/* Widget Archive */
.widget.widget_archive {
	margin-bottom: 41px;
}

/* Widget text */
.widget.widget_text .widget-title {
	margin-bottom: 21px;
}

.more-link {
	font-weight: 700;
	letter-spacing: 0.7px;
}

/* Pagination
-------------------------------------------------------------- */
.navigation.paging-navigation {
	text-align: center;
}

.page-template .navigation.paging-navigation {
	margin-top: 16px;
}

.navigation.gallery.paging-navigation.loadmore {
	margin-top: 45px;
}

.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
	margin: 0 0;
	text-align: left;
}

.navigation.paging-navigation.pager .pagination {
	width: 100%;
}

.navigation.paging-navigation.pager a:last-child {
	float: right;
}

.navigation.paging-navigation a,
.navigation.paging-navigation span,.page-links a, .page-links > span {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	padding: 11px 18px;
	font-size: 18px;
	font-weight: 700;
	color: #333;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	margin-left: 8px;
}

.navigation.loadmore a {
	font-size: 14px;
	background: #FFD71A;
	color: #222;
	font-family: Poppins ;
	line-height: 48px;
	padding: 0 41px 0 40px;
	display: inline-block;
	position: relative;
	border: none;
}

.navigation.paging-navigation.loadmore a:hover {
	color: #fff;
	z-index: 0;
	border: none;
}

.navigation.loadmore a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.navigation.loadmore a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navigation.paging-navigation a i {
	font-size: 24px;
}

.navigation.paging-navigation.pager a {
	display: inline;
}

.navigation.paging-navigation .current {
	color: #ffd71a;	
	border: 1px solid #ffd71a;
}

.navigation.paging-navigation a:hover,
.page-links a:hover, .page-links a:focus, .page-links > span {
	color: #ffd71a;	
	border: 1px solid #ffd71a;
}

.navigation.paging-navigation a.next:hover {
	color: #ffd71a;
}

/* Contact2
-------------------------------------------------------------- */
.contact-socials .charry-socials {
	padding-left: 98px;
}

.contact-socials .charry-socials li {
	line-height: 18px;
	margin-bottom: -6px;
}

.contact-socials .charry-socials li a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins',sans-serif;
}

.contact-socials .charry-socials li i {
	line-height: 48px;
	background: #ffd71a;
	width: 48px;
	text-align: center;
	color: #fff;
	margin-right: 17px;
}

/* Page-callout
-------------------------------------------------------------- */
.page-callout {
	padding: 49px 0 37px;
	background-color: #222;
	overflow: hidden;
}
	
.page-callout .charry-contact-us h3 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}

.page-callout .charry-contact-us p {
	font-size: 16px;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-bottom: 20px;
}

.page-callout .widget .widget-title {
	color: #fff;
}

.page-callout .widget .widget-title:after {
	content: none;
}

.flex-box {
	display: flex;
	align-items: center;
}

/* Mail Chimp
-------------------------------------------------------------- */
.widget.widget_mc4wp_form_widget {
	margin-top: 4px;
}

.mc4wp-form-fields {
	position: relative;
	line-height: 27px;
}

.mc4wp-form-fields input[type="email"] {
	font-family: "SourceSansPro", sans-serif;
	font-style: italic;
	background-color: #222;
	border-color: #656565;
	width: 100%;
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.mc4wp-form-fields input[type="email"]:focus {
	border-color: #ffd71a;
}

.mc4wp-form button[type="submit"] {
	position: absolute;
	right: 0px;
	width: 62px;
	height: 48px;
	padding: 0;
	background-color: transparent;
	text-indent: 9999px;
	overflow: hidden;
	border-left: 1px solid #757575;
}

.mc4wp-form-fields input[type="email"]:focus + button {
	border-color: #ffd71a;
}

.mc4wp-form button:after {
	content: "\f0e0";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-indent: 0;
	position: absolute;
	right: 16px;
	top: 8px;
	width: 28px;
	height: 28px;
	-webkit-transition: color ease .238s;
	-moz-transition: color ease .238s;
	transition: color ease .238s;
}

.mc4wp-form button:hover:after {
	color: #ffd71a;
}

/* Widget footer
-------------------------------------------------------------- */
.footer-widgets .widget-title {	
	margin-bottom: 34px;
	padding-bottom: 14px;
	margin-bottom: 16px;	
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1px;
	position: relative;
}

.footer-widgets .textwidget {	
	padding-right: 90px;
	line-height: 30px;
}

.footer-widgets .widget.widget_text .widget-title {	
	margin-bottom: 16px;
}

.footer-widgets .widget .widget-title::after {
	content: none;
}

.footer-widgets ul li a {
	color: #868686;
	line-height: 35px;
	font-size: 14px;
}

.footer-widgets ul li a:hover {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 0;
}

.footer ul.charry-socials {
	overflow: hidden;
	margin-top: 20px;
}

.footer ul.charry-socials li {
	float: left;
}

.footer ul.charry-socials li a {
	font-size: 18px;
	line-height: 45px;
	color: #aaa;
	padding-right: 20px;
}

.footer ul.charry-socials li a:hover {
	color: #ffd71a;
}

/* Contact info */
div.wpcf7-validation-errors {
	clear: both;
}

.footer #text-3.widget_text .textwidget {
	padding-right: 10px;
}

.footer .contact-info li {
	padding-left: 35px;
	position: relative;
}

.footer .contact-info li.address1 {
	margin-bottom: 15px;
}

.footer .contact-info li.address1 {
	margin-bottom: 16px;
}

.footer .contact-info li a {
	font-size: 14px;
	line-height: 30px;
	color: #aaa!important;
	font-weight: 400;
}

.footer .contact-info li.phone1 {
	margin-bottom: 15px;
}

.footer .contact-info li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f041";
	font-size: 16px;
}

.footer .contact-info li.address1:before {
	content: "";
}

.footer .contact-info li.phone:before {
	content: "\f095";
}

.footer .contact-info li.email:before {
	content: "\f003";
}

/* Widget Logo */
.footer-widgets .widget.widget_text img {
	margin-bottom: 32px;
	margin-top: 15px;
}

.footer-widgets .widget.widget_text .desc {
	font-size: 14px;
	line-height: 24px;
	color: #757575;
	padding-right: 10px;
	margin-bottom: 32px;
}

.footer-widgets .widget.widget_text p.phone {    
	font-size: 20px;
	font-weight: 500;
	left: 24px;
	color: #2e5797;    
}

.footer-widgets .widget.widget_text p.phone i {
	margin-right: 17px;
	font-size: 25px;
}

.footer-widgets .widget.widget_text p.phone span {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #757575;
	padding-left: 35px;
}

/* Widget Flowus */
.footer-widgets .followus li {
	margin-bottom: 0;
	letter-spacing: 0;
}

.footer-widgets .followus li i {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 10px;
	margin-right: 22px;
	font-size: 19px;
}

/* Widget Services */
.footer-widgets .widget.widget_nav_menu {
	padding-left: 50px;
}

.footer-widgets .widget.widget_nav_menu ul li {
	position: relative;
	padding-left: 18px;
}

.footer-widgets .widget.widget_nav_menu ul li:before {
	content: "\f363";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: "Ionicons";
	font-size: 19px;
}
	
/* Widget Ppen-house */
.footer-widgets .widget .open-house {
	padding-top: 10px;
}

.footer-widgets .widget .open-house span {	
	margin-bottom: 23px;
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.footer-widgets .widget .open-house p {
	font-weight: 600;
	margin-bottom: 12px;
}

.widget.widget_mc4wp input[type="submit"]:hover {
	color: #ffd71a;
}

.widget.widget_mc4wp input[type="submit"] {
	border-left: 1px solid #656565;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	padding: 0 20px;
	position: absolute;
	right: 15px;
	top: auto;
	font-family: "FontAwesome";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	padding: 94px 0 110px;
	background-color: #222;
	color: #757575;
	overflow: hidden;
}

.footer a,
.footer {
	color: #757575;	
}

.footer a:hover {
	color: #2e5797;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	padding: 18px 0;
}

.bottom p {
	margin-bottom: 0;
	line-height: 36px;
}

.bottom .copyright {
	float: left;
}

.widget-custom-menu {
	float: right;
}

.menu-footer-menu-container li {
	display: inline-block;
	padding-left: 32px;
}

.menu-footer-menu-container .widget ul li a {
	font-weight: 400;
	color: #999
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 70px;   
	width: 40px;
	height: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;   
	background-color: #ffd71a;
	line-height: 40px;
	text-align: center;   	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;	
}

.go-top:hover {
	background-color: #333;
}

.go-top:hover i {
	color: #fff;
}

/* Top bar
-------------------------------------------------------------- */
.top-bar {
	background-color: #c7b250;
	padding: 8px 40px;
}

.top-bar {
	color: #222;
	margin: 0 -15px;
}

.top-bar i {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	width: 28px;
	margin-left: 31px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

.top-bar i:first-of-type {
	margin-left: 0;
}

.top-bar ul {
	margin: 0;
	list-style: none;
}

.top-bar .custom-info {
	float: left;
}

.top-bar .custom-info li {
	letter-spacing: 0.5px;
	font-weight: 700;
}

.top-bar .charry-socials {
	float: right;
}

.top-bar ul li, .header  .right-content .charry-socials li {
	display: inline-block;
}

.top.header-2 .top-bar {
	background: transparent;
	border-bottom: 1px solid #ffd71a;
	padding: 8px 0;
	margin: 0;
}

.top.header-9 .custom-info li,
.top.header-8 .custom-info li,
.top.header-7 .custom-info li,
.top.header-6 .custom-info li,
.top.header-2 .custom-info li,
.top.header-3 .custom-info li,
.top.header-4 .custom-info li,
.top.header-5 .custom-info li {
	margin-left: 22px;
}

.top.header-9 i, .top.header-9 .charry-socials i:hover,
.top.header-8 i, .top.header-8 .charry-socials i:hover,
.top.header-7 i, .top.header-7 .charry-socials i:hover,
.top.header-6 i, .top.header-6 .charry-socials i:hover,
.top.header-2 i, .top.header-2 .charry-socials i:hover,
.top.header-3 i, .top.header-3 .charry-socials i:hover,
.top.header-4 i, .top.header-4 .charry-socials i:hover,
.top.header-5 i, .top.header-5 .charry-socials i:hover  {
	color: #ffd71a;
	background: transparent;
}

.header .right-content .charry-socials i,
.top.header-9 .charry-socials i,
.top.header-8 .charry-socials i,
.top.header-7 .charry-socials i,
.top.header-6 .charry-socials i,
.top.header-2 .charry-socials i,
.top.header-3 .charry-socials i,
.top.header-4 .charry-socials i,
.top.header-5 .charry-socials i {
	color: #999;
	width: auto;
	margin: 0 20px 0 0;
}

.header .right-content {
	float: right;
	padding: 0 20px;
}

.header .right-content .charry-socials {
	margin-right: 17px;
	position: relative;
	display: inline-block;
}

.header .right-content .charry-socials:before {
	content: '';
	width: 1px;
	background: #222;
    height: 15px;
    right: 2px;
    position: absolute;
    top: 4px;
}

.header .right-content .charry-socials i {
	color: #222;
    font-size: 18px;
    margin-right: 23px;
}

.header .right-content .charry-socials i:hover {
	color: #fff;
}

.top.header-2 .charry-socials {
	float: left;
}

.top.header-2 .custom-info,.header-header-3 .charry-socials,
.header.header-3 .custom-info,
.top.header-4 .custom-info {
	float: right;
}

.header.header-2 {
	text-align: right;
}

.header.header-2 .show-search {
    line-height: 120px;
    margin-left: 45px;
}

.header.header-2 #mainnav > ul > li > a,
.header.header-3 #mainnav > ul > li > a {
	line-height: 120px;
}

.header.header-2 #mainnav > ul > li > a:after {
	bottom: 41px;
}

.header.header-3 {
	text-align: right;
}

.header.header-3 #mainnav {
	position: relative;
}

.header.header-3 #mainnav:after {
	content:'';
	position: absolute;
	right: -26px;
	top: calc(50% - 7px);
	width: 1px;
	height: 15px;
	background: #e5e5e5;
}

.top.header-9 .top-bar,
.top.header-8 .top-bar,
.top.header-7 .top-bar,
.top.header-6 .top-bar,
.top.header-3 .top-bar,
.top.header-4 .top-bar,
.top.header-5 .top-bar {
	padding: 8px 0;
	border-bottom: 1px solid #e6e6e6;
}

.top.header-9 .top-bar,
.top.header-8 .top-bar,
.top.header-7 .top-bar,
.top.header-6 .top-bar,
.top.header-4 .top-bar,
.top.header-5 .top-bar {
	margin:0;
}

.top.header-4 .top-bar {
	padding:7px 0 10px;
}

.header.header-3 .header-3-container,
.header.header-6 .show-search,
.header.header-3 .show-search,
.header.header-3 .header-content {
	display: inline-block;
	float: none;
}

.top.header-9 .custom-info li, .top.header-9 .charry-socials,
.top.header-8 .custom-info li, .top.header-8 .charry-socials,
.top.header-7 .custom-info li, .top.header-7 .charry-socials,
.top.header-6 .custom-info li, .top.header-6 .charry-socials,
.top.header-5 .custom-info li, .top.header-5 .charry-socials,
.top.header-4 .custom-info li, .top.header-4 .charry-socials,
.top.header-3 .custom-info li, .top.header-3 .charry-socials {
	position: relative;
}

.top.header-4 .custom-info li,
.top.header-3 .custom-info li {
	letter-spacing: 0.2px;
	margin-left: 35px;
}

.top.header-4 .custom-info li.phone {
	letter-spacing: -0.2px;	
}

.top.header-4 .custom-info i {
	width: 26px;
	margin-right: 5px;
	text-align: right;
}

.top.header-7 .custom-info li,
.top.header-6 .custom-info li,
.top.header-5 .custom-info li {
    margin-left: 41px;
    letter-spacing: 0;
    text-shadow: 0px -1px #999;
}

.top.header-8 .custom-info {
	width: 100%;
}

.top.header-9 .custom-info {
	width: 100%;
	max-width: 951.2px;
}

.top.header-9 .custom-info li,
.top.header-8 .custom-info li {
    letter-spacing: 0.15px;
    margin-left: 32px;
    text-shadow: 0px -1px #999;
}

.top.header-9 .custom-info li:last-of-type,
.top.header-8 .custom-info li:last-of-type {
	float: right;
}

.top.header-7 .custom-info i,
.top.header-6 .custom-info i,
.top.header-5 .custom-info i {
	width: 17px;
	text-align: left;
}

.top.header-9 .custom-info i,
.top.header-8 .custom-info i {
	width: auto;
	margin-right: 5px;
}

.top.header-9 .custom-info li:first-of-type,
.top.header-8 .custom-info li:first-of-type,
.top.header-7 .custom-info li:first-of-type,
.top.header-6 .custom-info li:first-of-type,
.top.header-5 .custom-info li:first-of-type {
	margin-left: 0;
}

.top.header-9 .custom-info li:not(:last-of-type):after,
.top.header-8 .custom-info li:not(:last-of-type):after,
.top.header-7 .custom-info li:not(:last-of-type):after,
.top.header-6 .custom-info li:not(:last-of-type):after,
.top.header-5 .custom-info li:not(:last-of-type):after,
.top.header-4 .custom-info li:not(:last-of-type):after, .top.header-4 .charry-socials:after,
.top.header-3 .custom-info li:not(:last-of-type):after, .top.header-3 .charry-socials:after {
	content:'';
	right: -23px;
	width: 1px;
	background: #e6e6e6;
	position: absolute;
	height: 100%;
	top: 0;
}

.top.header-9 .charry-socials li:last-of-type i,
.top.header-8 .charry-socials li:last-of-type i,
.top.header-7 .charry-socials li:last-of-type i,
.top.header-6 .charry-socials li:last-of-type i,
.top.header-5 .charry-socials li:last-of-type i,
.top.header-4 .charry-socials li:last-of-type i,
.top.header-3 .charry-socials li:last-of-type i {
	margin-right: 0px;
}

.header.header-7 .header-content,
.header.header-6 .header-content,
.header.header-5 .header-content,
.header.header-4 .header-content {
    display: flex;
    float: right;
    margin-top: 48px;
    margin-bottom: 47px;
    align-items: center;
    flex-wrap: wrap;
}

.header.header-5 .header-content {
    margin-bottom: 36px;
    margin-top: 38px;
}

.header.header-5 .logo {
	margin-top: 8px;
}

.header.header-7 .header-content {
    margin-top: 40px;
    margin-bottom: 3px;
}

.header.header-6 .header-content {
    margin-bottom: 6px;
    margin-top: 38px;
}


.header.header-4 .header-content {
    margin-top: 34px;
    margin-bottom: 33px;
}

.header.header-9 #mainnav > ul > li > a,
.header.header-8 #mainnav > ul > li > a,
.header.header-7 #mainnav > ul > li > a,
.header.header-6 #mainnav > ul > li > a,
.header.header-5 #mainnav > ul > li > a,
.header.header-4 #mainnav > ul > li > a {
	line-height: 60px
}

.header.header-9 #mainnav > ul > li:after,
.header.header-8 #mainnav > ul > li:after,
.header.header-7 #mainnav > ul > li:after,
.header.header-6 #mainnav > ul > li:after,
.header.header-5 #mainnav > ul > li:after,
.header.header-4 #mainnav > ul > li:after {
	content: none;
}

.header.header-9 #mainnav > ul > li > a:hover,
.header.header-8 #mainnav > ul > li > a:hover,
.header.header-7 #mainnav > ul > li > a:hover,
.header.header-6 #mainnav > ul > li > a:hover,
.header.header-5 #mainnav > ul > li > a:hover,
.header.header-4 #mainnav > ul > li > a:hover {
	color: #fff;
}

.header.header-9 .nav-wrap,
.header.header-5 .nav-wrap,
.header.header-4 .nav-wrap {
    text-align: center;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    background: #ffd71a;
}

.header.header-9 .right-content {
    position: absolute;
    top: 29px;
    right: -5px;
}

.header.header-9 .menu-container {
	position: relative;
}

.header.header-9 .nav-wrap,
.header.header-8 .nav-wrap,
.header.header-7 .nav-wrap,
.header.header-6 .nav-wrap {
	background: #ffd71a;
	text-align: center;
	bottom: -29px;
	position: relative;
}

.header.header-8 .nav-wrap {
	padding-left: 46px;
	text-align: left;
}

.header.header-7 .nav-wrap {
	bottom: -34px;
	text-align: left;
}

.header.header-7 .header-wrap .logo,
.header.header-6 .header-wrap .logo {
	margin-top: 23px;
}

.header.header-5 #mainnav,
.header.header-4 #mainnav {
	margin-right: 46px;
	position: relative;
	margin-left: 71px;
}

.header.header-6 #mainnav {
    margin-right: 44px;
    position: relative;
    margin-left: 66px;
}

.header.header-7 #mainnav {
	margin-right: 15px;
	margin-left: 46px;
}


.header.header-6 #mainnav:before,
.header.header-5 #mainnav:before,
.header.header-4 #mainnav:before {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	height: 15px;
	right: -25px;
	width: 1px;
	background: #222;
}

.header.header-9 .show-search,
.header.header-8 .show-search,
.header.header-7 .show-search,
.header.header-5 .show-search,
.header.header-4 .show-search {
    float: none;
    display: inline-block;
    position: relative;
}

.header.header-9 .show-search a,
.header.header-8 .show-search a,
.header.header-7 .show-search a,
.header.header-6 .show-search a,
.header.header-5 .show-search a,
.header.header-4 .show-search a {
    line-height: 60px;
}

.header.header-9 .show-search a:hover,
.header.header-8 .show-search a:hover {
	color: #fff;
}

.header.header-7 .show-search a:hover i,
.header.header-6 .show-search a:hover i,
.header.header-5 .show-search a:hover i,
.header.header-4 .show-search a:hover i {
	color: #fff;
}

.header.header-7 ul,
.header.header-6 ul,
.header.header-4 ul,
.header.header-5 ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-top: 1px;
}

.header.header-9 .header-content li,
.header.header-8 .header-content li,
.header.header-7 .header-content li,
.header.header-6 .header-content li,
.header.header-4 .header-content li,
.header.header-5 .header-content li {
    display: inline-block;
    padding-left: 53px;
    position: relative;
    font-size: 18px;
    color: #222;
    letter-spacing: 0.2px;
    margin-right: 47px;
    font-weight: 700;
    line-height: 23px;
    text-shadow: 0px -1px #999;
}

.header.header-9 .header-content li a,
.header.header-8 .header-content li a,
.header.header-7 .header-content li a,
.header.header-6 .header-content li a,
.header.header-4 .header-content li a,
.header.header-5 .header-content li a {
	letter-spacing: 0.6px;
}

.header.header-9 .header-content li i,
.header.header-8 .header-content li i,
.header.header-7 .header-content li i,
.header.header-6 .header-content li i,
.header.header-4 .header-content li i,
.header.header-5 .header-content li i {
    position: absolute;
    left: -5px;
    top: calc(50% - 21px);
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ffd71a;
}

.header.header-9 .header-content li label,
.header.header-8 .header-content li label,
.header.header-7 .header-content li label,
.header.header-6 .header-content li label,
.header.header-4 .header-content li label,
.header.header-5 .header-content li label {
	display: block;
	color: #bfa113;
	font-size: 14px;
	font-family: "Poppins",sans-serif;
	margin-bottom: 0;
}

.header.header-3 .header-content {
	margin-left: 46px;
}

.header.header-3 ul.charry-socials li a {
	line-height: 28px;
	padding: 0;
}

.header.header-3 .show-search {
    margin-left: 43px;
}

.header .charry-button {
	font-size: 14px;
	line-height: 40px;
	background: #ffd71a;
	padding: 0 37px;
	color: #222;
	margin: 15px 0;
}

.container {
	max-width: 100%;
}

.header.header-9 .charry-button,
.header.header-8 .charry-button {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
}

.header .charry-button:hover {
	background: #222;
	color: #fff;
}
/* charry Socials
-------------------------------------------------------------- */
.charry-socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Home 1 
-------------------------------------------------------------- */
.charry-portfolio .cause.list.top-cause .item {
	position: relative;
	border: 15px solid #fff;
	padding:0 0 6px 0;
	margin-top: -156px;
	margin-bottom: 0;
}

.charry-portfolio .cause.list .charry-entry-content {
	padding-top: 45px;
	overflow: hidden;
}

.charry-portfolio .cause.list .charry-entry-content  p {
	padding-right: 40px;
}

.charry-portfolio .cause.list  .charry-entry-content p:last-of-type {
	margin-bottom: 34px;
}

.charry-portfolio .cause.list  .charry-title-post {
	margin-bottom: 18px;
}

.charry-portfolio .cause.list .read-more a {
	padding: 0 10px;
	font-size: 18px;
}

.charry-portfolio .cause.list .charry-progress {
	display: none;
}

.charry-portfolio .cause.list .item:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-color: #ffd71a;
}

.charry-portfolio .cause.list .item:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 25%;
	height: 6px;
	background-color: #dddddd;
	z-index: 999;
	top: 0;
}

/* home 2
------------------------------------------------------ */
.charry-featured-causes {
	z-index: 99;
}

.charry-featured-causes .title-section.vertical-title {
	margin-bottom: 88px;
	left: 20px;
}

.charry-featured-causes.v2 .title-section.vertical-title {
	left: -9px;
	margin-bottom: 8px;
}

.join-us .block-join-us, 
.join-us .block-join-us h2 {
	text-align: center;
}

.join-us .block-join-us p {
	font-size: 30px;
	line-height: 72px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	margin-bottom: -20px;
}

.some-fun {
	position: relative;
	display: table;
	z-index: 30;
	width: 100%;
}

.some-fun:before, .some-fun:after {
	content: '';
	bottom: -1px;
	left: -50%;
	width: 50%;
	height: 120px;
	background-color: #222 ;
	position: absolute;
	z-index: -1;
}

.some-fun:after {
	right: -50%;
	left: auto;
}

/* Home3
------------------------------------------------------ */
.charry-portfolio.yes .portfolio-container.owl-theme.recent-causes .owl-controls {
	margin-top: 30px;
}

/* Home4
------------------------------------------------------ */
.section-countdown {
	background-image: url(../images/parallax/bg-countdown.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 15px solid #fff;
	padding: 0px 60px 28px 50px;
	position: relative;
	text-align: center;
}

.section-countdown .charry-countdown {
	margin-top: -10px;
}

.section-countdown  .button-contain {
	display: inline-block;
	margin-right: 25px;
}

.charry-about-flat .img-single {
	position: relative;
}

.charry-about-flat .img-single:after {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 410px;
	height: 410px;
	content: "";
	background-color: #ffd71a;
}

.charry-about-flat .img-single img {
	position: absolute;
	left: 95px;
	top: -134px;
	bottom: 0;
	z-index: 1;
}

.vc_row[data-vc-full-width].charry-about-flat {
	overflow: visible;
}

.about-flat2 {
	margin-top: -26px;
}

.about-flat2 .box-content {
	letter-spacing: -0.23px;
}

.iconbox.about-flat2  .box-header .box-title {
	margin-bottom: 35px;
}

.section-savior .title.white {
	font-size: 36px;
	line-height: 48px;
	text-align: left;
}

.section-savior h2 {
	margin-bottom: 19px;
}

.section-savior p.desc {
	font-size: 24px;
	line-height: 36px;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
}

/* Home 5
--------------------------------------------- */
.charry-portfolio .portfolio-container {
	position: relative;
}

.related-portfolios .charry-portfolio .portfolio-container {
	margin: 0 0;
}

/* Home 6 
--------------------------------------------- */
.section-we-need .iconbox .box-header h3.box-title {
	margin-top: 6px;
}

.absolute_full_height img {
	position: absolute;
	bottom: 0;
	max-height: 100%;
}

.dynamic60, .title.white.dynamic60 {
	text-align: left;
}

/* About flat */
.iconbox.about-flat {
	padding-left: 48px;
}

.iconbox.about-flat .box-header .box-title {
	margin-top: 0;
	margin-bottom: 21px;
}

.iconbox.about-flat .box-content p {
	margin-bottom: 24px;
}

.iconbox.about-flat .box-content p:last-child {
	margin-bottom: 28px;
}

.iconbox.about-flat .box-readmore {
	padding-top: 8px;
}

.iconbox.about-flat .box-readmore a {
	display: inline-block;
	line-height: 48px;
	background: #ffd71a;
	padding: 0 44px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	color: #222;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.iconbox.about-flat .box-readmore a:hover {
	background: #222;
	color: #fff;
}

/* prallax become vouter */
.title.white {
	font-size: 60px;
	line-height: 84px;
	text-align: right;
	font-weight: 700;
	text-transform: none;
	font-family: "Poppins", sans-serif;
	color: #fff;
}
  
/* padding and margin */
.magr-230 {
	margin-right: 227px;
}

.button-contain {
	text-align: center;
}

/* lastest new */
.lastest-news.blog-grid {
	padding: 15px;
	background: #fff;
}

.lastest-news.blog-grid .entry{
	padding: 0;
	margin: 0;
}

.lastest-news.blog-grid .featured-post {
	position: relative;
	margin-bottom: 0;
}

.lastest-news.blog-grid .featured-post img {
	width: 100%;
}

.lastest-news.blog-grid article .entry-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

.lastest-news.blog-grid .entry .content-post {
	padding: 26px 30px 33px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.lastest-news.blog-grid .entry .content-post .read-more {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	padding-top: 13px; 
}

.lastest-news.blog-grid  .entry .content-post h2 {
	margin-bottom: 17px;
}

.lastest-news.blog-grid .entry .entry-meta {
	display: none;
}

.lastest-news.blog-grid .entry .content-post .post-category {
	font-size: 16px;
	text-transform: uppercase;
	color: #c7b250;
	font-weight: 700;
	margin-bottom: 4px;
	text-align: center;
}

.lastest-news.blog-grid .featured-post:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	content: "";
	width: 0;
	height: 0;
	border: 23px solid transparent;
	border-bottom: 16px solid #f7f7f7;
}

.lastest-news.blog-grid article:nth-of-type(even) .featured-post:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	content: "";
	width: 0;
	height: 0;
	z-index: 1;
	border: 23px solid transparent;
	border-top: 16px solid #f7f7f7;
}

/* About2
------------------------------------------- */
.bitmore1 .box-title {
	color: #bfa113;
	font-size: 24px;
}

.bitmore1 .box-subtitle {
	color: #222;
	font-size: 36px;
	line-height: 48px;
}

.bitmore1 p {
	letter-spacing: -0.22px;
	margin-bottom: 44px;
}

.banner1 {
	color: #fff;
}

.banner1 div {
	font-size: 18px;
}

.banner1 h2 {
	font-size: 48px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.banner1 p {
	letter-spacing: 0px;
	font-size: 24px;
}

/* About 2
------------------------------------------------------ */
.iconbox.text-white .box-header h3.box-title, .iconbox.text-white .box-readmore a:not(:hover) {
	color: #fff;
}

.iconbox .box-readmore a:hover, .box-readmore a:hover {
}

/* About 3 
----------------------------------------------------- */
.iconbox.ibcustom1  .box-header {
	margin-bottom: 12px;
}

.iconbox.ibcustom1 .box-header h3.box-title {
	margin-top: 55px;
}

.iconbox.ibcustom1 .box-readmore {
	margin-top: 6px;
}

.charry-video-bg {
	text-align: center;
	position: relative;
}

.charry-video-bg a.fancybox i {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.charry-video-bg a.fancybox i {
	font-size: 30px;
	color: #fff;
	line-height: 80px;
	width: 88px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.charry-video-bg a.fancybox i:hover {
	color: #ffd71a;
	border-color: #ffd71a;
}

.section-we-need2 .iconbox .box-header h3.box-title {
	margin-top: 17px;
	font-size: 18px;
	margin-bottom: 15px;
}

/* footer -120px */
.top_-120 {
	margin-top: -120px;
}

footer.top_-120{
	padding-top: 213px;
}

.contact-info .widgettitle {
	position: relative;
	font-family: "Poppins", sans-serif;
	color: #333;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 35px;
	font-weight: 700;
}

/* portfolio */
.hide_cat .post-categories {
	display: none;
}

.charry-portfolio.portfolio-single .entry-title {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 21px;
}

.charry-portfolio.portfolio-single .btn_donate:after {
	content: none;
}

/* Programs 2
------------------------------------------------------------------ */
.iconbox.text-white .box-header .box-icon span,.iconbox.text-white .box-header .box-title {
	color: #fff;
}

.donation-amount {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}

.donation-amount.custom-2 .sale_price {
	color: #ffd71a;
	font-size: 48px;
	display: block;
	margin-bottom: 39px;
}

.donation-amount .split {
	font-size: 30px;
}

.testimonial-slider.testimonials.small {
	padding-top: 23px;
}

.testimonial-slider.tes_center.text_99 .testimonial-content blockquote, 
.testimonial-slider.tes_center.text_99 .author-info .subtitle, 
.testimonial-slider.tes_center.text_99 .testimonial-author .author-name {
	color: #999;
}

.testimonial-slider.tes_center .testimonial-content {
	padding-top: 57px;
}

.testimonial-slider.tes_center.small .testimonial-content::before { 
	background-size: contain;
	width: 70px;
	height: 37px;
}

.testimonial-slider.owl-carousel.small .owl-stage-outer{
	margin-bottom: 55px;
}

/* Programs 3
------------------------------------------------------------------ */
.wpb_single_image.featured_img1 {
	position: relative;
	margin-bottom: 30px!important;
}

.wpb_single_image.featured_img1 .wpb_heading {
	min-width: 268px;
	min-height: 77px;
	background: rgba(255,255,255,0.81);
	color: #222;
	justify-content: center;
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	font-size: 18px;
	line-height: 36px;
	margin: 0;
}

.title-section.small  .title-content p {
	line-height: 31px;
	font-size: 30px;
}

.wpcf7_mailchimp  .wpcf7-form {
	text-align: center;
}

.wpcf7_mailchimp .wpcf7-form-control-wrap {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}

/* Programs 
------------------------------------------------------------------ */
.why-choose-us {
	left: 15px;
}

.why-choose-us .padl-90 .vc_column-inner  {
	padding-left: 90px;
	padding-right: 0;
}

/* mix list */
.blog-shortcode.mix-list {
	padding: 0 85px;
}

.blog-shortcode.mix-list .entry {
	margin-bottom: 18px;
}

.blog-shortcode.mix-list .post-category {
	display: none;
}

.blog-shortcode.mix-list article .featured-post {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.blog-shortcode.mix-list article .featured-post img {
	width: 100%;
}

.blog-shortcode.mix-list article:hover .featured-post {
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.blog-shortcode.mix-list .entry .content-post h2 {
	font-size: 24px;
	margin-bottom: 16px;
}

.blog-shortcode.mix-list article:nth-of-type(even) .featured-post {
	float: right;
	text-align: left;
	padding-right: 0;
	padding-left: 15px;
}

.blog-shortcode.mix-list .entry .content-post {
	padding-left: 30px;
	overflow: hidden;
	position: relative;
	padding-top: 22px;
	padding-right: 15px;
}

.blog-shortcode.mix-list .entry:nth-of-type(even) .content-post {
	padding-right: 30px;
}

.blog-shortcode.mix-list .entry li.post-date:before {
	content: none;
}

.blog-shortcode.mix-list .entry:nth-of-type(even) .content-post {
	text-align: right;
}

.blog-shortcode.mix-list .entry:nth-of-type(even) .entry-meta li.post-date {
	right: 11px;
	left: auto;
}

.blog-shortcode .entry .entry-meta {
	margin-bottom: 18px;
}

.blog-shortcode.mix-list .entry .entry-meta ul li {
	padding-left: 20px;
	margin-right: 20px;
	font-size: 16px;
}

.blog-shortcode.mix-list .entry .entry-meta ul li.address {
	margin-right: 0;
}

.blog-shortcode.mix-list .entry .entry-meta ul li.post-author,
.blog-shortcode.mix-list .entry .entry-meta li.post-date {
	display: none;
}

.blog-shortcode.mix-list article .entry-meta ul li:before {
	color: #c7b250;
	font-size: 16px;
	left: 0;
}

.blog-shortcode.mix-list article .entry-meta ul li.address:before {
	content: "\f041";
}

.blog-shortcode.mix-list .entry .entry-meta ul li, .blog-shortcode.mix-list .entry .entry-meta ul li a {
	color: #222;
}

.pad-0_9.wpb_single_image.wpb_content_element,
.blog-shortcode.mix-list .entry-content  {
	margin-bottom: 0;
}

.blog-shortcode.mix-list .entry  .read-more {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.blog-shortcode.mix-list .entry .entry-border {
	box-shadow: none;
}

.btn_our_event {
	font-size: 14px;
	padding: 0 47px;
}

/* Gallery 
-------------------------------------------------------------- */
.charry-gallery-item .title-post h1 {
	position: absolute;
	margin-top: -14px;
	left: 0;
	font-size: 16px;
	font-weight: 700;
	bottom: 15%;
	z-index: 100;
	width: 100%;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	padding: 0 40px;
	line-height: 28px;
}

.charry-gallery-item:hover .title-post h1 {
	bottom: 19%;
	opacity: 1;
}

.charry-gallery-item .item-content {
	padding: 15px;
	position: relative;
}

.charry-gallery-item .overlay {
	position: absolute;
	left: 33px;
	right: 31px;
	top: 30px;
	bottom: 30px;
	background-color: #ffd71a;
	content: '';
	z-index: 1;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, 
	-webkit-transform: 0.35s;
	-webkit-transform: scale(0);
	transition: opacity 0.35s, transform 0.35s;
	transition: all ease 0.4s;
	transform: scale(0);
}

.charry-gallery-item:hover .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.charry-gallery-item .link {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -15px;
	left: 50%;
	top: 35%;
	opacity: 0;
	z-index: 9999;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.charry-gallery-item:hover .link {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.charry-gallery-item .link .icon-zoom:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 5px;
	height: 20px;
	background-color: #fff;
	content: "";
	margin-left: -2.5px;
}

.charry-gallery-item .link .icon-zoom:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 5px;
	background-color: #fff;
	content: "";
	margin-top: -2.5px;
}

.charry-gallery-items img {
	width: 100%;
}

/* Wide layout 
--------------------------------------------------- */
body.wide .header-wrap, body.wide .bottom {
	padding: 0 15px;
}

/* Single cause
--------------------------------------------------- */
.single-cause-area {
	padding: 0 15px;
	padding-top: 70px;
}

.single-cause-content {
	width: 67%;
	float: left;
}

.single-cause-content .social-share-article {
	text-align: center;
}

.single-cause-content .post-categories {
	font-size: 16px;
}

.single-cause-content .social-share-article .social-share {
	float: none;
	margin-left: -35px;
}

.single-cause-content .social-share-article .social-share {
	margin-left: 8px;
}

.charry-portfolio.portfolio-single  .single-cause-content .entry-title {
	font-size: 30px;
	color: #222;
	line-height: 42px;
}

.single-cause-area .featured-post {
	max-height: 624px;
	overflow: hidden;
}

.single-cause-area article .main-post {
	padding-top: 34px;
}

.single-cause-area article.blog-single .entry-content {
	padding-bottom: 67px;
	margin-bottom: 25px;
}

.single-cause-area .donation-box, .donation-box-container {
	float: right;
	width: 31%;
	padding: 31px 25px 67px 28px;
	background: #fff;
	text-align: center;
	margin-top: 36px;
}

.single-cause-area .sale_price:after {
	content: none;
}

.single-cause-area .donation-box h3 {
	color: #222;
	font-size: 24px;
	margin-bottom: 15px;
}

.single-cause-area .charry-portfolio .donation-box .sale_price {
	color: #fed713;
	font-size: 36px;
	font-weight: 700;
	display: block;
	margin-bottom: 25px;
}

.single-cause-area .charry-portfolio .donation-box .price {
	color: #bda12f;
}

.single-cause-area .charry-portfolio .donation-box .charry-progress {
	clear: both;
	margin-bottom: 18px;
}

.single-cause-area .charry-progress .progress-bar {
	margin-top: 4px;
}

.single-cause-area .charry-progress .perc.show {
	color: #222;
	padding-right: 16px;
	font-weight: 700;
}

.single-cause-area .charry-portfolio .donation-amount {
	margin-bottom: 26px;
}

.single-cause-area article.portfolio-single {
	margin-bottom: 8px;
}

.single-cause-area .navigation.posts-navigation {
	margin-bottom: 49px;
}

.single-cause-area .navigation.posts-navigation .nav-links {
	padding: 0;
}

.charry-box-donated .sale_price {
	float: none !important;
	padding-right: 0;
}

.charry-portfolio .charry-box-donated .price {
	float: none;
}

.charry-portfolio .charry-box-donated .target {
	color: #222222;
	padding-right: 37px;
}

.charry-portfolio.event .donation-box-container {
	padding: 30px;
}

.charry-portfolio.event .donation-box-container li {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 15px;
}

/* Mod event 
---------------------------------------------------- */
.single-cause-area.custom_event .main-post {
	padding-top: 38px;
	margin-bottom: 28px;
}

.single-cause-area.custom_event .post-categories {
	margin-bottom: 7px;
}

.single-cause-area.custom_event .entry-title {
	margin-bottom: 25px;
}

.donation-box-container,.event-single .charry-portfolio.event .donation-box-container {
	padding-top: 23px;
	padding-bottom: 30px;
	padding-right: 0;
}

.donation-box-container ul,.event-single .charry-portfolio.event .donation-box-container ul {
	margin: 0;
	margin-bottom: 45px;
}

.donation-box-container li,.event-single .charry-portfolio.event .donation-box-container li {
	list-style: none;
	font-size: 24px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	padding-left: 50px;
	position: relative;
	line-height: 42px;
	margin-bottom: 0;
}

.donation-box-container li:before,  .event-single .charry-portfolio.event .donation-box-container li:before {
	content: "\f073";
	position: absolute;
	font-family: 'FontAwesome';
	left: 13px;
	color:#c7b250;
	font-weight: 400;
}

.donation-box-container li.address,  .event-single .charry-portfolio.event .donation-box-container li.address {
	font-size: 14px;
	line-height: 25px;
	margin-top: 4px;
}

.donation-box-container li.position:before,  .event-single .charry-portfolio.event .donation-box-container li.position:before {
	content: "\f041"
}

.donation-box-container li.time:before,  .event-single .charry-portfolio.event .donation-box-container li.time:before {
	content: "\f017";
}

.donation-box-container li.normal,  .event-single .charry-portfolio.event .donation-box-container li.normal {
	font-weight: 400;
	text-transform: capitalize;
}

.event-single .entry-content {
	padding-right: 35px;
}

.event-single .charry-portfolio.event .donation-box-container li.normal:before {
	content: '';
}

.related-event .comment-reply-title {
	margin-bottom: 54px;
}

.related-event .comment-reply-title h3 {
	font-size: 24px;
}

.single-cause-area.custom_event .navigation.posts-navigation {
	margin-bottom: 57px;
}

.gallery-columns-9 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-5 .gallery-caption,.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,
.sidebar-left .gallery-columns-4 .gallery-caption,.sidebar-right .gallery-columns-4 .gallery-caption  {
	opacity: 1;
	position: relative;
	background: #fff;
	color: #333;
	padding: 10px 0;
}

/* Preload */
#loading{
	background-color: #ed8c2b;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
	margin-top: 0px;
	top: 0px;
	left: 0px;
}

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 140px;
	margin-top: -10px;
	margin-left: -70px;
	-webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;
}

.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;	
}

.object:last-child {
	margin-right: 0px;
}

#object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
}

#object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
}
	
#object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
}
		
#object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
}
		
@-webkit-keyframes loading-center-absolute{
	100% {
		-ms-transform: rotate(360deg); 
		-webkit-transform: rotate(360deg); 
		transform: rotate(360deg); 
	}
			
	
}
	
@keyframes loading-center-absolute{
	100% {
		-ms-transform: rotate(360deg); 
		-webkit-transform: rotate(360deg); 
		transform: rotate(360deg); 
	}

}
	
@-webkit-keyframes object_one{
	50% {
		-ms-transform: translate(20px,20px); 
		-webkit-transform: translate(20px,20px);
		transform: translate(20px,20px);
	}

}
		
@keyframes object_one{
	50% {
		-ms-transform: translate(20px,20px); 
		-webkit-transform: translate(20px,20px);
		transform: translate(20px,20px);
	}

}

@-webkit-keyframes object_two{
	50% {
		-ms-transform: translate(-20px,20px); 
		-webkit-transform: translate(-20px,20px);
		transform: translate(-20px,20px);
	}

}
		
@keyframes object_two{
	50% {
		-ms-transform: translate(-20px,20px); 
		-webkit-transform: translate(-20px,20px);
		transform: translate(-20px,20px);
	}

}

@-webkit-keyframes object_three{
	50% {
		-ms-transform: translate(20px,-20px); 
		-webkit-transform: translate(20px,-20px);
		transform: translate(20px,-20px);
	}

}
		
@keyframes object_three{
	50% {
		-ms-transform: translate(20px,-20px); 
		-webkit-transform: translate(20px,-20px);
		transform: translate(20px,-20px);
	}

}

@-webkit-keyframes object_four{
	50% {
		-ms-transform: translate(-20px,-20px); 
		-webkit-transform: translate(-20px,-20px);
		transform: translate(-20px,-20px);
	}

}
	
@keyframes object_four{
	50% {
		-ms-transform: translate(-20px,-20px); 
		-webkit-transform: translate(-20px,-20px);
		transform: translate(-20px,-20px);
	}

}

