/*
Theme Name: THEMALLFLY LLC
Version: 1.0
*/

body {
	font: 15px/1.5 'Asap', 'Open Sans', sans-serif;
	background: #fff;
	color: #717171;
	padding-top: 82px;

    position: relative;
}

@media (min-width: 1280px) {
	.container {
		width: 1230px;
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

h1, .h1 {
	font-size: 30px;
	font-weight: 800;
	color: #326693;

	padding-bottom: 15px;

	background: url('../image/h1.png') left bottom no-repeat;
}

h2, .h2 {
	color: #444;
	font-size: 20px;
}

a:hover img {
	opacity: 0.75;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 86px;*/
	background: #fff;

	border-bottom: 1px solid rgb(233, 233, 233);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

	z-index: 499;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.logo {
	display: block;
	width: 334px;
	height: 57px;

	margin: 12px 0 13px;

	background: url('../image/logo.png') left center no-repeat;
	background-size: cover;

	text-indent: -9999px;
}
.logo h1 {
	background: none;
}

.header-right {
	padding-top: 20px;

	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 45px;
}

.header-right .widget-container {
	float: right;
}

.header-right .widget {
	float: left;
}

/** menu */

.nav-menu {
	margin: 0;
	padding: 0;
}

.nav-menu .menu-item {
	display: inline-block;
	position: relative;
}

.nav-menu .menu-item a {
	display: block;
	padding: 0 8px 3px;
	border-radius: 3px;
	color: #747474;
	font-size: 14px;
}

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

.nav-menu .menu-item:hover a {
	color: #fff;
	background: #005580;
}

.nav-menu .menu-item.menu-item-has-children:hover > a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	/*padding-bottom: 21px;*/
}

.nav-menu .menu-item:hover .sub-menu {
	display: block;
}

.nav-menu .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;

	padding: 0;
	margin: 0;

	min-width: 100%;
	background: #005580;

	white-space: nowrap;

	border-radius: 3px;
	border-top-left-radius: 0;

	overflow: hidden;

	z-index: 500;
}

.nav-menu .sub-menu .menu-item {
	display: block;
}

.nav-menu .sub-menu .menu-item a {
	border-radius: 0;
	line-height: 41px;
	border-bottom: 1px #1a668d solid;
	color: #fff;

	padding: 0;
	margin: 0 14px;
}

.nav-menu .sub-menu .menu-item:hover,
.nav-menu .sub-menu .menu-item a:hover {
	background: #006da4;
}

.nav-menu .menu-item-has-children .expand {
	position: absolute;
	display: none;
	top: 7px;
	right: 0;

	width: 30px;
	height: 30px;

	background: url('../image/menu-toggle.png') center center no-repeat;
}

.header-left {
	position: relative;
}

.header-left .menu-toggle {
	position: absolute;
	display: none;
	top: 8px;
	right: 0;
	width: 44px;
	height: 44px;
	background: url('../image/menu-toggle-2.png') center center no-repeat;

	cursor: pointer;
}


@media (max-width: 599px) {
	body {
		padding-top: 60px;
	}
	.logo {
		width: 196.47px;
		height: 33.53px;
	}
	.header-left .menu-toggle {
		top: -3px;
	}
}
@media (max-width: 767px) {
	.header-right .widget {
		float: none;
	}
	.header-right .widget-container {
		float: none;
	}
	.nav-menu {
		margin-bottom: 5px;
	}
	.nav-menu .menu-item {
		display: block;
	}

	.nav-menu .sub-menu {
		border-top-right-radius: 0;
		position: static;
	}
	.nav-menu .menu-item-has-children .expand {
		width: 50px;
	}
}
@media (max-width: 991px) {
	.site-header {
		position: absolute;
	}
	.header-right {
		display: none;
		padding-bottom: 15px;
	}
	.header-left .menu-toggle {
		display: block;
	}
	.nav-menu .menu-item:hover .sub-menu {
		display: none;
	}
	.nav-menu .menu-item-has-children a {
		padding-right: 35px;
	}
	.nav-menu .menu-item-has-children .expand {
		display: block;
	}
}
@media (min-width: 992px) {
	.header-right {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.nav-menu .menu-item a {
		padding: 0 10px 3px;
		font-size: 15px;
	}
}

.button-wrapper {
	display: inline-block;
}

.button,
input[type="submit"] {
	display: inline-block;
	padding: 0 14px;

	border-radius: 3px;

	border: none;
	border-bottom: 3px #c81819 solid;

	font-weight: 800;
	background: #e73032;
	color: #fff !important;
}

input[type="submit"] {
	height: 45px;
	position: relative;
	top: -3px;
}

.button:hover {
	color: #fff;
	text-decoration: none;

	background: #cd292b;
}

/** slider */

.slider-wrapper {
	position: relative;
	height: 450px;
	background: #eee;

	overflow: hidden;
}

.home-slider-images {
  margin-bottom: 50px;
}

.slider-container {
  max-height: 450px;
  position: relative;
}

@media (min-width: 1024px) {
  .slider-container {
    padding: 0 70px;
  }
}

.slider-images div, .slider-images div img, .slider-images .slick-slide {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.slider-container .slider-prev {
  left: 15px;
}

.slider-container .slider-next {
  right: 15px;
}

@media (min-width: 1024px) {
  .slider-container .slider-prev {
    left: 0;
  }
  
  .slider-container .slider-next {
    right: 0;
  }
}

.slider {
	height: 100%;
	/*top: -102.5px;*/
}

.slider .slide {
	position: relative;
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	width: 100%;
	height: 100%;

	/*45,18*/
}

.slider img {
	display: block;
	margin: 0 auto;
}

.slider .img {
	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: no-repeat;
}

.slider .caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	padding: 105px 1% 20px;

	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #222;
	font-size: 33px;
	line-height: 1.1;

	z-index: 250;
}

.slider .caption h2 {
	font-size: 60px;
	color: #222;
	margin: 0;
}
/*.slider .caption h2 {
	font-size: 33px;
	line-height: 1.1;
	color: #222;
	margin: 0;
}*/

.slider .caption a {
	display: inline-block;
	margin-top: 9px;
	padding: 11px 8px;
	color: #005580;
	font-weight: 800;
	font-size: 13px;

	text-decoration: none;

	border: 2px #005580 solid;
	border-radius: 3px;
}

.slider .caption a:hover {
	background: rgba(0, 85, 128, 0.1);
}

.slider-prev,
.slider-next {
	position: absolute;
	top: 50%;
	width: 55px;
	height: 55px;
  transform: translateY(-50%);

	background-repeat: no-repeat;
	background-position: center center;

	z-index: 350;
}

.slider-prev {
	left: 37px;
	background-image: url('../image/slider-arrow-left.png');
}

.slider-next {
	right: 37px;
	background-image: url('../image/slider-arrow-right.png');
}

@media (max-width: 767px) {
	.slider-prev,
	.slider-next {
		width: 35px;
		height: 35px;
		background-size: cover;
	}
	.slider-prev {
		left: 5px;
	}
	.slider-next {
		right: 5px;
	}
	.slider .caption {
		transform: scale(0.9);
	}
}
@media (max-width: 1199px) {
	.slider .img {
		background-size: cover;
	}
}

/*@media (min-height: 490px) {
	.slider-wrapper {
		height: 280px;
	}
	.slider {
	}
	.slider .caption {
		padding-top: 47px;
		font-size: 22px;
	}
	.slider .caption strong {
		font-size: 32px;
	}
}*/
@media (min-height: 550px) {
	.slider-wrapper {
		height: 420px;
	}
	.slider {
	}
	.slider .caption {
		padding-top: 100px;
		font-size: 30px;
	}
	.slider .caption strong {
		font-size: 55px;
	}
}
@media (min-height: 630px) {
	.slider-wrapper {
		height: 500px;
	}
	.slider {
	}
	.slider .caption {
		padding-top: 125px;
		font-size: 33px;
	}
	.slider .caption strong {
		font-size: 60px;
	}
}
@media (min-height: 690px) {
	.slider-wrapper {
		height: 540px;
	}
	.slider {
	}
	.slider .caption {
		padding-top: 135px;
	}
	.slider .caption strong {
	}
}

@media (min-height: 790px) {
	.slider-wrapper {
		height: 580px;
	}
	.slider .caption {
		padding-top: 160px;
	}
	.slider {
	}
}

@media (min-height: 970px) {
	.slider-wrapper {
		height: 655px;
	}
	.slider .caption {
		padding-top: 200px;
	}
	.slider {
	}
}

@media (max-width: 699px) {
	.slider-wrapper {
		height: 400px;
	}
	.slider .caption {
		font-size: 20px;
	}
	.slider .caption strong {
		font-size: 36.2px;
	}
}

/** home-tabs */

.home-tabs-wrapper {
	background: #005580;
	position: relative;
}

.home-tabs-wrapper .half-bg {
	position: absolute;
	top: 0;

	height: 58px;

	background: #fff;
	z-index: 0;
}

.home-tabs-wrapper .half-bg.left {
	display: none;
	left: 0;
	right: 50%;
}

.home-tabs-wrapper .half-bg.right {
	left: 50%;
	right: 0;
}

.home-tabs {
	color: #fff;

	position: relative;
	z-index: 5;
}

.home-tabs .nav-tabs {
	list-style: none;
	padding: 0;
	margin: 0;

	background: #fff;
	overflow: hidden;
}

.home-tabs .nav-tabs li {
	width: 33.333333334%;
	float: left;
	text-align: center;

	line-height: 58px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 800;
}

.home-tabs .nav-tabs li a {
	position: relative;
	display: block;
	color: #e73032;

	text-decoration: none;

	background-color: #fff;
	background:        -webkit-gradient(linear, 0 45, 100% 0, from(#dbdbdb), to(#fff));
	background: -webkit-linear-gradient(left, #dbdbdb, #fff 45px, #fff);
	background:    -moz-linear-gradient(left, #dbdbdb, #fff 45px, #fff);
	background:         linear-gradient(left, #dbdbdb, #fff 45px, #fff);
}

.home-tabs .nav-tabs :first-child a {
	background: #fff;
}

.home-tabs .nav-tabs .active a {
	color: #fff;
	background: #005580;
}

.home-tabs .nav-tabs li a .arrow {
	position: absolute;
	top: 0;
	right: -29px;
	height: 0;
	width: 0;

	border-top: 30px transparent solid;
	border-bottom: 28px transparent solid;
	border-left: 29px #fff solid;
	z-index: 1;
}

.home-tabs .nav-tabs .active a .arrow {
	border-left-color: #005580;
}

.home-tabs .tab-pane {
	padding-bottom: 15px;
}

.home-tabs .tab-pane .img {
	/*width: 250px;*/
	height: 300px;

	background-repeat: no-repeat;
	background-position: center center;
}

.home-tabs .tab-pane .text {
	font-family: 'Asap', sans-serif;
	font-style: italic;
	line-height: 27px;
	font-size: 18px;
	padding-top: 85px;
	margin-bottom: 15px;
}

.home-tabs .tab-pane h3 {
	font-size: 30px;
	/*font-weight: bold;*/
	font-style: normal;
	margin-top: 0;
	padding: 0 0 13px;
}

.home-tabs .tab-pane a {
	display: inline-block;
	margin: 19px 0 15px;
	padding: 14px 19px;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	line-height: 1;
	font-style: normal;

	text-decoration: none;

	border: 1px #fff solid;
	border-radius: 3px;
}

.home-tabs .tab-pane a:hover {
	background: #006496;
}

@media (max-width: 767px) {
	.home-tabs-wrapper .half-bg {
		height: 36px;
	}
	.home-tabs .nav-tabs li {
		line-height: 36px;
		font-size: 16px;
	}
	.home-tabs .nav-tabs li a .arrow {
		right: -18px;

		border-top: 18px transparent solid;
		border-bottom: 18px transparent solid;
		border-left: 18px #fff solid;
	}
	.home-tabs .tab-pane .img {
		height: 250px;
	}
	.home-tabs .tab-pane .text {
		padding: 0;
		margin: 0;
	}
	.home-tabs .tab-pane h3 {
		padding: 0;
	}
}

/** home-buttons */

.home-buttons-wrapper {
	color: #326693;
	font-size: 18px;
	text-align: center;
	padding-bottom: 33px;
}

.home-buttons-wrapper .widget {
	float: left;
	width: 30%;
	margin: 0 1.65%;

	padding: 45px 0 0;
}

.home-buttons-wrapper h3 {
	color: #326494;
	margin: 0 0 6px;
	font-size: 29px;
}

.home-buttons-wrapper .image {
	height: 240px;
	line-height: 240px;
}

.home-buttons-wrapper .widget_text {
	width: 100%;
	margin: 0;
	padding: 21px 3.5%;
}

.home-buttons-wrapper .widget_text h3 {
	margin-bottom: 18px;
}

.home-buttons-wrapper .widget_text .textwidget {
	font-family: 'Asap';
	font-style: italic;
}

/** home-blue */

.home-blue-wrapper {
	padding: 104px 0 111px;

	background: #eff3f6 url('../image/home-wrapper.png') repeat-x left top;

	color: #326693;
	font-size: 18px;

	text-align: center;
}

.home-blue-wrapper h3 {
	margin: 0 0 7px;
	font-size: 30px;
	font-weight: 800;
}

.home-blue-wrapper .widget_text .textwidget {
	font-style: italic;
}

.home-blue-wrapper .button {
	line-height: 52px;
	margin-top: 25px;
	padding: 0 26px;
}

@media (max-width: 767px) {
	.home-blue-wrapper {
		padding: 50px 0;
	}
}

/** home-bottom */

.home-bottom-wrapper {
	background: url('../image/home-wrapper.png') repeat-x left top;
	padding: 106px 0 69px;
}

.home-bottom {

}

.home-bottom-wrapper .h1 {
	margin-bottom: 57px;
}

.home-bottom-wrapper .title {
	font-size: 20px;
	font-weight: 800;

	margin-bottom: 19px;

	color: #e73032;
}

.home-bottom-wrapper .title .bird {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 11px;
	width: 23px;
	height: 20px;
	background: url('../image/home-bottom-twitter.png') left center no-repeat;
}

.home-bottom-wrapper .title .bottom-quote {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: 12px;
	width: 23px;
	height: 16px;
	background: url('../image/home-bottom-testimonials.png') left center no-repeat;
}

.home-bottom-wrapper .testimonial-wrapper {
	font-size: 18px;
	font-style: italic;
}

.home-bottom-wrapper .testimonial-wrapper {
	border: none;
	margin-bottom: 0;
}

.home-bottom-wrapper .quote {
	overflow: hidden;
}

.home-bottom-wrapper .quote-text {
	background: url('../image/home-bottom-testimonials-quote.png') left 7px no-repeat;
	padding-left: 65px;
}

.home-bottom-wrapper .testimonial-wrapper .by {
	/*float: right;*/
	color: #326495;
	font-weight: bold;
	font-style: normal;
	width: 100%;
}

.home-bottom-wrapper .testimonial-wrapper .by small {
	font-weight: 500;
}

.home-bottom-wrapper .testimonial-wrapper .stars {
	margin-bottom: 10px;
}

.home-bottom-wrapper .testimonial-wrapper .stars i {
	margin-right: 5px;
	color: #ffbc00;
}

.home-bottom-wrapper .twitter-wrapper {
	padding-top: 7px;
	font-size: 18px;
	font-style: italic;
}

.home-bottom-wrapper .fetch-tweets-single-container {
	max-height: 500px !important;
	overflow: visible !important;
}

.home-bottom-wrapper .fetch-tweets-single-item {
	display: block !important;
	border: none !important;
	padding-top: 0 !important;
	margin-top: 5px !important;
}

.home-bottom-wrapper .fetch-tweets-single-credit {
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding-top: 25px !important;
}

.home-bottom-wrapper .fetch-tweets-single-credit a {
	color: #e73032;
	font-size: 18px;
}

.home-bottom-wrapper .fetch-tweets-single-text {

}

.home-bottom-wrapper .fetch-tweets-single-user-name a {
	color: #383838;
}

.testimonials-slider {
	position: relative;
}

.testimonials-nav {
	position: absolute;
	top: -43px;
	right: 0;
}

.testimonials-slider-prev,
.testimonials-slider-next {
	display: inline-block;
	width: 18px;
	height: 18px;

	margin: 0 3px;

	background-repeat: no-repeat;
	background-position: center center;

	cursor: pointer;
}

.testimonials-slider-prev {
	background-image: url('../image/testimonials-slider-prev.png');
}

.testimonials-slider-next {
	background-image: url('../image/testimonials-slider-next.png');
}

.twitter-wrapper {
	position: relative;
}

.tweets-nav {
	position: absolute;
	top: -43px;
	right: 0;
}

.tweets-slider-prev,
.tweets-slider-next {
	display: inline-block;
	width: 18px;
	height: 18px;

	margin: 0 3px;

	background-repeat: no-repeat;
	background-position: center center;

	cursor: pointer;
}

.tweets-slider-prev {
	background-image: url('../image/testimonials-slider-prev.png');
}

.tweets-slider-next {
	background-image: url('../image/testimonials-slider-next.png');
}

@media (max-width: 767px) {
	.home-bottom-wrapper {
		padding: 50px 0;
	}
}

/** content */

.page-thumb {
	height: 264px;

	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1199px) {
	.page-thumb {
		background-size: cover;
	}
}
@media (max-width: 991px) {
	.page-thumb {
		height: 200px;
	}
}
@media (max-width: 767px) {
	.page-thumb {
		height: 160px;
	}
}

.inside-content {
	padding-right: 50px;
}

.page-content {
	margin-bottom: 18px;
}

.page-content.two-column h2:first-child {
	margin-top: 0;
}

.page-content .blockquote {
	float: right;
	border-right: 4px #e73032 solid;
	width: 200px;
	margin: 0 0 20px 30px;
	padding: 8px 0;

	line-height: 25px;

	color: #e73032;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 20px;
}

.page-content a {
	color: #717171;
}

.page-content img {
	max-width: 100%;
	height: auto !important;
}

.page-content p {
	/*clear: both;*/
	padding-bottom: 10px;
}

.page-content .alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.page-content .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.page-content .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}

@media (max-width: 767px) {
	.inside-content {
		padding-right: 0;
	}
	.page-content {
		padding-bottom: 35px;
	}
	.page-content.two-column h2:first-child {
		margin-top: 20px;
	}
}

/** services */

.services-page .gallery {
	color: #444;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	overflow: hidden;
}

.services-page .gallery br {
	display: none;
}

.services-page .gallery .gallery-item {
	position: relative;
	min-height: 260px;
	padding-top: 15px;
	margin: 0 !important;
	cursor: pointer;
}

.services-page .gallery .gallery-item + .gallery-item {
	border-left: 1px #e8e8e8 solid;
}

.services-page .gallery .gallery-icon {
	height: 160px;
	line-height: 160px;
}

.services-page .gallery a {
	display: block;
}

.services-page .gallery img {
	max-width: 100%;
	border: none !important;
}

.services-page .gallery .gallery-caption {
	padding: 0 13%;
}

.services-page .gallery .top-arrow .arrow,
.services-page .gallery .bottom-arrow .arrow {
	position: absolute;
	right: 0;
	left: 0;
	display: none;

	height: 25px;

	background-position: center center;
	background-repeat: no-repeat;

	z-index: 1;
}

.services-page .gallery .active.top-arrow .arrow,
.services-page .gallery .active.bottom-arrow .arrow {
	display: block;
}

.services-page .gallery .top-arrow .arrow {
	top: 0;
	background-image: url('../image/services-bottom-arrow.png');
}

.services-page .gallery .bottom-arrow .arrow {
	bottom: 0;
	background-image: url('../image/services-top-arrow.png');
}

.services {
	background: #005580;
	color: #fff;
	font-family: 'Asap';
	margin: 0 -30px;
	padding: 35px 60px;
	overflow: hidden;
}

.services img {
	border: 8px #fff solid;
	box-shadow: 1px 1.73px 3px rgba(72, 189, 186, .4);
	max-width: 60%;
}

.services .button {
	padding: 0 14px;
	line-height: 45px;
}

@media (max-width: 991px) {
	.services-page .gallery .gallery-caption {
		font-size: 14px;
	}
	.services {
		margin: 0 -15px;
		padding: 25px 40px;
	}
}
@media (max-width: 767px) {
	.services-page .gallery .gallery-caption {
		font-size: 12px;
	}
	.services-page .gallery .gallery-icon {
		height: 140px;
		line-height: 140px;
	}
	.services-page .gallery .gallery-item {
		min-height: 240px;
	}
	.services-page .gallery img {
		max-width: 70%;
	}
	.services {
		padding: 20px 20px;
	}
}
@media (max-width: 399px) {
	.services-page .gallery .gallery-icon {
		height: 80px;
		line-height: 70px;
	}
	.services-page .gallery .gallery-item {
		min-height: 175px;
	}
	.services-page .gallery .gallery-caption {
		padding: 0 5%;
	}

	.services-page .gallery .top-arrow .arrow,
	.services-page .gallery .bottom-arrow .arrow {
		height: 15px;

		background-size: contain;
	}
}

.page.entry-title {
	margin: 24px 0 57px;
}

/** quote */

.quote {
	display: block;
}

.quote .quote-text {
	display: block;
}

.quote .by {
	display: block;
}

/** testimonial */

.testimonial-wrapper .entry-title {
	margin: 0 0 24px;
}

.testimonial-wrapper {
	padding-bottom: 35px;
	margin-bottom: 34px;
	border-bottom: 1px #d9d9d9 solid;
}

.single-testimonial .testimonial-wrapper {
	border: none;
}

.single-testimonial .testimonial-wrapper .inside-content {
	margin-bottom: 15px;
}

.testimonial-wrapper .entry-title a {
	color: #444;
}

.testimonial-wrapper .quote-text {
	margin-bottom: 15px;
}

.testimonial-wrapper .by {
	color: #333;
}

.testimonial-wrapper .stars {
	margin-bottom: 10px;
}

.testimonial-wrapper .stars i {
  margin-right: 5px;
  color: #ffbc00;
}

/** post */
.post-wrapper {
	color: #717171;
}

.entry-header .entry-meta,
.entry-header .entry-meta a {
	font-style: italic;
}

.entry-header .entry-meta {
	margin-bottom: 19px;
}

.entry-header a {
	color: #333;
}

.entry-date {
	margin-right: 15px;
}

.post-wrapper .entry-title {
	margin-top: 0;
	margin-bottom: 12px;
}

.post-wrapper .entry-title a {
	color: #444;
}

.post-wrapper .post-thumb {
	// float: left;
	// margin: 0 15px 15px 0;
	margin: 0;
	position: relative;
	// margin-bottom: 20px;
}

.post-wrapper .post-thumb img {
	width: 100%;
	height: auto;
}

.post-wrapper .post-thumb time {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(231,48,50,.65);
  padding: .625rem .9375rem;
  color: #fff;
}

.post-wrapper .post-thumb.no-image {
	display: inline-block;
	padding: 20px 20px 0;
}

.post-wrapper .post-thumb.no-image time {
	position: relative;
	top: 0;
	left: 0;
	background: #326693;
}

.post-wrapper .entry-summary {
	// padding-top: 15px;
}

.post-wrapper .entry-summary h2 {
	color: ##316693;
}

.post-wrapper .entry-summary p {
	clear: none;
}

.post-wrapper .entry-meta {
	overflow: hidden;
}

.post-wrapper .entry-summary {
	padding: 20px;
}

.post-wrapper .entry-summary .button {
	line-height: 40px;
	padding: 0 24px;
}

.post-wrapper .post {
	// padding-bottom: 33px;
	margin-bottom: 33px;
	// border-bottom: 1px #d9d9d9 solid;
	background: #f5f5f5;
}

.post-navigation {
	margin-bottom: 35px;
}

.post-thumbnail {
	max-width: 100%;
	margin: 25px 0;
}

.tag-links a {
	margin-right: 15px;
}

/** sidebar */

.sidebar {
	color: #717171;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget a {
	color: #717171;
}

.sidebar .widget-title {
	color: #444;
	margin: 0 0 15px;
}

/** widgets */
.widget_mailingcenter_recent_widget {

}

.widget_mailingcenter_recent_widget .date {
	padding: 7px 0 17px;
	color: #e73032;
}

.widget_mailingcenter_contact_widget {

}

.widget_mailingcenter_contact_widget a {
	color: #717171;
}

.widget_mailingcenter_contact_widget .type-0,
.widget_mailingcenter_contact_widget .type-1,
.widget_mailingcenter_contact_widget .type-2 {
	padding-left: 37px;
	margin-bottom: 21px;

	background-position: left top;
	background-repeat: no-repeat;
}

.widget_mailingcenter_contact_widget .type-0 {
	background-image: url('../image/contact-address.png');
}

.widget_mailingcenter_contact_widget .type-1 {
	background-image: url('../image/contact-phone.png');
	background-position: left 5px;
}

.widget_mailingcenter_contact_widget .type-2 {
	background-image: url('../image/contact-email.png');
}


/** form */

.wpcf7-form {
	padding-top: 24px;
	margin-right: -3%;
}

.wpcf7-form div {
	margin-right: 3%;
	clear: both;
}

.wpcf7-form .half {
	float: left;
	width: 47%;
	clear: none;
}

.wpcf7-form label {
	display: block;
	font-style: italic;
	font-weight: normal;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="file"],
.wpcf7-form select,
.wpcf7-form textarea,
input[type="search"] {
	display: inline-block;
	width: 100%;
	padding: 15px 16px;

	font-style: italic;

	margin: 0 0 6px;

	border: 1px #bbb solid;
	border-radius: 2px;

	color: #616161;
	font-size: 15px;
	line-height: 20px;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="file"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
input[type="search"]:focus {
	background: #f8f8f8;
}

.wpcf7-form input[type="submit"] {
	margin-top: 3px;
}

.wpcf7-form textarea {
	line-height: 20px;
}

/** progress bar */

#progressbox {
	display: none;
}

#progresbar {
	margin: 0;
}

/** footer */

.site-footer {
	padding: 58px 0;
	color: #9d9d9d;
	background: #212121;
	border-top: 1px #303030 solid;
}

.site-footer h3 {
	color: #fff;
	margin-bottom: 16px;
	font-size: 20px;
}

.site-footer .widget {
	margin-bottom: 19px;
}

.site-footer .col-md-4 div {
	font-style: italic;
}

.site-footer .quote .quote-text {
	background: url('../image/quote-bg.png') left 4px no-repeat;
	padding-left: 55px;
	margin-bottom: 18px;
}

.site-footer .quote .by {
	float: right;
	color: #5a5a5a;
}

.site-footer .button-wrapper {
	float: left;

	width: 16.666666666666664%;
	padding: 0 15px;
	margin: 0 15px 9px 0;
}

.site-footer .button {
	line-height: 46px;
	background: none;
	border: 2px #fff solid;
	padding: 0 12px;
	white-space: nowrap;
}

.site-footer .button:hover {
	background: #333;
}

.site-footer .image {
	float: left;
	margin: 0 3px 14px 0;
}

.copyright-wrapper {
	padding-top: 30px;
	color: #8c8c8c;
	font-size: 12px;
	font-style: italic;
	font-family: 'Asap';
}

@media (max-width: 991px) {
	.site-footer .button-wrapper {
		float: none;
		width: auto;
		display: block;
	}
	.site-footer .widget {
		overflow: hidden;
	}
	.site-footer .image {
		margin-left: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.site-footer .button-wrapper {
		width: 15.666666666667%;
	}
}

/** popup */
#popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(36, 36, 36, 0.95);

    z-index: 99998;
}

.ie8 #popup {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F3242424, endColorstr=#F3242424)";
}

.popup-inner-wrapper {
    margin-top: 60px;
}

.popup-inner {
    position: relative;
    border-radius: 4px;
    background: #fff;
}

.popup-left {
    text-align: center;
    padding: 44px 0 57px;
    color: #575757;
    font-size: 22px;
    line-height: 30px;
}

.popup-left h2 {
    color: #02577f;
    font-size: 48px;
}

.popup-left h3 {
    color: #e52f35;
    font-size: 36px;
    margin-top: 12px;
}

.popup-right {
    padding: 32px;
    margin: -19px;

    border-radius: 5px;
    background: #02577f;

    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.popup-right p {
    margin-bottom: 29px;
}

#popup .popup-right .ajax-loader {
    margin: 7px auto;
    display: block;
}

.popup-right .wpcf7-form {
    margin: 0;
    padding: 0;
}

.popup-right .wpcf7-form div {
    margin: 0;
}

.popup-right .wpcf7-not-valid-tip {
    margin-bottom: 6px;
    margin-top: -6px;

    font-size: 14px;
    font-weight: normal;
}

.popup-right .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 9px;
}

.popup-right .wpcf7-response-output {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.popup-right input[type='text'],
.popup-right input[type='tel'],
.popup-right input[type='email'] {
    border-radius: 5px;
    border: none;

    font-style: normal;
}

.popup-right input[type='submit'] {
    width: 100%;

    font-weight: 800;
    font-size: 18px;
}

.popup-close {
    display: inline-block;
    position: absolute;
    top: -36px;
    right: -36px;

    width: 42px;
    height: 42px;

    border-radius: 21px;

    background: #fff;
    color: #000;

    font-size: 19px;
    line-height: 42px;
    font-weight: bold;

    z-index: 1;

    text-align: center;
}

.popup-close:hover {
    background: #fefefe;
    color: #000;
    text-decoration: none;
}

@media (min-height: 550px) {
    .popup-inner-wrapper {
        margin-top: 100px;
    }
}

@media (min-height: 630px) {
    .popup-inner-wrapper {
        margin-top: 130px;
    }
}

@media (min-height: 690px) {
    .popup-inner-wrapper {
        margin-top: 180px;
    }
}

@media (min-height: 790px) {
    .popup-inner-wrapper {
        margin-top: 240px;
    }
}

@media (min-height: 970px) {
    .popup-inner-wrapper {
        margin-top: 280px;
    }
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px 0;
	/*padding: 0 10px;*/
}

.comments-area form {
	max-width: 474px;
}

.comments-area textarea {
	width: 100%;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 800;
}

.comment-author a {
	/*color: #2b2b2b;*/
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	/*color: #41a62a;*/
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	/*content: "\f412";*/
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	/*color: #41a62a;*/
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/** Comments end */


/** BLog List **/
.blog-list .site-content > .container {
	max-width: 1000px;
	width: 100%;
}

.blog-list .site-content .inside-content {
	padding: 0;
}

.archive aside .widget,
.blog-list .sidebar .widget {
  padding: 1.25rem;
  border-bottom: 8px solid #e73032;
  background: #f5f5f5;
  margin-bottom: 1.875rem;
}

.archive aside .widget .button,
.blog-list .sidebar .widget .button {
    margin-bottom: 0
}

.archive aside .widget.widget_nav_menu,
.blog-list .sidebar .widget.widget_nav_menu {
    background: 0 0;
    border: 0;
    padding: 0
}

.blog-list .sidebar .widget.widget_nav_menu .menu {
	padding: 0;
}

.archive aside .widget.widget_nav_menu .menu li,
.blog-list .sidebar .widget.widget_nav_menu .menu li {
    display: inline-block;
    margin-right: .3125rem
}

.archive aside .widget.widget_nav_menu .menu li a,
.blog-list .sidebar .widget.widget_nav_menu .menu li a {
    width: 35px;
    height: 35px;
    background: #e73032;
    border-radius: 50%;
    display: block;
    padding: 0;
    text-align: center
}

.archive aside .widget.widget_nav_menu .menu li a i,
.blog-list .sidebar .widget.widget_nav_menu .menu li a i {
    color: #fff;
    line-height: 35px;
    margin: 0
}

.archive aside .widget.widget_text:first-child img,
.blog-list .sidebar .widget.widget_text:first-child img {
    width: 100%;
    margin-bottom: .625rem
}

.archive aside .widget.widget_text:first-child .button,
.blog-list .sidebar .widget.widget_text:first-child .button {
    min-width: 30px;
    font-size: .75rem
}

.archive aside .widget.widget_categories h3,
.blog-list .sidebar .widget.widget_categories h3 {
    display: none
}

.archive aside .widget.widget_categories ul,
.blog-list .sidebar .widget.widget_categories ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.archive aside .widget.widget_categories ul li,
.blog-list .sidebar .widget.widget_categories ul li {
    margin-bottom: .625rem
}

.archive aside .widget.widget_categories ul li:last-child,
.blog-list .sidebar .widget.widget_categories ul li:last-child {
    margin-bottom: 0
}

.archive aside .widget.widget_categories ul li a,
.blog-list .sidebar .widget.widget_categories ul li a {
    background: url('../image/right-red-arrow.png') left center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    padding-left: 25px;
    // color: #202020
}

.archive aside .widget.widget_categories ul li a:hover,
.blog-list .sidebar .widget.widget_categories ul li a:hover {
    color: #e73032
}

.archive aside .widget.widget_text:last-child,
.blog-list .sidebar .widget.widget_text:last-child {
  background: #e73032;
  color: #fff;
  padding: 20px;
}

.blog-list .sidebar .widget.widget_text:last-child input[type="email"] {
	width: 100%;
  padding: 10px;
}

.blog-list .sidebar .widget.widget_text:last-child button {
	margin-top: 10px;
}

.archive aside .widget.widget_text:last-child img,
.blog-list .sidebar .widget.widget_text:last-child img {
    margin-bottom: .625rem
}

.archive aside .widget.widget_text:last-child .button,
.blog-list .sidebar .widget.widget_text:last-child .button {
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #961a2d
}



/* SINGLE POST */
.single-post .site-content > .container {
	width: 100%;
	max-width: 1000px;
}

.single-post .post {
	background: #f5f5f5;
	margin-top: 20px;
}

.single-post .post .entry-header {
	padding: 20px 20px 0;
}

.single-post .post .entry-header h1 {
	background: none;
}


.single-post .post .entry-content {
	padding: 0 80px;
  position: relative;
}


.single-post .post .entry-content .share-icons {
    position: absolute;
    top: 0;
    left: 20px

}

.single-post .post .entry-content .share-icons ul {
	list-style: none;
	padding: 0;
}

.single-post .post .entry-content .share-icons ul li a {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 1.375rem
}

.single-post .post .entry-content .share-icons ul li a.fa {
	font-size: 20px;
}

.single-post .post .entry-content .share-icons ul li a.fa-facebook {
    background: #3b5998
}

.single-post .post .entry-content .share-icons ul li a.fa-twitter {
    background: #1da1eb
}

.single-post .post .entry-content .share-icons ul li a.fa-pinterest-p {
    background: #bd081c
}

.single-post .post .entry-content .share-icons ul li a:before {
    color: #fff;
    line-height: 45px
}

.single-post .post .entry-content .share-icons ul li a:hover {
	text-decoration: none;
}

.single-post .post .entry-content h2,
.single-post .post .entry-content h3,
.single-post .post .entry-content h4,
.single-post .post .entry-content h5,
.single-post .post .entry-content h6 {
    font-weight: 700;
    color: #b01f35
}

.single-post .post .entry-content img {
    padding-right: 2%
}

@media screen and (max-width:768px) {
	.single-post .post .entry-content .share-icons {
		position: relative;
		left: 0;
		margin-bottom: 20px;
	}
	.single-post .post .entry-content .share-icons ul li {
		display: inline-block;
	}
  .single-post .post .entry-content {
		padding: 0 .625rem 0 3.125rem
  }
}

#gmap {
	min-height: 300px;
}

#gmap .map {
	min-height: 300px;
}

div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield input {
  border: 1px solid #ccc;
  outline: none;
  box-shadow: none;
  padding: 15px 10px !important;
  margin: 0 !important;
}

div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input.wpforms-smart-phone-field {
  padding: 25px 15px 25px 55px;
}

div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea {
  border: 1px solid #ccc;
  outline: none;
  box-shadow: none;
  padding: 15px 10px;
  resize: vertical;
}

div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield select {
  border: 1px solid #ccc;
  outline: none;
  box-shadow: none;
  height: 55px;
  color: #757575;
}

div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield input::placeholder,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea::placeholder {
  font-style: italic;
}

div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus,
div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:focus,
div.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select:focus,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield input:focus,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea:focus,
div.gform_wrapper div.gform_body ul.gform_fields li.gfield select:focus {
  outline: 2px solid black;
  border-radius: 4px;
}