/*
Theme Name: OptimizeWP Child Theme
Theme URI: http://deploy.mikado-themes.com
Description: A child theme of OptimizeWP
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Template: optimizewp
*/
@import url("../optimizewp/style.css");

/* Style */

.mkdf-title .mkdf-title-holder h1 {
    font-family: PT Serif,sans-serif;
    text-transform: capitalize;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
    background-color: #4c4047 !important;
}

.owl-pagination {
    margin-top: 20px;
}

.mkdf-top-bar {
    background: #4c4047;
    background: -moz-linear-gradient(left, #4c4047 34%, #4c4047 34%, #ab8d5b 34%);
    background: -webkit-linear-gradient(left, #4c4047 34%,#4c4047 34%,#ab8d5b 34%);
    background: linear-gradient(to right, #4c4047 34%,#4c4047 34%,#ab8d5b 34%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4047', endColorstr='#ab8d5b',GradientType=1 );
}

.mkdf-top-bar .widget_mkd_social_icon_widget a:hover {
    color: #fff !important;
}

.mkdf-top-bar .mkdf-position-left {
    background-color: #4c4047;
    position: relative;
}

.mkdf-top-bar .mkdf-position-left:after {
    position: absolute;
    content: " ";
    top: 0;
    right: -45px;
    width: 0;
    height: 0;
    border-top: 46px solid #4c4047;
    border-right: 46px solid transparent;
}

.mkdf-top-bar .mkdf-call-to-action-button {
    background-color: #ab8d5b !important
}

.mkdf-page-header {
    margin: -1px;
}

.mkdf-header-standard .mkdf-menu-area {
    border-bottom: 1px solid #fff;
}

.custom-btn {
    border-radius: 100px;
}

.home-title p {
    display: none;
}

.home-title .smallt {
    font-size: 18px;
    color: #ab8d5b;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: 700
}

.home-title .larget {
    color: #4c4047;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0;
}

.we-are-css {
    color: #fff !important;
    font-size: 24px;
}

.we-are-call-action .mkdf-btn {
    background-color: #ab8d5b;
    border-radius: 100px;
}


.we-are-call-action .mkdf-call-to-action {
    background-image: url(https://royalartqatar.net/wp-content/uploads/2017/07/vector-patren.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.mkdf-main-menu .item_outer {
    padding: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mkdf-main-menu .current-menu-item .item_outer {
    border: 1px solid #ab8d5b;
}

.mkdf-main-menu .item_outer:hover {
    border: 1px solid #ab8d5b;
}


.mkdf-sticky-header-on-scroll-up .mkdf-page-header .mkdf-sticky-header .mkdf-main-menu>ul>li.mkdf-active-item>a {
    color: #ab8d5b !important;
}

.cf7_custom_style_1 .wpcf7-textarea {
    border-radius: 10px !important;
}
/* Slider */


.tparrows {
    background: #ab8d5b !important;
}

.tparrows:hover {
    background: #fff !important;
}

.tparrows:hover:before {
    color: #333 !important;
}

/* Service */
.serv-box h4 {
    position: relative;
    padding-left: 25px;
}

.serv-box h4:before {
    width: 6px;
    height: 35px;
    background-color: #d0c1a8;
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    margin-right: 10px;
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.serv-box .serv-thumb {
    position: relative;
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.serv-box:hover .serv-thumb {
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
}

.serv-box .serv-thumb img {
    width: 100%;
    height: auto;
}

.serv-box .serv-thumb:after {
    background-color: rgba(171, 141, 91, 0.8);
    width: 100%;
    height: 100%;
    content: " ";
    top: 0; left: 0; bottom: 0; right: 0;
    position: absolute;
    z-index: 1; 
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.serv-box .serv-thumb:before {
    content: "\f08e";
    font-family: fontawesome;
    color: #fff;
    font-size: 16px;
    position: absolute;
    height: auto;
    right: auto;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #4c4047;
    border-radius: 100%;
    -wibkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.serv-box:hover a {
    color: #ab8d5b;
}

.serv-box:hover h4:before {
    background-color: #ab8d5b;
    width: 10px;
}

.serv-box:hover .serv-thumb:before {
    visibility: visible;
    opacity: 1;
    top: 50%;
    
}
.serv-box:hover .serv-thumb:after {
    visibility: visible;
    opacity: 1;
}

/* Delivery */
.delivery .mkdf-iwt-title-holder h4 {
    font-size: 22px;
    color: #ab8d5b;
    text-transform: none;
    margin-top: 0;
}
.delivery .mkdf-iwt-text-holder p {
    font-size: 22px;
    color: #4c4047;
    text-transform: none;
    margin-top: 0;
    font-family: PT Serif;
}

/* Form Home */
.form-home-title .small-title {
    font-size: 18px ;
    color: #ab8d5b ;
    font-weight: 700 ;
}

.form-home-title h2 {
    font-size: 28px ;
    font-weight: 700 ;
    color: #f5f5f5 ;
    margin-bottom: 10px;
    margin-top: 0;
}

.form-home-title p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.form-home-title .clients {
    color: #4c4047;
}
.form-home-title .clients span {
    font-size: 22px;
}

/* Footer */
footer p {
    padding: 0;
    margin: 0;
}

footer .mkdf-footer-top:not(.mkdf-footer-top-full) .mkdf-container-inner {
    padding: 0;
}
footer .mkdf-footer-top-holder {
    background-color: #4c4047;
}

footer .menu {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

footer .mkdf-footer-top-holder .widget ul li {
    border-bottom: 1px solid transparent;
}

footer .mkdf-footer-top-holder .widget ul li a {
    font-size: 14px;
    font-weight: 500 !important;
    font-family: Roboto !important;
}

footer .mkdf-footer-top-holder .widget ul li a:hover {
    color: #a98f5a;
}

footer .mkdf-footer-top-holder .widget .mkdf-footer-widget-title {
    color: #a98f5a;
    padding-top: 50px;
}

footer .footer-contact {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

footer .contact-com {
    color: #fff !important;
    font-size: 16px;
}

footer .footer-contact strong {
    color: #a98f5a;
}

.footer-img {
    margin-top: 12px;
    width: 100%;
    height: 100%;
}

footer .mkdf-footer-top-holder .widget {
    margin-bottom: 0;
}

footer .mkdf-footer-bottom-holder {
    background-color: #3c3338;
    height: 40px;
}

.mkdf-footer-bottom-left a {
    color: #a98f5a;
}

/* Contact Page */
.con-list {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    min-height: 130px;
}

.con-list a:hover {
    color: #ab8d5b;
}

.brochure {
    background-color: #4c4047;
}

.brochure h3 {
    color: #fff !important;
}

.brochure a {
    color: #ab8d5b;
    font-size: 18px;
}

.brochure a:hover {
    color: #fff;
}

.con-list .icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #a98f5a;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    border-radius: 100%;
    text-align: center;
}

.con-list .meta-box {
    color: #777;
    text-align: center;
}

.con-list .meta-box h3 {
    margin: 30px 0 0 0;
    text-transform: uppercase;
}


/* Products */
.pro-box {
    position: relative;
}

.pro-box:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(76, 64, 71, 0.8);
    width: 0%;
    height: 0%;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    -wibkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pro-box:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.pro-box:before {
    content: " ";
    position: absolute;
    width: 95%;
    height: 95%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -wibkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.pro-box:hover:before {
    opacity: 1;
    visibility: visible;
    width: 80%;
    height: 80%;
}


.pro-box img {
    width: 100%;
    height: auto;
}

.pro-box h3 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    height: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    -wibkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0 auto;
    z-index: 3;
    -wibkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.pro-box:hover h3 {
    opacity: 1;
    visibility: visible;
}

.pro-box a:hover {
    color: #fff;
}


/* Page Sidebar */

.page-sidebar .widget  {
    margin-bottom: 40px;
}

.page-sidebar h4 {
    text-transform: uppercase;
}

.page-sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page-sidebar ul li {
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-sidebar ul li:hover,
.page-sidebar ul .current-menu-item {
    background-color: #4c4047;
}

.page-sidebar ul li:hover a,
.page-sidebar ul .current-menu-item a {
    color: #fff;
}

.page-sidebar ul li:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 14px;
    color: #000;
    margin-right: 15px;
}

.page-sidebar ul li:hover:before,
.page-sidebar ul .current-menu-item:before {
    color: #a98f5a;
}


.page-sidebar .brochure-download li {
    background-color: #a98f5a;
}

.page-sidebar .brochure-download li:before {
    content: "\f278";
    color: #fff;
}

.page-sidebar .brochure-download li a {
    color: #fff;
}

.page-sidebar .contact-sidebar li {
    padding: 10px 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-sidebar .contact-sidebar li:last-child {
    border-bottom: 1px solid transparent;
}

.page-sidebar .contact-sidebar li:before {
    color: #a98f5a;
    font-size: 18px;
}

.page-sidebar .contact-sidebar .cs-address:before { content: "\f015";}
.page-sidebar .contact-sidebar .cs-location:before { content: "\f041";}
.page-sidebar .contact-sidebar .cs-phone:before { content: "\f095";}
.page-sidebar .contact-sidebar .cs-email:before { content: "\f003";}

.page-sidebar .contact-sidebar li:hover {
    background-color: #fff;
}

/* Page Css */
.page-css p {
    font-size: 16px;
}

.mkdf-btn.mkdf-btn-hover-solid:not(.mkdf-btn-custom-hover-bg):not(.mkdf-btn-with-animation):hover {
    background-color: #5e4f58 !important;
}

/* Products */

.mkdf-portfolio-list-holder-outer.mkdf-ptf-three-columns article {
    width: 29.33%;
    margin: 30px 1%;
    -wibkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mkdf-portfolio-list-holder-outer.mkdf-ptf-three-columns article .mkdf-ptf-item-image-holder {
    border: 2px solid #eee;
    padding: 15px 0
}

.mkdf-ptf-item-overlay {
    position: inherit;
    top: inherit;
    bottom: 0;
    width: initial;
    height: initial;
    opacity: 1;
    background-color: transparent;
}

.mkdf-ptf-item-overlay a {
    color: #333 !important
}

.mkdf-ptf-item-overlay:hover a {
    color: #ab8d5b !important
}

.mkdf-portfolio-list-holder-outer.mkdf-ptf-three-columns article:hover a {
    color: #ab8d5b !important
}

.mkdf-portfolio-list-holder-outer.mkdf-ptf-gallery article .mkdf-ptf-item-text-holder {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
}

.mkdf-portfolio-list-holder-outer.mkdf-ptf-gallery article .mkdf-ptf-item-title {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
}

/* Display meta */
.mkdf-ptf-item-bottom,
.mkdf-portfolio-item-social,
.mkdf-portfolio-date,
.mkdf-like {
    display: none;
}

.mkdf-portfolio-list-holder-outer.mkdf-ptf-three-columns article:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mkdf-ptf-item-overlay-icon {
    font-size: 22px;
    background-color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%
}


.second .item_outer {
    padding: 0 !important;
    margin-right: 0 !important;
    border: 0px solid transparent !important;
}

.second .current-menu-item .item_outer {
    border: 0px solid #ab8d5b !important;
}

.second .item_outer:hover {
    border: 0px solid #ab8d5b !important;
}

.second .current-menu-item .item_outer {
    border: 0 solid #ab8d5b !important;
}



/* portfolio product single page max height  */ 
/* .mkdf-portfolio-list-holder-outer.mkdf-ptf-three-columns article .mkdf-ptf-item-image-holder{height: 238px; */
/*  overflow: hidden;} */
/* portfolio product single page max height  */ 

footer .mkdf-footer-bottom-holder .mkdf-container-inner .textwidget {
    line-height: 60px !important;
}