/*--------------------------------------------------------------------------
Template name:HiFi - Host
Template uri:Themeix.com
Author name:Themeix
Author uri:
Tag:tab mobile,computer,desctop,responsive design,all browser supported,html5,html4,css3.
Verson:1
Description:
===========================
1 Basic Style
2 Push Hover
3 Header Section
4 Banner Section
5 Post Section
6 Sidebar Section
7 Newsletter Section
8 Contact Section
9 footer Section
===========================
------------------------------------------------------------------------------*/
/*
* — 1 Basic Style —
*/

body {
  margin: 0;
  padding: 0; 
  font-family: 'PT Sans', sans-serif;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; 
}
button,a{
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none; 
}

img {
  max-width: 100%; 
}

input:focus, input:active,
textarea:focus, textarea:active,
select:hover, select:focus, select:active {
  box-shadow: none;
  outline: 0px;
  box-shadow: none !important; 
}

button:hover, button:focus, button:active {
  outline: 0;
  box-shadow: none !important;
  cursor: pointer; 
}
figure{
	margin-bottom:0;
}
figcaption{
	text-align:center;
	font-size:12px;
	color:#adadad;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; 
}

::-webkit-input-placeholder {
  color: #777777 !important;
  font-size: 16px;
  font-weight: 400; 
}

::-moz-placeholder {
  color: #777777 !important;
  font-size: 16px;
  font-weight: 400; 
}

:-ms-input-placeholder {
  color: #595959 !important;
  font-size: 16px;
  font-weight: 300; 
}

:-moz-placeholder {
  color: #777777 !important;
  font-size: 16px;
  font-weight: 400; 
}

a.btn.active,
a.btn:active,
a.btn:focus,
a.btn:hover {
  box-shadow: none !important; 
  outline:none;
}

.input-group
.form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 1; 
}

iframe {
  border: 0; 
}
p,li,address{
	font-size:16px;
	line-height:32px;
	font-weight:400;
	color:#333333;
}
a{
	color:#f88fb5;
	font-size:16px;
	line-height:32px;
	font-weight:400;
}
a:hover{
	Color:#333333;
}
h1,h2,h3,h4,h5,h6{
	font-weight:700;
	margin-bottom:10px;
	color:#333333;
}
.themeix-btn1{
	background-color:#f88fb5;
	border:0;
	border-radius:0;
	padding:10px 30px;
	font-size:16px;
	font-weight:700;
	line-height:30px;
	text-transform:uppercase;
	color:#ffffff;
}
.themeix-btn1:hover,
.themeix-btn1:focus,
.themeix-btn1:active{
	background-color:#1d1b1b  !important;
}
.section-spacing{
	padding:80px 0;
}
.inner-spacing{
	padding:50px 0;
}
.bg-color1{
	background-color:#ffffff;
	position:relative;
	z-index:2;
}
.bg-color2{
	background-color:#e685b2;
	position:relative;
	z-index:2;
}
.bg-color3{
	background-color:#1d1b1b;
	position:relative;
	z-index:2;
}


/*
* — 2 Push Hover —
*/
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*
* — 3 Header Section —
*/
.header-section{
	z-index:5;
	padding-bottom:0;
}
.slicknav_menu {
	display:none;
}

.themeix-nav{
	display:table;
	margin:auto;
}
.themeix-brand{
    display: block;
    max-width: 330px;
	margin:auto;
	padding-bottom:30px;
}
.themeix-nav ul{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}
.themeix-nav ul *{
 -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.themeix-nav ul a{
	display:block;
	text-decoration:none;
	font-weight:700;
	font-size:16px;
	color:#333333;
	line-height:32px;
	padding:10px 15px 40px 15px;
}

.themeix-nav ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index:10;
}
.themeix-nav ul ul{
	visibility:hidden;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	z-index:10;
	padding:10px 5px;
	margin-top:10px;
	background: #f7f7f7;;
}

.themeix-nav ul ul li{
	float:none;
	width:200px
}
.themeix-nav ul ul li a:hover{
	text-indent:5px;
	color:#f88fb5;
}
.themeix-nav ul ul li a{
	font-weight:400;
	padding:2px 15px;
}

.themeix-navul ul a{
	line-height:120%;
	padding:10px 15px
}

.themeix-nav ul ul ul{
	top:0;
	left:100%
}

