/*
/*
Theme Name: Pizza Del Aureo's
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 4%;
  padding-bottom: 4%;
}
.pad-xss > .fl-col-content {
  padding-top: 2%;
  padding-bottom: 2%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
body .remove-pad-top .fl-row-content-wrap, body .remove-col-pad-top > .fl-col-content {
  padding-top: 0 !important;
}
body .remove-pad-bottom  .fl-row-content-wrap, body .remove-col-pad-bottom > .fl-col-content{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-col-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-col-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-col-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-col-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-col-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-col-content {
  padding: 2% 2% !important;
}

/** Mobile Paddings **/
@media only screen and (max-width: 670px) {
.pad-xl .fl-row-content-wrap, .pad-lg .fl-row-content-wrap, .pad-md .fl-row-content-wrap, .pad-sm .fl-row-content-wrap, .pad-xs .fl-row-content-wrap, .pad-xss > .fl-col-content{
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
  .pad-xs-col  .fl-col-content.fl-node-content{ padding-top: 20px !important;
    padding-bottom: 35px !important; }
}
/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
  .neg-top {
    margin-top: -90px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -90px;
  }
  .neg-right {
    margin-right: -120px;
  }
  .uabb-new-ib-content {
      display: none;
  }
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}
.hide-xs, .show-small-device {
    display: none !important; 
}

p {
    margin-bottom: 20px !important;
}
p:last-child {
    margin-bottom: 0px !important;
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.uabb-btn.uabb-btn-one.uabb-gradient, .uabb-btn.uabb-btn-two.uabb-gradient, .btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], .btn.btn-one>.fl-button-wrap, .btn.btn-one a, .btn.btn-one  .uabb-creative-button-wrap a, .btn.btn-two a, .btn.btn-two  .uabb-creative-button-wrap a, body .uabb-gf-style .gform_button.button, .btn.btn-primary, .btn.btn-two>.fl-button-wrap, .btn.btn-primary  {
     padding: 15px 30px !important;
    font-size: 18px;
    border-radius: 0px !important;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px !important;
    font-weight: 400 !important;
}

.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a{
    color: #fff !important;
    background: #000!important;
}
.btn.btn-two .uabb-creative-button-wrap a:hover, .btn.btn-two a:hover{
  color: #fff !important;
    background: #454545!important;
}

/* Button two */
.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a, .uabb-gf-style .gform_button.button {
    color:#ffffff !important;
    background:#000 !important;
    border:0px solid #ffffff !important;
}
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover, .uabb-gf-style .gform_button.button:hover { color: #fff !important;
    background: #8b032d!important;  }
.btn.btn-two .uabb-creative-button-wrap a span, .btn.btn-two a span{  color:#ffffff !important; }
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover span{ color: #fff !important; }

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}
/** General **/
.fl-page {
    overflow-x: hidden;
}
body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}
a, a:hover, .pod .uabb-infobox {  
    text-decoration: none !important; 
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-right: 30px;
}

/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #fc191b;
    padding: 0!important;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 0px solid rgba(204,204,204,.3);
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  background-color: #000000;
  color: #fff;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: 3px;
}
/** Scroll To Top **/
#fl-to-top {
	background-color: #fc191c;
	bottom: 70px;
}
#fl-to-top:hover {
	background-color: rgba(214,59,55,0.7);
}
/** Beaver Builder Remove Module Margins **/

/** 
 * Default header for blog single, search, error...
 **/
.default-header-bg {
  position: relative;
  z-index: 1;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5); /* FF3.6-15 */
}
h1.container.default-header-title {
    color: #fff;
    text-align: center;
    position: relative;
}

/** Single Page **/
.fl-sidebar aside ul li a:hover {   margin-left: 10px; }

