/*==========================================================
    Moina theme Main Style
============================================================*/

/*========================================================== 
=> CSS Indexing
=> Default CSS
=> Breadcrumb CSS
=> Preloader CSS
=> Header CSS & Mainmenu CSS
=> Footer CSS
=> Page CSS
=> Comments CSS
=> Paginition CSS
=> Slider CSS
=> Contact Form CSS
=> Responsive CSS
============================================================*/
/*========================================================== 
    Default CSS 
============================================================*/ 
html,body {
  height: 100%;
  margin: 0;
}
body {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    color:#252525;
    background:#fff;
    position:relative;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
p {
    margin:0 0 5px;
    color:#555;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #cf0000;
}
img{
    max-width: 100%;
    display:block;
    height: auto;
}
a:hover,
a:focus  {
    color: #252525;
    outline: none;
    text-decoration: none;
    background:none;
    transition: all 0.5s ease;
}
ul,
ul li {
    margin: 0;
    padding: 0;
    list-style:none;
} 
.nav li a:focus{
    background:none;
    outline:none;
}
.section {
    padding: 50px 0;
}
.no-margin{
    margin:0;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    background: #252525;
    color: #fff;
    font-size: 30px;
    opacity: 0.5;
    padding: 4px 10px;
}
#scrollUp:hover {
    opacity:1;
}
.fixedHeader{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fixedHeader .mainmenu {
    padding: 15px 0px;
}
.logged-in.admin-bar .fixedHeader {
    top: 32px;
}
/*========================================================== 
    Breadcrumb CSS
============================================================*/  
#breadcrumbs {
    text-align: center;
    padding-top: 50px;
    position:relative;
    background-repeat:no-repeat;
    background-size: cover;
    color: #000;
}
.border-bottom {
    padding-bottom: 45px;
}
#breadcrumbs h2{
    color:#000;
    text-transform:uppercase;
}
#breadcrumbs span{
    display: inline-block;
    font-size:18px;
    text-transform:capitalize;
}
.page-header .page-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*========================================================== 
    Preloader CSS
============================================================*/  
.loader{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(37, 37, 37, 0.9);
    opacity: 0.9;
    z-index:4444;
}
.loader-inner{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-40px;
}
.k-line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background:#cf0000;
}
.k-line11-1 {
    animation: k-loadingP 2s infinite;
}
.k-line11-2 {
    animation: k-loadingP 2s infinite;
    animation-delay: .15s;
}
.k-line11-3 {
    animation: k-loadingP 2s infinite;
    animation-delay: .30s;
}
.k-line11-4 {
    animation: k-loadingP 2s infinite;
    animation-delay: .45s;
}
.k-line11-5 {
    animation: k-loadingP 2s infinite;
    animation-delay: .60s;
}