.themeix-nav ul li:hover > ul{
    visibility:visible;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-top:0;
}
.slicknav_menu{
	background-color:#333333;
	z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.themeix-brand {
    padding-bottom:30px;
}
.slicknav_menu .slicknav_menutxt{
	display:none !important;
}
.slicknav_menu .slicknav_icon{
	margin:0;
	width: 25px;
    height: 18px;
}
.slicknav_menu .slicknav_btn{
	background-color:transparent;
}
.slicknav_nav  .slicknav_arrow {
    float: right;
	position:relative;
	color:transparent;
	background-image:url(images/down-arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:10px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
	color:#ffffff;
    border-radius: 0;
    background: #F88FB5;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
}
.header-border{
	border-bottom:1px solid #e7e7e7;
}
#modal  .modal-dialog {
    margin-top: 10%;
	max-width:700px;
}
#modal p {
    margin-bottom:0;
	font-size:14px;
	color:#c4c4c4;
	text-align:center;
	padding-right:40px;
	margin-top:20px;
}
#modal .modal-body{
	padding:50px;
}
#modal .modal-content{
	border:0;
	border-radius:0;
}
/*
* — 4 Banner Section —
*/
.themeix-banner-wrapper .banner-details{
	max-width:80%;
}
.themeix-banner-wrapper .banner-thumb{
	margin-bottom:30px;
}
.themeix-banner-wrapper .banner-meta {
	margin-bottom:0;
}
.themeix-banner-wrapper .banner-meta li {
	margin-right:10px;
	font-size:14px;
}
.themeix-banner-wrapper .banner-meta li:after {
	content:"/";
    margin-left:10px;
	font-size:14px;
	font-weight:400;
	color:#333333;
}
.themeix-banner-wrapper .banner-meta li:last-child:after {
	display:none;
}
.themeix-banner-wrapper h4{
	font-size:20px;
}
.themeix-banner-wrapper p{
	margin-bottom:0;
}