/** Search **/
#bb-custom-search-result article.fl-post {
    width: 70%;
    margin: 0px auto;
}
.search-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.search-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
h3.search-query {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/** 404 Error page **/
.fl-404 {  padding: 0; }
.error404 .fl-post-content.clearfix, .error404  .fl-post-header {   display: none; }

/** Icons Animation **/
.footer-social-icon a:hover{
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.footer-social-icon a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/** Custom CSS 
 * ---------------------**/
/** Image Scale **/
.uabb-post-wrapper:hover .uabb-post-thumbnail  img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .8;
}
.uabb-post-wrapper .uabb-post-thumbnail img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.uabb-post-wrapper:hover::after {
    width: 100%;
}
.uabb-post-wrapper::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #b64f7d;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/** Testimonial **/
ul.testimonial-content, ul.testimonial-content h6 {
    color: #fff;
    list-style:none;
}
.testimonial-wrapper .owl-item {
    background: #1d1d1d;
    padding: 55px 25px 20px;
    color: #a6abba;
    border: 1px solid #cfcece;
    border-radius: 5px;
    margin-top: 70px;
    text-align: center;
    font-style: italic;
}
.testimonial-wrapper p {
    max-width: 900px;
    margin: auto;
}
.testimonial-wrapper h6 {
    font-size: 17px;
    color: #fff;
    font-style: italic;
    text-align: right;
}
.testimonial-wrapper i.fas {
    position: absolute;
    font-size: 30px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: #1b70be;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    color: #fff;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #484848 !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.offer-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    box-shadow: 1px 0px 15px 5px rgb(0 0 0 / 32%);
	min-height:244px;
}
.offer-bg .fl-module-content.fl-node-content {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 100%;
	min-height:204px;
}
.left-offer .offer-bg {
    background-image: url(https://www.pizzadelaureos.com/wp-content/uploads/2020/09/2-1.jpg);
    background-color: #6c1301;
    background-size: 80%;
}
.right-offer .offer-bg {
    background-image: url(https://www.pizzadelaureos.com/wp-content/uploads/2020/09/4.jpg);
    background-color: #003e65;
    background-size: 80%;
   
}
.right-offer .offer-bg .fl-module-content.fl-node-content {
    background-image: url(https://www.pizzadelaureos.com/wp-content/uploads/2020/09/1-2.png);
    background-position: 100% 103%;
}
.left-offer .offer-bg .fl-module-content.fl-node-content {
    background-image: url(https://www.pizzadelaureos.com/wp-content/uploads/2020/09/3.png);
    background-position: 100% 107%;
}
.left-offer .uabb-infobox {
    margin-left: 31%;
}
.right-offer .uabb-infobox {
    margin-left: 37%;
}
@media screen and (max-width: 768px) {
  /** font size for smaller devices */
 
  h1 {  font-size: 35px !important; line-height: 42px !important; }
  h2 {  font-size: 28px !important; line-height: 36px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important  }
  footer {  padding-bottom: 40px; }

}
@media screen and (max-width: 991px) {

}




/* Header and Side Bar */

.fl-page-header-vertical .fl-page-nav ul.navbar-nav > li{
  border-top: 1px solid rgb(255 255 255 / 0.15) ;
  padding: 12px 15px;
  position:relative;
}
.fl-page-header-vertical .fl-page-nav ul.navbar-nav li a {
  padding: 0 !important;
}
.fl-page-nav-collapse ul.navbar-nav > li:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 0.15) ;
}
.fl-page-header-vertical .fl-page-nav ul.navbar-nav li.current_page_item::after, .fl-page-header-vertical .fl-page-nav ul.navbar-nav li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 52px;
  background: #fc191c;
  top: 0;
}
.order-here {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 320px;
  text-align: center;
  background: #fc191c;
  padding: 15px 0;
}
.order-here a {
  color: #fff !important;
  font-size: 32px;
  vertical-align: middle;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 42px;
}
.order-here a:hover {
  color: #d9d9d9 !important;
}

.uabb-first-heading-text {
  font-size: 36px;
  display: block;
  line-height: 36px;
  font-weight:300 !important;
  margin-bottom:20px;
}

/* Offers Section */
.uabb-infobox-title span {
  color: #ffc709 !important;
}
.cta-number a:hover {
  color: #292c2e;
}

/*Pods Section */
.pods-info .uabb-bb-box:hover p.uabb-ib1-title {
  background: #85b036;
  color:#fff;
}

blockquote {
    color: #e6e6e6;
    border: 1px solid #cfcec9;
    border-left-width: 7px;
    background-color: #171717;
    border-radius: 5px;
}
.order-icon {
    opacity: 0.85;
}

/* Footer */
footer.fl-page-footer-wrap {
    background-image: url(https://www.pizzadelaureos.com/wp-content/uploads/2020/08/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.textwidget .logo a {
  display: inline-block;
}
.fl-page-footer-widgets-container.container {
  padding: 0 !important;
}
.fl-page-footer-widgets-row strong {
  display: block;
}
.fl-page-footer-widgets {
  text-align: center;
}
.fl-page-footer-widgets .fl-widget {
  margin:20px 0 20px 0;
}
.fl-page-footer-widgets {
  text-align: center;
  padding: 30px 10px 30px;
}
.fl-page-footer {
    border-color: #2e79b6 !important;
}
.fl-page-footer {
  font-size: 16px;
  background-color:transparent !important;
}
footer .email p {
    margin-bottom: 0 !important;
    font-size: 16px;
}
footer h4.fl-widget-title{
	color:#fff !important;
}

.footer-smedia {
    margin: 10px 30px 0;
    display: inline-block;
}
.footer-smedia a {
    margin-right: 10px;
}
.footer-smedia i {
  font-size: 18px;
  margin: 0px 5px 5px 0;
  border: 1px solid #4F4F4F;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: #444444;
}
.fl-page-footer-widgets {
  border-top: 0px solid #e6e6e6 !important;
}

/* Inner pages */
.inner-heading .uabb-subheading p {
  font-size: 18px !important;
  line-height: 28px !important;
}
@media screen and (min-width:641px){
.gform_wrapper legend.gfield_label {
  display: none !important;
}

.ginput_full.address_line_1 {
    padding-right: 20px;
}

.ginput_full {
    width: 50%;
    float: left;
}
.address_city, .address_state, .address_zip {
    width: 33.33% !important;
    float: left;
}
.gform_wrapper span.ginput_left.address_zip {
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 16px;
}
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
    margin-left: 0 !important;
}
body .gform_wrapper ul li.gfield:last-child, body .gform_wrapper ul li.gfield:nth-last-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    padding-right: 0;
}
li#field_2_22 {
    position: absolute;
	z-index:0;
}
li.left_class {
    width: 50%;
    display: inline-block;
    float: right;
    vertical-align: top;
    padding-right: 0 !important;
    z-index: 1;
	margin-top:0 !important;
    position: relative;
}
li.left_class div{
margin-top:0;
margin-bottom:0;
}
li.left_class input {
    width: 96% !important;
}
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"], textarea, .gform_wrapper select {
  background-color: #131619;
  border: 1px solid #444444;
  border-radius: 4px;
  min-height: 45px !important;
  padding: 10px !important;
  color: #96a2ab !important;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
  background-color: #131619;
  border-color: #444444;
}