@keyframes k-loadingP {
    0% {
        transform:translateY(0)
    }
    35% {
        transform:translateY(0);
        opacity:.3
    }
    50% {
        transform:translateY(-20px);
        opacity:.8
    }
    70% {
        transform:translateY(3px);
        opacity:.8
    }
    85% {
        transform:translateY(-3px)
    }
}
/*========================================================== 
    Header CSS & Mainmenu CSS
============================================================*/ 
.header-area {
    padding: 15px 0;
}
.site-title h2 {
    margin-top: 17px;
    margin-bottom: 0px;
}
.site-title a {
    color:#fff;
    text-transform:uppercase;
    font-size:35px;
    font-weight:700;
}
.site-title a:hover {
    color: #cf0000;
}
.page-title.screen-reader-text {
    display: none;
}
header.epaper-header-img {
    position: relative;
    padding-top: 0;
}
header.epaper-header-img .container {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    margin: auto;
    right:  auto;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 110px;
}
.container.logo-bg-container{
    background-color: #333;
}
.header-img img {
    max-width: 100%;
    height: 250px;
}
.navbar-logo{
    position: relative;
}
.navbar-logo:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#333333;
}
.logo-bg.navbar-logo-bg{
    background: transparent;
    padding-top: 30px;
}
.header-top-menu {
    margin-top: 50px;
}
.mainmenu.float-none{
    float: none;
}
.mainmenu ul li{
    float: left;
    position: relative;
    display: block;
    border-right: 2px solid #000;
}
.mainmenu ul li:last-child {
    border-right: 0px;
}
.mainmenu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 15px;
    position: relative;
    display: block;
    transition: 0.3s;
}
.mainmenu.header-top-menu  li a {
    text-transform: capitalize;
    font-weight: 300;
}
.logo-bg-sec .mainmenu li a{
    color: #000;
}
.mainmenu li:last-child {
    border: 0px;
}
.mainmenu li:hover a,
.mainmenu li.active a {
    color: #fff;
    transition: 0.3s;
}
.logo-bg-sec .mainmenu li a:hover{
    opacity: 0.9;
    transition: 0.3s;
}
.mainmenu li a:hover {
    color: #cf0000;
}
.mainmenu ul li ul {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 220px;
    top: 150%;
    opacity: 0;
    background: #cf0000;
    visibility: hidden;
    border-top: 3px solid #cf0000;
    transition: 0.5s;
}
.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: 0.5s;
}
.mainmenu ul li ul li {
    border-right: none;
}
.mainmenu ul li ul.sub-menu li a {
    padding: 8px 20px;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
}
.mainmenu ul li ul.sub-menu li:hover a {
    color: #252525;
}
.mainmenu li ul li:hover a {
    color: #252525;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid;
}
.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,.2);
    transition: 0.5s;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_btn {
    background: transparent;
    padding: 18px;
}
.slicknav_menu {
    padding: 0;
    background: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
    box-shadow: 0 0 0;
}
.slicknav_nav {
    background: #333;
    width: 250px;
    margin-right: 22px;
    position: relative;
    top: -2px;
}
.slicknav_nav a{
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background: #cf0000;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.slicknav_nav li.active a{
    background: #cf0000;
    color: #fff;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    margin: 0;
}
.slicknav_nav li {
    padding: 0px;
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    border: none;
}
.main-navigation .btn > a:hover {
    background-color: #333;
    color: #fff;
    transition: 0.5s;
}
input.search-field.form-control.input-lg {
    width: 500px;
}
.menu-bg {
    background-color: #000;
}
.padding-left {
    padding-left: 15px;
}
.epaper-responsive-menus {
    display: none;
}
.mainmenu-area .mainmenu li a {
    color: #fff;
    padding: 0px 18px;
}
.mainmenu-area .mainmenu ul li {
    border-right: 0px solid #000;
    padding: 10px 0px;
    transition: 0.5s;
}
.mainmenu-area .mainmenu ul li.active,
.mainmenu-area .mainmenu ul li:hover {
    background-color: #cf0000;
    transition: 0.5s;
}
.mainmenu-area .mainmenu ul li ul li {
    width: 220px;
}
.mainmenu .menu-item-has-children::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 22px;
    text-shadow: none;
    position: absolute;
    top: 10px;
    right: 0px;
    color: #fff;
}
.social-share {
    margin-bottom: 15px;
}
.social-icon .social-share li {
    display: inline-block;
    margin-right: 15px;
}
.social-icon .social-share li:last-child {
    margin-right: 0;
}
.social-share a.facebook {
    padding: 4px 7px;
}
.social-share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    color: #cf0000;
    border: 1px solid #000;
    margin-right: 10px;
    text-align: center;
    padding: 4px 5px;
}
.social-share a:hover {
    background: #cf0000;
    color: #fff;
    border: 1px solid #cf0000;
}
.social-share a:last-child {
    margin-right: 0px;
}
/*========================================================== 
    Footer CSS
============================================================*/ 
.mainmenu.footer-menu {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
#footer {
    padding: 20px 0;
}
.mainmenu.footer-menu ul li {
    float: inherit;
    display: inline-block;
}
.mainmenu.footer-menu .menu-item-has-children::after {
    top: 0px;
    right: -5px;
    color: #000;
}
#footer .copyright{
    padding:5px 0;
}
#footer .copyright.right{
    float:right;
}
#footer .copyright p {
    color:#000;
    margin:0;
    font-weight: 700;
}
#footer .copyright span{
    margin:0px 5px;
}
/*========================================================== 
   Page CSS
============================================================*/  
.page .map,
.page #particles-js{
    display:none;
}
article.sticky{
    background-color: #f2f2f2;
    display: block;
}
article.post,
article.page,
article.project {
    margin-bottom: 30px;
    background-color: #fff;
}
.masonry-post article.post{
    margin-bottom: 30px;
}
.post-content {
    margin-top: 15px;
}
.entry-content p {
    display: inline;
}
.entry-meta{
    margin-bottom: 10px;
}
.entry-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
}
.posted-on i {
    color: #cf0000;
    margin-right: 10px;
}
.posted-on {
    color: #000;
    font-weight: 700;
}
.posted-on a:hover {
    color: #cf0000;
}
.entry-meta i,
.entry-footer i{
    color: #cf0000;
    margin-right: 5px;
}
.entry-title a,
.entry-footer span a,
.entry-meta a{
    color: #000;
}
.entry-title a:hover ,
.entry-footer span a:hover,
.entry-meta a:hover{
    color: #cf0000;
}
.entry-footer{
  margin-top: 15px;
}
.entry-footer span,
.entry-meta span{
    margin-right: 5px;
}
.section.page .entry-footer {
    border-top: 0px solid #ddd;
    padding-top: 0px;
    margin-top: 0px;
}
.read-more-btn {
    font-weight: 700;
}
a.button.error-button {
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    background: transparent;
    color: #cf0000;
    transition: 0.3s;
    border: 1px solid #cf0000;
}
a.button.error-button:hover{
    background-color: #cf0000;
    color: #fff;
    transition: 0.3s;
}
p.comment-notes {
    margin-bottom: 30px;
}
.nav-links{
    overflow: hidden;
}
.nav-previous{
    float: left;
    width: 50%;
    text-align: left;
}
.nav-next{
    text-align: right;
    width: 50%;
    float: right;
}
.nav-links a{
    display: inline-block;
    color: #cf0000;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
}
.page-links{
    margin-top: 10px;
}
.page-links a{
    display: inline-block;
    border: 1px solid #cf0000;
    color: #cf0000;
    padding: 0px 10px;
    transition: 0.5s;
    margin: 0px 5px;
}
.nav-links a:hover,
.page-links a:hover{
    color: #252525;
    transition: 0.5s;
    border-color: #252525;
}
.search-results article.page .entry-summary {
    display: none;
}
.entry-content h2{
    margin-top: 15px;
}
.entry-content table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.entry-content table th {
    background-color: #f9f9f9;
}
.entry-content dd {
    margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin: 0px;
}
.entry-content address {
    border: 1px solid #ddd;
    padding: 20px;
}
a.tag-cloud-link {
	font-size:15px ! important;
}
.widget {
    text-align: left;
}
/*========================================================== 
   Comments CSS
============================================================*/
.comments-area {
    margin-top: 40px;
}
.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 25px;
}
.comment-content h2{
    margin-top: 15px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-list {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment-meta a {
    color: #333;
}
.bypostauthor {
    display: block;
}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-metadata {
    margin-left: 50px;
}
.comments-area table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.comments-area table th,
.comments-area table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comments-area table th {
    background-color: #f9f9f9;
}
.comments-area dd {
    margin-bottom: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
    margin: 0;
}
.comments-area address {
    border: 1px solid #ddd;
    padding: 20px;
}
.comment-reply-link {
    display: inline-block;
    color: #cf0000;
    margin-top: 10px;
    transition: 0.5s;
    text-transform: uppercase;
}
.comment-reply-link:hover{
    color: #252525;
}
.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.comment-list li.comment:last-child {
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.comment-metadata {
    font-size: 80%;
}
.comment-list li.comment ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
    padding-left: 20px;
}
.comment-respond {
    margin-top: 50px;
} 
.comment-form label{
    margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea{
    margin-bottom: 15px
}
.comment-form textarea{
    resize: vertical;
}
.comment-reply-title{
    margin-top: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    height: 44px;
    border: 1px solid #bbb;
    padding-left: 10px;
    transition: 0.5s;
}
.comment-form input[type="checkbox"]{
    width: 2%;
    border:1px solid #bbb;
    margin-top: 0px;
    margin-right: 5px;
}
.comment-form textarea{
    width: 100%;
    border:1px solid #bbb;
    padding:10px;
    transition: 0.5s;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus{
    border: 1px solid #cf0000;
}
.comment-form input[type="submit"]{
    height: 44px;
    width: 100%;
    border: 0px solid;
    color: #fff;
    transition: 0.5s;
    background: #cf0000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
.comment-form input[type="submit"]:hover{
    background:#252525;
    color: #fff;
    transition: 0.5s;
}
.post-password-form {
    margin-top: 15px;
}
.post-password-form input[type="password"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
}
.post-password-form input[type="submit"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    margin-left: -6px;
}
.post-password-form input[type="submit"]:hover{
    background: #cf0000;
    border: 1px solid #cf0000;
    transition: 0.5s;
}

.page-content .search-form input[type="search"]{
    width: 100%;
    display: inline-block;
}
.page-content .search-form input[type="submit"] {
    width: 15%;
    display: inline-block;
    margin-left: -6px;
}
.screen-reader-text {
    visibility: hidden;
    display: none;
}
.search-form input[type="search"] {
    border: 1px solid #ddd;
    padding: 5px 15px;
    transition: 0.5s;
    color: #333;
}
.search-form input[type="submit"] {
    border: 1px solid #ddd;
    padding: 5px 13px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    margin-left: -6px;
}
.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus{
    border: 1px solid #cf0000;
}
.search-form input[type="submit"]:hover{
    background: #cf0000;
    border: 1px solid #cf0000;
    transition: 0.5s;
}
/* ==========================================================================
   Pagination css
========================================================================== */
.pagination {
    text-align: center;
    display: block;
}

.pagination ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 6rem;
    margin-bottom: 0px;
}
.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination_num {
    font-size: 1.5rem;
    line-height: 30px;
    display: inline-block;
    padding: 3px 10px;
    height: 35px;
    margin: 0 .15rem;
    color: #151515;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
a.pagination_num {
    background-color: transparent;
    text-decoration: none;

}

a.pagination_num:hover {
    background: #333;
    color: #fff;
}
.pagination_num.current,
.pagination_num.current:hover {
    background-color: #333;
    color: #fff;
}
.pagination.inactive,
.pagination.inactive:hover {
    color: #ddd;
    cursor: default;
}
.pagination_prev,
.pagination_next {
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 34px;
    width: 34px;
    line-height: 4rem;
    padding: 0;
    margin: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination_prev {
    margin: 0 0 0 50px;
}
.pagination_next {
    margin: 0 50px 0 0;
}
.pagination_prev:hover,
.pagination_next:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

a.pagination_prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination_prev:hover {
    background-image: url("../img/icon-arrow-left-w.svg");
}

a.pagination_next {
    background-image: url("../img/icon-arrow-right.svg");
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination_next:hover {
    background-image: url("../img/icon-arrow-right-w.svg");
}

.pagination_prev.inactive,
.pagination_next.inactive {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default;
}
.pagination_prev.inactive:hover {
    background-image: url("../img/icon-arrow-left.svg");
}

.pagination_next.inactive:hover {
    background-image: url("../img/icon-arrow-right.svg");
}
/*========================================================== 
    Contact Form CSS
============================================================*/
.contact-form-area input[type="text"], 
.contact-form-area input[type="email"], 
.contact-form-area input[type="tel"], 
.contact-form-area textarea {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
}
.contact-form-area textarea, 
.comment-form textarea {
    height: 120px;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}
.contact-form-area input[type="submit"] {
    border: 1px solid #cf0000;
    background-color: #cf0000;
    color: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    border-radius: 5px;
}
.contact-form-area input[type="submit"]:hover{
    border-color: #333;
    background-color: #333;
    color: #cf0000;
    transition: 0.5s;
}
/*========================================================== 
    Responsive
============================================================*/
/*========================================================== 
    Desktop Layout: 950px
============================================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.social-share a {
    margin-right: 8px;
}
.mainmenu li a {
    padding: 0px 10px;
}
.mainmenu-area .mainmenu li a {
    padding: 0px 12px;
}
.site-title a {
    font-size: 30px;
}
.search-form input[type="submit"] {
    padding: 5px 8px;
}
.mainmenu.footer-menu li a {
    padding: 0px 9px;
}
}
/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body{
    font-size:14px;
}
.header-area {
    text-align: center;
}
.site-title {
    text-align: center;
}
.mainmenu{
    display: none;
}
.mainmenu ul li {
    float: inherit;
    display: inline-block;
}
.mainmenu-area  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.epaper-responsive-menus {
    position: relative;
    top: -7px;
    left: 40%;
    display: block;
}
.epaper-responsive-menus .slicknav_btn {
    float: inherit;
}
.epaper-responsive-menus .slicknav_nav {
    left: auto;
    right: 35%;
    background: transparent;
}
.widget:first-child{
	margin-top: 30px;
}
article.post, 
article.project {
    margin-bottom: 20px;
}
.social-share a {
    margin-right: 8px;
}
.text-right {
    text-align: inherit;
}
.header-right.text-right {
    text-align: center !important;
}
.search-form {
    text-align: center;
}
.search-form input[type="submit"] {
    padding: 6px 20px;
}
#breadcrumbs h2 {
    font-size: 25px;
}
.mainmenu.footer-menu,
.mainmenu.header-top-menu{
    display: block;
}
.mainmenu.footer-menu ul li,
.mainmenu.header-top-menu ul li {
    border-right: 0px solid #000;
}
.header-top-menu,
.header-right {
    margin-top: 10px;
}
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
body{
    font-size: 14px;
}
.header-area {
    text-align: center;
}
.mainmenu{
    display: none;
}
.mainmenu ul li {
    float: inherit;
    display: inline-block;
}
.mainmenu-area  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.epaper-responsive-menus {
    position: relative;
    top: -7px;
    left: 35%;
    display: block;
}
.epaper-responsive-menus .slicknav_btn {
    float: inherit;
}
.epaper-responsive-menus .slicknav_nav {
    left: auto;
    right: 35%;
    background: transparent;
}
.widget h2 {
    margin-top: 30px;
}
#footer .copyright {
    float: none;
    text-align: center;
}
article.post, 
article.project {
    margin-bottom: 20px;
}
.widget:first-child{
    margin-top: 30px;
}
.nav-previous {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.nav-next {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 12px;
}
.site-title {
    text-align: center;
}
.social-share a {
    margin-right: 8px;
}
.text-right {
    text-align: inherit;
}
.header-right.text-right {
    text-align: center !important;
}
.search-form {
    text-align: center;
}
.search-form input[type="submit"] {
    padding: 6px 20px;
}
#breadcrumbs h2 {
    font-size: 25px;
}
.mainmenu.footer-menu,
.mainmenu.header-top-menu{
    display: block;
}
.mainmenu.footer-menu ul li,
.mainmenu.header-top-menu ul li {
    border-right: 0px solid #000;
}
.header-top-menu,
.header-right {
    margin-top: 10px;
}
}
@media (min-width: 481px) and (max-width: 600px) {
.logged-in.admin-bar .header-area {
    padding-top: 55px;
}
.header-area {
    text-align: center;
}
.mainmenu{
    display: none;
}
.mainmenu ul li {
    float: inherit;
    display: inline-block;
}
.mainmenu-area  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.epaper-responsive-menus {
    position: relative;
    top: -7px;
    left: 35%;
    display: block;
}
.epaper-responsive-menus .slicknav_btn {
    float: inherit;
}
.epaper-responsive-menus .slicknav_nav {
    left: auto;
    right: 35%;
    background: transparent;
}
article.post, 
article.project {
    margin-bottom: 10px;
}
.site-title {
    text-align: center;
}
.social-share a {
    margin-right: 8px;
}
.text-right {
    text-align: inherit;
}
.header-right.text-right {
    text-align: center !important;
}
.search-form {
    text-align: center;
}
.search-form input[type="submit"] {
    padding: 6px 20px;
}
#breadcrumbs h2 {
    font-size: 25px;
}
.mainmenu.footer-menu,
.mainmenu.header-top-menu{
    display: block;
}
.mainmenu.footer-menu ul li,
.mainmenu.header-top-menu ul li {
    border-right: 0px solid #000;
}
.header-top-menu,
.header-right {
    margin-top: 10px;
}
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 480px) {
.logged-in.admin-bar .header-area {
    padding-top: 55px;
}
.header-area {
    text-align: center;
}
.mainmenu{
    display: none;
}
.mainmenu ul li {
    float: inherit;
    display: inline-block;
}
.mainmenu-area  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.epaper-responsive-menus {
    position: relative;
    top: -7px;
    left: 35%;
    display: block;
}
.epaper-responsive-menus .slicknav_btn {
    float: inherit;
}
.epaper-responsive-menus .slicknav_nav {
    left: auto;
    right: 35%;
    background: transparent;
}
article.post, 
article.project {
    margin-bottom: 10px;
}
.site-title {
    text-align: center;
}
.social-share a {
    margin-right: 8px;
}
.text-right {
    text-align: inherit;
}
.header-right {
    text-align: center;
}
.section {
	padding: 30px 0;
}
.padding-right {
	padding-right: 15px;
}
.tpadding-left {
	padding-left:15px;
}
.header-right.text-right {
    text-align: center !important;
}
.search-form {
    text-align: center;
}
.search-form input[type="submit"] {
    padding: 5px 8px;
}
.widget:first-child {
    margin-top: 30px;
}
#breadcrumbs h2 {
    font-size: 25px;
}
.mainmenu.footer-menu,
.mainmenu.header-top-menu{
    display: block;
}
.mainmenu.footer-menu ul li,
.mainmenu.header-top-menu ul li {
    border-right: 0px solid #000;
}
.header-top-menu,
.header-right {
    margin-top: 10px;
}
}