/***************************************
Aione Commmon
***************************************/

.aione-clear{
	clear: both;
}
a{
	color:#168dc5;
	-webkit-transition: all 180ms ease-in-out;
	   -moz-transition: all 180ms ease-in-out;
	        transition: all 180ms ease-in-out;
}
a:hover{
	color:#1570a6;
}
/***************************************
Aione Layout
***************************************/

.aione-wrapper > .wrapper{
	width: 100%;
	margin: 0 auto;
}
.aione-layout-wide .aione-topbar > .wrapper,
.aione-layout-wide .aione-header > .wrapper,
.aione-layout-wide .aione-slider > .wrapper,
.aione-layout-wide .aione-pagetitle > .wrapper,
.aione-layout-wide .aione-main > .wrapper,
.aione-layout-wide .aione-footer > .wrapper,
.aione-layout-wide .aione-copyright > .wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.aione-layout-wide .aione-topbar.fullwidth > .wrapper,
.aione-layout-wide .aione-header.fullwidth > .wrapper,
.aione-layout-wide .aione-slider.fullwidth > .wrapper,
.aione-layout-wide .aione-pagetitle.fullwidth > .wrapper,
.aione-layout-wide .aione-main.fullwidth > .wrapper,
.aione-layout-wide .aione-footer.fullwidth > .wrapper,
.aione-layout-wide .aione-copyright.fullwidth > .wrapper{
  max-width: 100%;
}

.aione-main > .wrapper{
	padding-top: 30px;
}
.aione-main > .wrapper::after{
	content: '';
	display: table;
	clear: both;
}
/***************************************
Aione Topbar
***************************************/

.aione-topbar{
	margin: 0;
	padding: 0;
	border-top: none;
	background-color: #f2f2f2;
}
.aione-topbar > .wrapper{
  padding: 2px 0;
  height: 40px;
  line-height: 36px;
  overflow:hidden; 
  box-sizing: border-box;
}
.aione-topbar,
.aione-topbar a{
	color:#454545;
	font-size: 17.6px;
	font-weight: 400;
  line-height: 36px;
}
.aione-topbar a:hover{
	color:#333333;
}

.aione-topbar-left{
	float:left;
	text-align: left;
	width: 50%;
}
.aione-topbar-right{
	float:right;
	text-align: right;
	width: 50%;	
}
.aione-topbar-center{
	float:none;
	text-align: center;	
}

.aione-topbar .widget .widgettitle{
	display: none;
}
.aione-topbar .widget{
  display: inline-block;
  margin-right: 15px;
}
.aione-topbar .widget:last-child{
	margin-right: 0px;
}
.aione-topbar .aione-topbar-left .widget{
  float: left;
}
.aione-topbar .aione-topbar-right .widget{
  float: right;
}

.aione-topbar .widget_nav_menu li{
	display: inline-block;
}
.aione-topbar .widget_nav_menu li:after{
	content:"/";
	padding:0 10px;
}
.aione-topbar .widget_nav_menu li:last-child:after{
	content:"";
	padding:0;
}
.aione-topbar .aione_social_icons_widget ul > li{
	display: inline-block;
	margin-right: 5px;
}
.aione-topbar .aione_social_icons_widget ul > li i{
	margin-right: 5px;
}

/***************************************
Aione Header
***************************************/

.aione-header-logo,
.aione-header-title,
.aione-header-banner{	
	display: block;
  float: right;
}
.aione-header-banner .widgettitle{
  font-size: 20px;
  color: #168dc5;
  line-height: 1.4
}
.aione-header-banner .textwidget p{
  text-align: right;
  font-size: 16px;
  
}
.aione-header-menu{
	text-align: center;
  padding: 0;
}

