/*----------------------------------------
	Theme Name: Pizza Kitchen
	Start Date : June 18 2016
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
------------------------------------------*/
	/* [Layout] */

/*---------------------------------------	
		* Import Css
	
	* Body
		- Padding/Margin
	
	* Typography
	
		- font-family: 'Yellowtail', cursive;
		- font-family: 'Arial', sans-serif;
		- font-family: 'Arial', sans-serif;
		- font-family: 'Dancing Script', cursive;
		
	* Section Padding

	* Header

	* Footer
	
	* Page Banner
	
	* Section Header
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
------------------------------------------*/
/*------------------------------------------------
	* Import Css
--------------------------------------------------*/
@import "libraries/lib.css";
@import "libraries/stroke-gap-icon/stroke-gap-icon.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/shortcode.css";
/* * Body */



body {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}

/* * Fonts Settings */


/* - Dancing Script : font-family: 'Dancing Script', cursive; */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: local('Dancing Script'), local('DancingScript'), url(https://fonts.gstatic.com/s/dancingscript/v7/DK0eTGXiZjN6yA8zAEyM2VhlQWQpSCpzb2Peu3I-Q34.woff) format('woff');
}
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: local('Dancing Script Bold'), local('DancingScript-Bold'), url(https://fonts.gstatic.com/s/dancingscript/v7/KGBfwabt0ZRLA5W1ywjowfVc48Rxw3pIW-IHeDZiIVI.woff) format('woff');
}

