/**
 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.96.0
 */

/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/**
|---------------------
| =Global Styles
|---------------------
*/

body {
    /*font-family: 'Montserrat', sans-serif;*/
	font-family: Segoe UI,'Montserrat', sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

p {
    cursor: default;
    font-size: 18px;
}

ul{
	font-size: 18px;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }


.btn {
    padding: 10px 20px;
    border: 2px solid #96CA1E;
    color: #303030;
    transition: .3s ease;
    font-size: 16px;
}

.btn:hover {
    color: #FFF;
    background-color: #96CA1E;
    border: 2px solid #96CA1E;
}

/**
|---------------------
| =Header
|---------------------
*/

.header-socialmedia{
    right: 0;
    position: absolute;
    font-size: xx-large;
}

.header-socialmedia a{
	color:#000;
	text-decoration:none;
}

.desktop-menu .container{
	width:100%;
}

.top-bar .container{
	width:100%;
}

nav.navbar-default {
    /*background-color: #303030;*/
    position: relative;
    padding: 0px 20px;
    /*box-shadow: 1px 0 10px #303030;*/
}

nav.navbar-default ul.nav a {
    /*color: #FFF;*/
	color:#303030;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .5s ease;
    text-shadow: none;
}


nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    padding: 15px 0;
    text-align: center;
    min-width: 175px;
    border-bottom: 1px solid #cccccc;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    align-items: center;
    position: relative;
}

div.header_navigation {
    position: absolute;
    /*right: 0;*/
	right: 6%;
    display: flex;
    align-items: center;
	margin-right: 5px;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}


div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #a6ce3a;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.top-bar {
    background-color: #5c4f92;
}

div.top-bar-contact-details div {
    display: inline-block;
    margin-right: 10%;
	float:right;		
}

@media (max-width: 767px) {
	
div.top-bar-contact-details div {
float:left;
margin-left:0px;	
}	

}

div.top-bar-contact-details i,
div.top-bar-contact-details p {
    display: inline-block;
    color: #fff;
    margin: 5px 0px;
}

div.top-bar-contact-details a {
    color: #fff;
}

div.top-bar-contact-details i {
    margin-right: 10px;
}



/*nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    color: #FFF;
	text-decoration:underline;
	background-color:#5c4f92;
	border-radius: 15px;
}*/

nav.navbar-default ul.nav a span:hover,
nav.navbar-default ul.nav a span:focus{
	color: #e77817;
	text-decoration:underline;
	/*background-color:#5c4f92;*/
	border-radius: 15px;
	padding: 10px;
	text-decoration:none;
}

nav.navbar-default li.current-menu-item a span{
    color: #00923f;
	text-decoration:underline;
	/*background-color:#5c4f92;*/
	border-radius: 15px;
	padding: 10px;
	font-weight: bolder;
}

nav.navbar-default ul.nav a span{
	padding: 10px;
}

.navbar-nav>li{
	padding-left: 2px;
}

.nav>li>a{padding:0px;}

.nav>li>a:hover{
	background:transparent;
}

/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #3A3A3A;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 85px;
    /*text-align: center;*/
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #FFF;
    font-size: 24px;
}

div.mobile_contact a i {
    color: #FFF;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 1124px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
	.header-socialmedia{
		display:none;
	}
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background-color: /*#3A3A3A*/#00923f;
    color: #FFF;
}

div.footer_privacy {
    text-align: center;
}

div.footer_privacy p a {
    color: #FFF;
    text-decoration: underline;
}

div.footer_powered p a {
    color: #96CA1E;
}

div.copyright {

}

div.copyright a{
color:#FFF;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
    MAIN STYLES
*/

div#slider {
    height: 60vh;
    position: relative;
    margin-bottom: 60px;
}

div#slider div.carousel-cell {
    width: 100%;
    height: 60vh;
    margin-right: 5px;
}

div#slider div.carousel-cell img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}

div#slider ol.flickity-page-dots {
    display: none;
}

div.icon-section {
    text-align: center;
}

div.icon-section div.icon-repeater {
    display: flex;
    flex-wrap: wrap;
}

div.icon-item {
    flex-flow: column;
    margin-bottom: 30px;
}

div.icon {
    position: relative;
    height: 100px;
    width: 100px;
    border: 2px solid #D4D4D4;
    border-radius: 100%;
    margin: 0 auto;
}

div.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #D4D4D4;
    font-size: 48px;
}

div.icon-content {
    margin-bottom: 75px;
}

div.icon-button {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,0);
}

div.interested-section {
    text-align: center;
    margin-bottom: 30px;
}

div.latest-blogs-header {
    text-align: center;
}

div.page-banner {
    background-color: #303030;
}