.aione-header-logo{
	width: auto;
    float: left;
}
.aione-header-logo img{
	width: auto;
    height: 100px;
}
.aione-header .aione-header-title{
	padding-top:20px;
	text-align: left;
}
.aione-header-title .site-title{
	color: #333;
    font-weight: 700;
}
.site-description{
	color: #2695c9;
}
.aione-nav .aione-menu li a:hover{
	background: #3378bc;
	color: white
}
.aione-menu > .menu-item{
	position: relative;
}
.aione-menu .sub-menu{
	display: none;	
	background: #e8e8e8;
	border-top: 2px solid #3378bc;
	position: absolute;
	z-index: 99;
    width: 250px;
}
.aione-menu .sub-menu > li,
.aione-menu .sub-menu > li > a{
    width: 100%;
}
.aione-menu .menu-item:hover .sub-menu{
	display: block;
	
}

/***************************************
Aione Header Bannner
***************************************/


/***************************************
Aione Pagetop
***************************************/
.aione-pagetop .widgettitle{
	display: none;
}

 

/***************************************
Aione Pagebottom
***************************************/
.aione-pagebottom .widgettitle{
	display: none;
}



/***************************************
Aione Nav
***************************************/

	.aione-nav.horizontal{
		border-bottom: none;
		background: #e8e8e8
	}
	.aione-nav .aione-menu ul li a{
		font-size: 16px;
		color: #333333;
	}
	.aione-nav ul li a{
		padding: 7px 22px;
		font-size: 16px;
		display: inline-block;
	}
	.aione_nav{
		height: 50px;
	}
	
/***************************************
Aione Slider
***************************************/

.owl-carousel .owl-stage-outer{
	width: 100%;
}
.aione-slider{
	background-color: #ffffff;

}

/***************************************
Aione Page Title
***************************************/
.aione-pagetitle{
	padding:20px 0;
	background-color: #f2f2f2;
}
.aione-pagetitle .title{
	color: #333333;
	margin: 0;
	font-size: 26px;
    font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.aione-pagetitle .description{
	color: #484848;
	margin: 0;
	font-size: 17px;
	line-height: 1.4;
	text-align: center;
}

/***************************************
Aione Footer
***************************************/

.aione-footer{
		background-color: #222222;
		margin: 0px;
	}
	.aione-footer .ar{
		padding: 30px 0;
	}
	.aione-footer .widget h3{
		text-align:left;
		color:#ffffff;
		font-size: 20px;
		border-bottom: 2px solid #b2b2b2;
		padding-bottom: 15px;
	}
	.aione-footer .widget ul li{
		text-align:left;
		line-height: 40px;
		border-bottom: 1px solid #353535;
	}
	.aione-footer .widget ul li a{
		color:#b2b2b2;
	}
	.aione-footer .widget .calendar_wrap th,.aione-footer .widget .calendar_wrap td {
		padding: 3px 5px;
		color:#b2b2b2;
	}
	.aione-footer .widget .calendar_wrap caption{
		color:#b2b2b2;
	}
	.aione-footer .widget ul li a{
		color: #fff;
		font-size: 18px;
	}
	 #wp-calendar thead tr th, #wp-calendar caption, #wp-calendar tbody tr td{
		color: #757575;
	}
	.aione-footer .textwidget{
		color: #fff;
	    line-height: 25px;
	    letter-spacing: 1.1px;
	}
	.aione-footer .textwidget p{
		text-align:justify;
	}

/***************************************
Aione Copyright
***************************************/

.aione-copyright{
	margin: 0;
	padding: 0;
	border-top: none;
	background-color: #121212;
}
.aione-copyright > .wrapper{
	padding:10px 0;
}
.aione-copyright,
.aione-copyright a{
	color:#a2a2a2;
	font-size: 17.6px;
	line-height: 1.4;
	font-weight: 400;
}
.aione-copyright a:hover{
	color:#ffffff;
}
.aione-copyright-left{
	float:left;
	text-align: left;
}
.aione-copyright-right{
	float:right;
	text-align: right;	
}
.aione-copyright-center{
	float:none;
	text-align: center;	
}
.aione-copyright .widget .widgettitle{
	display: none;
}
.aione-copyright .widget_nav_menu li{
	display: inline-block;
}
.aione-copyright .widget_nav_menu li:after{
	content:"/";
	padding:0 10px;
}
.aione-copyright .widget_nav_menu li:last-child:after{
	content:"";
	padding:0;
}
.aione-copyright .aione-copyright-left .textwidget p, .aione-copyright .aione-copyright-right .textwidget p{
	color: #ffffff;
}

