/*
Theme Name: Laguna Hotel by Vit@MIN
Author: Vit@MIN
Version: 1.2.0
Text Domain: laguna-hotel
*/
body{ margin:0; padding:0;line-height:20px; font-size:13px; color:#5d5c5c; font-family:Arial, Helvetica, sans-serif;}
*{ margin:0; padding:0; outline:none;}
img{ border:none; margin:0; padding:0; height:auto}
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .aligncenter{ margin:0; padding:0;}
p{ margin:0; padding:0;}
a{ text-decoration:none; color:#02aee7;}
a:hover{ color:#ff6565;}
ol,ul{ margin:0; padding:0;}
ul li ul, ul li ul li ul, ol li ol, ol li ol li ol{ margin-left:10px;}
h1,h2,h3,h4,h5,h6{ color:#484f5e; font-family:'Roboto', sans-serif; margin:0 0 20px; padding:0; line-height:1.1; font-weight:300; }
h1{ font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:14px;}
.clear{ clear:both;}
.alignnone{ width:100% !important;}
img.alignleft, .alignleft{ float:left; margin:0 15px 0 0; padding:5px; border:1px solid #cccccc;}
img.alignright, .alignright{ float:right; margin:0 0 0 15px; padding:5px; border:1px solid #cccccc;}
.left{ float:left;}
.right{ float:right;}
.space2{ clear:both; height:2px;}
.space10{ clear:both; height:10px;}
.space30{ clear:both; height:30px;}
.pagination{display:table; clear:both;}
.pagination ul{list-style:none; margin:20px 0;}
.pagination ul li{display:inline; float:left; margin-right:5px;}
.pagination ul li span, .pagination ul li a, .nav-links a{background:#646262; color:#fff; padding:5px 10px; display:inline-block;}
.pagination ul li .current, .pagination ul li a:hover, .current{background:#34c6f6; padding:5px 10px; display:inline-block;}

#comment-nav-above .nav-previous, #comment-nav-below .nav-previous{ float:none !important; margin:10px 0;}
ol.comment-list li{ list-style:none; margin-bottom:5px;}

.header .header-inner .logo{float:left; z-index:1000; background-color:#02aee6; padding:20px 20px 35px; border:1px solid #03cbe9; color:#000; -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px; width:auto; position:absolute;box-shadow:0 0 5px 2px;}
.header .header-inner{ margin:0 auto; padding:0; position:relative; width:1100px;}
.header .header-inner .logo h1{font-weight:700; font-size:32px; margin:0px; line-height:36px; color:#fff; word-wrap:break-word; padding-bottom:5px;}
.header span.tagline{ font-size:13px; color:#000; font-family:Arial, Helvetica, sans-serif; margin:0 auto; display:block; text-align:center;}
.header .header-inner .logo a{ color:#fff;}
.header .header-inner .logo img{ height:55px; width:auto;}
.container{ width:1100px; margin:0 auto; position:relative; text-align: center;}

.bookbtn{ background-color: #02aee7; border: 1px solid #03cbe9; color: #ffffff; font:300 28px/28px 'Roboto',san-serif;  position:absolute; padding:10px 30px; display:inline-block; top:-49px; z-index:999; text-transform:uppercase; border-bottom:none !important; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; cursor:pointer;   }
.bookbtn b{font-weight:700;}
.bookbtn span{ margin-left:15px;}
.bookbtn:hover{color:#000;}

/**
* VIT@min revision
*/

.downline{border-bottom:1px solid #ffffff; box-shadow:0 1px 0 #efefef;}
.downline2{border-bottom:1px solid #101010; box-shadow:0 1px 0 #2e2e2e; margin: 0 20px;}

.service-box{ width:13.5%; padding:0px; margin:0; display:inline-table; text-align:center;}

.room-box{
  position: relative;
  display:inline-table;
  width: 49%;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}

.room-box .card,
.room-box .card4 {
	position: relative;
	height: 320px;
	background: #dadada;
	border-radius: 20px;
	overflow: hidden;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.room-box .card:before,
.room-box .card4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: #9bdc28;
  clip-path: circle(150px at 80% 20%);
  transition: 0.5s ease-in-out; */
}
/*
.room-box .card:hover:before{
  clip-path: circle(300px at 80% -20%); 
}

.room-box .card:after{
  content: 'Nike';
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  font-style: italic;
  color: rgba(255,255,25,0.05)
}	*/

.room-box .card .imgBx,
.room-box .card4 .imgBx,
.room-box .card .back,
.room-box .card4 .back {
  position: absolute;
/*  top: 50%;
  transform: translateY(-50%);
  z-index: 10000; */
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.room-box .card:hover .imgBx,
.room-box .card4:hover .imgBx {
  top: 0%;
  transform: translateY(0%);
    
}

.room-box .card .imgBx img,
.room-box .card4 .imgBx img {
  position: relative;
/*  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg); */
  width: auto;
  height: 100%;
}

.room-box .card .contentBx,
.room-box .card4 .contentBx {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  transition: 1s;
  z-index: 10;
}

.room-box .card:hover .contentBx,
.room-box .card4:hover .contentBx {
  height: 90%;
}

.room-box .card .contentBx h2,
.room-box .card4 .contentBx h2 {
  font-family: 'Nunito', sans-serif;
  position: relative;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.room-box .card .contentBx .size,
.room-box .card4 .contentBx .size,
.room-box .card .contentBx .color,
.room-box .card4 .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.room-box .card:hover .contentBx .size,
.room-box .card4:hover .contentBx .size {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.room-box .card:hover .contentBx .color,
.room-box .card4:hover .contentBx .color {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}

.room-box .card .contentBx .size h3,
.room-box .card4 .contentBx .size h3,
.room-box .card .contentBx .color h3,
.room-box .card4 .contentBx .color h3{
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}
.room-photo1{
 right: 20px;
}

.room-photo1,
.room-photo2{
 top: 10px;
 height: 50px;
 position: absolute;
 border-radius: 5px;
 z-index: 20;
}
.room-photo1 .room-gallery > ul > li a > img,
.room-photo2 .room-gallery > ul > li a > img{
  width: 50px;
  height: 50px;
 }  
 
.room-box .card .contentBx .size span img,
.room-box .card4 .contentBx .size span img {
  width: 50px;
  height: 50px;
 }

.room-box .card .contentBx .size span,
.room-box .card4 .contentBx .size span {
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: 0.5s;
  color: #111;
  border-radius: 4px;
}

.room-box .card .contentBx .size span:hover,
.room-box .card4 .contentBx .size span:hover {
  background: #e7e7e7;
}

.room-box .card .contentBx .color span,
.room-box .card4 .contentBx .color span {
  width: 20px;
  height: 20px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.room-box .card .contentBx .color span:nth-child(2),
.room-box .card4 .contentBx .color span:nth-child(2) {
  background: #9bdc28;
}

.room-box .card .contentBx .color span:nth-child(3),
.room-box .card4 .contentBx .color span:nth-child(3) {
  background: #03a9f4;
}

.room-box .card .contentBx .color span:nth-child(4),
.room-box .card4 .contentBx .color span:nth-child(4) {
  background: #e91e63;
}

.room-box .card .contentBx a,
.room-box .card4 .contentBx a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 0;
  box-shadow: 0 0 5px 2px;
}

.room-box .card .contentBx a:hover,
.room-box .card4 .contentBx a:hover {
background: #02aee7;
}

.room-box .card:hover .contentBx a,
.room-box .card4:hover .contentBx a {
  opacity: 1;
  transform: translateY(0px); 
}
.room-box .card .back,
.room-box .card4 .back {
	visibility: hidden;
	-webkit-transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
    transform: rotateX( 180deg );
}

.room-box .card.flipped,
.room-box .card4.flipped {
    -webkit-transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
    transform: rotateX( 180deg );
}

.room-box .card.flipped .front,
.room-box .card4.flipped .front {
	visibility: hidden;
}

.room-box .card.flipped .back,
.room-box .card4.flipped .back {
	visibility: visible;
	background: #dadada;
}

.card.flipped .tooltip,
.card4.flipped .tooltip,
.card.flipped .tooltip_price,
.card4.flipped .tooltip_price,
.card.flipped .tooltip:hover .tooltiptext,
.card4.flipped .tooltip:hover .tooltiptext,
.card.flipped .tooltip_price:hover .tooltiptext,
.card4.flipped .tooltip_price:hover .tooltiptext {
  visibility: hidden;
}
/*Booking button by Vit@MIN*/
.book_btn {
position:fixed; /*фиксированная позиция кнопки при прокрутке*/
z-index:999;
right:5px; /*отступ с права*/
top: 70%; /*отступ сверху*/
transition: 0.8s;
width: 60px;
text-decoration: none;
font-size: 20px;
color: #000;
border-radius: 5px;
box-shadow: 0 0 5px 2px;
background-image:url(images/booking60.png);
height: 60px;
}
/*Стили для ссылки*/
.book_btn a {
color:#fff!important; /*цвет ссылки*/
display:block;
/*#02aee7; /*цвет фона кнопки*/
font-size:1.2em; /*размер шрифта*/
text-align:center; /*выравнивание по центру*/
padding:29px 20px; /*внутренние отступы*/
font-weight:bold;/*жирный шрифт*/
border-radius:5px 0 0 5px; /*радиус скругления углов*/
border:1px solid #5d5c5c; /*рамка вокруг кнопки*/
}
.book_btn:hover {
top: 68.5%;
}

/*Contact button by Vit@MIN*/
.contact_btn{
position:fixed; /*фиксированная позиция кнопки при прокрутке*/
z-index:999;
/*top: 35%; /*отступ сверху*/
/*right: -205px;*/
/*width: 260px;*/
transition: 0.8s;
}
/*Стили для ссылки*/
.contact_btn a{
display:block;
/*background:url(images/contact_btn2.png);/*#02aee7; /*цвет фона кнопки*/
/*padding:25px 20px; /*внутренние отступы*/
border-radius:5px 0 0 5px; /*радиус скругления углов*/
border:1px solid #5d5c5c; /*рамка вокруг кнопки*/
}
.contact_btn:hover {
right:0;
}

#form_pop_up1,#form_pop_up2, #booking_formы{
border:1px solid #ccc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.tabs {
      font-size: 0;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }

    .tabs>input[type="radio"] {
      display: none;
    }

    .tabs>div {
      /* скрыть контент по умолчанию */
      display: none;
      border: 1px solid #e0e0e0;
      padding: 10px 0 0;
      font-size: 16px;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#booking,
    #tab-btn-2:checked~#contacts,
	#b-btn:checked~#c-booking,
	#c-btn:checked~#c-contacts{
      display: block;
    }

    .tabs>label {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      background-color: #f5f5f5;
      border: 1px solid #e0e0e0;
      padding: 2px 8px;
      font-size: 16px;
      line-height: 1.5;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
      cursor: pointer;
      position: relative;
      top: 1px;
    }

    .tabs>label:not(:first-of-type) {
      border-left: none;
    }

    .tabs>input[type="radio"]:checked+label {
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }

.contact-card {
  position: relative;
  display: flex; /* [1] */
  align-items: center; /* [2] */
  background-color: #fff;
  padding: 5px;
  border-radius: 7px;
  margin: 0 0 10px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.contact-card h3 {
  font-size: 15px;
  margin: 0 0 5px;
}

.contact-card p {
  font-size: 13px;
  color: #65676b;
  margin: 0 5px;
  margin-top: 5px;
}

.contact-card-phone {
  display: flex;
}

.contact-card__image {
  width: 50px;
  height: 50px;
/*  border-radius: 50%;*/
  margin-right: 12px;
}

.contact-card__image-mail {
  width: 40px;
  height: 40px;
/*  border-radius: 50%;*/
  margin-right: 12px;
}

.contact-card-map {
  text-align: center !important;
}
.contact-card-map-c1 {
  text-align: right !important;
  font-size:10px;
  padding-right: 3px;
}
.contact-card-map-c2 {
  padding-left: 3px;
  font-size:10px;
}

.contact-card__seen {
/*  position: absolute; /* [3] */
/*  right: 16px;
  top: 50%;
  transform: translateY(-50%);*/
  border-radius: 5px;
  width: 32px;
  height: 32px;
  margin: 0 3px;
}	

.price_table {
	width: 100%;
	border: none;
}

.price_table .month {
	padding-left: 20px;
}

.price_table .price_text{
	text-align: center;
}

.price_table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.price_table tbody td {
	text-align: left;
	border: none;
	padding: 5px 10px;
	font-size: 15px;
	vertical-align: middle;
}

.price_table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.tooltip_price {
	cursor: pointer;
}

.tooltip,
.tooltip_price {
  position: relative;
  display: inline-block;
}

.tooltip h2,
.tooltip_price h2 {
  color: #02aee7 !important;
  text-shadow: 0 0 12px white;
}

.tooltip .tooltiptext,
.tooltip_price .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 5%;
  margin-left: -30px;
  border: 1px solid black;
  opacity: 1;
  transition: opacity 1s !important;
}

.tooltip .tooltiptext::after,
.tooltip_price .tooltiptext::after  {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip:hover .tooltiptext,
.tooltip_price:hover .tooltiptext {
  visibility: visible;
}

.fancybox-inline .tooltip .tooltiptext,
.fancybox-inline .tooltip_price .tooltiptext {
  width: auto;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  z-index: 1;
  bottom: 185%;
  left: 5%;
  margin-left: -50%;
  border: 1px solid black;
  opacity: 1;
  transition: opacity 1s !important;
  font-weight: 300;
  color: #484f5e;
}

.back_btn_3,
.back_btn_4 {
	height: 15px;
	width: 15px;
    left: 10px;
    bottom: 5px;
    position: absolute;
	cursor: pointer;
}
.scrollup{
width:40px;
height:40px;
opacity:0.5;
position:fixed;
bottom:20px;
right:10px;
display:none;
text-indent:-9999px;
background: url('./images/icons/icon_top.png') no-repeat;
z-index: 99999;
}
.scrollup:hover {
opacity:0.8;
}

@font-face {
    font-family: Pompadur; /* Гарнитура шрифта */
    src: url(./css/fonts/ComforterBrush-Regular.ttf); /* Путь к файлу со шрифтом */
   }

.name h1{
font-family: 'Comforter Brush', cursive;
font-size: 42px;
}

/*FINISH Vit@MIN*/
	
/*header menu css*/
.toggle{display: block; position:relative; z-index:999;}
.toggle a{width:100%; color:#ffffff; background:url(images/mobile_nav_right.png) no-repeat right center #3e3e3e; padding:10px 10px; margin-top:5px; font-size:16px;}
.toggle a:hover{color:#ffffff !important;}
.nav{display:none;}

.header{width:100%; z-index:999999; background-color:#1f1f1f;}
.header .header-inner .nav{ padding:0; text-align:right; float:right;}
.header .header-inner .nav ul { float:right; margin:0; padding:0; font-family:'Roboto Condensed', sans-serif; font-weight:400; font-size:15px;}
.header .header-inner .nav ul li{ display:inline-block; margin:0; position:relative; text-align:center;}
.header .header-inner .nav ul li a{ padding:33px 13px; display:block; color:#fff; text-transform:uppercase; }
.header .header-inner .nav ul li ul li{display:block; position:relative; float:none; top:-1px;}
.header .header-inner .nav ul li ul li a{display:block; padding-top:10px; padding-bottom:10px; position:relative; top:1px; text-align:left; border-top:1px solid #fff;}
.header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current_page_item a{color:#34c6f6; }

.header .header-inner .nav ul li ul{display:none; z-index:9999999; position:relative;}
.header .header-inner .nav ul li:hover > ul{display:block; width:200px; position:absolute; left:0; text-align:left; background-color:#1f1f1f; box-shadow:0 2px 2px #333;}
.header .header-inner .nav ul li:hover ul li ul{display:none; position:relative;}
.header .header-inner .nav ul li:hover ul li:hover > ul{display:block; position:absolute; left:200px; top:1px;}
.header .header-inner .nav ul li:last-child a{ padding-right:0;}

/* = header top sign in  css
-------------------------------------------------------------- */
section#home_slider{ padding:0; background:#1f1f1f;}
#FrontBlogPost{padding:50px 0 20px 0;}
#wrapsecond{ padding:80px 0 20px 0;}
h2.section-title {color:#454545; font:300 36px/40px 'Roboto',san-serif; text-align: center; text-transform:uppercase;}
h2.section-title span{font-weight:700;}
.service-desc{text-align:center; font-size:15px;}
.service-desc p{margin-bottom:15px;}


/* = Services section css
-------------------------------------------------------------- */
#wrapsecond{ background-color:#f9f9f9; text-align:center; }
.services-wrap .one_third{ text-align:center; width:31%; margin:0 3.5% 0 0; float:left;}
.services-wrap .one_third img{ width:100%;}
.services-wrap .one_third h4{font:400 22px/22px 'Roboto',san-serif;  padding:20px 0; margin:0; text-transform:uppercase;}
.services-wrap .one_third h4:hover{color:#02aee7;}
.last_column{clear:right; margin-right:0 !important; }

#wrapthird{background-color:#f9f9f9; padding:60px 0 40px 0;}

/* = social icons css
-------------------------------------------------------------- */
.social-icons a{ background-color:#545556; width:45px; height:45px; line-height:45px; border-radius:50%; text-align:center;  vertical-align:middle; display:inline-block; transition:0.6s; -moz-transition:0.6s; -webkit-transition:0.6s; -o-transition:0.6s; font-size:20px;  color:#fff; margin:0 3px; padding:0; }
.social-icons br{ display:none;}
.social-icons a:hover{ background-color:#02aee7;}

/* = Page lay out css
-------------------------------------------------------------- */
.site-main{ width:740px; margin:0; padding:0; float:left;}
#sitefull{ width:100%; float:none;}
#sitefull p{ margin-bottom:15px;}
.page_content{ padding:50px 0; margin-top:20px;}
.page_content p{ margin-bottom:20px; line-height:20px;}

.blog_lists{ margin-bottom:30px; }
.blog_lists h2{ margin-bottom:10px;}
.blog_lists h2 a{ color:#484f5e;}
.blog_lists h2 a:hover{ color:#34c6f6;}
.blog_lists p{ margin-bottom:10px;}
.blog-meta{ font-style:italic; margin-bottom:8px;}
.post-date, .post-comment, .post-categories{ display:inline; color:#000000;} 
.single_title{ margin-bottom:5px;}
.BlogPosts{ width:31.2%; float:left; margin:0 3% 0 0; text-align:center; min-height:500px;}
.BlogPosts img{ width:100%;}
.BlogPosts h2{ margin:10px 0; font-size:20px;}
.MoreLink{ color:#5d5c5c ;display: inline-block; border:1px solid #5d5c5c; padding:5px 10px;}
.MoreLink:hover{ color:#02aee7; border-color: #02aee7;}

/* = sidebar
-------------------------------------------------------------- */
#sidebar{ width:330px; float:right;}
#sidebar aside.widget{margin-bottom:30px; background-color:#f9f9f9; padding:20px;}
#sidebar aside.widget ul{ list-style:disc; }
h3.widget-title{ background-color:#909090; padding:12px 15px; margin-bottom:1px; color:#fff;}
/* Change For Widget */
#sidebar ul li{ list-style:none; border-bottom:1px dashed #d0cfcf;}
#sidebar ul li a{ font:300 15px/18px "Roboto",sans-serif; background:url(images/sidebar-arrow.png) no-repeat 0 14px; padding:10px 0 10px 20px; color:#3b3b3b; display: inline-block; }
/* Change For Widget */
#sidebar ul li a:hover{ color:#34c6f6;}
#sidebar ul li:last-child a{ border:none;}
/* = Footer css
-------------------------------------------------------------- */
#footer-wrapper{ background-color:#1f1f1f; position:relative; padding:45px 0 0; color:#fff;}
.cols-4{width:22%; float:left; margin:0 3% 2% 0; }
.widget-column-1 { width:20%;}
.widget-column-1 td, .widget-column-2 td{ text-align: left;}
.widget-column-2 { width:25%;}
.widget-column-4 { width:49%; margin-right:0px !important;}
.cols-4 h5{ font-weight:300; font-size:22px; color:#fff; margin-bottom:25px; padding-bottom:15px; text-transform:uppercase;  border-bottom: 1px solid #101010; box-shadow: 0 1px 0 #2e2e2e; }
.cols-4 ul{ margin:0; padding:0; list-style:inside disc;}
.cols-4 ul li { display:block; padding:0;}
.cols-4 ul li a { color:#fff; font:normal 12px/24px Arial, Helvetica, sans-serif; background:url(images/list-arrow.png) no-repeat 0 2px; padding:0 0 0 20px;}
.cols-4 ul li a:hover, .cols-4 ul li.current_page_item a { color:#dd5145; }

.cols-4 a.readmore span{ color:#fff;}
.cols-4 p{ margin-bottom:15px;}
.cols-4 h1, .cols-4 h2, .cols-4 h3, .cols-4 h4, .cols-4 h5, .cols-4 h6{color:#fff;}
.phone-no{ margin:10px 0 20px; line-height:22px;}
.phone-no a{color:#d6d6d6;}
.phone-no a:hover{color:#d6d6d6;}
.phone-no strong { display:inline-block;}
.cols-4 .phone-no p{ margin-bottom:0;}

.footer .post-date{color:#ccc;}

.copyright-wrapper { background-color:#000; position:relative; padding:15px 0;}
.copyright-txt { float:left;}
.design-by { float:right;}
.recent-post{ min-height:70px; margin:0 0 20px 0;}
.recent-post img{ float:left; width:60px; margin:3px 10px 5px 0;}
.recent-post h6{ font-size:15px; color:#fff; margin:0 0 5px; font-weight:600;}
.recent-post h6:hover{color:#34c6f6;}
.recent-post:last-child{ border-bottom:none; margin-bottom:0; padding-bottom:0;}

/* Buttons */
.button{ background-color:#ff6565; border-bottom:4px solid #e44545; color:#fff; padding:8px 20px; display:inline-block; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; }
.button:hover{background-color:#34c6f6; border-color:#1898c2; color:#fff;}

/* woocommerce CSS
================================================*/
a.added_to_cart{background:#e1472f; padding:5px; display:inline-block; color:#fff; line-height:1;}
a.added_to_cart:hover{background:#000000;}
a.button.added:before{content:'' !important;}
#bbpress-forums ul li{padding:0;}
#subscription-toggle a.subscription-toggle{padding:5px 10px; display:inline-block; color:#e1472f; margin-top:4px;}
textarea.wp-editor-area{border:1px #ccc solid;}
.woocommerce input[type=text], .woocommerce textarea{border:1px #ccc solid; padding:4px;}
form.woocommerce-ordering select{ padding:5px; color:#777777;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto',san-serif; color:#ff8a00;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important;}
h1.product_title, p.price{ margin-bottom:10px;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto',san-serif; color:#ff6d84;}
.woocommerce ul.products li, #payment ul.payment_methods li{ list-style:none !important;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important;}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{ border-bottom:0px !important}

/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;	height: 1px;width: 1px;	overflow: hidden;}
.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	color: #21759b;	display: block;
	font-size: 14px;font-size: 0.875rem;font-weight: bold;	height: auto;left: 5px;	line-height: normal;padding: 15px 23px 14px;text-decoration: none;	top: 5px;	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ============= Contact Page =========== */
.wpcf7{ margin:30px 0 0; padding:0;}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], select{ width:100%; border:1px solid #cccccc; box-shadow:inset 1px 1px 2px #ccc; height:35px; padding:0 15px; color:#797979; margin-bottom:0;border-radius: 3px;}
.wpcf7 textarea{width:100%; border:1px solid #cccccc; box-shadow:inset 1px 1px 2px #ccc; height:100px; color:#797979; margin-bottom:0; font:14px arial; padding:10px; padding-right:0;border-radius: 3px;}
.wpcf7 input[type="submit"]{background-color:#02aee7; width:100%; height:100%; border:none; cursor:pointer; text-transform:uppercase; font:18px 'Roboto',san-serif; color:#ffffff; padding:10px 40px; border-radius:3px;}	

/* ============= Comment Form ============ */
h1.screen-reader-text{font:22px 'Roboto',san-serif;}
.site-nav-previous, .nav-previous{ float:left;}
.site-nav-next, .nav-next{ float:right;}
h3#reply-title{font:300 18px 'Roboto',san-serif;}
#comments{ margin:30px 0 0; padding:0;}
nav#nav-below{ margin-top:15px;}

ol.comment-list li{margin-bottom:15px;}
ol.comment-list li.bypostauthor{ border:1px dashed #02aee6; padding:8px 0 5px 8px;}

/* Change Css */
#sidebar input[type="text"], #sidebar input[type="search"]{width:78% !important; height:32px; text-align:left; color:#000000; padding-left:5px;}
#sidebar select{width:100% !important; height:23px;}
#sidebar table{ width:100%; text-align:center;}
#prev{text-align:left;}
#next{text-align:right;}
.recentcomments a{ background-image:none !important; font-weight:400 !important;}
li.recentcomments{line-height:36px;}
#sidebar h3 a{color:#FFF !important;}
.tagcloud a{word-wrap:break-word;}
/* Change Css */

.logo{text-align:center; margin-left:auto; margin-right: auto;}
body.wp-custom-logo .logo h1{display:none; visibility:hidden;}
.padtop{padding-top:30px;}
.search-submit{padding: 5px 5px;}