@charset "UTF-8";
/*--------------------------------------------------------------------------
Template name:Themeix
Template uri:freelancingcare.com
Author name: Themeix
Author uri:
Tag:tab mobile,computer,desctop,responsive design,all browser supported,html5,html4,css3.
Verson:1
Description:
===========================
INDEX CSS
1.0  Base 
2.0  Responsive Menu
3.0  Header Section
4.0  Slider Section
5.0  Main Section
6.0  Title Section
7.0  Footer Section
===========================
------------------------------------------------------------------------------*/


/* ===========================================
1.0  Base 
============================================== */
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;
}
input:focus,input:active,
textarea:focus,textarea:active,
select:hover,select:focus,select:active{
	box-shadow:none;
	outline:0px;
	box-shadow:none !important;
	z-index:1;
}
button:hover,button:focus,button:active{
	outline:0;
	box-shadow:none !important;
	cursor:pointer;
}
h1,h2,h3,h4,h5,h6{
	color:#111215;
	font-weight:700;
}
p{   
    font-weight:400;
	color:#111215;
	line-height:30px;
}
a:hover,a:focus,a:active,a{
	text-decoration:none;
	color:#111215;
	outline:0;
	transition:0.5s all;
}
blockquote {
    margin: 0 0 1rem;
    border-radius: 0;
    border-left: 5px solid #02b5ff;
    padding-left: 20px;
    margin-left: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}
img{
	max-width:100%;
}
.ptd100{
	padding:100px 0;
}
.ptd30{
	padding:30px 0;
}
/*Aside Menu*/
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #f7f7f7;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding:20px;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}
/* Aside Menu Movement */
.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.pushy-open-right .main-section,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Aside Menu Transitions */
.main-section,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Aside Menu  Overlay */
.site-overlay {
  display: none;
}
.pushy-open-right{
	overflow:hidden;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pushy-content a{
	display:inline-block;
}
.pushy-content img{
	max-width:100%;
	margin-bottom:20px;
}
.pushy-content h4{
	text-transform:capitalize;
	padding-left:10px;
}
.pushy-content h4 a{
	color:#232323;
}
.pushy-content p{
	color:#111215;
	padding-left:10px;
	margin-bottom:20px;
}
.pushy-author-meta{
	padding-left:10px;
	margin:0;
}
.pushy-author-meta li{
   margin-right:10px;
}
.pushy-author-meta li a{
	box-shadow: 0px 0px 3px #fff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    color: #656a74;
}
.pushy-author-meta li a:hover{
    color: #111215;
}

/* Preloader */

#loading{
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 111;
	margin-top: 0px;
	top: 0px;
	overflow:hidden;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #232323;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

/* Back To Top */

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 11;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #111215;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #02b5ff;
}
#back-to-top.show {
    opacity: 1;
}

