@charset "utf-8";
/* CSS Document */


/*------------------------
	Contact section
--------------------------*/
.contact-section {
	position: relative;
}

.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -15px;
	top: 0;
	background: #e7e7e7;
	z-index: -1;
}

.spad {
	padding-top: 50px;
	padding-bottom: 50px;
}
.fix {
	overflow: hidden;
}

/* Contact Info*/
.contact-info .section-title {
	margin-bottom: 24px;
}

.contact-info p {
	color: #777;font-size: 16px; line-height: 1.6em;
	margin-bottom: 30px;
}

.contact-info h3 {
	font-weight: 400;
	color: #d2006f;
	margin-bottom: 20px;
}

.contact-info .con-item {
	font-size: 16px; line-height: 2em;
}

.col-push {
	left: 50%;
} 
.col-pull {
	right: 50%;
} 
	.page-pagination,
	.blog-posts {
		margin-bottom: 90px;
	}
.section-title {
	text-align: center;
	margin-bottom: 90px;
	padding-top: 50px;
	position: relative;
}

.section-title h2 {
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.section-title h2 span {
	background: #d2006f;
	padding: 0 3px 5px;
	display: inline-block;
	color: #0b1033;
}

.section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 5px;
	height: 30px;
	margin-left: -2.5px;
	background: #d2006f;
}

.section-title.left {
	text-align: left;
}

.section-title.left:after {
	left: 0;
	margin-left: 0;
}

.section-title.dark h2 {
	color: #0b1033;
}

.form-class input[type="text"] {
	width: 100%;
	margin-bottom: 26px;
	border: none;
	background: #fff;
	padding: 17px 3px; border-bottom: 1px solid #e0e0e0
}

.form-class input[type="text"]:focus,
.form-class input[type="text"]:hover {
	outline: none;
}

.form-class textarea {
	width: 100%;
	margin-bottom: 40px;
	border: none;
	background: #fff;
	padding: 15px 3px;
	height: 260px; border-bottom: 1px solid #e0e0e0
}

.form-class textarea:focus,
.form-class textarea:hover {
	outline: none;
}

.form-class ::-webkit-input-placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

.form-class ::placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}


.site-btn { 
	font-size: 15px;
	color: #641fb1;
	display: inline-block;
	text-transform: uppercase;
	background: #d2006f;
	padding: 15px 50px;
	font-weight: 500;
	letter-spacing: 1px;
	min-width: 170px;
	text-align: center;
	border: none;
}
  

/*------------------------
	Blog Page
--------------------------*/
.post-item {
	margin-bottom: 90px;
}

.post-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.post-thumbnail .post-date {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #d2006f;
	top: 17px;
	left: 17px;
	text-align: center;
	padding-top: 15px;
}

.post-thumbnail .post-date h2 {
	color: #fff; position: absolute;top:0; width: 100%; text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}

.post-thumbnail .post-date h3 {
	font-size: 15px; position: absolute;top:35px; width: 100%; text-align: center;
	color: #fff;
	font-weight: 400;
}

.post-title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing:0px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.post-meta {
	margin-bottom: 40px;
}

.post-meta a {
	color: #0b1033;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	margin-left: 10px;
}

.post-meta a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	left: 0;
	top: 3px;
	background: #d2006f;
	border-radius: 10px;
}

.post-meta a:first-child {
	margin-left: 0;
}

.read-more { 
	font-size: 16px;
	color: #0b1033;
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 5px;
	margin-top: 20px;
}

.read-more:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #d2006f;
	border-radius: 10px;
}

.page-pagination a {
	display: inline-block; 
	font-size: 16px;
	color: #0b1033;
	padding: 6px 10px;
	margin-right: 5px;
}

.page-pagination a.active {
	background: #2be6ab;
}

.post-content {
	margin-bottom: 90px;
}
.post-content p {
	margin-bottom: 0px;
}



/* Sidebar */
.widget-item {
	margin-bottom: 20px;  min-height: 40px; 
	overflow: hidden;height: auto;  
}

.widget-item .widget-title {
	font-size: 18px;
	margin-bottom: 45px;
}

.widget-item ul {
	list-style: none; height: auto; overflow: hidden;  
}

.widget-item ul li  { margin-top: 20px;
	float: left;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 40px; line-height: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;
      border: none;
      padding: 0 40px;
      font-family: "Archivo Narrow", sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: .05em;
      background-color: #f0f0f0;
      color: #fff;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease; 
}
.widget-item ul li:first-child {
      margin-right: 30px;
}
.widget-item ul li:hover {
        background-color: #f7eaf1; 
}
.widget-item ul li.thisclass {
        background-color: #d2006f; 
}
.widget-item ul li.thisclass a{
        color: #fff;
} 