::placeholder { 
color: #eafcff  !important;
}

::-webkit-input-placeholder { /* Edge */
  color: #96a2ab !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #96a2ab !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #96a2ab !important;
}

.datepicker {
  width: 100% !important;
}
#gform_submit_button_1,#gform_submit_button_2 {
  background: #fc191b;
  color: #ffffff;
  padding: 15px 40px !important;
  border-radius: 4px !important;
}
#gform_submit_button_1:hover,#gform_submit_button_2:hover {
  background: #000000;
}
table.price-table,table.price-table-mobile {
    width: 100%;
}
table.price-table span, table.price-table-mobile span {
    font-weight: 300;
}
table.price-table span.table-item, table.price-table-mobile span.table-item {
    font-weight: 600;
    background-color: #232323;
    position: relative;
    z-index: 1;
    width: auto;
    display: inline-block;
    padding-right: 20px;
}
table.price-table tr th, table.price-table tr td,table.price-table-mobile tr th, table.price-table-mobile tr td {
    padding-bottom: 20px;
    font-weight: 600;
    vertical-align: top;
}
.email span,.timings p span {
    display: inline-block;
    min-width: 155px;
    text-align: left;
}
@media screen and (min-width: 768px) {
table.price-table th span {
    font-size: 13px;
    display: block;
}
table.price-table tr th:nth-child(2), table.price-table tr th:nth-child(3), table.price-table tr th:nth-child(4), table.price-table tr th:nth-child(5), 
table.price-table tr th:nth-child(5), table.price-table tr td:nth-child(2), table.price-table tr td:nth-child(3), table.price-table tr td:nth-child(4), 
table.price-table tr td:nth-child(5){

	min-width:90px;	
}
.border-wrap {
position:relative;	
}
.border-wrap::after {
    content: '';
    height: 1px;
    border-top: 1px dashed #a6abba;
    width: auto;
    position: absolute;
    right: 20px;
    left: 0;
    top: 50%;
}
.price-table-mobile{
	display:none;
}
}