/* ===========================================
2.0 Responsive Menu
============================================== */
.button_container {
  position: absolute;
  top: 13px;
  right: 15px;
  height: 30px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  display:none;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
  background: #232323;
}
.button_container.active .middle {
  opacity: 0;
  background: #02b5ff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #232323;
}
.button_container span {
  background: #232323;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay-open {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition:1s all;
  z-index:2;
  display:block !important;
}
.overlay-open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay-open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay-open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay-open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay-open nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlay-open ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay-open ul li {
  display: block;
  height: 10% !important;
  height: calc(60% / 4);
  min-height: 40px;
  position: relative;
  opacity: 0;
}
.overlay-open ul li a {
  display: block;
  position: relative;
  color: #232323;
  font-size:20px;
  text-decoration: none;
  overflow: hidden;
  padding:5px;
}
.overlay-open ul li a:hover:after, 
.overlay-open ul li a:focus:after, 
.overlay-open ul li a:active:after {
  width: 50%;
}
.overlay-open ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #02b5ff;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* ===========================================
3.0  Header Section
============================================== */
.header-top{
	padding:10px 0;
	background-color:#CCCCCC;
}
.header-top .header-author-share{
	margin:0;
	padding-top:4px;
}
.header-top .header-author-share li{
    margin-right:15px;
}
.header-top .header-author-share li a{
    color:#656a74;
}
.header-top .header-author-share li a:hover{
    color:#f7f7f7;
}
.header-top .sidebar-author .menu-btn{
    color: #ffffff;
    font-size: 20px;
}
.themeix-brand {
	padding-top:6px;
}
.header-bottom{
	background-color:white;
	padding:30px 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
}
.overlay-close li:last-child a{
	padding-right:0;
}
.overlay-close li  a:hover{
	color:#02b5ff;
}
.themeix-modal .modal-content{
    border: 0;
    padding: 30px;
    border-radius: 0;
}
.themeix-modal .modal-header{
	border:0;
}
.themeix-modal .modal-btn{
    background-color: #111215;
    border: 0;
    padding: 10px 40px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition:0.5s all;
	font-weight:600;
}
.themeix-modal .modal-btn:hover{
    background-color: #1dbcfe;
}
.themeix-modal .form-control{
    padding: 10px 15px;
}
.themeix-modal .modal-dialog{
    max-width:700px;
	margin-top:120px;
}
.themeix-modal .form-group{
    margin-bottom:30px;
}
.fixed-nav{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2222;
	padding:10px;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.nav li a{
	font-size: 16px;
    font-weight: 600;
	text-transform:capitalize;
}
/* ===========================================
4.0  Slider Section
============================================== */
.slider-section{
	background-image:url(images/slider-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:150px;
}
.next-slider-content{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px;
	position:relative;
}
.next-slider-content h1{
	margin-bottom:40px;
    line-height: 60px;
}
.next-slider-content h1 a{
	color:#f7f7f7;
}
.next-slider-content .next-slider-meta li{
	margin-right:30px
}
.next-slider-content .next-slider-meta a{
	color:#f7f7f7;
	text-transform:capitalize;
}
.next-slider-content .next-slider-meta i{
	margin-right:10px;
}
.next-slider-content-wrapper{
	padding-top: 200px;
    padding-bottom: 60px;
	padding-left:60px;
	padding-right:200px;
}
.next-slider-share{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #f7f7f7;
    font-size: 30px;
}
.themeix-slider .owl-dots{
    position: absolute;
    right: 30px;
    top: 50%;
}
.themeix-slider .owl-dot{
    width: 10px;
    height: 10px;
    border: 1px solid #f7f7f7;
    border-radius: 50px;
	margin-bottom:10px;
}
.themeix-slider .owl-dot.active{
    background-color: #f7f7f7;
}
/* ===========================================
5.0  Main Section
============================================== */
.main-section{
    background-color: #f7f7f7;
}
.themeix-media-slider{
	margin-bottom:60px;
}
.media-post{
	position:relative;
	overflow:hidden;
    min-height: 230px;
	background-size:cover !important;
}
.section-post-title{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #e3e3e3;
}
.section-post-title-wrapper{
	width:80%;
	margin:0 auto;
}
.section-post-title-wrapper h2{
	margin-bottom:20px;
}
.content-post-panel{
	margin-bottom:60px;
}
.media-post-overlay{
	position:absolute;
	bottom:0px;
	left:0;
	padding-left:30px;
	padding-bottom:10px;
	transition:2s all;
	opacity:0;
}
.media-post-overlay h5{
	line-height:30px;
}
.media-post-overlay h5 a{
	color:#ffffff;
}
.media-post-overlay a{
	display:block;
}
.media-post-overlay .media-post-meta li{
	margin-right:30px
}
.media-post-overlay .media-post-meta a{
	color:#f7f7f7;
	text-transform:capitalize;
}
.media-post-overlay .media-post-meta i{
	margin-right:10px;
}
.media-post:hover .media-post-overlay{
	opacity:1;
}
.media-post:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	transition:0.5s all;
	opacity:0;
}
.media-post:hover:before{
	opacity:1;
}
.content-ads img{
	margin-bottom:30px;
}
.content-ads img{
	max-width:100%;
}
.article-post {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	text-align:center;
	transition:0.5s all;
}
.article-post:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.article-post-thumbnail a{
	display:block;
}
.article-post-thumbnail img{
	width:100%;
}
.article-post-intro{
	padding:30px;
}
.article-post-intro h5{
	line-height:30px;
}
.article-post-intro a{
	display:block;
}
.article-post-intro a:hover{
	color:#1dbcfe;
}
.article-post-meta{
    margin-bottom: 5px;
    position: relative;
    margin-top: 30px;
}
.article-post-meta:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(images/line-break.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 6px;
    bottom: 35px;
    opacity: 0.1;
    margin: auto;

}
.article-post-meta li{
	position:relative;
	margin-right:15px !important;
}
.article-post-meta a{
	text-transform:capitalize;
}
.article-post-meta li:after{
	content:"/";
	position:absolute;
	top:0;
	right:-12px;
}
.article-post-meta li:last-child:after{
	display:none;
}
.sidebar-widget{
	background-color:#ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding:30px 20px;
	text-align:center;
	margin-bottom:30px;
}
.sidebar-widget:last-child{
	margin-bottom:0px;
}
.widget-about h5{
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	margin-bottom:30px;
}
.widget-about h5:after{
    content: "";
    width: 70px;
    height: 1px;
    background-color: #efefef;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}
.widget-about .about-share{
	margin-bottom:0;
}
.widget-about .about-share li{
	margin-right:15px;
}
.widget-about .about-share li a{
	color:#656a74;
	transition:0.5s all;
}
.widget-about .about-share li a:hover{
	color:#111215;
}
.widget-about .about-share li:last-child{
	margin-right:0px;
}
.widget-latest-post h5{
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	margin-bottom:30px;
}
.widget-latest-post h5:after{
    content: "";
    width: 70px;
    height: 1px;
    background-color: #efefef;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}
.latest-post-wrapper{
	margin-bottom:30px;
}
.latest-post-wrapper:last-child{
	margin-bottom:0px;
}
.latest-post-date{
	width:50px;
	float:left;
}
.latest-post-info{
	width:calc(100% - 50px);
	float:left;
	padding-left:15px;
	text-align:left;
}
.latest-post-info a{
	font-weight:700;
	font-size:16px;
	display:inline-block;
    margin-bottom: 5px;
}
.latest-post-info a:hover{
	color:#1dbcfe;
}
.latest-post-date  .date-Ellipse{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding-top: 6px;
    font-weight: 700;
    opacity: 0.8;
    font-size: 20px;
}
.lastest-post-meta {
	margin-bottom:0px;
}
.lastest-post-meta li{
	font-size:14px;
	position: relative;
    margin-right: 10px !important;
}
.lastest-post-meta li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -8px;
}
.lastest-post-meta li:last-child:after {
    display:none;
}
.widget-social-profile h5{
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	margin-bottom:30px;
}
.widget-social-profile h5:after{
    content: "";
    width: 70px;
    height: 1px;
    background-color: #efefef;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}
.social-profile-wrapper{
	margin-bottom:30px;
}
.social-profile-wrapper:last-child{
	margin-bottom:0px;
}
.social-profile-icon{
	width:50px;
	float:left;
}
.social-post-info{
	width:calc(100% - 50px);
	float:left;
	padding-left:15px;
	text-align:left;
}
.social-post-info a{
    font-weight: 700;
    font-size: 16px;
    display: block;
    word-wrap: break-word;
	margin-bottom:5px;
	text-transform:capitalize;
}
.social-post-info a:hover{
    color:#1dbcfe;
}
.social-profile-icon  .icon-Ellipse{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding-top: 6px;
    font-weight: 700;
    opacity: 0.8;
    font-size: 20px;
}
.social-post-info span {
	font-size:14px;
	display:block;
}
.author-biodata-wrapper{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding:50px 30px 80px 30px;
	background-color:#ffffff;
	margin-bottom:30px;
	position:relative;
}
.author-biodata-bubble{
	position: absolute;
    left: 50px;
    top: 30px;
}
.author-biodata-bubble img{
	max-width:100%;
}
.author-biodata{
	width: 80%;
    margin: 0 auto;
}
.author-biodata h5{ 
   text-transform:capitalize;
   margin-bottom:20px;
}
.author-biodata .author-intro{
   margin-bottom:30px
}
.author-biodata .author-img{
	width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 5px 0px 0 0 #1dbcfe;
    overflow: hidden;
	margin:0 auto;
	margin-bottom:20px;
}
.author-biodata .author-img img{
	  max-width:100%;
}
.author-biodata .author-intro a{
	display:
}
.author-biodata .author-intro h5{
	text-transform:capitalize;
	margin-bottom:0px;
}
.author-biodata .author-intro span{
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
}
.author-biodata .author-info-border{
    width: 70%;
    margin: 0 auto;
    height: 1px;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}
.themeix-author-slider .owl-dots{
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    width: 50px;
}
.themeix-author-slider .owl-dot{
    width: 10px;
    height: 10px;
    border: 1px solid #111215;
    border-radius: 50px;
	margin-right:10px;
	float:left;
}
.themeix-author-slider .owl-dot:last-child{
    margin:0;
}
.themeix-author-slider .owl-dot.active{
    background-color: #111215;
}
.author-social-lnk {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding:30px 10px;
	background-color:#ffffff;
}
.author-social-lnk ul{
	margin-bottom:0;
}
.author-social-lnk ul li{
	margin-right:20px !important;
}
.author-social-lnk ul li:last-child{
	margin-right:0px !important;
}
.author-social-lnk ul li a{
	color:#111215;
	transition:0.5s all;
}
.author-social-lnk ul li a:hover{
	color:#232323;
}
.themeix-blog-post h2{
	margin-bottom:20px;
	line-height: 40px;
}
.blog-post-img {
	margin-bottom:20px;
}
.blog-post-img img{
	max-width:100%;
}
.blog-post-meta{
	margin-bottom:15px;
}
.blog-post-meta li{
	position:relative;
	margin-right:15px !important;
}
.blog-post-meta a{
	text-transform:capitalize;
}
.blog-post-meta li:after{
	content:"/";
	position:absolute;
	top:0;
	right:-12px;
}
.blog-post-meta li:last-child:after{
	display:none;
}
.themeix-blog-post{
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding:20px;
	background-color:#ffffff;
}
.blog-post-panel{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom:30px;
	margin-top:30px;
}
.blog-post-social ul{
	padding-top:10px;
	padding-left:20px;
	margin-bottom:0px;
}
.blog-post-social ul li{
	margin-right:10px!important;
}
.blog-post-social ul li a{
	color:#111215;
	-webkit-transition: 0.5s all;
	transition:0.5s all;
}
.blog-post-social ul li a:hover{
	color:#1dbcfe;
}
.blog-post-pagination{
	padding-top:10px;
	padding-bottom:10px;
}
.blog-post-pagination a{
	margin-right:20px;
	text-transform:uppercase;
	color:#111215;
	-webkit-transition: 0.5s all;
	transition:0.5s all;
}
.blog-post-pagination a:hover{
	color:#1dbcfe;
}
.blog-post-pagination a:first-child i{
	margin-right:5px;
}
.blog-post-pagination a:last-child i{
	margin-left:5px;
}
.blog-post-comment{
	background-color: #ffffff;
    padding: 20px;
}
.blog-post-title{
	margin-bottom:30px;
	text-transform:capitalize;
}
.blog-post-comment-box{
	display:table;
	width:100%;
	position:relative;
}
.blog-post-comment-box .blog-post-comment-thum{
	width:80px;
	float:left;
}
.blog-post-comment-box .blog-post-comment-thum img{
	max-width:100%;
	border-radius:50px;
}
.blog-post-comment-box .blog-post-comment-post{
    width: calc(100% - 80px);
    float: left;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
	padding-left:20px;
}
.blog-post-comment-post span{
	color: #111215;
    margin-bottom: 15px;
    display: inline-block;
}
.blog-post-comment-post h4{
	text-transform:capitalize;
}
.blog-post-comment-post a:hover{
	color:#1dbcfe;
}
.blog-post-comment-post .comment-reply{
    position: absolute;
    top: 10px;
    right: 15px;
    color: #111215;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    padding: 5px 9px;
}
.blog-post-comment-post .comment-reply:hover{
	color:#1dbcfe;
}
.blog-post-comment-box .blog-post-comment-box{
	padding-left:60px;
}
.blog-post-contact-form{
	padding:20px;
	background-color:#ffffff;
}
.blog-post-contact-form .form-control{
	border-color:#f1f1f1;
	padding: 10px 15px;
}
.blog-post-contact-form .form-control:focus{
	border-color: #1dbcfe;;
}
.blog-post-contact-form #textarea{
	width:100%;
	padding:15px;
	border: 1px solid #f1f1f1;
	border-radius:4px;
}
.blog-post-contact-form #textarea:focus{
	border-color: #1dbcfe;
}
.blog-post-contact-form button[type="submit"]{
	background-color:#1dbcfe;
	border:0;
	color:#ffffff;
    padding: 10px 30px;
	-webkit-transition: 1s all;
	transition:1s all;
}
.blog-post-contact-form button[type="submit"]:hover{
	background-color:#131010;
}
.contact-form{
	padding:20px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.contact-form .contact-title{
	text-transform:capitalize;
	margin-bottom:30px;
}
.contact-form .form-control{
	border-color:#f1f1f1;
	padding: 10px 15px;
}
.contact-form .form-control:focus{
	border-color: #1dbcfe;;
}
.contact-form #textarea{
	width:100%;
	padding:15px;
	border: 1px solid #f1f1f1;
	border-radius:4px;
}
.contact-form #textarea:focus{
	border-color: #1dbcfe;
}
.contact-form button[type="submit"]{
	background-color:#1dbcfe;
	border:0;
	color:#ffffff;
    padding: 10px 30px;
	-webkit-transition: 1s all;
	transition:1s all;
}
.contact-form button[type="submit"]:hover{
	background-color:#131010;
}
.themeix-pagination{
	margin-top:30px;
}
.themeix-pagination .pagination{
	margin-bottom:0px;
}
.themeix-pagination .page-link{
	color:#111215;
}
.themeix-pagination .page-link:hover,
.themeix-pagination .page-link:focus{
	background-color:#1dbcfe;
	color:#ffffff;
}
.checked-listing{
	list-style:none;
	margin
}
.checked-listing li {
    position:relative;
}
.checked-listing li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    left: -20px;
    vertical-align: middle;
    top: 2px;
    font-size: 14px;
}
.search-menu{
	margin-bottom:60px;
}
.search-menu .form-control{
	border-color:#f1f1f1;
	padding: 10px 15px;
}
.search-menu [type="submit"]:active,
.search-menu [type="submit"]:focus,
.search-menu [type="submit"]{
	border-color:#f1f1f1 !important;
	background-color:#ffffff !important;
	border-left:0;
	padding: 15px 20px;
}
.search-menu [type="submit"] i{
	color: #111215;
}
.search-result{
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding:30px;
	background-color:#ffffff;
	margin-bottom:30px;
}
.search-result a:hover{
	text-decoration:underline;
}
#myMap {
    height: 415px;
}
.themeix-map {
    padding: 10px;
    background-color: #ffffff;
	margin-bottom:30px;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
}
/* ===========================================
6.0  Title Section
============================================== */
.title-section{
	background-image:url(images/title-section.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
.title-section:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(255, 255, 255, 0.9);
}
.title-wrapper h1{
	color:#232323;
	margin-bottom:20px;
}
.title-wrapper .themeix-breadcrumb{
	display: block;
    background-color: transparent;
    text-align: center;
	padding:0;
	margin:0;
}
.themeix-breadcrumb li{
	display:inline-block;
}
.themeix-breadcrumb li a{
	text-transform:uppercase;
	font-weight:700;
}
.themeix-breadcrumb li a:hover{
	color: #1dbcfe;
}
.themeix-breadcrumb li.active a{
    color: #1dbcfe;
}
.themeix-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #232323;
} 
.article-image{
	margin-bottom:30px;
}
.not-found-image{
	max-width: 215px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.themeix-back-btn{
	padding: 18px 35px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #02b5ff;
    border: 0;
    margin-bottom:40px;
}
.themeix-back-btn:hover{
    background-color: #111215;
}
.not-found-text{
	color:#767778;
	margin-bottom:0px;
}
/* ===========================================
7.0  Footer Section
============================================== */
.footer-section .footer-widget-main{
    background-color: #ffffff;
    position: relative;
    height: 300px;
    box-shadow: 0px 0px 10px 0px #ededed;
	display: table;
    width: 100%;
}
.footer-widget-main:before{
    content: "";
    background-image: url(images/bg-divider.png);
    background-position: top;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    top: -2px;
    margin: 0 auto;
    width: 250px;
    height: 102%;

}
.footer-widget-box{
    max-width: 300px;
    padding-top: 60px;
}
.footer-widget-box h5{
	margin-bottom:20px;
	text-transform:uppercase;
}
.footer-widget-box .footer-share{
    margin-bottom:0px;
}
.footer-widget-box .footer-share li{
    margin-right:10px;
}
.footer-widget-box .footer-share li a{
    color:#656a74;
	transition:0.5s all;
}
.footer-widget-box .footer-share li a:hover{
    color:#111215;
}
.footer-widget-box .input-group{
    margin-bottom:10px;
}
.footer-widget-box .form-control{
    border-color:#f1f1f1;
	border-right:0;
}
.footer-widget-box .form-control:focus{
    border-color:#1dbcfe;
}
.footer-widget-box button.btn{
    background-color:#111215;
	border:0;
}
.footer-copyright{
	padding:20px 0;
}
.footer-copyright p{
	margin-bottom:0;
}
.footer-copyright a{
	color:#1dbcfe;
}



@media (max-width: 768px) {
  .hidden-md-down {
    visibility: hidden;
  }
}

.home{color:#4d4948;}
.musica{color:#ff69a5;}
.libri{color:#3dacac;}
.giochi{color:#8a4fff;}
.arte{color:#00774d;}
.cinema{color:#019de7;}
.viaggi{color:#9f1f63;}
.media{color:#ff961e;}
.eventi{color:#da251d;}

.casa{color:#e77817;}
.blog{color:#cfcc15;}

.newsletter{color:#a5696a;}
.cerca{color:#cfcc15;}
.info{color:#6a6c6e;}
.advbox{color:#dededd;}
.demo{color:#4d4948;}
.risposta_esatta{color:#ffff00;}
