/*
1 Reset Css #res
2 Font Face #face 
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/

/*================================= 1 Reset Css ( #res ) =================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{text-decoration:none;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#006db7;transition:all 0.5s ease 0s;}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ababab;margin:50px auto; padding:0}

img {-ms-interpolation-mode: bicubic; border: 0; height: auto; vertical-align: middle; transition:all 0.5s ease 0s;}
.ie8 img {height: auto; width: auto\9;}
.ie8 img.size-large {max-width: 60%; width: auto;}
:hover{transition:all 0.5s ease 0s;}

ul{list-style:none; margin:0; padding:0;}
li{list-style:none;}

#wp-toolbar ul:after{content:none}

.last_li , .last{margin-right:0 !important; padding-right:0 !important}
.first_li, .first{margin-left:0 !important; padding-left:0 !important}

.clearfix:after , ul:after , ol:after ,  .full_row:after, .related_product a.emperor_button:after
{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/*================================= 2 Font Face ( #face ) =================================*/
/* TypoGraphy */
/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Oswald', sans-serif;
*/


/*================================= 3  Inputs ( #input ) =================================*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0;}
::-webkit-input-placeholder {color:#343434; font-style:normal;}
:-moz-placeholder {color:#343434; font-style:normal;}
::-moz-placeholder {color:#343434; font-style:normal;}
:-ms-input-placeholder {color: #343434; font-style:normal;}

button::-moz-focus-inner {border: 0}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

input[type=number] {-moz-appearance:textfield}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0}

input[type=submit]{padding:12px 20px; background:red; font-weight:normal; color:#fff; display:block; margin:0 auto}
input[type=submit] , input[type=button]{cursor:pointer; border:0}
input:focus{outline:none;}
body textarea{resize:none; height:270px; font-size:18px; font-style:normal; color:#474747!important; line-height:31px; padding:15px 0 0 25px; border: 1px solid #735d38 }

input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea{background:#e2e1e1; border: 1px solid #d6d5d2; border-radius:0; color: #474747!important; font-size: 21px; font-weight: 400; line-height: 26px; width:100%; height:50px; padding:5px 15px 5px 10px; box-shadow:none; -webkit-appearance:none}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
background:#f3f3f3}

form label{color: #006db7; font-size: 16px; display: block; font-weight: 900; margin-bottom:10px; text-transform:uppercase}

.form_row{padding-bottom:25px}
.form_row.msg_row{padding-bottom:10px}
.form_row.submitrow{padding-bottom:0}

input:required{box-shadow:none}

/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

*{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*================================= 4 Global Styles (#glob) =================================*/

/* Gobal #GAB */
.x:before 
{position:absolute; content:''}

/* Vertical Middle */
.x:before /*Parent Before*/
{content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em}

.x /* Child class */
{display: inline-block; vertical-align: middle}


/* HR Rules */
hr{}

/* Image Alignment */
.alignnone , a img.alignnone {margin: 5px 0 50px}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 60px auto}
.alignright , a img.alignright{float:right; margin: 5px 0 30px 30px;}
.alignleft , a img.alignleft {float: left; margin: 5px 50px 20px 0}
a img.aligncenter {display: block;  margin-left: auto; margin-right: auto}

h1 , h2 , h3 , h4 , h5 , h6{}

