/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: -0.015em;	
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #7e8285;
	line-height: 24px;
	text-transform: none;
	text-align: justify;
}

html {
	/*font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
	outline: none;
}
.wptww-testimonials-slidelist button.slick-prev:focus, .wptww-testimonials-slidelist button.slick-next:focus { outline: none; }
a, a:hover, a:active, a:focus {outline: 0!important;}
input::-moz-focus-inner { border: 0; }
.slick-list button {outline: none!important;}

blockquote::before,
blockquote::after {
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	border: none;
	margin: 0;
	padding: 0;
	font-family:"Fjalla One",sans-serif;
	text-transform: uppercase;
	padding-bottom: 1.6rem;
	line-height: 1.23;
	text-align: center;
	letter-spacing: 1px;
}

h1{font-size: 3.5em;}
h2{font-size: 2.5em;}
h3{font-size: 2 em;}
h4{font-size: 3.5em;}
h5{font-size: 3.5em;}
h6{font-size: 3.5em;}

.grey-text{color: #222d35;}
.white-text{color: #fff;}
.top-bar-bg{background-color: #b4245d; color: #fff; font-weight: bold;}
.top-bar-bg a{color: #fff; text-decoration: none;}
.border-box{border: 4px dashed #EC0437; text-align: justify;padding: 20px; box-shadow: 0px 0px 10px #ccc;}
.border-box{border: 4px dashed #EC0437; text-align: justify;padding: 20px; box-shadow: 0px 0px 10px #ccc;}

.flt-left{float: left;}
.text-right{text-align: right;}
.top-buffer { padding-top:31px; }
.bottom-buffer { padding-bottom:31px;}
.mrg-top60{margin-top: 60px;}
.mrg-30{margin-top: 30px; margin-bottom: 30px;}
.pad-5{padding: 5px 0px;}
.hsb-grey {background-color: #222d35 !important;}
.fs20{font-size: 20px;}
.grey-bg{background:#f7f7f7;}
.header-bg{background:#e72e77; box-shadow: 0px 5px 5px #ccc; padding: 5px 0px;}

.menu-nav{ box-shadow: 0px 1px 3px #3d3d3d; margin-top: 20px;}
.menu-nav ul{margin: 0px; padding: 0px;}

.primary-menu-wrapper ul{padding: 0px; margin:0px!important; }
.phone{font-size: 1.5em;}
.phone .fa-mobile{position: relative; top: 8px;}


article{width: 100%;}

.entry-header h1 {
    font-size: 2.5em;
    padding: 1.6rem;
    line-height: 1.23;
    letter-spacing: 1px;
	text-align: center;}

.blog-sidebar h2{font-size: 2.15em!important; text-align: left!important;}
.wp-calendar-table{width:100%;}
.page-header.header-small .container{padding-top:  86px !important; padding-bottom: 67px !important; }
.hsb-bullet ul{list-style-type: none;}
.hsb-bullet li{list-style-type: none; margin: 0px 0px 20px 0px;}

.comments-wrapper{display: none;}
.post-meta-wrapper, .intro-text{ display: none;}


.carousel-slider-hero__cell__content{ color:#fff; padding: 20px 0px;}
.carousel-slider-hero__cell__content:before{
	background: #000;
	width:100%; 
	
bottom: 0;
content: '';
left: 0;
top: 0;
right: 0;
position: absolute;
opacity: 0.8;
z-index: -1;}
.carousel-slider-hero__cell__heading, .carousel-slider-hero__cell__description{color:#fff;}

/* Service */

.service-box {
    padding: 1.5em;
    box-sizing: border-box;
    background: #ffffff;
	border: 10px solid #f7f7f7;}
.service-box h3{margin-top: 25px;}

/* /Service */

/* enquiry form */
.form-bg{background: url("/wp-content/uploads/2020/10/form-bg-1.png"); background-size:cover; background-position: right;}
.enquiry-form{background: #55207a; border-radius: 5px; padding: 30px 50px; border: 5px solid wheat;}
.enquiry-form h2{font-weight: bold; color: wheat; font-family: 'Dancing Script', cursive;}
.enquiry-form .row{margin-bottom: 20px;}
.enquiry-form .wpcf7-submit{color:white; font-size: 18px; font-weight: bold;}
.enquiry-form .textarea-273{max-height:20px;}
/* /enquiry-form */

/* contact us */

.contact-form{background: #f1f1f1; border-radius: 5px; padding: 30px 50px; border: 5px solid #3d3d3d;}
.contact-form .row{margin-bottom: 20px;}
.contact-form .wpcf7-submit{color:white; font-size: 18px; font-weight: bold;}

/* /contact us */

/* why choose us */

.hsb-bullet ul{list-style-type: none;}
.hsb-chooseus{background: url("/wp-content/uploads/2020/10/choose-us-background-1.png"); background-size: cover; background-position: right; background-color: #cc0000;}

/* /why choose us */

/* Testimonial */

.wptww-testimonials-slide-widget.design-1 .slick-dots, .wptww-testimonials-slide-widget.design-2 .slick-dots, .wptww-testimonials-slide-widget.design-3 .slick-dots{margin-top: 20px!important;}
.hsb-testimonials{background: url("/wp-content/uploads/2020/10/choose-us-background-1.png"); background-size: cover; background-position: right; background-color: #f1f1f1;}

/* /Testimonial */

/*footer*/

footer{background: url("/wp-content/uploads/2020/10/footer-bg-1.png"); background-color: black; background-size:cover; background-position: top;}
footer p{color: #a4a7a9;}
footer a{color: #a4a7a9;}
footer a:hover{color: #ffffff;}
footer h2 {font-size: 2.15em; text-align: left; color: #ffffff;}

/*/footer*/

/* Page */

.cover-header{background-size: cover; background-position: center;}
/*.cover-header:before{background: #000;
bottom: 0;
content: '';
left: 0;
top: 0;
right: 0;
position: absolute;
opacity: 0.8;
z-index: 10;}*/

.cover-header-inner .entry-title{color: #fff; z-index: 10; position: relative;}
.cover-header-inner{padding: 100px 0px;}
.cover-header-inner:after{background: #000;}
.to-the-content-wrapper{display: none;}
.red{color: red;}
.dark-pink{color: #b4245d;}
.page-content{padding: 40px; text-align: justify;}
.content-box{border-right: 10px solid #fff; border-left: 10px solid #fff; padding: 30px; background: #f5f5f5; }
.content-box h2{margin-bottom: -10px;}
.content-img{padding: 45px;}
.content-img:before{ content: '';
    background: url("/wp-content/uploads/2020/10/red-border-1.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 120px;
    height: 139px;
}

.content-img:after{ 
    content: '';
background: url("/wp-content/uploads/2020/10/red-border-1.png") no-repeat;
position: absolute;
bottom: -9px;
left: 8px;
z-index: 1;
width: 120px;
height: 139px;
transform: rotate(630deg);
}

.content-img2:before{ 
    content: '';
background: url("/wp-content/uploads/2020/10/red-border-1.png") no-repeat;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
width: 120px;
height: 139px;
transform: rotate(180deg);
}

.content-img2:after{ content: '';
    background: url("/wp-content/uploads/2020/10/red-border.png") no-repeat;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 1;
    width: 120px;
    height: 139px;
	transform: rotate(450deg);
}

.prod-circle{text-align: center; font-family:'Dancing Script', cursive; font-size: 18px; }
.prod-circle img{margin: 10px 0px;}

.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="url"]{width:100%!important;}

.notranslate {
width: 30%;
padding: .025rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
}

/* /Page */

/* Blog */

.blog-sidebar {
    background: #f7f7f7;
    padding: 20px 20px;
	text-align:left;
	border:1px solid #f1f1f1;
}

.blog-sidebar .widget{
    margin-bottom:30px;
	background:#fff;
	padding: 20px;
}

.blog-sidebar .widget ul{
	margin:0px;
	padding:0px 0px 0px 16px;
}

.blog-sidebar .search-field {
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .50rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

.blog-sidebar .search-submit, .more-link{
	color: #fff!important; font-size: 15px; font-weight: bold; background-color: #cd2653;
display: inline-block;
text-align: center;
vertical-align: middle;
border: 1px solid transparent;
padding: .375rem .75rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; text-decoration:none!important;}

.blog-sidebar h2{font-size:2em; border-bottom:2px dotted #f7f7f7; margin-bottom: 15px; padding-bottom: 15px;}

.entry-categories{margin-bottom:30px;}

.addtoany_content{text-align:center;}

.featured-media-inner{text-align:center;}

.wp-calendar-table caption{text-align:center;}

.blog-head-bottom .carousel-slider__post-header h2{font-size:20px;}
.blog-head-bottom footer{display:none;}

/* /Blog */

.fmp-wrapper .fmp-category-title{font-size: 28px;
    margin: 0;
    padding: 15px;
    color: #e72e77;
}

.food-menu h2{font-size: 2em; color:#e72e77;margin: 35px 0px 0px 0px; text-align:center;border-bottom: 2px dotted #e72e77;}
.food-menu ul{margin:auto;}
.food-menu li{ list-style-type: none;
  text-align: left;
  padding: 10px 20px;
  border-bottom: 2px dotted #ccc;
  margin: 2px 2px 10px 0px;}

.carousel-slider-hero__cell__content {  
  width: auto!important;
  padding: 25px;
}