div.page-banner-content {
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

div.page-banner-content::after {
    content: ".";
    color: transparent;
    border-bottom: 2px solid #fff;
    width: 150px;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%,50%);
}

div.contact-details i {
    display: inline-block;
}

div.contact-details p {
	display: inline-block;
	margin-top:5px;
	margin-bottom:5px;
}

div.contact-details i {
    margin-right: 15px;
}

div.contact-details a {
    color: #000;
}

div.contact-form-header {
    text-align: center;
}

div.contact-form div.input-field input {
    width: 100%;
    border: 2px solid /*#96CA1E*/#000;
    padding: 6px;
    border-radius: 3px;    
}

div.contact-form div.text-area span,
div.contact-form div.text-area textarea {
    width: 100%;
}

div.contact-form div.text-area textarea {
    padding: 6px;
    height: 240px;
    border: 2px solid /*#96CA1E*/#000;
    margin-top: 20px;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    padding: 10px 20px;
    border: 2px solid /*#96CA1E*/#000;
    color: #303030;
    transition: .3s ease;
    font-size: 16px;
    background-color: #ffffff;
}

div.contact-form div.submit-button input:hover {
    color: #FFF;
    background-color: /*#96CA1E*/#000;
}

div.contact-form iframe {
    margin: 0 auto;
}

div.contact-form div.captcha div.wpcf7-form-control div:first-of-type {
    text-align: center;
    width: 100%!important;
}

div.contact-form div.privacy_form {
    text-align: center;
}

div.blog-page {
    margin: 30px 0px;
}

div.blog-page .row {
    display: flex;
    flex-wrap: wrap;
}

article.blog-card {
    margin-bottom: 30px;
    flex-flow: column;
}

.widget-title {
    display: none;
}

span.rpwwt-post-title {
    color: #000;
}

@media only screen and (max-width: 767px) {
    div.input-field {
        margin-bottom: 10px;
    }

    div.contact-form div.text-area textarea {
        margin-top: 0px;
    }
	
}

header#page-header {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 450px;
    z-index: 998;
}

header#page-header span.overlay {
    /*background-color: rgba(0, 0, 0, .15);*/
	background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

header#page-header div.header {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translate(0, -50%);
    z-index: 99;
	text-align: center;
}

header#page-header span.background-img {
    display: block;
    height: 100%;
}

header#page-header div.header h1 {
    color: #fefefe;
    font-size: 45px;
    margin: 0;
	text-transform: uppercase;
}

.separator {
    display: block;
    height: 1px;
    width: 75px;
    margin: 3px auto 20px;
}

header#page-header div.header div.separator {
    background-color: #fefefe;
    height: 3px;
}


@media only screen and (max-width: 992px){
header#page-header {
    height: 275px;
}
span.background-img {
    background-size: inherit !important;
}
}

.contact-details-image img{
	width:70%;
}

.footer-number p{
	color:#FFF;
}
.footer-number p:hover{
	color:#FFF;
	text-decoration:underline;
}
.footer-email p{
	color:#FFF;	
}
.footer-email p:hover{
	color:#FFF;
	text-decoration:underline;
}

div.social-media {
    z-index: 1005;
    text-align: center;
}
div.social-media a {
    color: #FFF;
    font-size: 30px;
    transition: .15s ease-in-out;
}

div.footer_quick_links{
    text-align: center;	
}

div.footer_quick_links a{
    color: #FFF;
    font-size: 14px;
    transition: .15s ease-in-out;
}

div.footer_quick_links p{
    color: #FFF;
    font-size: 14px;
    transition: .15s ease-in-out;
}

div.copyright p{
    text-align: center;
	font-size: 12px;	
}

div.footer-address p{
	text-align: center;	
}
div.footer-number p{
	text-align: center;	
}
div.footer-email p{
	text-align: center;	
}


/*home page*/
div.home-about{
    background-color: #e77817;
}

div.home-about-header{
  text-align: center;
}


div.home-about-content-left{
  margin: auto;
  position: relative;
  text-align: center;
  color: white;
  width: 70%;
  border: 5px solid #00923f;
}

div.home-about-content-left img{
	height:250px;
}

div.home-about-content-right{
  margin: auto;	
  position: relative;
  text-align: center;
  color: white;
  width: 70%; 
  border: 5px solid #00923f;
}

div.home-about-content-right img{
	height:250px;
}