.banner-carousel{
	position:relative;
	
}
.banner-carousel .owl-dots{
	position:absolute;
	right:0;
	bottom:12%;
	
}
.banner-carousel .owl-dots .owl-dot{
	width:12px;
	height:12px;
	display:block;
	border-radius:100%;
	background-color:#adadae;
	float:left;
	margin-right:5px;
	position:relative;
}
.banner-carousel .owl-dots .owl-dot.active{
	background-color:transparent;
	border:1px solid #f88fb5;
}
.banner-carousel .owl-dots .owl-dot.active span{
    width: 4px;
    height: 4px;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    margin: auto;
    background-color: #f88fb5;
    border-radius: 100%;
}
/*
* — 5 Post Section —
*/
.section-title{
	margin-bottom:60px;
	text-align:center;
}
.section-title h2{
	margin-bottom:20px;
	font-size:30px;
	font-weight:700;
}
.section-title h2 span{
	font-size:16px;
	font-weight:400;
	color:#848383;
}
.section-title p{
	margin-bottom:0;
}
.post-section p{
	margin-bottom:30px;
}
.post-section p:last-of-type{
	margin-bottom:0;
}
.post-section-title h4{
	margin-bottom:50px;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
}
.post-section-title h4:before{
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -10px;
    position: absolute;
    background-color: #f88fb5;
}
.themeix-post-wrapper{
	margin-bottom:40px;
}
.themeix-post-wrapper .post-thumb{
	margin-bottom:10px;
	overflow:hidden;
}
.themeix-post-wrapper .post-thumb img{
	width:100%;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.themeix-post-wrapper .post-thumb:hover img{
	-webkit-transform: rotate(5deg) scale(1.2);
	transform: rotate(5deg) scale(1.2);
	
}
.themeix-post-wrapper .post-details{
	text-align:center;
}

.themeix-post-wrapper .post-meta{
	margin-bottom:0;
}
.themeix-post-wrapper .post-meta li,
.themeix-post-wrapper .post-meta li a {
	margin-right:5px;
	font-size:12px;
}
.themeix-post-wrapper .post-meta li:after {
	content:"/";
    margin-left:5px;
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.themeix-post-wrapper .post-meta li:last-child:after {
	display:none;
}
.themeix-post-wrapper .post-details h4{
	font-size:20px;
	  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.themeix-post-wrapper .post-details h4:hover{
	color:#f88fb5;
}
.themeix-post-wrapper .post-social-link{
	margin-bottom:0;
}
.themeix-post-wrapper .post-social-link li{
	margin-right:10px;
}

.themeix-post-wrapper .post-social-link a{
	font-size:12px;
	color:#333333;
}
.themeix-post-wrapper .post-social-link a:hover,
.themeix-post-wrapper .post-social-link a:focus,
.themeix-post-wrapper .post-social-link a:active{
	color:#f88fb5;
}

.themeix-post-ads{
	margin-bottom:50px;
}
.themeix-post-ads img{
	width:100%;
}
.post-btn-container{
	text-align:center;
}

.single-thumb{
	margin-bottom:40px;
}
.single-thumb img{
	width:100%;
}
.themeix-tag-wrapper{
	margin-bottom:30px;
	text-align:center;
}
.themeix-tag-wrapper .tag-thumb{
	margin-bottom:10px;
}
.themeix-tag-wrapper .tag-thumb img{
	width:100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.themeix-tag-wrapper .tag-thumb:hover img {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.themeix-tag-wrapper .tag-details{
	margin-bottom:0;
}
.themeix-tag-wrapper .tag-details li{
	margin-right:5px;
	font-size:14px;
	color:#848383;
}
.themeix-tag-wrapper .tag-details a{
	font-size:20px;
	font-weight:700;
	color:#333333;
}
.themeix-tag-wrapper .tag-details a:hover,
.themeix-tag-wrapper .tag-details a:focus{
	color:#f88fb5;
}
.error-container .error-thumb{
	max-width:400px;
	margin:auto;
	margin-bottom:60px;
}
.error-container  h1{
	font-size:40px;
	font-weight:400;
	margin-bottom:10px;
}
.error-container  .error-btn{
	font-size:16px;
}
.themeix-blockquote{
	padding-left:40px;
	margin-bottom:30px;
	position:relative;
}
.themeix-blockquote:before{
	content:"\f10d";
	color:#5b5b5b;
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	top:4px;
}
.themeix-blockquote:after{
	content:"\f10e";
	color:#5b5b5b;
	font-family:'FontAwesome';
	position:absolute;
	right:0;
	bottom:4px;
}
.themeix-blockquote p{
	margin-bottom:0;
	font-style:italic;
	text-align:center;
	color:#5b5b5b;
}
.post-unordered-list{
	padding-left:20px;
	margin-bottom:30px;
}
.post-unordered-list li{
	margin-bottom:10px;
}
.post-unordered-list li:last-child{
	margin-bottom:0;
}
.post-ordered-list{
	padding-left:20px;
	margin-bottom:30px;
}
.post-ordered-list li{
	margin-bottom:10px;
}
.post-ordered-list li:last-child{
	margin-bottom:0;
}
.single-meta-share{
	border-bottom:1px solid #e1e1e1;
	padding:30px 0;
	margin-bottom:60px;
}
.single-meta-details{
	margin-bottom:0;
}
.single-meta-details li{
	margin-right:5px;
}
.single-meta-details li:after{
	content:"/";
	margin-left:5px;
}
.single-meta-details li:last-child:after{
	display:none;
}
.single-share-details {
	margin-bottom:0;
}
.single-share-details li:nth-child(1){
	color:#000000;
	font-size:16px;
	margin-right:20px;
}
.single-share-details li:nth-child(2) a{
	background-color:#55acee;
}
.single-share-details li:nth-child(3) a{
	background-color:#3b5998;
}
.single-share-details li:nth-child(4) a{
	background-color:#dd4b39;
}
.single-share-details li a{
    font-size:12px;
	color:#ffffff;
	padding:3px 8px;
	border-radius:5px;
}
.single-title h3{
	color:#858585;
	font-size:28px;
	margin-bottom:30px;
}
#gallery-slider{
	margin-bottom:40px;
}
.themeix-author-wrapper {
	background-color:#f4f6f8;
	margin-bottom:30px;
}
.themeix-author-wrapper .author-thumb img{
	width:100%;
}
.themeix-author-wrapper .author-details{
	padding:30px 10px;
	text-align:center;
}
.themeix-author-wrapper .author-details h4{
	font-size:22px;
}
.themeix-author-wrapper .author-social-link{
	margin-bottom:0;
}
.themeix-author-wrapper .author-social-link li{
	margin-right:10px;
}

.themeix-author-wrapper .author-social-link a{
	font-size:12px;
	color:#333333;
}
.themeix-author-wrapper .author-social-link a:hover,
.themeix-author-wrapper .author-social-link a:focus,
.themeix-author-wrapper .author-social-link a:active{
	color:#f88fb5;
}
.highlight-code{
	margin:30px 0;
}
.align-left{
	float:left;
	margin-right:15px;
}
.align-right{
	float:right;
	margin-left:15px;
}
.disqus-comments{
	margin-bottom:60px;
}
/*
* — 6 Sidebar Section —
*/

.sidebar-widget{
	margin-bottom:60px;
}
.sidebar-title h4{
	font-size:20px;
	margin-bottom:50px;
	position:relative;
}
.sidebar-title h4:before{
	content:"";
	background-color:#f88fb5;
	width:50px;
	height:1px;
	left:0;
	bottom:-10px;
	position:absolute;
}

.sidebar-widget:last-child{
	margin-bottom:0;
}
.about-widget{
    background-color: #f6f7fb;
    padding: 80px 30px 60px;
    text-align: center;
}
.about-widget img{
	border-radius:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.about-widget h4{
	font-size:22px;
	margin-bottom:20px;
}
.about-widget p{
	margin-bottom:30px;
}
.about-widget .about-btn{
	display:inline-block;
}
.post-widget{
	
}
.post-widget .post-widget-container{
	display:table;
	width:100%;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:15px;
	padding-bottom:15px;
}
.post-widget .post-widget-container:last-child{
	margin-bottom:0;
}
.post-widget .post-widget-thumb{
	float:left;
	width:70px;
}
.post-widget .post-widget-content{
	float:left;
	width:calc( 100% - 70px );
	padding-left:15px;
}
.post-widget .post-widget-content a{
	line-height:24px;
	color:#333333;
}
.post-widget .post-widget-content a:hover,
.post-widget .post-widget-content a:visited{
	color:#f88fb5;
}
.post-widget .post-widget-content p{
	margin-bottom:0;
	font-size:14px;
}
.instagram-widget{
	overflow:hidden;
}
.instagram-widget a{
    display: block;
    float: left;
    width: 32.88%;
}
/*
* — 7 Newsletter Section —
*/

.newsletter-section{
	background-image:url(images/newsletter-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	position:relative;
	margin-bottom:270px;
	overflow:hidden;
}
.newsletter-section:before{
	content:"";
	left:0;
	top:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(248, 143, 181, 0.95);
	z-index:2;
}
.search-form{
    max-width: 600px;
    margin: 0px auto;
	position:relative;
	z-index:3;
}
.search-form  button{
	background-color:#1d1b1b;
	text-transform:capitalize;
	padding:15px 40px;
	font-size:16px;
	color:#ffffff;
	font-weight:700;
	border-radius:0;
	border:0;
	border-left:1px solid;
}
.search-form  button:hover,
.search-form  button:focus,
.search-form  button:active{
	color:#f88fb5;
	background-color:#ffffff;
	border-left:1px solid #f88fb5;
}
.search-form  input[type="text"]{
	padding:15px 30px;
	border:0;
	border-radius:0;
	background-color:#ffffff;
}
.form-border{
	border:1px solid #f5f5f5 !important;
}


/*
* —  8 Contact Section —
*/


.contact-form{
   max-width:600px;
   margin:auto;
}
.contact-form .form-group {
  margin-bottom: 30px; 
}

.contact-form .form-group .form-control {
  border-radius: 0;
  display: inline;
  width: 100%;
  margin:auto;
  padding: 15px 20px;
  border: 1px solid;
  border-radius: 0;
  border-color: #cacaca;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.contact-form button[type="submit"]{
    width: 100%;
    padding: 15px 30px;
    background-color: #f88fb5;
    border: 1px solid;
    border-radius: 0;
    border-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px; 
}
.contact-form button[type="submit"]:hover,
.contact-form button[type="submit"]:focus{
    background-color: #1d1b1b;
}


/*
* — 9 footer Section —
*/

.footer-section{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
}
.themeix-footer-widget{
	text-align:center;
}
.footer-social-link{
	margin-bottom:30px;
}
.footer-social-link li{
	margin-right:10px !important;
}
.footer-social-link a{
	display:block;
	width:50px;
	height:50px;
	border:1px solid #4d4d4d;
	border-radius:100%;
	font-size:16px;
	line-height:48px;
	color:#a5a4a4;
}

.footer-address{
	margin-bottom:0;
	color:#ffffff;
	font-size:14px;
}
.footer-address  span{
	color:#f88fb5;
}
.footer-address  a{
	color:#ffffff;
	font-size:14px;
}