/* - Yellowtail : font-family: 'Yellowtail', cursive; */
@font-face {
  font-family: 'Yellowtail';
  font-style: normal;
  font-weight: 400;
  src: local('Yellowtail'), url(https://fonts.gstatic.com/s/yellowtail/v6/GcIHC9QEwVkrA19LJU1qlBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}



/* * Header */


main,footer {
	overflow: hidden;
}

.top-header .our-contacts {
	padding-top: 45px;
}
.top-header .our-contacts p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	letter-spacing: 0.6px;
}
.top-header .our-contacts p i {
	color: #e01313;
	padding-right: 15px;
}
.top-header .our-contacts p a {
	color: #777;
	text-decoration: none;
}
.top-header .our-contacts p a.phone > span {
	font-weight: 700;
	color: #222;
}
.top-header .logo-block {
	text-align: center;
}
.top-header .logo-block  a.navbar-brand{
	float: none;
	display: inline-block;
	height: auto;
	/*padding-top: 40px;*/
}
.top-header .header-social {
	padding-top: 45px;
	text-align: right;
}
.top-header .header-social ul {
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
}
.top-header .header-social ul li {
	display: inline-block;
	margin-right: 10px;
}
.top-header .header-social ul li:last-child {
	margin-right: 0;
}
.top-header .header-social li a {
	color: #222;
	font-size: 14px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .header-social li a:hover {
	color: #e01313;
}
.top-header .cart > li > a {
	background-color: #e01313;
	border: 1px solid #e01313;
	padding: 10px 40px;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Arial', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	display: inline-block;
	letter-spacing: 1.8px;
	margin-left: 20px;
	border-radius: 50px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .cart > li > a:hover {
	background-color: transparent;
	border: 1px solid #e01313;
	color: #e01313;
}

/* * Footer */
.footer-main .section-padding {
	padding-bottom: 40px;
	padding-top: 40px;
}
.footer-main {
	background-image: url("images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: left;
}
.footer-main::before {
	background-color: rgba(0, 0, 0, 0.902);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.footer-main a.navbar-brand{
	height: auto;
	float: none;
	display: inline-block;
	padding: 0;
	margin-bottom: 30px;	
}

.footer-main .ftr-widget p,
.footer-main .ftr-widget p a {
	color: #ccc;
}
.footer-main .ftr-widget p {
	line-height: 26px;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	letter-spacing: 0.56px;
	text-align: left;
}
.footer-main .about-widget a.locate-us {
	background-color: #e01313;
	border-radius: 50px;
	border: 1px solid #e01313;
	color: #121212;
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-weight: 600;
	padding: 11px 40px;
	margin-top: 15px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .about-widget a.locate-us:hover {
	background-color: transparent;
	border: 1px solid #e01313;
	color: #e01313;
}

.footer-main .ftr-widget h3 {
	color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
	text-align: right;
}
.footer-main .hours-widget ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
	list-style: none;
}
.footer-main .hours-widget ul li {
	margin-bottom: 10px;
}
.footer-main .hours-widget li a {
	color: #ccc;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-main .hours-widget li.active a {
	color: #e01313;
}
.footer-main .link-widget ul {
	list-style: none;
}
.footer-main .link-widget ul li a {
	text-transform: capitalize;
}
.footer-main .link-widget ul li a:hover {
	color: #e01313;
}
.footer-main .contact-widget .contact-info {
	margin-top: 20px;
}
.footer-main .contact-widget p {
	position: relative;
	padding-left: 88px;
}
.footer-main .contact-widget p > span {
	text-transform: uppercase;
	position: absolute;
	left: 0;
}
.footer-main .contact-widget ul {
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 0;
}
.footer-main .contact-widget ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer-main .contact-widget ul li a {
	border-radius: 100%;
	border: 2px solid #afafaf;
	color: #e01313;
	display: inline-block;
	font-size: 14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .contact-widget ul li a:hover {
	background-color: #e01313;
	border: 2px solid #e01313;
	color: #121212;
}

.footer-main .bottom-footer {
	border-top: 1px solid #3f3f3f;
	display: inline-block;
	width: 100%;
	margin-top: 70px;
	position: relative;
	padding: 30px 0;
}
.footer-main .bottom-footer p {
	color: #ccc;
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.footer-main .bottom-footer .terms-policy {
	float: right;
	position: relative;
	z-index: 1;
}
.footer-main .bottom-footer .terms-policy a {
	color: #ccc;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
	text-transform: capitalize;
	text-decoration: none;
}
.footer-main .bottom-footer .terms-policy a::after {
	content: "|";
	padding: 0 10px;
}
.footer-main .bottom-footer .terms-policy a:last-child::after {
	content: "";
	padding: 0;
}

/* * Page Banner */

.page-banner {
    background-image: url("./images/blog-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 350px;
    min-height: 350px;
    position: relative;
    text-align: center;
}

.page-banner .banner-content {
	display: inline-block;
	padding: 124px 0;
}
.page-banner .banner-content h3 {
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 3.5px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
	font-family: 'Arial', sans-serif;
    font-size: 14px;
	font-weight: 600;
    text-decoration: none;
	letter-spacing: 0.98px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb li.active {
	color: #e01313;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	color: #fff;
    content: "/";
    padding: 0 10px;
}

/* * Section Header */

.section-header {
	text-align: center;
	margin-bottom: 85px;
}
.section-header h3 {
	color: #e01313;
	font-family: Arial, cursive;
	font-size: 40px;
	margin-bottom: 15px;
	margin-top: 0;
    direction:rtl;
}
.section-header h5 {
	color: #222;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Arial', sans-serif;
	letter-spacing: 0.88px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-header p {
	color: #777;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding: 0 15px;
	letter-spacing: 0.56px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 25px;
}

/*-----------------------------------------
	
	* Responsive
	
-------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.section-header p {
		padding: 0 22%;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.footer-main .ftr-widget {
		margin-bottom: 30px;
	}
	.footer-main .col-sm-6.col-xs-6:nth-child(2n+1) {
		clear: left;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	.top-header .col-xs-5.our-contacts,
	.top-header .col-xs-7.header-social {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.top-header .cart > li > a {
		padding: 10px 28px;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	.footer-main .col-sm-6.col-xs-6 {
		width: 100%;
	}
	.footer-main .bottom-footer p {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer-main .bottom-footer .terms-policy {
		float: none;
		text-align: center;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	
}
