/*Menu*/

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
.header-one .fw-row{
    background-color: #930223;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #a5a54f;
}
.header-one .hidden-xs {
    display: inline-block;
}
ul.topnav{
    margin: 0;
    padding-left: 0;
    list-style: none; 
}
.header-top {
    color: #fff!important;
    font-size: 13px;
}
.header-top .fw-row {
    background: #d9d9f7;
    padding: 4px 0px;
}
.topnav > li {
    position: relative;
    display: inline-block;
    line-height: 60px;
    transition: all 500ms ease;
}
.topnav > li:hover{
background: #7e8a96;
}
.is-hidden .topnav > li {
    line-height: 40px;
}
.logo-image {
    width: 54px;
    padding-left: 10px;
    padding-right: 10px;
}

.topnav .sub-menu {
    position: absolute;
    top: 100%;
    text-align: left;
    left: 0;
    margin: 0px;
    width: 230px;
    border: 1px solid rgba(202, 202, 202, 0.16);
    background: #930223;
    padding: 15px 0px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.topnav .sub-menu li {
    display: block;
}
.topnav .sub-menu a {
    margin: 0;
    white-space: nowrap;
    line-height: 1.4;
    padding: 3px 10px 3px 20px;
    font-weight: 300;
    display: block;
}
.topnav .sub-menu li:hover {
background: #7e8a96;
}
.topnav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.topnav >li a{
    text-decoration: none;
    color: white;
}
.topnav >li >a{
    padding: 7px;
}

.lae-heading h3 {
    background: #930223;
    color: white;
    padding: 10px 7px;
}

.navbar-toggle {
    display: inline-block;
    padding-top: 20px;
    position: relative;
    float: right;
    cursor: pointer;
    padding-right: 15px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar {
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.close {
  position: relative;
  display: inline-block;
    width: 22px;
    height: 30px;
  overflow: hidden;
}
.close:hover::before, .close:hover::after {
  background: #1ebcc5;
}
.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;    
}
.menu-is-opened .click-capture {
    visibility: visible;
    background: #930223;
transform: translateX(0);    
}
.menu-is-opened .menu.left,.menu-is-opened .menu.right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0,0,0,0.07);
}
.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.menu.right{
	right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);	
}

.menu.left{
	left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);	
}

.menu-is-opened .menu-list, .menu-is-opened .menu .menu-footer .offsocial-list, .menu-is-opened .menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 9rem;
    bottom: 10.5rem;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -0.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}
.menu-footer {
    position: absolute;
    left: 15%;
    bottom: 4rem;
}

.offsocial-list {
    overflow: hidden;
}
.menu-list a,.offsocial-list a{
    color:#000;
}
.menu-footer .offsocial-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease;
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #000;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.5s 0.9s ease;
    -o-transition: all 0.5s 0.9s ease;
    transition: all 0.5s 0.9s ease;
}

@media (min-width: 768px){
	.menu {
	    width: 50%;
	}	
}
@media (min-width: 992px){
	.menu {
   		width: 35%;
	}
}

@media (min-height: 600px){
	.menu-list {
	    top: 7rem;
	    bottom: 15rem;
	}
}
@media (min-width: 992px){
	.right-boxed {
	    right: 4.2857rem;
	}
}
@media (min-width: 768px){
	.right-boxed {
	    right: 3rem;
	}
}
@media (min-height: 600px){
	.menu-footer .copy {
    	display: block;
	}
}

.right-boxed {
    right: 1.7rem;
}

.menu-list ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-list > li:first-child {
    margin-top: 0;
}

.menu-list > li {
    font-size: 40px;
}

.menu-list ul li {
    font-size: 20px;
    margin-top: 7px;
}

