

.mkd_column.column3 {
text-align: right;
}
.post_image {display: none !important}
@media only screen and (min-width:1001px) and (max-width:1200px) {
           nav.main_menu ul li a {
                       line-height: 40px !important;
           }
           .main_menu {
                       margin-top: 40px;
           }
} 
.logo_wrapper {max-height: 140px}

#phone-holder {
width: 100%;
text-align:center;
}

.phone-number {
position: relative;
top: 0;
left: -10px;
visibility: visible; 
display: inline-block;
z-index: 999999;
font-size: 2em;
font-weight: bold;
color: #3c3c3c;
background: url(/wp-content/uploads/2016/09/telephone.png) no-repeat 0 0;
background-size: 24px;
padding-left: 25px;
margin-top: -10px;
font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 982px) {.phone-number{top: 0; left: 0}}
/*---Cookie---*/


#cookie-popup {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-size: 12px;
    width: 930px;
    box-shadow: 0px 0px 5px #000;
    background: transparent linear-gradient(to bottom, #3E3E3E 0%, #1B1B1B 100%) repeat scroll 0% 0%;
    background: transparent -moz-linear-gradient(to bottom, #3E3E3E 0%, #1B1B1B 100%) repeat scroll 0% 0%;
    background: transparent -webkit-linear-gradient(to bottom, #3E3E3E 0%, #1B1B1B 100%) repeat scroll 0% 0%;
}

#cookie-popup span {
	position:absolute;
	right:10px;
	top:5px;
	color:#ffca04;
	cursor:pointer;
}

#cookie-popup p {
	color: #fff;
	font-size: 1.2em;
}
#cookie-popup p a {
	color: #ffca04;
}
.close-message {
	font-weight: 600;
	font-size: 14px;
}

@media only screen and (max-width:1100px)  { #cookie-popup {width: 90%;} #cookie-popup span {top: auto; bottom: 5px;} }