div.home-about-content-left span.overlay{
	background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

div.home-about-content-right span.overlay{
	background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}		

div.home-about-content-left-image{
  position: absolute;
  top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  /*background: rgba(0, 0, 0, .3);
  padding-top: 17.2%;
  padding-bottom: 17.2%;*/
}

div.home-about-content-right-image{
  position: absolute;
  top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  /*background: rgba(0, 0, 0, .3);
  padding-top: 17.2%;
  padding-bottom: 17.2%;*/
} 

div.home-about-content{
margin-top:5%;
}

div.home-about-content-left a{
	color:white;
	text-decoration:underline;
}
div.home-about-content-right a{
	color:white;
	text-decoration:underline;
}

div.home-our-services-top{
	margin-top:5%;
}

.home-our-services-content i{
	font-size: 50px;
}

.home-srvices-single{
	padding:5px;
	height: 250px;	
}
.home-srvices-single a{
	color:#000;
}

.printing-srvices-single{
	padding:5px;
	height: 250px;
}

.printing-srvices-single a{
	color:#000;
}

.printing-srvices-single a:hover{
	text-decoration:none;
}	

.printing-srvices-single a .printing-srvices:hover{
	border: 2px solid #e77817;
    outline: #000 solid 2px;
	text-decoration:none;
}

.printing-srvices-single a .printing-srvices{
	border:2px solid #FFF;	
}

.printing-srvices{
	padding:10px;
}

.home-srvices-single a .home-services{
	border:2px solid #e77817;	
}

.home-srvices-single a .home-services:hover{
	border:2px solid #FFF;
	text-decoration:none;
}

.home-srvices-single a:hover{
	text-decoration:none;
}

.home-services{
	padding:10px;
}

.our-services-card-hader{
    text-align: center;	
}

.our-services-card-content p{
	font-size:14px;
	text-align: center;
}

.home-our-services-content{
	margin-top:2%;
	margin-bottom:6%;
}
div.why-choose-us-content{
	width: 80%;
    font-size: xx-large;
    text-align: center;
	margin-left: 10%;
}

@media only screen and (max-width: 1024px) {
	div.why-choose-us-content{	
		font-size: larger;
	}
	div.why-choose-us-number{
		font-size: 40px;
	}
	.home-our-services-content{
		margin-top:0px;
		margin-bottom:1%;
	}
}	

.why-choose-us-number{
    font-size: 85px;
    text-align: center;	
}
.home-why-choose-container{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    color: white;
}	

.home-news-date{
	font-size: 25px;
    font-weight: bolder;
    text-align: center;
}

.home-news-month{
	font-size: 25px;
    font-weight: bolder;
    text-align: center;
	background-color: #e77817;
}
.home-news-left{
	border: 1px solid #ccc;
    padding: 0;
}
.home-news-content p{
	margin:auto;
}
.home-news-content{
font-size: initial;	
}
.home-news-header h2{
	color:#000;
	margin:2px;
}
.home-news-header a:hover{
	text-decoration:none;
}
.home-news-container{
    margin-bottom: 4%;
    margin-top: 2%;
    width: 80%;
    margin-left: 10%;
}

.home-client-review-header{
	text-align:center;
}
.home-latest-news-header{
	text-align:center;
}

.tab {
  margin-top: 10%;
  overflow: hidden;
  text-align: center;
}

.tabcontent {
	margin-left: 10%;
    overflow: auto;
    /*height: 450px;*/
	height: 250px;
	padding-right: 2%;
}

button.tablinks{
	background-color: #FFF;
    color: #000;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #eee;
	margin-right: 10px;
}
button.tablinks:hover{
    border: 2px solid #000;
}

button.tabactive{
    border: 2px solid #000;	
}

.tabcontent::-webkit-scrollbar {
    width: .3em;
}
 
.tabcontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.tabcontent::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.home-client-review-content{
	/*width: 90%;
    text-align: center;*/
}

.home-client-news{
	margin-bottom: 3%;
}

/********** printing-service page **********/

.printing-service-banner-down-content-left{
	margin-top: 5%;	
}

div.printing-our-services-content i{
	font-size: 50px;
    margin-left: 43%;
    margin-top: 10%;
    text-align: center;
}
.printing-our-services-content{
	    margin-bottom: 2%;
}
.printing-our-services-card-hader{
	font-size: 22px;
}

.our-services-underbanner{
	margin-top:2%;
}


/************* blog page ********/


.blog-header{
	text-align:center;
}
.blog-image img{
	border:2px solid #00923f;
	margin-left: 2%;
}
.blog-content{
	text-align: center;
}
.blog-post-info{
	text-align: center;	
}
.blog-read-more{
	text-align: center;
	margin-top:2%;
	margin-bottom:2%;
}
.blog-read-more a{
	border: 2px solid orange;
    padding: 5px;
    border-radius: 10px;
    color: #000;
}

.blog-recent-post{
	overflow: auto;
    max-height:1260px;
	height: auto;
	margin-bottom:2%;
	overflow-y: scroll;
}

.blog-recent-post::-webkit-scrollbar {
  width: 20px;
}
.blog-recent-post::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
  border-left: 9px solid white;
  border-right: 9px solid white;
}
.blog-recent-post::-webkit-scrollbar-thumb {
  background: darkgrey;
  border-left: 7px solid white;
  border-right: 7px solid white;
}