/* Iphone Modes */
@media screen and (max-width: 641px) {
#gform_submit_button_1 {
    padding: 5px 40px !important;
    width: auto;
}	
}
@media screen and (max-width: 767px) {
.cta-number a {
  font-size: 40px !important;
  line-height: 40px !important;
}
.fl-page-footer-row.row {
   display: -webkit-flex;
        /* Safari */
        /* Safari 6.1+ */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}
.menus .fl-module-content {
    margin: 20px 0;
}
.price-table{
	display:none;
} 
}


@media screen and (min-width: 992px) {
.note-text {
    position: fixed;
    left: 8px;
    bottom: 95px;
    width: 300px;
    z-index: 9;
}
h4.note {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}
}
@media screen and (max-width: 991px) {
h4.note {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Jura",sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff !important;
    margin-top: 20px;
}
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
.timings p span {
    display: block;
	text-align:left;
}
}
@media screen and (min-width: 992px) and (max-width: 1192px) {
.email span{
    display: block;
	text-align:center;
}	
}
@media screen and (min-width: 769px) and (max-width:873px) {
.timings p span {
    display: block;
	text-align:left;
}
}
@media screen and (min-width: 768px) and (max-width:873px) {
.email span{
    display: block;
	text-align:center;
}
}
@media screen and (min-width: 320px) and (max-width: 420px) {
.infobox-photo-left .uabb-infobox-left-right-wrap, .infobox-photo-right .uabb-infobox-left-right-wrap {
  text-align: center;
}
.fl-module-info-box .infobox-photo-left .uabb-infobox-content {
  width: 100% !important;
  text-align: center;
}
}