/***************************************
Aione Sidebar
***************************************/
.aione-sidebar:before{
	display:none;
}
.aione-sidebar {
    width: 30%;
    position: relative;
}
.aione-main.sidebar-left.sidebar-right .aione-sidebar{
    width: 25%;
}
/***************************************
Aione Sidebar Left
***************************************/
.aione-sidebar-left {
	float:left;
}
.aione-main.sidebar-left .aione-sidebar-left > .wrapper{
	margin-right: 30px;
}
/***************************************
Aione Sidebar Right
***************************************/
.aione-sidebar-right {
	float:right;
}
.aione-main.sidebar-right .aione-sidebar-right > .wrapper{
	margin-left: 30px;
}
/***************************************
Aione Content
***************************************/
.aione-contenttop .widgettitle,
.aione-contentbottom .widgettitle{
	display: none
}
.aione-main .aione-page-content{ 
	width: 100%;
	float:left;
}
.aione-main.sidebar-left .aione-page-content,
.aione-main.sidebar-right .aione-page-content{ 
	width: 70%; 
}
.aione-main.sidebar-left.sidebar-right .aione-page-content{
	width: 50%; 
}


.widget_search .search-field{
	width:100%;
}
.widget_categories{

}
.widget_categories .cat-item{

}
.widget_categories .cat-item a{
	
}
/***************************************
Aione Blog
***************************************/
.search-form .screen-reader-text{
	  display: none;
}
.search-form input[type=submit] {
	 display: none;
	}
 input[type=search] {
		font-size: 18px;
    line-height: 28px;
    font-weight: 400;
   
    min-height: 40px;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    color: #747474;
    background-color: #faf8f7;
    border: 1px solid #e8e8e8;
    outline: 0;
    text-shadow: none;
    box-shadow: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    border-radius: 0;
}
.aione-sidebar .widgettitle{
	  font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}