/******************  contact page ***************/

.contact-details div.phone{
	text-align:center;
}

.contact-details div.email{
	text-align:center;
}

.contact-details div.address{
	text-align:center;
}


@media only screen and (min-width: 1024px) {

	div.boder-right{
		border-right: 2px solid;
	}
}	

@media only screen and (min-width: 767px) {
.logo_wrap img {
    max-width: /*150*/400px;
}
}

@media only screen and (max-width: 767px) {
	
.header-socialmedia{
display:none;	
}
		
}

@media only screen and (max-width: 786px) {
.header-socialmedia{
display:none;	
}	
.menu-item a.menu-image-title-after.menu-image-not-hovered img{
	display:none;
}
}

@media only screen and (max-width: 1120px) {
	.menu-item a.menu-image-title-after.menu-image-not-hovered img{
	display:none;
	}
}

@media only screen and (max-width: 1030px) {
.header-socialmedia{
display:none;	
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img{
	display:none;
}	
}


.dash{
    border: 1.5px solid #000;
    width: 100%;
    height: 0px;
	margin-top: 2%;
	margin-bottom: 2%;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img{
	padding:5px;
}

.center{ 
text-align: center; 
}

@media only screen and (min-width: 500px) and (min-width: 650px) {
  div.home-about-content-left img{
	    width: fit-content;
  }
  div.home-about-content-right img{
	    width: fit-content;
  }	
}

@media only screen and (max-width: 768px) {
  div.home-about-content-left img{
	width: 100%;
  }
  div.home-about-content-right img{
	width: 100%;
  }	
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  
  div.home-about-content-left img{
	width: 100%;
  }
  div.home-about-content-right img{
	width: 100%;
  } 
}


@media only screen and (min-width: 986px) {

div.home-why-choose-bg{
	background-image: url("../../../wp-content/uploads/2019/04/Why-Choose-Us-ParalexHome-Page.jpeg"); 
	background-repeat: no-repeat;
	background-size: 100% 100%;
}	
	
}

@media only screen and (max-width: 987px) {
	div.home-why-choose-bg{
	background-image: url("../../../wp-content/uploads/2019/04/Why-Choose-bg.jpeg"); 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	}	
}

#error-page{
	text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.mobilenew{
	display:none;
}

@media only screen and (max-width: 768px) {
	.desktopnew{
		display:none;
	}
	.mobilenew{
		display:block;
	}		
}

/* Hadleigh's Post Live Changes */

span.background-img {
	background-size: cover!important;
	background-position: center center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	div#slider div.carousel-cell img {
		height: auto;
	}

	div.header_navigation,
	.header-socialmedia {
		top: 50%;
		transform: translate(0,-50%);
	}
}

@media only screen and (max-width: 1200px) {
	div#nav_button {
		color: #000;
	}
}

@media only screen and (max-width: 767px) {
	.logo_wrap img {
		max-width: 250px;
	}

	div.home-about-content-left,
	div.home-about-content-right {
		width: 90%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}
	
	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
		/*display: block;*/
	}
	/*div.mobile_nav_container li a{
		text-align:center;
	}*/
	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}
	
	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}	
	
}


@media only screen and (max-width: 1024px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}
	
	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}	
	div.mobile_nav_container li{
		margin-bottom:unset;
	}

	
	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}	
	
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		/*position: absolute;*/
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		text-align: center;
		width: 60px;
		/*line-height: 48px;*/
		line-height: 35px;
		height: 100%;
		color: #bbb;
		transition: all .6s ease;
		/*border-left: 1px solid #bbb;*/
	}
	
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		/*top: -10px;*/
		top: 0px;
		position: absolute;
		border-left: 1px solid #bbb;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		/*display: block;*/
		/*display:inline-flex;*/
		position: relative;
		border-bottom: 1px solid #bbb;
		/*color: #878787;*/
		text-transform: uppercase;
		/*padding-right: 60px;*/
		width: 100%;
	}
	.menu-image-title-after.menu-image-title{
		padding-left:0px;
	}	
	
}

@media only screen and (max-width: 767px) {
	div#mobile_navigation{
		width:100%;
	}	
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		line-height: 35px;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}
	.menu-image-title-after.menu-image-title{
		padding-left:0px;
	}
}

div.copyright a {
	text-decoration: underline;
}