/* Ipad Modes */
@media screen and (max-width: 1890px) {
.left-offer .uabb-image .uabb-photo-img,.right-offer .uabb-image .uabb-photo-img {
    width: 150px;
}
.left-offer h2,.right-offer h2 {
    font-size:38px;
}
.left-offer .infobox-photo-left .uabb-infobox-content ,.right-offer .infobox-photo-left .uabb-infobox-content {
    width: calc(100% - 170px) !important;
}
}
@media screen and (max-width: 1880px) and (min-width:1701px){
	.home-sliders-info, .home-slider-left {
    width: 50%;
}
}
@media screen and (max-width: 1800px) {
.left-info > .fl-node-content {
    padding-left: 5% !important;
}	
.welcome-btn .fl-node-content {
    margin-top: 10px;
}	
}
@media screen and (max-width: 1770px) {
.left-offer h2, .right-offer h2 {
    font-size: 36px;
}
}
@media screen and (max-width: 1760px) {
.left-info > .fl-node-content {
    padding-right: 10% !important;
}	
}
@media screen and (max-width: 1700px) {
.home-sliders-info {
      width: 56% !important;
	  margin-top:50px;
}	
.home-slider-left {
      width: 44%; !important;
}
.home-banner .fl-row-content-wrap {
    padding-top: 30px;
}
.left-offer .uabb-infobox {
    margin-left: 40%;
	margin-top:10px;
}
.right-offer .uabb-infobox {
    margin-left: 40%;
	margin-top:10px;
}	
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {

.offers-section h2.uabb-infobox-title {
  font-size: 26px !important;
  line-height: 30px;
}
.offers-section p {
  font-size: 20px !important;
}
}
@media screen and (max-width: 1550px) {
.offers-section p {
    font-size: 18px !important;
	color:#fff !important;
}
.offers-section h2.uabb-infobox-title {
    font-size: 26px !important;
    line-height: 30px;
}
.offer-bg .fl-module-content.fl-node-content {
    background-size: 25%;
}
.offer-bg,.offer-bg .fl-module-content.fl-node-content{
	min-height:auto;
}
}
@media screen and (max-width: 1500px) {
.home-sliders-info {
      width: 80% !important;
}	
.home-slider-left {
      width: 20%; !important;
}
}
@media screen and (max-width: 1490px) {
.offers-section h2.uabb-infobox-title {
    font-size: 22px !important;
    line-height: 30px;
}
.offers-section .uabb-infobox-button{
    margin-top:10px !important;
}
.offers-section .uabb-infobox-button a{
	padding:8px 20px !important; 
}
.left-offer .uabb-infobox, .right-offer .uabb-infobox {
    margin-left: 33%;

}
}
@media screen and (max-width: 1430px) {
.offers-section h2.uabb-infobox-title {
    font-size: 22px !important;
    line-height: 30px;
}
.fl-page-header-vertical:not(.fl-page-nav-toggle-visible-always) .fl-page-nav-collapse ul.navbar-nav {
    padding-top: 20px !important;
}
.fl-page-header-primary .fl-logo-img {
    height: auto !important;
    width: 200px;
}
}
@media screen and (max-width: 1360px) {
.home-sliders-info {
      width: 100% !important;
}	
.home-slider-left {
      width: 20%; !important;
}
}
@media screen and (max-width: 1349px) {
.offers-section h2.uabb-infobox-title {
    font-size:20px !important;
    line-height: 30px;
}
.offers-section p {
    font-size: 17px !important;
    line-height: 23px !important;
}
.offers-section .uabb-infobox-button a span{
	font-size: 16px;
    line-height: 20px;
}
}
@media screen and (max-width: 1285px) {

.offers-section h2.uabb-infobox-title {
    font-size:18px !important;
    line-height: 30px;
}
.offers-section p {
    font-size: 16px !important;
    line-height: 23px !important;
}	
}
@media screen and (max-width: 1260px) {

.fl-page-footer-widgets .col-md-3 {
  width: 100%;
}
.fl-page-header-container.container {
  padding: 20px;
}
.navbar-toggle.navbar-toggler {
  position: absolute;
  top: 40% !important;
  right: 2% !important;
}
}
@media screen and (max-width: 1240px) and (min-width:1024px){
.home-sliders-info {
      width: 85% !important;
	  margin-top:60px;
}	
.home-slider-left {
      width: 15%; !important;
}
.home-banner .fl-row-content-wrap {
  min-height: 600px;
}
}
@media screen and (min-width: 1201px) {
.welcome-right-img	{
	display:none;
}
}

@media screen and (max-width: 1023px) {
#mobile-phone-cta {
    display: block;
}
.order-here {
  display: none;
}
.home-sliders-info {
      width: 100% !important;
}	
.home-slider-left {
      width: 30%; !important;
}

.home-banner .fl-row-content-wrap {
  min-height: 400px;
}
}

