/* Main Css
* 1: common css
* 2:
*
*
*
-----------------------*/
/**/

iframe{
	width:100%;
}

body{
	font-size:14px;
	margin:0px;
}
h1{
	font-size:45px;
	font-weight:400;
	line-height:62px;
}

h2{
	font-size:29px;
	font-weight:400;
}
h3{
	font-size:25px;
	font-weight:400;
}
h4{
	font-size:20px;
	font-weight:400;
}
h5{
	font-size:18px;
	font-weight:400;
}
h6{
	font-size:14px;
	font-weight:400;
}

p{
	font-size:15px;
	font-weight:400;
	line-height: 26px;
}
ul{
	margin:0;
	padding:0;
}
/* top bar  section */
#top-bar{
	border-bottom:1px solid #ededed;
	background-color:#fff;
	padding-top:8px;
	padding-bottom:4px;
}
.float-left{
	float:left;
}
.menubar{
	padding:20px 0px;
	padding-bottom:0px;
}
.header{
	z-index:9999;
}
.top-phone p{
	font-size:14px;
	margin:0px;
	
}
.top-phone p i,.top-bar-request a i{
	font-size:16px;
	margin-right:7px;
	}
.top-bar-request{
	
    text-align: right;
}	
.top-bar-request a{
	
	font-size:14px;
	
	 line-height:24px;
	padding:14px 27px;
	
	
}	

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Menu
-------------------------------*/
#cssmenu{
	padding-top:15px !important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
   -moz-box-sizing: border-box;
  box-sizing: border-box;

  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 0px 0 40px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 100;
  position:relative;
  margin-right:32px;
}


#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:9999999;
}
 
/* Detail Page
---------------------*/
.post-tags{
	
	margin-bottom:3px;
	display:inline-block;
}
.tags {
	display:inline-block;
	position: relative;
	float:left;
	padding: 7px 17px;
	text-transform:lowercase;
	margin-right: 10px;
	border-radius:25px;
	cursor:pointer;
	margin-bottom:5px;
}
.tags a, .tags a:hover{
	color:#fff;
}

/* Box
--------------------*/
.box{
	padding: 30px;
	margin-bottom: 30px;
}
.page-title h2{
	padding: 30px;
	margin-bottom: 30px;
	background:#fff;
}
/* Reply
----------------------------*/
.form-control{
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	height: 180px !important;
}
.form-control:focus,  .comment-form-email input:focus, .comment-form-author input:focus{
	outline:none;
	box-shadow:none;
	background:none !important;
}
 .comment-form-email input, .comment-form-author input{
	line-height:50px !important;
	}
.btn, #commentform input[type=submit] {
	border:0px;
	box-shadow:none;
	border-radius:0px;
}
.read-more a,.btn, #commentform input[type=submit]{
    padding: 9px 28px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
}
.blog-post{
	margin-bottom:30px;
	
}
#commentform input[type=submit]{
	border:0px;
	display:inline;
	width:auto
}
.comment-box .posted-on{
	font-size:12px;
}
.avatar-name{
	font-size:16px;
	margin-bottom: 5px;
}
.reply-btn{
	display:block;
}
.comment-box div{
	margin-left:0;
	margin-right:0;
}
.separater {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    margin-top: 68px;
    padding: 10px 0 !important;
    width: 50%;
}
.tags {
  background-color: #55A8E2;
  color:#fff;
}
.tags::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #55a8e2;
}
.tags:before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #55A8E2 transparent transparent;
}
.tags:hover{
	background-color:#252525;
}
.tags:hover:after{
  border-color: transparent transparent transparent #252525;
}

.tags:hover:before{
  border-color: transparent #252525 transparent transparent;
}
.comment-box .posted-on{
	color:#616161;
}
.comment-box .posted-on i{
	color:#252525;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
 
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
 
  padding: 11px 15px;
  width: 200px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
}
#cssmenu ul ul li a:hover{

}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

section{
	padding-top:30px;
	padding-bottom: 130px;
}
/* Blog Post
-------------------------------*/
.post-content{
	padding:30px;
}
.entry-meta-bar div {
	display:inline-block;
	margin-right:33px;
}
.entry-title h1{
	margin-top:32px;
	margin-bottom:20px;
}
.entry-title h1 a{
	font-size:45px;
	font-weight:400;
	line-height:62px;
}
.entry-meta-bar i{
	padding-right:8px;
}
.blog-description{
	margin-bottom:35px;
}
.blog-post-bottom{
	position:relative;
	margin-bottom:17px;
}
.blog-post-bottom div{
	display:inline-block;
}
.social-login div{
	display:inline-block;
}

.social-login {
	margin-bottom:13px;
}
.hexagon .fa{ 
    font-size: 16px;
    height: 34px;
    line-height: 34px !important;
	color:#fff !important;
    text-align: center;
    width: 34px;
	transition:all 0.3s ease-in;
	cursor:pointer;
	border-radius:100%;
} 

#sidebar{
	padding-top:0px;
}
.post-content img {
	max-width:100%
}
.footer-area{
	padding:20px 0;
}
.social-icons{}
.social-icons li{
	display:inline-block;
	line-height:40px;
	margin:0 5px;
}
.social-icons li a{
	display:inline-block;
	line-height:40px;
	width:40px;
	text-align:center;
}
.footer-area p{
	padding:7px 0;
	color:#fff;
}

.read-more{
	text-align: right;
	position:absolute;
	top:0;
	right:0;
}
.read-more a{
    padding: 9px 28px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
}
.blog-post{
	margin-bottom:30px;
	
}
/* Side Bar
--------------------------------*/
.side-bar .widget{
	margin-bottom:30px;
}
.widget-title{
	font-size:25px;
	line-height:45px;
	position:relative;
	margin-bottom:34px;
	margin-top:0px;
	text-transform:uppercase;
	left:-7px;
}
.widget ul li{
	list-style:none;
}

.list-thumb, .list-detail{
	display:inline-block;
}
.list-thumb{
	width:70px;
	vertical-align:top;
	padding-top: 5px;
}
.list-detail{
	margin-left:10px;
	width:70%;
}
.list-detail a{
	margin:0px;
	font-size:14px;
	
}
.widget ul li ul{
	margin-left:20px;
	border-top:1px solid #e1e1e1
}

.widget ul li .post-on{
	margin-top:5px;
}
.post-says{
	font-size:12px;
	text-transform:uppercase;
}
.widget  ul  li{
	margin-bottom:0px;
	
	display:block;
	border-bottom:1px solid #ddd;
}
.widget  ul  li a{
	line-height:40px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
	color:#fff;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
#cssmenu #menu-button::after{
		 padding-top: 6px;
	}
	#cssmenu .menu-opened::after{
		padding-top:0px  !important;
	}
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .list-thumb, .list-detail{
	  display:block;
	  width:100%;
	  text-align:center;
  }
}

#.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    line-height: 50px;
}

.blog-test-page ul{
     list-style-type: square;
}
.blog-test-page ul,.blog-test-page ol{
     padding: 0 0 0 40px;
}