h1{font-size: 45px;font-weight: 700;line-height: 55px;text-align: center; font-family: 'Roboto Condensed', sans-serif;color: #735d38;padding-bottom: 30px; }
h2{font-size: 40px;font-weight: 300;line-height: 50px;font-family: 'Roboto Condensed', sans-serif;color: #fff;padding-bottom: 20px; }
h3{font-size: 30px;font-weight: 700;line-height: 40px;font-family: 'Roboto Condensed', sans-serif;color: #735c38;padding-bottom: 30px;text-transform: uppercase;text-align: center;}
h4{font-size: 24px;line-height: 32px;color: #fff;font-weight: 400;display: block;}
h5{font-size: 20px;line-height: 30px;color: #fff;font-weight: 400;display: block;padding-bottom: 5px;}
h6{font-size: 18px;line-height: 28px;color: #313131;font-weight: 700;display: block;padding-bottom: 30px;}

p , .content_row ul li, .content_row ol li{color: #040707; font-size: 16px; font-weight: 300; line-height: 26px; margin-bottom:30px}
p:last-child{margin-bottom:0}
p.intro{color: #666; font-size: 24px; font-weight: 300; line-height: 34px; margin-bottom:20px}
p a, .content_row ul li a{color:#735d38; font-weight:300;position: relative;}
p a:after, .content_row ul li a:after{content: '';width: 0;height: 1px;background-color: #474747;position: absolute;left: 0;bottom: -2px;transition:all 0.5s ease 0s;pointer-events: none;}
p a:hover, .content_row ul li a:hover{color: #474747}
p a:hover:after, .content_row ul li a:hover:after{width: 100%;transition:all 0.5s ease 0s;}
p strong{font-weight:900}
p em{font-style:italic}
/*p a:hover{color: #474747}*/
.content_row ul , .content_row ol{padding-bottom:10px}
.content_row ul li, .content_row ol li{margin-bottom:5px; position:relative; color:#343434}
.content_row ul li{padding-left:20px}
.content_row ul li:before {color: #444444; content: "•"; font-weight: bold; left: 0; position: absolute; font-size:6px;}
.content_row ul ul , .content_row ol ul , .content_row ol ol{padding:5px 0}
.content_row ol{counter-reset: section}
.content_row ol li{padding-left:40px}
.content_row ol > li:before {color:#343434; content:counter(section, decimal) "."; counter-increment:section; padding-right:5px; font-size:18px; position:absolute; left:0}
.content_row ol ul li{padding-left:20px}
.content_row ol ol li{list-style:lower-alpha outside; padding-left:30px; margin-left:20px}
.content_row ol ol li:before{content:none}
.content_row ol ol li{padding-left:10px}
a:focus, a:hover{outline:none; text-decoration:none;}
.visible_tab{display:none}
/* ================================= 5 Wrappers #wrap ================================= */	
body{background:#fff; font-family: 'Roboto Slab', serif; line-height: 1; color:#343434}
.container{max-width:1000px; width:100%}
.full_row{width:100%; float:none; margin:0 auto}
.small_container{max-width:850px; margin:0 auto; float:none}
.site_full{max-width:1215px; margin:0 auto; position:relative;padding: 0 15px;}
/* ================================= 6 Custom CSS #custome ================================= */	
.band_space{padding: 60px 0}
a.emperor_button{font-size: 15px;font-weight: 700;color: #735d38;background-color: #fff;padding: 12px 21px 14px;display: inline-block;text-transform: capitalize;border-radius: 2px;}
a.emperor_button:hover{background-color: #735d38;color: #fff;}
a.rev_emperor_button{font-size: 15px;font-weight: 700;color: #fff;background-color: #735d38;padding: 12px 24px 14px;display: inline-block;text-transform: capitalize;border-radius: 5px;}
a.rev_emperor_button:hover{background-color: #474747;color: #fff;}
.branding{background-image: url(../images/branding.png);background-position: bottom right;background-repeat: no-repeat;}
.dark_gray{background-color:#474747;}
sup{font-size: 12px;position: relative;top: -5px;}
h3 sup{top: -15px;}
a.overlay{display: block;position: relative;overflow: hidden;}
a.overlay:after{position: absolute;content: '';height: 0%;width: 100%;top: 0;left: 0;background-color: rgba(41, 27, 0, .6);transition:all 0.3s ease 0s;}
a.overlay:before{position: absolute;content: '\f06e';height: 0%;width: 100%;top: 0%;left: 0px;transition:all 0.3s ease 0s;font-size: 0;font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE";color: #fff;transform: translateY(-50%);z-index: 1;text-align: center;}
a.overlay:hover:after{height: 100%;transition:all 0.3s ease 0s;}
a.overlay:hover:before{top: calc(50% - 22px);transition: all 0.3s ease 0s;font-size: 20px;left: 0px;text-align: center;transform: translateY(-50%);}
.sticky.main_header{background-color: #735d38;transition:all 0.5s ease 0s;background-image: none;}
.sticky.main_header .logo_col img{max-width: 170px;transition:all 0.5s ease 0s;}
.sticky.main_header .bottom_nav li{padding: 0;transition:all 0.5s ease 0s;}
.sticky.main_header .bottom_nav ul.pull-right a{padding: 20px 7px;font-size:16px;transition:all 0.5s ease 0s;color:rgba(255, 255, 255, .7);}
.sticky.main_header .top_nav ul.pull-right li a{font-size: 14px;padding: 5px;transition:all 0.5s ease 0s;}
.sticky.main_header li.sub_menu > ul{top: 56px;}
.sticky.main_header li.sub_menu > ul li{padding: 0}
.sticky.main_header li.sub_menu > ul li a{padding: 10px!important;}
.sticky.main_header li.sub_menu:after{bottom: 4px;color: #fff;font-size: 16px;transition:all 0.5s ease 0s;}
.sticky.main_header .bottom_nav ul.pull-right li:before{bottom: 11px}
.sticky.main_header .bottom_nav ul.pull-right li:hover:before{bottom: 11px}
.nav_down.main_header .bottom_nav ul.pull-right li:hover:before{bottom: 17px}
.nav_down.main_header .bottom_nav ul.pull-right li:before{bottom: 17px}
.nav_down.main_header{background-image: none!important}
.nav_down.main_header li.sub_menu:after{color: #fff;bottom: 10px;font-size: 20px;}
.non_sticky.main_header li.sub_menu:after{color: #000}
/*.non_sticky.main_header{background-color: transparent;}*/
/*.non_sticky.main_header{content: '';background-image: url(../images/header_shadow.png)!important;background-size: cover!important;background-repeat: no-repeat!important;transition:all 0.5s ease 0s;position: absolute;top: 0;left:100%;}*/
/*.non_sticky.main_header li.sub_menu:after{color: #fff}*/
.home .sticky.main_header:after{content: none;}
.home .nav_down.main_header:after{content: none;}
.main_header, .nav_down.main_header{position: fixed;width: 100%;top: 0;left: 0;z-index: 999;transition:all 0.5s ease 0s;}
.home .main_header:after, .home .non_sticky.main_header:after{content: '';background-image: url(../images/header_shadow.png)!important;background-size: cover!important;background-repeat: no-repeat!important;transition: all 0.5s ease 0s;position: absolute;top: 0;left: 0;height: 496px;width: 100%;z-index: -1;pointer-events: none;}
.main_header .container{position: relative; max-width: 1400px;}
.main_header .container:after, .main_header .container:before{content: '';width: calc(100% - 30px);height: 1px;background-color: #6f6e68;position: absolute;bottom: -1px;left: 15px;}
.main_header .container:before{right: 0;bottom: 0px;background-color: #000}
.main_header .logo_col{padding: 15px;}
.main_header .logo_col img, .nav_down.main_header .logo_col img{max-width: 279px;}
.main_header a{color: #948a79 ;}
.main_header .top_nav ul.pull-right{background-color: #000;padding: 0 10px;}
.main_header .nav_cover ul.pull-right li{display: inline-block;}
.main_header .top_nav ul.pull-right li a, .nav_down.main_header .top_nav ul.pull-right li a{font-size: 16px;display: block;padding: 8px;text-transform: capitalize;border-top: 2px solid transparent;transition:all 0.2s ease 0s;}
.main_header .top_nav ul.pull-right li a:hover{color: rgba(255, 255, 255, .8);transition:all 0.2s ease 0s;}
/*.main_header .top_nav ul.pull-right ul.social_icon a{padding: 8px 12px;}*/
/*.main_header .bottom_nav ul.pull-right, .nav_down.main_header .bottom_nav ul.pull-right{padding: 25px 0 0;}*/
.main_header .bottom_nav li, .nav_down.main_header .bottom_nav li{text-transform: uppercase;font-size: 18px;position: relative;}
.main_header .bottom_nav > ul.pull-right > li > a, .nav_down.main_header .bottom_nav > ul.pull-right > li > a{padding: 32px 8px;display: block;color: #d2c7b3}
.main_header .bottom_nav ul.pull-right li:last-child a{padding-right: 0 }
.main_header .bottom_nav ul.pull-right li:before{width: 0;height: 2px;bottom: 17px;background-color: #000;content: '';position: absolute;left: 0;transition:all 0.5s ease 0s;}
.main_header .bottom_nav ul.pull-right li:hover:before{width: 100%;left: 0;transition:all 0.5s ease 0s;bottom: 17px;}
.main_header .bottom_nav ul.pull-right ul li:before{content: none;}
.mobile{display: none;}
/*drop down*/
.main_header li.sub_menu:before{content: none!important;}
.main_header li, .nav_down.main_header li{position: relative;}
.main_header li.sub_menu > ul, .nav_down.main_header li.sub_menu > ul{position: absolute;top: 81px;width: 250px;opacity: 0;visibility: hidden;transition: all 0.5s ease 0s;z-index: 99;pointer-events: none;background: #000 none repeat scroll 0 0;position: absolute;transform: rotateX(90deg);transform-origin: center top 0;}
.non_sticky.main_header li.sub_menu > ul{top: 81px!important}
.nav_down.main_header li.sub_menu > ul{top: 80px!important}
.main_header li.sub_menu > ul > li, .nav_down.main_header li.sub_menu > ul > li{display: block!important;padding: 0}
.main_header li.sub_menu:after{content: '•••';color: #000;bottom: 12px;left: 50%;transform: translateX(-50%);font-size: 20px;position: absolute;letter-spacing: 2px;z-index: -1}
.main_header li.sub_menu > ul a, .nav_down.main_header li.sub_menu > ul a{color: #fff;text-transform: capitalize!important;font-size: 14px!important;}
.main_header li.sub_menu > ul a:hover{background-color: #474747}
.main_header li.sub_menu:hover > ul{opacity: 1;visibility: visible;transition: all 0.5s ease 0s;transform: none;pointer-events: auto;}
.main_header li.sub_menu > ul a{padding: 10px;display: block;}
/*.banner_section*/
.banner_section{position: relative;}
.banner_section img{height: 100vh}
.banner_section .banner_text{position: absolute;top: 50%;left: 20%;z-index: 9;transform: translateY(-50%);}
.banner_section .banner_text span{font-size: 74px;line-height: 84px;color: #fff;font-family: 'Roboto Condensed', sans-serif;font-weight: 700;text-transform: uppercase;text-shadow: 0px 8px 16px rgba(0, 0, 0, .75)}
.banner_section .banner_text h5{text-shadow: 2px 1px 3px rgba(0, 0, 0, .75)}
.banner_section .banner_bottom_section{background-color: rgba(41, 27, 0, .7);position: absolute;bottom: 0;z-index: 99;width: 100%;text-align: center;border-top: 1px solid #fff;overflow: hidden;}
.banner_section .banner_bottom_section .bottom_banner_text{position: relative;padding: 45px 0 25px;bottom: 0;}
.banner_section .banner_bottom_section .bottom_banner_text:after {position: absolute; content: ''; height: 100%; width: 1px; background-color: #fff; top: 0; left: 0px; transform: skewX(-40deg); }
.banner_section .banner_bottom_section .col-md-4:last-child .bottom_banner_text:before {position: absolute; content: ''; height: 100%; width: 1px; background-color: #fff; top: 0; right:0px; transform: skewX(-40deg); }
.banner_section .banner_bottom_section span{font-size: 29px;color: #fff;line-height: 30px;font-weight: 400;}
.banner_section .banner_bottom_section p{font-size: 14px;color: #fff;line-height: 15px;font-weight: 400;}
/*.Stone_Benchtops p a{font-weight: 600;}*/
.Stone_Benchtops p a:hover{color: #735d38}
.Stone_Benchtops p a:after{background-color: #735d38}
.Stone_Benchtops h3{text-transform: none;}
/*#crumbs */
.breadcrumbs li {display: inline-block;padding: 20px 10px;position: relative;}
.breadcrumbs li.separator {padding: 0;color: #735d38}
/*
.breadcrumbs li:after{content: '\f105';font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE";font-weight: 900;color: #000;font-size: 14px;right: -10px;position: absolute;top: 23px;}
.breadcrumbs li:last-child:after{content: none;}*/
/*.testimonial*/
.home .testimonial{background-color: #f1ebe1}
.testimonial h2{color: #735d38;text-align: center;font-weight: 700;}
.testimonial h3{font-weight: 400;text-transform: none;}
.testimonial small{font-size: 14px;line-height: 16px;}
.home .testimonial h2{margin-bottom: 30px;}
.home .testimonial .testimonial_owl{text-align: center;}
.home .testimonial .testimonial_owl p, .testimonial .testimonial_owl strong{text-align: center}
.home .testimonial {text-align: center;}
/*history*/
.history p{color: #fff}
.history .row{display: flex;}
.history .band_space{padding: 60px 15px;}
.history .col-md-6 .history_img img{height: 100%;position: absolute;max-width: 100%;width: 100%;right: 0}
/*footer*/
.footer{background-color: #f9f8f8;border-top: 10px solid #735c38;padding: 60px 15px 20px;}
.footer .footer_bg{background-color: #fff;box-shadow: 0 0 50px rgba(0, 0, 0, .15);}
.footer img{width: 100%;margin-left: -15px;margin-top: 60px;}
.footer strong{color: #4f4b4c;font-size: 50px;line-height: 60px;font-family: 'Roboto Condensed', sans-serif;font-weight: 700}
.footer span{font-size: 120px;color: #735c38;font-family: 'Roboto Condensed', sans-serif;font-weight: 700;padding-bottom: 5px;display: block;line-height: 95px;}
/*.footer ul li{padding-bottom: 30px;color: #313131;font-weight: 700;}*/
.footer ul li a{color:#ccad78;font-weight: 400;font-size: 14px;line-height: 22px;text-transform: capitalize;}
.footer ul li a:hover{color:#735c38;text-decoration: underline;}
.footer p{padding: 30px 0;display: block;font-size: 14px;padding-right: 50px;font-weight: 400}
.footer h6{padding-bottom: 15px;}
.footer_para p {padding: 30px 60px 0px 0px;margin-bottom: 15px;font-weight: 300;}
.footer_para p:last-child {padding: 0px 60px 30px 0px;}
.footer .contact_info h6{padding-left: 15px;padding-bottom: 10px;color: #735c38;font-size: 22px;min-height: auto;}
.footer .contact_info p{padding-right: 0;padding: 15px 0}
.footer .contact_info strong{font-size: 18px;line-height: 28px;color: #000}
.footer .contact_info a{color: #ccad78}
.footer p a{color: #d2c7b3;font-weight: 400}
.footer p a:hover{color:#735c38;}
.footer .copyright{padding-top: 30px;}
.footer .copyright p{padding: 0;font-size: 14px;margin-bottom: 0px;font-weight: 700;display: inline-block;}
.footer .copyright p:last-child{float: right;}
.footer .copyright p i{color: #735c38}
.footer .copyright p a{color: #735c38;text-decoration: none;font-weight: 700}
.footer .copyright p a:hover{color: #735c38}
/*back to top*/
.cd-top {bottom:50px;  color: #fff !important;  display: inline-block;  font-size:20px;  font-weight: 500;line-height:40px;  overflow: hidden;  position: fixed;  left: 50px;  text-align: center; visibility: hidden;  white-space: nowrap;  width:50px;height: 50px;  opacity: 0;  background-color:#735d38;  border-radius:10px;}
.cd-top:hover{box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);transition:all 0.5s ease 0s;background-color: #474747;}
.cd-top.cd-is-visible {  opacity: 1;  visibility: visible;  z-index:9;}
.cd-top i{color: #fff;padding-top: 11px;text-align: center;font-size: 30px;}
/*INNER PAGE*/
.intro{background-image: url(../images/final_product.png);background-size: cover;padding: 30px 0}
.intro h1{padding-top: 100px;color: #fff;text-shadow: 5px 0 5px rgba(0, 0, 0, 15);text-transform: uppercase;font-weight: 400;letter-spacing: 3px;padding-bottom: 10px;}
.intro h4{color: #fff;text-align: center;}
/*.product .row{display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.product .row .col-md-6{display: flex;margin-bottom: 30px;}*/
.product_name .row .col-md-6:nth-child(2n + 1){clear: left;}
.product_name a{display: block;max-width: 350px;background-color: #291b00;color: #fff;text-align: center;font-size: 24px;line-height: 35px;font-weight: 400;margin: 0 auto 30px;border-radius: 10px;}
.product_name a:hover{background-color: #474747;}
.stones p{text-align: center;}
.stones .products{margin: 0px 10px 30px;}
.products img{max-width: 100%}
.products p{background-color: #ebe5e5;padding: 10px;font-weight: 400;text-align: center}
.products{margin-bottom: 30px;}
/*.products a:hover img{transform: scale(1.09);}*/
/*product_info*/
.product_info .info h3{text-align: left;text-transform: capitalize;}
/*related_product*/
.related_product{padding: 60px 15px;}
.related_product h2{display: inline-block;}
.related_product .owl-carousel1 img{max-width: 100%;}
.related_product .owl-carousel1 h4{font-size: 20px;text-align: center;text-transform: capitalize;font-weight: 300;padding: 8px;background-color: #735d38;height: 75px;line-height: 30px;}
.related_product a.emperor_button{float: right;}
.related_product .owl-theme .owl-controls .owl-nav .owl-prev:after{content: '\f104'; position: absolute; left: 20px; top: calc(50% - 10px); transform: translateY(-50%); font-size: 20px; background-color: #fff; color: #735d38; font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE"; font-weight: 900; background-image: none;opacity: 1;width: auto;height: auto;padding: 20px 18px;border-radius: 5px;line-height: 4px;transition:all 0.5s ease 0s;}
.related_product .owl-theme .owl-controls .owl-nav .owl-prev{left: 0px}
.related_product .owl-theme .owl-controls .owl-nav .owl-next{right: 0px;}
.related_product .owl-theme .owl-controls .owl-nav .owl-next:after{content: '\f105'; position: absolute; right: 20px; top: calc(50% - 10px); transform: translateY(-50%); font-size: 20px; background-color: #fff; color: #735d38; font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE"; font-weight: 900; background-image: none;opacity: 1;width: auto;height: auto;padding: 20px 18px;border-radius: 5px;line-height: 4px;transition:all 0.5s ease 0s;}
.related_product .owl-theme .owl-controls .owl-nav .owl-prev:hover:after, .related_product .owl-theme .owl-controls .owl-nav .owl-next:hover:after{background-color: #735d38;color: #fff;transition:all 0.5s ease 0s;}
.question h2{color: #4f4b4c;padding-bottom: 40px;}
.comment-author.vcard img{border-radius: 10px;}
.question input[type=text]{border: 1px solid #735d38;}
.question input[type=submit]{background-color: #735d38;transition:all 0.5s ease 0s}
.question input[type=submit]:hover{background-color: #474747}
.question h5{color: #000;font-weight: 700;position: relative;padding-left: 30px;}
.question .que_ans{padding: 10px 0;display: block;}
.question .que_ans h5:after{content: 'Q:';position: absolute;left: 0px;font-weight: 900;text-transform: uppercase;top: 0;font-size: 20px;color: #000}
.question .que_ans p{position: relative;padding-left: 30px;}
.question .que_ans p:after{content: 'A:';position: absolute;left: 0px;font-weight: 900;text-transform: uppercase;top: 0;font-size: 18px;color: #000}
/*portfolio_section*/
.portfolio img{width: 100%;}
.portfolio h2{color: #000;padding-top: 30px;text-align: center;}
.portfolio .port_content{padding-top: 30px;padding-bottom: 30px;}
.portfolio h3{padding-bottom: 10px;}
.portfolio h3, .portfolio_section h5{text-align: left;text-transform: none;}
.portfolio h5{color: #000;padding-bottom: 30px;}
.portfolio a.rev_emperor_button{margin-bottom: 30px;}
.portfolio a.loadmore.rev_emperor_button{margin: 60px auto 0px;display: table;text-align: center;padding: 15px 60px;border-radius: 5px;}
.sub_portfolio .owl-carousel .owl-item img{height: 400px;object-fit: cover;}
.sub_portfolio .owl-theme .owl-controls .owl-nav .owl-next{right: 15px;}
.sub_portfolio .owl-theme .owl-controls .owl-nav .owl-next:after {content: '\f105';position: absolute;right: 20px;top: 50%;transform: translateY(-50%);font-size: 40px;color: #fff;font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE";font-weight: 900;background-image: none;opacity: 1;width: 0;height: 0;/*padding: 20px 18px;*/border-radius: 5px;line-height: 0;transition: all 0.5s ease 0s;opacity: .5;}
.sub_portfolio .owl-theme .owl-controls .owl-nav .owl-prev{left: 0px;}
.sub_portfolio .owl-theme .owl-controls .owl-nav .owl-prev:after {content: '\f104';position: absolute;left: 20px;top: 50%;transform: translateY(-50%);font-size: 40px;background-color: #fff;color: #fff;font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE";font-weight: 900;background-image: none;opacity: 1;width: 0;height: 0;/*padding: 20px 18px;*/border-radius: 5px;line-height: 0;transition: all 0.5s ease 0s;opacity: .5;}
/*about page*/
.about{text-align: center;position: relative;}
.about .container{position: relative;}
/*.about .container:after{content: '';width: 1px;height: 100%;background-color: #524d40;position: absolute;top: 0;left: 50%;transform: translateX(-50%);display: block;}*/
.about .col-md-12{ padding-bottom: 40px; }
.about.band_space {    padding: 45px 0 ;}
.about img{max-width: 100%;display: block;margin: 0 auto 0;height: 245px;}
.background_img{background-image: url(../images/about.png);background-size: cover;background-position: center;background-attachment: fixed;position: relative;}
.background_img:after{position: absolute;width: 100%;height: 100%;content: '';background-color: rgba(115, 92, 56, .5);top: 0;left: 0;z-index: 0}
.background_img p{text-align: center;color: #fff;padding: 60px 30px;line-height: 30px;position: relative;z-index: 1}
.product_related h4{position: absolute;top: 0%;transform: translateX(-50%);opacity: 0;left: 50%;transition:all 0.2s ease 0s;z-index: 99;width: 100%;text-align: center;}
.product_related a:hover h4{opacity: 1;top: 50%;transform: translate(-50% -50%);transition:all 0.5s ease 0s;}
.related_product .product_related img{max-width: 100%;min-height: 280px;height: 280px;object-fit: cover;}
.related_product .product_related a.overlay:hover:before {/*top: 40%;*/transition: all 0.3s ease 0s;font-size: 20px;transform: translate(-50% -50%);height: 10%;}
.page-template-products .products .col-md-6:nth-child(odd){clear: left;}
.page-template-products .products a{margin-bottom: 30px;display: block;position: relative;}
.page-template-products .products .pro_img{position: relative;overflow: hidden;}
.page-template-products .products .pro_img img{height: 350px;object-fit: cover}
.page-template-products .products .pro_img:after{position: absolute;content: '';width: 100%;height: 100%;background-color: rgba(115, 92, 56, .5);top: 0;transition:all 0.5s ease 0s;}
.page-template-products .products a:hover .pro_img:after{background-color: rgba(42, 33, 6, .7);transition:all 0.5s ease 0s;}
.page-template-products .products a:hover .pro_img img{transform: scale(1.1);transition:all 0.5s ease 0s;}
.page-template-products .products a:hover .pro_wrap{transform: translateY(-50%);}
.page-template-products .products a:hover .pro_wrap p, .page-template-products .products a:hover .pro_wrap strong{opacity: 1;visibility: visible;color: #fff;}
.pro_wrap{position: absolute;top: 0;text-align: center;top: 50%;transition:all 0.5s ease 0s;padding: 0 15px;pointer-events: none;}
.page-template-products .products a:hover .pro_wrap{pointer-events: auto;}
.pro_wrap p, .pro_wrap strong{background-color: transparent;opacity: 0;visibility: hidden;transition:all 0.5s ease 0s;}
.page-template-products .products .pro_wrap strong{background-color: #fff;width: auto;color: #735c38!important;border-radius: 0px;transition:all 0.5s ease 0s;padding: 10px 25px;}
.page-template-products .products .pro_wrap strong:hover{background-color: #735c38;color: #fff!important}
.thing h3{margin-top: 30px;}
.thing .col-md-4:nth-child(3n + 1){clear: left;}
/*
.page-template-products .products h4, .page-template-products .products p, .page-template-products .products strong{position: absolute;width: 100%;text-align: center;color: #fff;opacity: 0;transition:all 0.5s ease 0s;}
.page-template-products .products a:hover h4, .page-template-products .products a:hover p, .page-template-products .products a:hover strong{opacity: 1;transition:all 0.5s ease 0s;}
.page-template-products .products h4{top: 30px;transition:all 0.5s ease 0s;}
.page-template-products .products p{top: 80px;background: none;padding: 0 30px;transition:all 0.5s ease 0s;}
.page-template-products .products strong{bottom: 40px;padding: 15px;background-color: #fff;display: block;width: auto;color: #735c38;left: 50%;transform: translateX(-50%);border-radius: 5px;transition:all 0.5s ease 0s;}*/
/*contact */
.contact h3{text-align: left;padding-bottom: 5px;}
.contact form label{color: #000;margin-bottom: 0;font-size: 16px;font-weight: 400;text-transform: none;margin-top: 15px;}
.contact input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea{background: #e2e1e1;border: 1px solid #735d38;border-radius: 3px;font-size: 14px;font-weight: 400;line-height: 40px;height: 40px}
.contact textarea{height: 130px;font-size: 14px;color: #474747;line-height: 22px;border-color: #735d38;padding: 10px;font-style: normal}
.contact input[type=submit]{width: 100%;margin: 20px auto 0;background-color: #735d38}
.contact input[type=submit]:hover{background-color: #474747}
/* .contact span.wpcf7-not-valid-tip{display: none;} */
.wpcf7-validation-errors{border: 2px solid red!important;padding: 10px;text-align: center;line-height: normal;font-weight: 400}
.wpcf7-mail-sent-ok {border: 2px solid #398f14!important;padding: 10px;text-align: center;}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {border-bottom: 2px solid #f00!important;}
.screen-reader-response{display: none;}
/*sub_portfolio*/
.sub_portfolio{text-align: center}
.sub_portfolio img{display: block;margin: 30px auto}
/*thing */
/*.thing h3{text-align: left;}*/
.thing img{border: 1px solid #735d38;margin: 0 auto 30px;display: inline-block;/*box-shadow:0 14px 28px rgba(0,0,0,0.18), 0 10px 10px rgba(0,0,0,0.18);*/margin-right: 30px}
.thing img.alignleft{margin-right: 30px;}
ul#breadcrumbs{margin-bottom: 30px;}
ul#breadcrumbs li a{color: #d2c7b3}
ul#breadcrumbs li a:hover{color: #735d38}
li.item-current.item-78{}
/*.single-stones_colors .question input[type=submit]{width: auto}*/
/*sub_portfolio*/
.sub_portfolio img{max-width: 100%;}
/*blog*/
.blog h3{text-align: left;transition:all 0.5s ease 0s;padding-bottom: 10px;text-transform: none;}
.blog p{transition:all 0.5s ease 0s;}
.blog img{max-width: 100%;overflow: hidden;position: absolute;height: 100%;width: 100%;}
.blog .pagination {display: block;margin: 40px auto 20px;text-align: center;}
.blog .pagination a, .blog .pagination span{    padding: 7px 15px 9px;display: inline-block;font-size: 18px;background-color: #474747;line-height: 28px;color: #fff;}
.blog .pagination span.page-numbers.current, .blog .pagination a:hover{background-color: #735d38;color: #fff;transition:all 0.5s ease 0s;}
.blog .pagination a.next.page-numbers, .blog .pagination a.prev.page-numbers{background-color: #fff;border: 1px solid #735d38;color: #474747;padding: 6px 15px 8px;margin: 0 19px 0;transition:all 0.5s ease 0s;}
.blog .pagination a.next.page-numbers:hover, .blog .pagination a.prev.page-numbers:hover{background-color: #474747;color: #fff;transition:all 0.5s ease 0s;}
.blog a:hover p{color: #735d38;transition:all 0.5s ease 0s;}
.blog a:hover h3{color: #474747;transition:all 0.5s ease 0s;}
/*.blog a:hover img{transform: scale(1.1);transition:all 0.5s ease 0s;}*/
.blog_sidebar, .category_sidebar{padding: 25px;box-shadow: 0 0 50px rgba(109, 93, 61, .15);margin-bottom: 30px}
.blog_sidebar strong, .category_sidebar strong{padding-bottom: 20px;display: block;color: #735d38;font-size: 24px;}
.blog_sidebar a, .category_sidebar a{margin: 15px 0;display: block;}
.blog_sidebar a:last-child, .category_sidebar a:last-child{margin-bottom: 0}
.blog a.blog_shadow{margin-bottom: 30px;box-shadow: 0 0 50px rgba(109, 93, 61, .15);display: block;}
.blog a.blog_shadow:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.2), 0 10px 10px rgba(0,0,0,0.2)}
.blog .col-md-8 .col-md-4{min-height: 220px;}
.blog .col-md-8 .col-md-8{padding: 20px 40px;}
.accordion{margin: 0 auto 30px;transition:all 0.5s ease 0s;position: relative;background-color: #735d38;border: 1px solid #735d38;}
.accordion-header:after{content: '\f103';font-size: 14px;font-family: "Font Awesome 5 Brands" , "Font Awesome 5 FREE";color: #fff;font-weight: 900;position: absolute;right: 15px;top: 18px;transition: all 0.5s ease 0s;}
.accordion-header.active:after{transform: rotate(180deg);}
.accordion-header {color: #fff;cursor: pointer;font-weight: 700;padding: 1rem 1.1rem 1rem;position: relative;line-height: normal;}
.accordion:hover{}
.accordion-content {display: none;border-bottom: 1px solid #DDE0E7;background: #F6F7F9;padding: 1rem;color: #4a5666;}
/*testimonial*/
.testimonial .testimonial_home .item{text-align: center;}
.testimonial .row{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.testimonial .row .col-md-6{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.testimonial .row .col-md-6 .testimonial_owl .item{height: 100%;width: 100%}
.testimonial .col-md-6:nth-child(2n + 1){clear: left}
.testimonial .testimonial_owl{margin-bottom: 30px;width: 100%}
.testimonial .testimonial_owl .item{box-shadow: 0px 0px 9px rgba(0, 0, 0, .5);padding: 15px;}
.testimonial .testimonial_owl .item img{width: 200px;height: 200px; margin: 0 auto;display: block;border-radius: 50%;margin-bottom: 20px;}
.testimonial .testimonial_owl .item strong{display: block;text-align: center;padding-bottom: 5px;font-size: 18px;text-transform: uppercase;}
.testimonial .testimonial_owl .item small{display: block;text-align: center;padding-bottom: 20px;text-transform: lowercase;font-size: 14px;}
.testimonial .testimonial_owl .item p{font-size: 16px;text-align: center;display: block;}
/*question */
.question h3{text-align: left;padding: 30px 0 10px}
/*.question .logged-in-as a{padding: 10px 15px;color: #fff;background-color: #735d38;display: inline-block;border-radius: 5px;margin-right: 15px;}
.question .logged-in-as a:after{content: none;}
.question .logged-in-as a:hover{background-color: #474747}*/
.question p.comment-form-comment label{color: #474747;text-transform: none;font-size: 18px;}
.question .comment-body{padding-bottom: 30px;display: table;}
.question .comment-body p{margin-bottom: 5px;}
.question .comment-author.vcard, .question .right_comm{display: table-cell;}
.question .right_comm{vertical-align: top;padding-left: 20px;}
.question cite.fn{font-size: 18px;vertical-align: top;padding-bottom: 5px;display: inline-block;}
.question span.says{font-size: 16px;vertical-align: top;}
.question .comment-meta.commentmetadata{padding-bottom: 15px;}
.question .comment-meta.commentmetadata a{font-size: 13px;color: #000;font-weight: 300;}
.question .reply a{color: #735d38;font-weight: 700;}
.question ol.children{margin-left: 30px;margin-bottom: 30px}
.question form label{color: #474747}
.question a.rev_emperor_button{margin: 30px auto 0;display: inline-block;}
/*default_page*/
.default_page h3{text-align: left;padding-bottom: 10px;padding-top: 20px;}
div#CaesarstoneColours .col-md-3:nth-child(4n + 1), div#EssaStoneColours .col-md-3:nth-child(4n + 1), div#QuantumQuartz .col-md-3:nth-child(4n + 1), div#SilestoneColours .col-md-3:nth-child(4n + 1), div#SmartStoneColours .col-md-3:nth-child(4n + 1), div#TechnikEngineeredStone .col-md-3:nth-child(4n + 1), .taxo_stone_color .col-md-3:nth-child(4n + 1){clear: left}
.cat_page.band_space{text-align: center;}
.cat_page.band_space h4 a{margin: 20px 0 0;display: inline-block;color: #735d38}
.cat_page.band_space h4 a:hover{color: #474747}
.product_info h3{padding-bottom: 20px;}
.question input.error, .question textarea.error{border-bottom: 2px solid red!important}
.question .error{color: red;font-weight: 400;}
.designby p{text-align: right;}
.wplc-color-bg-1{background-color: #735d38 !important;}
#wp-live-chat-header{margin-bottom: 50px!important;right: 50px;width: 52px!important;height: 52px!important;border-radius: 10px;}
#wp-live-chat-header:hover{box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15)!important;transition: all 0.5s ease 0s!important;background-color: #474747!important;}
#wp-live-chat-2{bottom: 100px!important;}
.testimonial .owl-dots .owl-dot{display: inline-block;}
.testimonial .owl-dots .owl-dot span:hover {    background: #735d38;}
.owl-theme .owl-dots .owl-dot.active span {    background: #735d38;}
.footer .builder {    display: block;    text-align: center;}
.footer .builder img{max-width: 100%;    width: auto; margin: 30px auto 15px;}
.team{padding-bottom: 30px;}
.team .team_member:before {    content: "";    background-color: rgba(115, 93, 56, 0.7);    position: absolute;    height: 100%;    width: 100%;    top: 0;    left: 0; opacity: 0; transition: all 0.5s ease 0s;}
.team .team_member:hover:before{ opacity: 1; }
.team .team_member {    text-align: center;    max-width: 400px;    margin: 0 auto 30px;    box-shadow: 0 0 10px rgba(115, 93, 56, 0.3);    padding: 20px; transition: all 0.5s ease 0s; position: relative; padding: 20px 20px 30px;}
.team .team_member img{margin-bottom: 15px; border-radius: 100%; max-width: 210px;}
.team .team_member h3{padding-bottom: 10px; transition: all 0.5s ease 0s; position: relative;}
.team .team_member p , .team .team_member span{ transition: all 0.5s ease 0s;}
.team .team_member:hover img{ transform: scale(0.95); }
.team .team_member:hover p , .team .team_member:hover span{ position: relative; color: #fff;}
.team .team_member:hover h3{ position: relative; }
.team .social_i i{ font-size: 16px;color: #fff;margin: 0 10px; }
.team .social_i { position: absolute;     margin: 0 auto;    width: 100%;    left: 0;    bottom: -15px; opacity: 0; transition: all 0.5s ease; z-index: 9; padding: 15px 0;}
.team .team_member:hover .social_i{bottom:0; opacity: 1; background-color: #735d38;}
.headmail span{ text-transform: none; }
.headtel i{  transform: rotate(90deg); }
.about iframe{ width: 100%; }
#wp-live-chat #wp-live-chat-header:before{ content:"Chat With us"; position: fixed; right:  70px;bottom: 5px; z-index: 9; background-color: #735d38 !important; font-size: 15px;line-height: 15px; color: #fff; padding: 12px 40px; border-radius: 30px; white-space: nowrap; border-radius: 100px; visibility: visible; transition-delay: 0.5s; }
#wp-live-chat #wp-live-chat-header.active:before{ visibility: hidden;  transition-delay: 0s;}
.gallery_band {background-color: #eeeeee; }
.gallery_band h2 {color: #fff; display: block; text-align: center; margin-top: 14px; margin-bottom: 4px;}
.Image_Wrapper {margin-bottom: 3px !important; position: relative; z-index: 0; margin-right: 0 !important;}
.Image_Wrapper p:after {content: ""; background: url(../img/bottom_shadow.png) no-repeat; width: 236px; height: 119px; position: absolute; bottom: 0; left: 0; z-index: -1;}
.Image_Wrapper a:hover b {opacity: 1; }
.Image_Wrapper:hover {box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004); }
.Image_Wrapper b {text-transform: capitalize; position: absolute; height: calc(100% - 5px); width: calc(100% - 11px); left: 6px; top: 6px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; font-weight: bold; background-color: rgba(220, 144, 0, 0.5); opacity: 0; pointer-events: none; transition: all 0.3s linear 0s; z-index: 9; }
.Image_Wrapper a {display: block; margin: 6px; overflow: hidden; position: relative;}
.Image_Wrapper img {max-width: 100%; }
.Image_Wrapper p {padding-bottom: 4px; color: #ffffff; position: absolute; font-size: 18px; font-weight: 900; bottom: 0; text-align: left; padding-left: 16px; z-index: 0; }
.mfp-wrap {top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: 0 !important; -webkit-backface-visibility: hidden; }
.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8; }
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.mfp-bg {top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; opacity: 0.98; background-color: rgba(115, 93, 56, 0.9); }
.mfp-with-zoom.mfp-ready .mfp-container {    opacity: 1;}
.mfp-image-holder .mfp-content {    max-width: 100%;}
.mfp-content {position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; transform: translateY(-50%); top: 50%; }
.mfp-container {text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {display: none; }
.mfp-arrow {position: absolute; top: 50%; transform: translateY(-50%); background-color: #735d38;padding: 25px; color: transparent; border: none; transition: all 0.5s ease 0s; border-radius: 100%;     box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);}
.mfp-arrow:hover {background-color: #474747;}
.mfp-arrow.mfp-arrow-right {right: -25px; }
.mfp-arrow.mfp-arrow-right:before {content: "\f101"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #fff; font-size: 18px; transition: all 0.5s ease 0s; line-height: 0; position: absolute; left: 35px; transform: translateY(-50%); top: 50%; left: 0px; right: 0; }
.mfp-arrow.mfp-arrow-left {left: -25px; }
.mfp-arrow.mfp-arrow-left:before {content: "\f100"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #fff; font-size: 18px; transition: all 0.5s ease 0s; line-height: 0; position: absolute; left: 35px; transform: translateY(-50%); top: 50%; left: 0px; right: 0; }
.mfp-close {position: fixed; top: -25px; right: -25px;background-color: #735d38; height: 50px; width: 50px; color: transparent; border: none; transition: all 0.5s ease 0s; font-size: 16px; font-weight: 700;text-align: right; border-radius: 4px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); text-align: center; border-radius: 100%; transition: all 0.5s ease 0s;}
.mfp-close:before{content: "\f00d"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #fff; font-size: 18px; transition: all 0.5s ease 0s; line-height: 0; position: absolute; left: 35px; transform: translateY(-50%); top: 50%; left: 0px; right: 0;}
.mfp-close:hover{ background-color: #474747; }
.mfp-img {    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);}
.mfp-bottom-bar {    position: absolute;    width: 100%;    bottom: -30px;}
.mfp-title {    display: none;}
.mfp-counter {    display: none;}
.gallery_band h2{display: block;margin: 0 auto;     color: #735d38; font-weight: 700;}
.masonry_gallery ul li a:after {    content: "";    height: 100%;    width: 100%;    background-color: rgba(115, 93, 56, 0.5) !important;    position: absolute;    top: 0;    left: 0;    opacity: 0;    pointer-events: none;    transition: all 0.5s ease 0s;}
.masonry_gallery ul li a:before {    content: "\f0b2";    font-family: 'FontAwesome';    color: #fff;    position: absolute;    top: 50%;    transform: translateY(-50%);    left: 0;    right: 0;    text-align: center;    z-index: 99;    font-size: 37px;    opacity: 0;    pointer-events: none;    transition: all 0.5s ease 0s; line-height: 36px;}
.masonry_gallery ul li a:hover:before {    opacity: 1;}
.masonry_gallery ul li a:hover:after {    opacity: 1;}
.mfp-figure img{ max-width: 100%; }
.customer_guide input[type="text"], .customer_guide input[type="email"], .customer_guide input[type="email"] {    font-size: 20px;    line-height: 28px;    color: #0d0d0d !important;    font-weight: 400;    border: 1px solid #735d38;    margin-bottom: 25px;    border-radius: 5px;    height: 55px;}
.customer_guide input[type=submit]{ background-color: #735d38; font-size: 20px;line-height: 28px;color: #fff;  transition: all 0.5s ease 0s;border-radius: 5px;     padding: 11px 30px;}
.customer_guide input[type=submit]:hover{background-color:#474747!important;}
.customer_guide ul li{font-size: 18px;    font-weight: 700;    line-height: 26px;    color: #000;}
.customer_guide .col-md-6:last-child h3{ text-align: left; }
.customer_guide .col-md-6:last-child .col-md-6:last-child{padding: 0;}
.customer_guide.content_row ul li:before {    color: #735d38;    content: "•";    font-weight: bold;    left:0px;    position: absolute;    font-size: 22px;}
.customer_guide .container > .row >.col-md-6:first-child{ padding-right: 50px;}
.about-content p{    text-align: center;    font-weight: 500;    line-height: 35px;    font-size: 20px; color: #000;}
.team {background-color: #eee; }
.team h2{color: #735c38;    font-weight: 700;    display: block;    text-align: center;    padding-bottom: 30px;}
/* span.wpcf7-not-valid-tip{display: none;} */
.ajax-loader{display: none !important;}
.customer_guide .wpcf7-form p{ margin-bottom: 15px !important; }
div.wpcf7-response-output {    margin: 10px 0;}
#wp-live-chat{z-index: 99 !important;}
.pum .popmake.pum-container{border-color:#735d38}
.pum .popmake label{color:#735d38; margin-bottom: 0}
.pum .popmake .wpcf7-form-control-wrap{display: block}
.pum .popmake input[type=submit]{font-size: 15px; font-weight: 700; color: #fff; background-color: #735d38; padding: 12px 21px 14px; display: inline-block;  text-transform: capitalize; border-radius: 2px; display: block; margin: 0 auto}
.pum .popmake input[type="tel"]{margin-bottom: 25px;}
.pum-theme-1288 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{background-color: #735d38}
.main_header .nav_cover ul.pull-right li.emperor_button a{background: #fff; max-height: 50px; font-size: 15px; font-weight: 700; color: #735d38; background-color: #fff; padding: 12px 21px 14px; display: inline-block; text-transform: capitalize; border-radius: 2px;}
.main_header .nav_cover ul.pull-right li.emperor_button a:hover{background-color: #735d38; color: #fff;}
.main_header .bottom_nav ul.pull-right li.emperor_button:before{display: none}
.pum input[type="text"],.pum input[type="tel"], .pum input[type="password"],.pum input[type="date"], .pum input[type="email"], .pum input[type="number"]{height: 35px !important; border: 1px solid #735d38; border-radius: 3px;}
.pum textarea{height: 160px !important}
a.foo_btn{display: none !important; background-color: #735d38; color: #fff; position: fixed; display: block; bottom: 33px; right: 90px; transform: translateY(80px);}
.nav_up a.foo_btn{transform: translateY(0)}
.site_full > .row > .col-md-4 h3{ margin-top: 30px; padding-bottom: 15px;}
.footer .col-md-4 .builder img {    max-width: 200px;    margin-top: 0;    margin-bottom: 30px;}
/* ================================= 7 Media Query #media ================================= */	
/********************************* Mobile Potrait #MP ********************************/
@media screen and (max-width: 320px) and (orientation: portrait) {}

/********************************* Mobile Potrait ********************************/
@media screen and (max-width: 480px) and (orientation: portrait) {}

/********************************* Mobile landscape ********************************/
@media screen and (max-width: 480px) and (orientation: landscape) {}

/* ================================= Common For All mobile definitions #mx ================================= */
@media all and (max-width: 767px) {

    html * {max-height:1000000px}	
	.pum .popmake.pum-container,.pum .popmake.pum-container img{max-width:100%;margin:0 auto;}
    .x{display:none}
    h1{font-size:28px; line-height:normal}
    h2{font-size:26px;line-height: 36px;padding-bottom: 10px;}
    h3{font-size:20px;line-height: 30px;padding-bottom: 15px;}
    h4{font-size:18px;line-height: 28px;}
    h5{font-size: 16px;line-height: 26px;}
    h6{font-size: 14px;line-height:24px;padding-bottom: 0px;padding-top: 15px;}
    p, .content_row ul li, .content_row ol li{font-size: 14px;line-height: 20px;margin-bottom: 15px;}
    p.intro{font-size:20px; line-height:30px}
    /* Image Alignment */
    .alignnone , a img.alignnone , .aligncenter, div.aligncenter ,  .alignright , a img.alignright , .alignleft , a img.alignleft{margin: 30px auto; float:none}
    body textarea {font-size: 13px;font-style: normal;line-height: 20px;padding: 9px 0 0 9px;}
    .question input[type=text] {font-size: 14px;line-height: 20px;height: 40px;}
    .band_space{padding: 30px 0}
    #page{margin-top: 60px;}
    sup{font-size: 10px;top: -5px;}
    #wp-live-chat-header{transform: translateY(80px); transition: all 0.5s ease 0s;}
    .nav_up #wp-live-chat-header {transform: translateY(0);}
    /*p.title{font-style: italic;color: #fff;}*/
    a.overlay:after {position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;background-color: rgba(41, 27, 0, .4);transition: all 0.3s ease 0s;}
    .related_product  a.overlay:before{height: 16%;}
    .product_related a:hover h4{display: none;}
    .related_product a.overlay:after{content: none}
    a.overlay:before {content: 'read more';font-size: 16px;top: calc(50% - 22px);transform: translate(-50%);color: #735d38;padding: 10px 15px;width: auto;height: 12%;text-transform: capitalize;z-index: 1;text-align: center;background-color: #fff;left: 50%;}
    .related_product .product_related a.overlay:hover:before{height: 17%;}
    a.overlay:hover:before {content: 'read more';font-size: 16px;top: calc(50% - 22px);transform: translate(-50%);color: #735d38;padding: 10px 15px;width: auto;height: 12%;text-transform: capitalize;z-index: 1;text-align: center;background-color: #fff;left: 50%;}
    .products img{max-width: 100%;width: 100%}
    .about img{height: auto; margin: 0 auto 30px;}
    .related_product .owl-carousel1 a.overlay:before{opacity: 0;visibility: hidden;}
    a.emperor_button{font-size: 13px;padding: 10px 14px 12px;display: block;text-align: center;}
    a.rev_emperor_button{margin-bottom: 30px;display: block;text-align: center;}
    .branding{background-image: none;}
    .banner_section .banner_bottom_section .bottom_banner_text{position: relative;padding: 15px 0;bottom: 0;}
    .banner_section .banner_bottom_section span{font-size: 20px;line-height: 25px;}
    .banner_section .banner_bottom_section p{font-size: 12px;line-height: 13px;}
    .banner_section img{height: 300px!important;object-fit: cover;}
    .banner_section .banner_text{top: 50%;left: 15px;width: calc(100% - 30px);position: absolute;}
    .banner_section .banner_text span{font-size: 35px!important;line-height: 43px!important;}
    .banner_section .banner_bottom_section .bottom_banner_text:after{position: absolute;content: '';height: 1px;width: 100%;top: 100%;left: 0px;transform: skewX(-80deg);}
    .thing img{box-shadow: none;margin-right: 0px;max-width: 100%;}
    .history .row{display: block;}
    .history{text-align: center;}
    .history .band_space{padding: 30px 15px;}
    .history .col-md-6 .history_img img{position: relative;}
    .banner_section .banner_bottom_section {background-color: rgb(41, 27, 0);position: relative;top: 0;z-index: 0}
    .banner_bottom_section .col-md-4{padding: 0}
    .banner_section .banner_bottom_section .col-md-4:last-child .bottom_banner_text:before{content: none}
    .footer{padding: 30px 15px 15px;text-align: center;}
    .footer .footer_bg{box-shadow: none;}
    .footer img{max-width: 385px;display: block;text-align: center;margin: 0 auto 30px;margin-left: -15px;}
    .footer strong{font-size: 24px;line-height: 30px;}
    .footer span{font-size: 50px;padding-bottom: 0px;line-height: 50px;}
    .footer ul li a{font-size: 12px;line-height: 20px;}
    .footer p{padding: 15px 0;font-size: 12px;}
    .footer h6 {padding-bottom: 3px;padding-top: 15px;}
    .footer .copyright p:last-child {float: none;padding-top: 10px;}
    .footer .copyright p{display: block;}
    .footer_para p {padding: 30px 0px 15px 0px;text-align: center;font-weight: 300;}
    .footer_para p:last-child {padding: 0px 0px 5px 0px;}
    .footer .contact_info strong{font-size: 14px;line-height: 20px;}
    .footer .copyright{padding-top: 15px;}
    .footer .contact_info p{padding: 10px 0}
    .owl-theme .owl-controls .owl-nav .owl-next:after{content: none;}
    .owl-theme .owl-controls .owl-nav .owl-prev:after{content: none;}
    .cd-top{bottom: 30px;left: 30px;width: 40px;height: 40px;}
    .cd-top i{padding-top: 7px;font-size: 26px;}
    /*inner page*/
    .intro h1{padding-top: 20px;}
    .products a {max-width: 310px;margin: 0 auto 30px;}
    .product_name a{font-size: 18px;line-height: 22px;margin: 0 auto 15px;}
    .product_name a br{display: none;}
    .product_info img{display: block;}
    .product_info .info h3{text-align: center;}
    .related_product .owl-theme .owl-controls .owl-nav .owl-next:after, .related_product .owl-theme .owl-controls .owl-nav .owl-prev:after{content: none}
    .related_product .owl-carousel1 h4{font-size: 11px;line-height: 18px;min-height: 52px;height: 52px;}
    .question input[type=text]{margin-bottom: 0;width: 100%;}
    .question input[type=submit]{width: 100%;background-color: #735d38;margin: 20px auto 40px;display: block;}
    /*.page-template-products .products*/
    .intro{background-size: contain;padding: 15px 0;}
    .page-template-products .product_info img{max-width: 100%;}
    .product-template-default .product_info img{max-width: 100%;}
    .product-template-default .product_related a{margin-top: 15px;margin-bottom: 15px;}
    ul#breadcrumbs a, ul#breadcrumbs li, ul#breadcrumbs li.item-current{font-size: 12px;line-height: normal;word-break: all}
    .breadcrumbs li{padding: 5px 3px;}
    .thing{text-align: center;}
    .thing img.alignleft {margin-right: auto;}
    .thing p strong{display: block}
    .thing h3{margin-top: 0px;}
    .thing p{margin-bottom: 30px;}
    /*about*/
    .about .container:after{content: none;/*width: auto;height: 1px;top: 47%;left: 15px;right: 15px;transform: translateX(0%);*/}
    /*portfolio*/
    .portfolio .row:nth-child(even){display: flex!important;display: -webkit-flex;flex-direction: column-reverse!important;flex-direction: -webkit-column-reverse!important;}
    .sub_portfolio .owl-carousel .owl-item img{height: auto;}
    .accordion-header{font-size: 14px;line-height: 22px;font-weight: 400}
    .accordion-content{padding: .9rem;padding-right: 20px;}
    .background_img p{padding: 30px 15px;}
    .about p{margin-bottom: 20px;}
    .blog img{position: relative;}
    .blog h3{text-align: center;}
    .blog_sidebar, .category_sidebar{padding: 10px;}
    .blog_sidebar a, .category_sidebar a{margin: 5px 0}
    .blog .pagination a, .blog .pagination span {padding: 4px 11px 5px;font-size: 12px}
    .blog .pagination a.next.page-numbers, .blog .pagination a.prev.page-numbers{padding: 4px 11px 5px;font-size: 12px;margin: 0 7px;}
    .blog .pagination{margin: 20px auto}
    .blog{text-align: center;}
    .contact form label{margin-bottom: 5px;margin-top: 10px;}
    .contact div.wpcf7-response-output{margin: 0em 0.5em 1em;}
    .contact input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea{height: 40px;background: #e2e1e1;border: 1px solid #735d38;border-radius: 0px;font-size: 15px;font-weight: 400;line-height: 16px;}
    .contact textarea{height: 100px;}
    .related_product .product_related img{height: 200px;min-height: auto;margin: 10px 0;object-fit: cover;width: 100%;max-width: 100%}
    .testimonial .col-md-6:nth-child(2n + 1){width: 100%}
    .testimonial .row .col-md-6{width: 100%;}
    .accordion-header:after{font-size: 12px;right: 10px;top: 14px;}
    .testimonial .row{display: block;}
    .testimonial .testimonial_owl .item img{width: 130px;height: 130px;}
    body textarea{height: 100px;}
    .pro_wrap{transform: translateY(-50%);}
    .pro_wrap p{color: #fff;opacity: 1;visibility: visible;}
    .page-template-products .products .pro_wrap strong{opacity: 1;visibility: visible;}
    .products p{padding:13px 0}
    .page-template-products .products .pro_wrap strong{padding: 10px 15px;line-height: normal;}
    .portfolio a.loadmore.rev_emperor_button{margin: 0px auto 0px;}
    .faq p a:after{content: none;}
    .designby p{text-align: center;}
    #wp-live-chat-header{margin-bottom: 30px!important;right: 15px;width: 42px!important;height: 42px!important;}
    #wp-live-chat-2{bottom: 70px!important;}
    #wplc_hovercard{bottom: 72px!important}
    .team .social_i{padding: 10px 0;}
    #wp-live-chat #wp-live-chat-header:before{ bottom:3px; padding:10px 20px;right:50px; display: none}
    a.foo_btn{display: block !important}
    .mfp-arrow{top: auto; bottom: -85px;}
    .mfp-arrow.mfp-arrow-left {    left: 10px;}
    .mfp-arrow.mfp-arrow-right {    right: 10px;}
    .mfp-close{top: -60px; right: 10px;}
    .customer_guide .col-md-6:last-child .col-md-6:last-child{padding: 15px;}
    .customer_guide .container > .row >.col-md-6:first-child{ padding-right: 15px;}
    .customer_guide input[type="text"] , .customer_guide input[type="email"] ,.customer_guide input[type="email"] , input[type="tel"] { font-size: 18px; line-height: 26px; color: #0d0d0d !important; font-weight: 400;border: 1px solid #735d38; margin-bottom: 20px; border-radius: 5px; height: 50px; }
    .customer_guide input[type=submit]{ background-color: #735d38; font-size: 18px;line-height: 26px;color: #fff;  transition: all 0.5s ease 0s;border-radius: 5px;     padding: 12px 30px;}
    .customer_guide input[type=submit]:hover{background-color:#474747!important;}
    .customer_guide.content_row ul li{padding-left: 20px;}
    .customer_guide.content_row ul li:before { left: 0;}
    .about-content p{    line-height: 30px;    font-size: 18px;}
    .about .col-md-12{ padding-bottom: 30px; }
    .filter_btn a {margin: 0 8px 10px!important;display: inline-block;padding: 8px 15px !important;}
    /* thank You */
    .page-template-thank-you .thankyou_page .thank_you{padding: 30px 30px}
    .page-template-thank-you .thankyou_page .thank_you span.tnx_text {font-size: 30px;line-height: 40px;}
    .page-template-thank-you .thankyou_page .thank_you .thank_you_contact ul li{padding: 3px 0px;}
    .page-template-thank-you .thankyou_page .thank_you .thank_you_contact ul.social_media{padding: 15px 0;}
}
/********************************* ipad portrait #ip ********************************/
@media only screen and (min-width : 768px) and (max-width: 1000px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left}
.col-md-12 {width: 100%}
.col-md-11 {width: 91.66666667%}
.col-md-10 {width: 83.33333333%}
.col-md-9 {width: 75%}
.col-md-8 {width: 66.66666667%}
.col-md-7 {width: 58.33333333%}
.col-md-6 {width: 50%}
.col-md-5 {width: 41.66666667%}
.col-md-4 {width: 33.33333333%}
.col-md-3 {width: 25%}
.col-md-2 {width: 16.66666667%}
.col-md-1 {width: 8.33333333%}
h1{font-size:38px;line-height: 48px;}
h2{font-size:28px;line-height: 38px;}
h3{font-size:22px;line-height: 32px;}
h4{font-size:21px;line-height: 31px;}
p, .content_row ul li, .content_row ol li{font-size:15px}
p.intro{font-size:20px}
.hidden-tab {display:none}
/* Image Alignment */
.alignnone , a img.alignnone , .aligncenter, div.aligncenter ,  .alignright , a img.alignright , .alignleft , a img.alignleft{margin: 30px auto; float:none}
.visible_tab{display:block !important}
.footer span{font-size: 90px;}
.band_space {padding: 45px 0px;}
.footer.band_space {padding: 45px 15px;}
.footer .copyright{margin-left: -15px;}
.footer h6{min-height: 86px;}
.thing img{margin-right: 0px;max-width: 100%;}
.thing .col-md-12 p strong {padding-top: 20px;display: block;}
.thing p img{margin-right: 20px;}
.owl-theme .owl-controls .owl-nav .owl-prev:after{left: 0}
.owl-theme .owl-controls .owl-nav .owl-next:after{right: 0}
.portfolio .port_content{padding-top: 0;padding-bottom: 0;}
.products p{padding: 10px 2px;font-size: 14px;}
.intro h1{padding-top: 80px;}
.taxo_stone_color a.overlay:before{height: 13%}
.owl-theme .owl-controls .owl-nav .owl-prev:after, .owl-theme .owl-controls .owl-nav .owl-next:after{width: 60px;height: 58px;background-size: contain;}
#comments p{font-size: 14px;}
.faq p a:after{content: none;}
.banner_section .banner_text{max-width: 500px;}
.footer .contact_info a{word-break: break-all;}
}
@media all and (max-width: 1024px) {
    .faq p a:after{content: none;}
	.banner_section img{height: 630px;}
	.banner_section .banner_text span{font-size: 54px;line-height: 60px;}
	.mobile{display: block;position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background-color: #735d38;box-shadow: 1px 1px 20px rgba(0, 0, 0, .5)}
	.mobile .logo{    display: inline-block}
	.mobile img{max-width: 150px;margin: 10px;}
	.main_header{display: none;}
	.mobile .mobile_menu{position: absolute;display: inline-block;right: 10px;top: 20px;padding: 11px 18px;}
	.mobile .mobile_menu:after{position: absolute;content: '';width: 30px;height: 12px;background-color: transparent;border-top: 2px solid #fff;border-bottom: 2px solid #fff;top: 3px;left: 0;transition:all 0.3s ease 0s;}
	.mobile .mobile_menu:before{position: absolute;content: '';width: 30px;height: 2px;background-color: #fff;top: 23px;left: 0;transition:all 0.3s ease 0s;}
	.mm-opened .mobile .mobile_menu:after{transform: rotate(315deg);border-bottom: none;transition:all 0.6s ease 0s;top: 5px;}
	.mm-opened .mobile .mobile_menu:before{transform: rotate(-315deg);transition:all 0.6s ease 0s;top: 7px;left: -3px;}
    /* thank you */
    .page-template-thank-you .thankyou_page .thank_you span.tnx_text {font-size: 40px;line-height: 50px;margin-bottom: 20px;}
    .page-template-thank-you .thankyou_page .thank_you .thank_you_contact ul{padding: 5px 0;}
    .page-template-thank-you .thankyou_page .thank_you .thank_you_contact ul.social_media li{margin: 0 5px;padding:5px 10px;}
}

/********************************* ipad landscape #il ********************************/
@media only screen and (min-width : 1001px) and (max-width: 1024px) {
    .owl-theme .owl-controls .owl-nav .owl-prev:after{left: 0}
    .owl-theme .owl-controls .owl-nav .owl-next:after{right: 0}
    .products p{padding: 10px 2px;font-size: 14px;}
    .intro h1{padding-top: 80px;}
    .banner_section .banner_text{max-width: 500px;}
}
@media only screen and (min-width : 1350px){
	.related_product .owl-theme .owl-controls .owl-nav .owl-prev:after{left: -80px!important;}
	.related_product .owl-theme .owl-controls .owl-nav .owl-next:after{right: -80px!important;}
}
@media only screen and (min-width : 1025px) and (max-width: 1250px) {
    .headmail a span{display: none;}
    .headtel a span{display: none;}
    .main_header .bottom_nav > ul.pull-right > li > a{font-size: 15px; padding-left: 6px !important; padding-right: 6px !important;}
    .sticky.main_header .bottom_nav ul.pull-right a {padding: 20px 7px; font-size: 14px;}
    .main_header .logo_col img{max-width: 100%;}
}

/* ================================= Small Computer #Sc ================================= */
@media only screen and (min-width : 1300px) {
.first_col , .first_li{padding-left:0 !important; margin-left:0 !important}
.last_col , .last_li{padding-right:0 !important; margin-right:0 !important}
}
	
/* ================================= Large Computer #lc ================================= */
@media screen and (min-width: 1450px) {}
/* IE10 Only CSs */
@media screen and (min-width:0\0) {}
/* ie10, ie11+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}
.taxo_stone_color h3 {text-align: left;}
a.emperor_button.category_btn {font-size: 15px;font-weight: 700;color: #fff;background-color: #735d38;padding: 12px 21px 14px;display: inline-block;text-transform: capitalize;text-decoration: none;border: 3px solid #735d38;border-radius: 15px;}
a.emperor_button.category_btn:hover {background-color: #fff;color: #735d38;}
a.emperor_button.category_btn:hover:after {content: none;}
.single-post .sub_portfolio.content_row ul li::before {font-size: 24px;}
.single-post .sub_portfolio h2{color: #000 !important;}
.product_info img {width: 100%;}
.filter_btn {text-align: center;padding-bottom: 20px;}
.filter_btn a{    border: 2px solid #735d38;margin: 0 10px;border-radius: 10px;padding: 12px 21px 12px;}
a.active, a.btn:focus{background-color: #735d38;color: #fff;box-shadow: none !important;}
.load_btn {text-align: center;margin: 20px 0 0;}
.load_btn a{background-color: #735d38;color: #fff;border: 2px solid #735d38;border-radius: 10px;}
.load_btn a:hover{background-color: transparent;color: #735d38}

/* thank You */
.page-template-thank-you .intro{padding: 150px 0;}
.thankyou_page{background-color: rgba(41, 27, 0, .2);}
.thankyou_page .thank_you{box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;padding: 50px 60px;text-align: center;}
.thankyou_page .thank_you span.tnx_text{font-size: 50px;line-height: 60px;font-weight: 700;color:#735d38 ;position: relative;margin-bottom: 30px;display: inline-block;}
.thankyou_page .thank_you span.tnx_text::after{content: "";position: absolute;width: 50px;height: 2px;background-color: #735d38;left: 0;right:0;bottom: 0;animation: thankyou_line_animation 10s infinite linear;}
@keyframes thankyou_line_animation{
    from{right: 0;width: 100%;}
    to{left: 0;width: 0;}
}
.thankyou_page .thank_you p {font-weight: 400;}
.thankyou_page .thank_you .thank_you_contact h4{color:#735d38 ;font-weight: 500;}
.thankyou_page .thank_you .thank_you_contact ul{padding: 10px 0;}
.thankyou_page .thank_you .thank_you_contact ul li {display: inline-block;padding:5px 10px;}
.thankyou_page .thank_you .thank_you_contact ul li a {color: #040707;font-size: 16px;line-height: 20px;font-weight: 400;}
.thankyou_page .thank_you .thank_you_contact ul li a:hover {color: #948a79;}
.thankyou_page .thank_you .thank_you_contact ul li a i.fa-phone{transform: rotate(95deg);}
.thankyou_page .thank_you .thank_you_contact ul.social_media li{border: 1px solid #000;margin: 0 10px;transition: 0.5s all ease;border-radius: 10px;padding: 10px 15px;}
.thankyou_page .thank_you .thank_you_contact ul.social_media li:hover {background-color: #948a79;border: 1px solid transparent;color: #FFF;}
.thankyou_page .thank_you .thank_you_contact ul.social_media li:hover a i {color: #FFF;}
.thankyou_page .thank_you .thank_you_contact ul.social_media li a{font-size: 18px;line-height: 22px;}