@media screen and (max-width: 768px) {
.welcome-right .fl-col-content.fl-node-content {
    background-image: none;
    padding-bottom: 60px;
    padding-top: 40px;
}
.left-info > .fl-col-content {
    min-height: auto !important;
	padding-top:40px;
}
	
}
@media screen and (max-width: 1200px) and (min-width:769px) {
.welcome-right .fl-col-content.fl-node-content {
    background-image: none;
    padding-bottom: 60px;
    padding-top: 40px;
}
.left-info > .fl-col-content {
    min-height: auto !important;
	padding-top:40px;
}
.welcome-right,.left-info {
    width: 100%;
}	
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.fl-page-footer {
  padding-bottom: 40px;
}
.left-offer .uabb-infobox, .right-offer .uabb-infobox {
  min-height: 160px;
}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
h2, .h2 {
  font-size: 30px !important;
}
.about-page .fl-col-small {
  width: 100%;
}
  
.fl-col-group-responsive-reversed {   
 display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
body .fl-col.home-sliders-info{
    width: 325px !important;
    float: right;
    margin-top: -5px !important;
}
body .fl-col.home-sliders-info .fl-col-content.fl-node-content{
	padding-right:0;
}
body .home-sliders-info h1.fl-heading{
    font-size: 18px !important;
    line-height: 28px !important;
}
}
@media screen and (max-width: 1675px) {
.left-info > .fl-node-content {
    padding-right: 5% !important;
}	
}
@media screen and (max-width: 1600px) and (min-width: 1280px) {
.left-info h2 {
	font-size: 29px;
}	
}
@media screen and (max-width: 991px) {
.fl-page-header-logo .fl-logo-img {
  width: 220px;
  height: auto !important;
}	

.fl-page-header-vertical .fl-page-nav ul.navbar-nav > li:first-child {
  border-top: 0px solid #252525;
}
}
@media screen and (max-width: 1240px) and (min-width:992px) {

h1{
	font-size:40px;
}	
.fl-builder-content .abt-left, .fl-builder-content .abt-right{
	width:100% !important;
}
}
@media screen and (max-width: 1200px) and (min-width:992px) {

.offers-section .uabb-infobox {
    text-align: center;
}
.offers-section p {
    font-size: 16px !important;
    line-height: 23px !important;
	font-weight:400 !important;
}
.left-offer .uabb-infobox,.right-offer .uabb-infobox {
    margin-left: 0%;
}
.contact-info-right p{
	font-size:17px !important;
}
.offer-bg .fl-module-content.fl-node-content {
    background-color: rgb(0 0 0 / 0.6);
}
}
@media screen and (max-width: 850px) {
	.offers-section .left-offer,.offers-section .right-offer{
		width:100% !important;
	}
	.offers-section h2.uabb-infobox-title {
		font-size: 24px !important;
		line-height: 30px;
	}
	.offers-section p {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
}
.offer-bg .fl-module-content.fl-node-content {
    background-size: 18%;
}
}
@media screen and (max-width: 565px) {
	.offer-bg .fl-module-content.fl-node-content {
    background-size: 25%;
}
}
@media screen and (max-width: 500px) {
.offers-section .uabb-infobox {
    text-align: center;
}
.offers-section .uabb-infobox {
    margin-left: 0;
}
.offer-bg .fl-module-content.fl-node-content {
    background-color: rgb(0 0 0 / 15%);
}
.offers-section .infobox-photo-left .uabb-infobox-content {
    width: 100% !important;
}
}
@media screen and (min-width: 1000px){
	.fl-page-header-primary .fl-logo-img{ width: 94% !important;}
}


@media screen and (max-width: 768px){

}

.pizza-no .uabb-price-list-item::after {
    content: "" !important;
}



@media screen and (min-width: 1260px) and (max-width: 1899px) {
body .fl-col.home-sliders-info{
    width:485px !important;
    float: right;
    margin-top: 60px !important;
}
body .fl-col.home-sliders-info .fl-col-content.fl-node-content{
	padding-right:0;
}
body .home-sliders-info h1.fl-heading{
font-size: 36px !important;
line-height: 39px;
}
}


@media screen and (max-width: 767px) {
body .fl-col.home-sliders-info {
width: 317px !important;
float: right;
margin-top: 0 !important;
}
body .fl-col.home-sliders-info .fl-col-content.fl-node-content{
	padding-right:0;
}
body .home-sliders-info h1.fl-heading{
font-size: 18px !important;
line-height: 24px !important;
}
body .fl-col.home-sliders-info .uabb-creative-button-wrap a, body .fl-col.home-sliders-info .uabb-creative-button-wrap a:visited {
    font-size: 15px;
    line-height: 24px;
	padding:7px 20px;
}
.fl-module.fl-module-uabb-price-list.exptra-press-inn {
    display: none;
}
}


@media screen and (min-width: 1024px) and (max-width: 1259px) {
body .fl-col.home-sliders-info {
    width: 362px !important;
    float: right;
    margin-top: 45px !important;
}
body .home-sliders-info h1.fl-heading {
    font-size: 20px !important;
    line-height: 30px !important;
}
}

a#pravacy-link:visited, a#pravacy-link:active, a#pravacy-link:focus, a#pravacy-link:hover, a#pravacy-link:focus-within, .privacy-policy #privacy-main a{
  color: #fc191c !important;}