.is-fixed{
    position: fixed;
    width: 100%;
    left: 0px;
    background: #fff;
    padding: 0px 4rem;
    box-shadow: 0 0 65px rgba(0,0,0,0.07);  
}
.close-menu {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Header 2*/
.header-one{
    background:#fff;
    z-index: 2;
}
.header-two {
    position: fixed;
    width: 60px;
    left: 0px;
    height: 100%;
    background: yellow;
    text-align: center;
    padding-top: 25px;  
}
.header-three {
    position: fixed;
    width: 60px;
    right: 0px;
    height: 100%;
    background: yellow;
    text-align: center;
    padding-top: 25px;  
}
.vertical-social {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.vertical-social li{
  margin-bottom:7px;
}

.header-two .navbar-toggle,.header-three .navbar-toggle {
    display: inline-block;
}
.header-two .navbar-toggle,.header-three .navbar-toggle {
    float: none;
}    

/*Navigation table grid*/
.wa-container {
    display: table;
    border-collapse: separate;
    border-spacing: 0px 0;
    width: 100%;
}
.wa-row {
    display: table-row;
}
.wa-col {
    display: table-cell;
}
.wa-col.wa-col-3 {
    width: 16.66%;
    vertical-align: middle;
}
.wa-col.wa-col-6{
   width: 66.66%;
   vertical-align: middle;
}
.wa-col.wa-col-8 {
    width: 66.66%;
    vertical-align: middle;
}
.wa-col.wa-col-4 {
    width: 33.33%;
    vertical-align: middle;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*Offscreen Menu*/
.offsocial-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.offsocial-list li {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.3em;
}
.menu-list a{
  text-decoration:none;
}

/*Topbar*/
.top-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-top a{
  color:black;
  text-decoration:none;
}
.header-top i{
    padding-right: 5px;
}
.top-social a{
    color:#000;
}
.top-social li {
    display: inline-block;
    margin-left: 15px;
}
.navbar-address {
    font-size: 1.1em;
    line-height: 1;
    border-right: 1px solid;
    margin-right: 5%;
    padding-right: 5%;
}

/*Comment form*/
#comments .comment-author.vcard {
    display: block;
    overflow: hidden;
}
#comments .comment-author.vcard .avatar {
    float: left;
}
#comments .cmt-mta{
    margin-left: 85px;
}
#comments .cmt-border{
    height: 1px;
    background:#d8d8d8;
    margin-bottom: 10px;
}
#comments .comment-main >p{
    margin: 10px 0px;
}
#comments .comment-body {
    margin-bottom: 30px;
}

#comments .children{
  padding:0px;
}
.comment-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#comments {
    background-color: #f5f5f5;
    padding: 2em;
  font-size: .9em;  
}
.comments-title h3,#reply-title {
    font-size: 1.2em;
    margin-bottom: 25px;
}
.comment-reply-link,.cmt-mta .fn,.cmt-mta .cmt-date,.cmt-mta .fn a{  
    font-size: .8rem;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
}
#commentform{
    margin-right: -15px;
    margin-left: -15px;
}
#commentform input,#comment{
  width:100%;
  padding:8px 15px;
  margin-bottom:15px;
  border-radius:0px;
}
.comment-notes,.logged-in-as {
    margin: 0px 15px 20px;
}
#commentform input.submit {
    margin-left: 11px;
    max-width: 230px;
    font-size: 1.2em;
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: .9em 2em;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;    
}

/*Archive posts*/
.gallery-box img{
    vertical-align: middle;
    width:100%;
}
.content-box-arc a{
  text-decoration:none;
}
.post-container article{
    margin-bottom:20px;
}
/*Single post bg header*/
.post-headerbg {
    background-size: cover;
    padding: 15rem 0rem;
    display: table;
    width: 100%; 
    background-position: center center;
}
.post-headerbg .wrap{
     display: table-cell;
    vertical-align: middle; 
      position: relative;
}
.masked{
  position:relative;
}
.masked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.post-headerbg .inner {
    max-width: 800px;
    margin: 0px auto;
    color:white;
    padding: 0px 15px; 
}
.post-headerbg a{
    text-decoration: none;
    color: #fff;
}
.post-wraper-single{
    overflow: hidden;
    padding-top: 3em;
}
.single-author{
    display: block;
}
.tags-links a,.social-sharing a,.single-author a,.single-date time{
    color: #999999;
    font-size: .9rem;
    text-decoration: none;
    padding-left: 5px;
}

/*Navigation and pagination*/
.nav-links a{
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
}
.nav-links .nav-previous{
    border-right: 1px solid #999;
}

.pagination-theme{
  clear:both;
}
.pagination-theme ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pagination-theme li {
    display: inline-block;
    margin-right: 15px;
}