.widget-item ul li a {
	color: #333;
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}

.widget-item ul li a:hover {
	color: #d2006f;
}

.widget-item ul li:last-child a {
	margin-bottom: 0;
}

.widget-item ul.instagram {
	margin-left: -5px;
	margin-right: -5px;
}

.widget-item ul.instagram li {
	width: 33.33%;
	float: left;
	padding: 5px;
}

.widget-item ul.instagram li img {
	min-width: 100%;
}

.widget-item ul.tag li {
	display: inline-block;
	background: #2be6ab;
	padding: 10px 24px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.widget-item ul.tag li a {
	color: #6a23b5;
	margin-bottom: 0;
}

.widget-item .quote .quotation {
	display: block;
	color: #2be6ab;
	font-size: 60px;
	line-height: normal;
	margin-bottom: -20px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"] {
	width: 100%;
	border: none;
	background: #2be6ab;
	padding: 15px 20px;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	outline: none;
}

.search-form .search-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	right: 0;
	top: 0;
	border: 0;
	background: #6a23b5;
	color: #2be6ab;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	outline: none;
}


  .mega-column {
    width: 100%;
    padding: 0 20px; } 

  .mega-heading {
    margin-bottom: 15px; 
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8em;
    color: #1d1d1d;
    text-transform: uppercase; }
.mega-item a {
    display: block;
    padding: 8px 0;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 400; } 
.mega-item a:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      content: '';
      width: 0;
      height: 1px;
      background-color: #d2006f;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.mega-item a:hover {
      padding-left: 25px;
      color: #d2006f; }
.mega-item a:hover:before {
        width: 20px; }
.mega-item.mega-features li {
    margin-bottom: 0; }
.mega-item.mega-features a {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    color: #1d1d1d;
    text-transform: uppercase; } 
.mega-item.mega-features a:hover {
      color: #d2006f; }


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

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

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


  @media (max-width: 1199px) {
	  
}
  
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) { 
	.post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
	} 
}




/* Buttons */

a.button,
button{
	background:#fcfcfc;
	border:none;
	color:#333;  
	text-transform:uppercase;
	display:inline-block;
	padding:6px 20px;
	font-size:15px; font-weight: 500;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
	border-bottom:1px solid #e0e0e0;
	transition:background 0.3s, color 0.2s, border 0.3s;
	-webkit-transition:background 0.3s, color 0.2s, border 0.3s;
	-moz-transition:background 0.3s, color 0.2s, border 0.3s;
}

a.button.big,
button.big{
	padding:10px 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

button.medium,
a.button.medium{
	padding:8px 20px;
	height:39px;
}

a.button.donate,
button.donate{
	background:#a82512;
	border-top-color:#be2e17;
	border-bottom-color:#911f0f;
	color:#fff;
	text-transform:none;
}

a.button.donate.button-arrow:after,
button.donate.button-arrow:after{
	color:#d6aaa7;
}

a.button.donate.button-arrow:hover:after,
button.donate.button-arrow:hover:after{
	color:#fff;
}

a.button.donate.big,
button.donate.big{
	text-transform:uppercase;
}

a.button.donate:hover,
button.donate:hover{
	background:#d3311a;
	border-top-color:#de3d21;
	border-bottom-color:#b02713;
}

a.button + a.button,
button+button{
	margin-left:5px;
}

a.button.transparent,
button.transparent{
	padding:0;
	font-size:13px;
	background:none;
	color:#274472;
	border:none;
}

a.button.transparent:hover,
button.transparent:hover{
	background:none;
	color:#63b2f5;
}

a.button.transparent:hover:after,
button.transparent:hover:after{
	color:#63b2f5;
}

a.button:after,
a.button:before,
button:before,
button:after{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color:#a8abae;
	font-size:13px;
}

a.button.button-arrow:after,
button.button-arrow:after{
	margin-left:5px;
	content: '\e891';
	color:#808ca4;
	margin-right:-5px;
}

a.button.button-arrow-before:before,
button.button-arrow-before:before{
	margin-left:-5px;
	content: '\e890';
	color:#808ca4;
	margin-right:5px;
}

a.button:hover,
button:hover,
a.button.active-button,
button.active-button{
	background:#d2006f;
	color:#fff; 
	border-bottom-color:#bc0063;
	text-decoration:none;
}

a.button:hover:after,
button:hover:after,
a.button:hover:before,
button:hover:before,
a.button.active-button:after,
button.active-button:after{
	color:#fff;
}
.zhengwen{width: 100%; height: auto; overflow: hidden; line-height:2.8em; font-size: 16px; color: #666; } 
.zhengwen img{max-width: 100%; height: auto;  }