/***************************************
Aione Single
***************************************/
.featured-image {
	overflow:hidden; 
	margin: 0 0 20px 0;
}
.featured-image img{
	width:100%;
	height:auto;
}
.entry-header .entry-title {
    font-size: 30px;
    margin: 0 0 20px 0;
}
.entry-header .entry-meta{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.entry-content{
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
}
.entry-content p{
	font-size: 16px;
	font-weight: normal;
}
.entry-footer{
	margin: 0 0 10px 0;
	border: 1px solid #e8e8e8;
    padding: 10px;
}
.entry-footer::after{
	content: '';
	display: table;
	clear: both;
}
.entry-footer .edit-link{
	padding-left: 10px;
}
.navigation {
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin: 0 0 20px 0;
}
.navigation::after{
	content: '';
	display: table;
	clear: both;
}
.navigation .screen-reader-text{
	display: none;
}
.navigation .nav-links .nav-next,
.navigation .nav-links .nav-previous{

}
.navigation .nav-links .nav-next{
	float: right;
}
.navigation .nav-links .nav-previous{
	float: left;
}
.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a{
	font-size: 18px;
    line-height: 30px;
    padding: 0;
    color: #ffffff;
    background: #168dc5;
    display: inline-block;
}
.navigation .nav-links .nav-next a{
	padding-left: 10px;
}
.navigation .nav-links .nav-previous a{
	padding-right: 10px;
}
.navigation .nav-links .nav-next a:hover,
.navigation .nav-links .nav-previous a:hover{
    background: #1570a6;
}
.navigation .nav-links .nav-next > a >i,
.navigation .nav-links .nav-previous > a > i{
	display: inline-block;
	padding: 0 10px;
}


.comment-respond .comment-reply-title{
	margin: 0;
    font-size: 20px;
}
.comment-respond  .comment-notes{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.comment-respond label{
    font-size: 16px;
    line-height: 20px;
    min-width: 100px;
    margin: 0 0 10px 0;
    display: inline-block;
}
.comment-respond .comment-form-comment{
    margin: 0 0 10px 0;
}
.comment-respond .comment-form-comment textarea{
	height:110px;
	font-size: 16px;
	line-height: 20px;
	text-indent: 0px;
	padding: 4px 10px;
}
.comment-respond .comment-form-cookies-consent{
	display:none;
}
.comment-respond .submit{
	background-color: #168dc5;
    padding: 8px 20px;
}
/************************************
	List Blog Page
************************************/
.blog .list-blog{
	padding-right: 20px;
	margin-bottom: 40px;
}
.blog .list-blog p{
	font-size: 15px;
    color: #546e7a;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;

}
.blog .list-blog .read-more-link{
	display: inline-block;
	position: relative;
}
.blog .list-blog .read-more-link:after{
	position: absolute;
	right: -10px;
	line-height: 17px;
	content: "\f3d1";
	font-family:'Ionicons'; 

}
.blog .aione-main .aione-page-content{
	width: 70%;
}
.blog .post-navigation{
	display: none;
}
.blog .aione-sidebar .widgettitle{
	color: #263238;
	font-size: 17px;
}
 .aione-sidebar .widget_categories ul li{
	border-bottom: 1px solid #e8e8e8;
	text-align: right;
	padding: 10px 0;
}
 .aione-sidebar .widget_categories ul li:after{
	content: '';
	display: block;
	clear: left;
}
 .aione-sidebar .widget_categories ul li:last-child{
	border-bottom:none;
}
 .aione-sidebar .widget_categories ul li a{
	color: #757575;
	
	display: block;
	float: left;
}
 .aione-sidebar .widget_recent_entries ul li a{
	display: block;
	font-size: 16px;
	color: #757575;
	font-weight: 600;
	margin-bottom: 6px;
}
 .aione-sidebar .widget_recent_entries ul li span{
	color: #999;
	font-size:13px;

}
 .aione-sidebar .widget_recent_entries ul li{
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
 .aione-sidebar .widget_recent_entries ul li:last-child{
	border-bottom: none;
}
.blog .blog-content *{
	display: none;
}
.blog .blog-content *:first-child{
	display: block;
}
.comments-area .comments-title{
	font-size: 18px;
}
.comments-area .comment-meta .comment-author{
	float: left;
	line-height: 40px;
}
.comments-area .comment-meta .comment-author img{
	height: 40px;
	width: 40px;
}
.comments-area .comment-meta .comment-author > *{
	  line-height: 40px;
    display: inline-block;
    vertical-align: top;
}
.comments-area .comment-meta .comment-metadata{
	float: right;
}
.comments-area .comment-meta:after{
	content: '';
	display: block;
	clear: left;
}
.comments-area .comment-content p{
	margin-left: 40px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.comments-area .reply{
	margin-bottom: 10px;
}
.comments-area .reply a{
	  margin-left: 40px;
    border: 1px solid #168dc5;
    padding: 5px 10px;
    margin-bottom: 26px;
}
.comments-area .comment-list > li{
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 10px;
}
.widget_pages li{
	padding: 10px 0;
  border-bottom: 2px solid #e8e8e8;
}
.widget_pages li > a{
	color: #757575;
} 
.widget_pages li:last-child{
	border-bottom:none;
}

#wp-calendar thead tr th, #wp-calendar caption, #wp-calendar tbody tr td{
	  line-height: 40px;
    width: 40px;
    text-align: center;
}
#wp-calendar thead{
	border-bottom:1px solid #e8e8e8;
}
table#wp-calendar {
	    margin: 0 auto;
    border: 1px solid #e8e8e8;
}
#wp-calendar caption{
	width: auto;
}
.widget_meta  ul > li,
.widget_archive ul > li{
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.widget_meta  ul > li:last-child,
.widget_archive ul > li:last-child{
	border-bottom: none;
}
.widget_meta  ul > li > a,
.widget_archive ul > li > a{
	color: #757575;
}
.aione-sidebar .gallery .gallery-icon.landscape > a{
	display: inline-block;
	padding: 0 10px 10px 0;
}
.aione-sidebar .gallery-item .gallery-icon.landscape img{
	width: -webkit-fill-available;
}
.page-id-6 .aione-content{
	width: 100%;
}
.page-id-6 .aione-main > h1{
	display: none;
}
.entry-content p{
	line-height: 1.6;
}