/*
Theme Name:		Ken Child Theme
Theme URI:		http://themeforest.net/user/artbees
Description:	Child theme for the Ken theme 
Author:			Your name here
Theme URI:		http://themeforest.net/user/artbees
Template:		ken
Version:		1.0
*/


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/*---- Header style ----*/
.social-bar {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 1;
}
.social-bar ul {
    list-style: none;
    display: inline-flex;
}
.social-bar ul li a {
    color: #444;
    opacity: 0.9;
}
.social-bar ul li a:hover {
    color: #000;
}

/* Footer Top Section
-------------------------------------------------------------- */
.foot_top {
    /* padding: 20px 0 10px; */
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #938d88; */
    text-align: center;
}
.foot_menu {
    text-align: -webkit-center;
    padding: 20px 0 0;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #938d88; */
}
.foot_menu ul {
    list-style: none;
    margin-left: 0;
    display: inline-flex;
}
.foot_menu ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #938d88;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0;
}
.foot_menu ul li:after {
    content: "|";
    padding-left: 15px;
    padding-right: 15px;
}
.foot_menu ul li:last-child:after {
    content: "";
    padding-left: 0;
    padding-right: 0;
}
.foot_menu ul li a {
    color: #938d88;
}
.foot_menu ul li a:hover {
    color: #b4aa98;
}
.foot_address {
    margin-bottom: 20px;
    border-bottom: 1px solid #938d88;
    padding-bottom: 20px;
}
.foot_address i {
    font-size: 16px;
    font-weight: 500;
}
.address_box {
    width: 26%;
    display: inline-block;
    border-right: 1px dotted #938d88;
}
.border-none {
    border-right: none;
}
/*.address_box:nth-last-child {
   border-right: none; 
}*/
.address_box h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #938d88;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0;
    margin-bottom: 0;
}
.address_box ul {
    list-style: none;
    margin-left: 0;
}
.address_box ul li {
    font-size: 14px;
    font-weight: 500;
    color: #938d88;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0;
}
.address_box ul li a {
    color: #938d88;
    padding-left: 10px;
}
.address_box ul li a:hover {
    color: #b4aa98;
}
.email_log {
    padding-top: 30px;
}
.email_log ul {
    list-style: none;
    margin-left: 0;
}
.email_log ul li {
    font-size: 17px;
    font-weight: 500;
    color: #938d88;
    line-height: 28px;
    text-decoration: none;
    margin-left: 0;
}
.email_log ul li a {
    color: #938d88;
    padding-left: 10px;
}
.email_log ul li a:hover {
    color: #b4aa98;
}

@media only screen and (max-width:1367px){
.social-bar {
    left: 12%;
}
#mk-main-navigation>ul>li.menu-item>a {
    padding: 0 15px;
}
.mk-header-logo.mk-header-logo-center {
    padding: 0 10px;
}
.social-bar ul {
    margin-left: 0;
}
}

@media only screen and (max-width:1250px){
.social-bar {
    left: 10%;
}    
}

@media only screen and (max-width:769px){
.social-bar {
    left: 12%;
}
.foot_menu ul li:after {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media only screen and (max-width:620px){
.foot_menu ul {
    display: block;
}
.foot_menu ul li:after {
    padding-left: 0;
    padding-right: 0;
    content: "";
}
}
@media only screen and (max-width:600px){
.address_box {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}
}
@media only screen and (max-width:540px){
.social-bar {
    left: 18%;
}
.address_box {
    display: block;
    border-right: none;
}
.email_log {
    padding-top: 10px;
}
}
@media only screen and (max-width:349px){
.social-bar ul li {
    margin-left: 0;
    padding-right: 5px;
}
.social-bar {
    left: 23%;
}
}

