/*
Theme Name: Elision
Theme URI: http://demo.qodeinteractive.com/elision/
Description: Elision Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, localization, parallax, background video, mega menu, blog, art, business, fullscreen, animations
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.8
License: GNU General Public License
License URI: licence/GPL.txt
*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

1.8
- Added WooCommerce 2.1 integration (from this version our theme is compatible only with WC 2.1 +)
- Added sidebar option on single portfolio pages
- Fixed bug with changing color on header from page to page, now it is not effecting "mobile view" header
- Fixed 'qode like' functionality on portfolios that are inerted via 'load more' functions
- Fixed Qode Slider preloader when first slide is video
- Fixed active navigation circle in Qode Slider on page load
- Fixed live change event for portfolio video when items are added/removed
- Fixed blinking of Qode Slider navigation in Chrome
- Fixed loading of Qode Slider on mobile view when first slide is image
- Fixed bug with title link of link post type 
- Fixed bug with blog post title when title on bottom is selected
- Fixed bug with page excerpt on search page

1.7
- Added self hosted video to portfolio and video post format
- Added color field for Qode Slider title
- Added color field for Qode Slider text
- Added footer top link color field in Qode options
- Added footer top link hover color field in Qode options
- Improved one-click demo import module
- Improved performance of Qode Slider
- Improved footer link hover effect
- Improved thumb (graphic) resize in Qode Slider
- Fixed title style options for Bottom title in Qode options
- Fixed pagination for blog templates
- Fixed video background size when ajax animation is enable
- Fixed testimonial background color
- Fixed title with parallax
- Fixed bug with gallery shortcode four column grid
- Fixed bug with sticky menu height when sticky header height is set
- Fixed bug with out of stock button
- Fixed bug with image hover target attribute
- Fixed woocommerce responsive
- Fixed bug with custom menu widget and anchors functionality
- Fixed bug with gallery shortcode parameters
- Fixed bug with share text color in share dropdown shortcode

1.6
- Added order field (order by "menu_order") for Qode Slider Slides
- Added background image field for section row type
- Added target field for Image Hover shortcode
- Improved Qode Slider to hide navigation if there is only one slide
- Improved logic for showing sticky menu
- Fixed Qode Slider navigation arrows width
- Fixed top footer link color in Qode options
- Fixed layout for portolio single "Portfolio full width custom" template
- Fixed hide featured image field in Qode Custom fields for Single post
- Fixed blog templates when Qode Slider is set on these pages
- Fixed testimonials text color
- Fixed title holder color
- Fixed blog single responsive when sidebar is enable
- Fixed search template layout
- Fixed image alt tag for portfolio single page
- Fixed footer bottom text color in Qode options
- Fixed auto start of Qode Slider in IE9
- Fixed google map field in Qode options when address have quote mark

1.5
- Added posibility to hide title in Qode Slider
- Added prev/next preview thumb to Qode Slider
- Added feature to Qode Slider to disable changing of header style (dark/light)
- Added enable video field for latest posts shortcode
- Added 'Logo aimation on hover' feature and field to Qode options
- Updated LayerSlider to version 5.0.2
- Fixed hover background color for buttons in Qode Options 
- Fixed portfolio carousel slider when ajax is enabled
- Fixed masonry layout when sidebar is enabled
- Fixed contact form display message
- Fixed FontAwesome icon in main menu
- Fixed 'back to top' button overlapping by footer
- Fixed responsiveness for pie chart with icons

1.4
- Added date and time for post comments
- Updated translation files
- Fixed latest posts category attribute
- Fixed color changing of shopping cart dropdown with main menu color options
- Fixed action shortcode
- Fixed hover color on sticky menu
- Fixed latest post shortcode
- Fixed bottom margin of "row" on mobile devices

1.3
- Added option to enable comments on pages (default and full width template)
- Improved title image logic for smaller screens
- Fixed latest posts background color
- Fixed parallax image overlapping when parallax section is close to slider

1.2
- Added video support to Qode Slider
- Fixed dark/light header on load when slide has selected style
- Fixed content overlaping from Qode Slider when Default template is selected
- Fixed ajax loader changing color with "First main color" change
- Fixed Message shortcode
- Fixed Woocommerce Dropdown Cart
- Fixed 'no space' portfolio layout on mac devices

1.1
- Added WooCommerce integration
- Added field for top header background color on "mobile view"
- Improved dark/light logic (header top is now included)
- Updated css for prev/next buttons on portfolios

*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Padauk');

@font-face {
font-family: "Alice"; 
src: url("Alice-Regular.ttf") format("truetype"); 
}

.cs-top-block
{
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    width: 1100px;
}

@media (max-width: 1000px){
    .cs-top-block
    {
        padding-top: 20px;
    }
}

.cs-top-block .cs-title
{
    font-size: 32px;
    font-weight: 500;
}

.cs-top-block .cs-subtitle
{
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
}

.cs-top-block .cs-prev
{
    background: url('css/img/slider-arrow-left-black@1_5x.png');
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 110px;
    width: 27px;
}

.cs-top-block .cs-next
{
    background: url('css/img/slider-arrow-right-black@1_5x.png');
    display: block;
    height: 50px;
    right: 0;
    position: absolute;
    top: 110px;
    width: 27px;
}
@media (max-width: 1000px){
    .cs-top-block .cs-next,
    .cs-top-block .cs-prev{
        top: 32%;
    }
    .cs-top-block .cs-prev{
        margin-left: 5px;
    }
    .cs-top-block .cs-next{
        margin-right: 5px;
    }
    .cs-top-block .cs-title{
        padding-left: 30px;
        padding-right: 30px;
    }
    /*#case-study .q_slider{*/
        /*display: none;*/
    /*}*/
}
.single-case-studies .full_width_inner
{
    margin: 0 auto;
    max-width: 100%;
    width: 720px;
    padding-bottom: 30px;
}

.single-case-studies .cs-divider
{
    color: #000;
    font-family: Times New Roman;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}

.single-case-studies .cs-divider-left
{
    background: url("css/img/caseStudies/dividerLeft.jpg") no-repeat scroll center 29px transparent;
    display: inline-block;
    height: 40px;
    width: 200px;
}

.single-case-studies .cs-divider-right
{
    background: url('css/img/caseStudies/dividerRight.jpg') no-repeat scroll center 29px transparent;
    display: inline-block;
    height: 40px;
    width: 200px;
}

.contact-us-main
{
    margin: 0 auto;
    text-align: center;
    width: 960px;
}

.contact-us-main h3
{
    margin-bottom: 15px;
}

.contact-us-main .field
{
    display: block;
    margin: 0 auto 20px;
    max-width: 650px;
    position: relative;
}

.contact-us-main input[type=text], .contact-us-main input[type=password]
{
    border: 1px solid #c8d1d7;
    border-radius: 3px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 44px;
    padding: 12px 15px;
    width: 100%;
}

.contact-us-main form textarea:focus,
.contact-us-main form input:focus
{
    border: 1px solid #43aaa3 !important;
    box-shadow: 0 0 5px 0 #43aaa3 !important;
    outline: medium none !important;
}

.contact-us-main .project-type .field > div
{
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

.contact-us-main input[type=checkbox]
{
    left: -999em;
    position: absolute;
}

.contact-us-main form .project-type label
{
    color: #43aaa3;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 0;
}

.contact-us-main form input[type="checkbox"] + label:before
{
    background-image: url("http://planner.humaan.com/img/formelements.png");
    content: "";
    display: inline-block;
    height: 14px;
    left: -14px;
    position: relative;
    top: 0;
    width: 14px;
}

.contact-us-main form input[type="checkbox"] + label:before
{
    background-position: 0 0;
}

.contact-us-main form input[type="checkbox"]:checked + label:before
{
    background-position: 0 -64px;
}

.contact-us-main #budget-slider {
    margin: 0 auto 25px;
    width: 650px;
}

.case-studies-grid
{

}

.case-studies-grid .item
{
    float: left;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 50%;
}

.case-studies-grid .item img
{
    margin: 0 0 -6px;
}

.case-studies-grid .item .shadow
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;

    transition: 0.5s opacity;
}

.case-studies-grid .item:hover .shadow { opacity: 1; }

.case-studies-grid .cs-title
{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: 50%;
}
.case-studies-grid .shadow .cs-title{
    position: absolute;
    width:100%;
    top: 47%;
}
.homepage-1 article{
    padding: 70px 20px;
}
#homepage-1-content{
    color: black;
}
#homepage-1-content p{
    color: inherit;
    /*font-family: 'Padauk', sans-serif;*/
    /*font-size: 24px;*/
    /*line-height: 30px;*/
}
#homepage-1-content H1{
    color: inherit;
    /*font-family: "Libre Baskerville", serif;*/
    /*font-size: 32px;*/
    /*font-family: "Montserrat",sans-serif;*/
    /*font-size: 28px;*/
    /*font-weight: 600;*/
}
.window-controls{
    border-radius: 12px 12px 0 0;
    background-color: #e6e6e6;
    width: 100%;
}
#homepage-1-img .wp-post-image{
    width: 100%;
}

.homepage-grid {
    width: 100%;
}
.homepage-grid section{
    max-width: 1438px;
    margin: 0 auto;
    padding: 0;
}

.window-controls img{
    height: 12px;
    margin: 8px 14px 0px;
}

.homepage-services {
    padding: 30px 20px;
}
.homepage-services h1{
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    margin: 5px 0 35px;
}
.homepage-services .container{
    background-color: inherit;
}
.homepage-services {
    background-color: #404040;
}
.homepage-service{
    padding: 0;
    color: #404040;
}
.homepage-services article {
    background-color: white;
    border-bottom: solid 16px;
    text-align: center;
    padding: 80px;
    color: inherit;
    font-size: 23px;
    font-family: 'Libre Baskerville', serif;
    margin: 15px 10px;
    line-height: 34px;
}
.homepage-service a,
.homepage-service a:visited{
    text-decoration: none;
    color: inherit;
}
@media (max-width: 600px){
    .homepage-services article {
        padding: 30px;
    }
}

.homepage-services article h1 {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}


.animation-delay{
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
.shadow .cs-title,
#homepage-1-content h1,
.cs-top-block .cs-title,
.content h1{
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: 600;
}
/*.homepage-services article,*/
.content p{
    font-family: 'Libre Baskerville', serif;
    line-height: 1.6;
    font-size: 18px;
}
@media (max-width: 760px){
    .content p{
        padding-left: 15px;
    }
}

nav.main_menu > ul > li > a {
    text-transform: None;
    font-family: "Alice", "Libre Baskerville", serif;
    font-size: 22px;
}

.new-footer{
    text-align: center;
    width: 100%;
    padding: 50px 20px;
}

.new-footer-logo,
.new-footer-menu,
.new-footer-copyright,
.new-footer-social{
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.new-footer-social img{ 
	max-height: 30px;
	max-width: 30px;
	object-fit: contain;
}

@supports (-webkit-touch-callout: none) {
  .new-footer-social img {
    max-height: 24px; /* Уменьшаем размер для Arc */
  }
}

/*.new-footer-logo img{*/
    /*transition: transform 3s;*/
    /*-o-transition: -o-transform 3s;*/
    /*-webkit-transition: -webkit-transform 3s;*/
    /*-moz-transition: -moz-transform 3s;*/

/*}*/
/*.new-footer-logo img:hover{*/
    /*transform: rotateY(360deg);*/
    /*transform-origin: 50% 50%;*/
    /*-webkit-transform:rotateY(360deg);*/
    /*-webkit-transform-origin: 50% 50%;*/
    /*-moz-transform: rotateY(360deg);*/
    /*-moz-transform-origin: 50% 50%;*/
    /*-o-transform: scale(1.0) scaleZ(1.0) rotateY(360deg);*/
    /*-o-transform-origin: 50% 50%;*/
/*}*/
.new-footer-social a:visited,
.new-footer-social a{
    color: black;
    font-weight: 700;
    font-size: 10px;
    font-family: Montserrat, sans-serif;
}
.new-footer-social img{
    top: 9px;
    margin-left: 5px;
    position: relative;
}

.new-footer-menu li{
    display: inline-block;
    list-style: none;
    color: black;
    padding: 25px 15px;
    -webkit-transition: color .5s, background-color .5s;
    transition: color 0.5s, background-color .5s;
}
.new-footer-menu li:hover{
    background-color: none;
    color: #037f8f;
}
.new-footer-menu li a{
    color: inherit;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 20px;
}
.new-footer-copyright{
    font-family: Padauk, sans-serif;
    font-size: 20px;
}
.dark nav.main_menu > ul > li > a, .dark nav.main_menu > ul > li.active > a {
    /*color: #fff;*/
}

.content h2{
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.case-studies-grid h2{
    font-family: "Libre Baskerville", serif;
    font-size: 28px;
    font-weight: 600;
}

.case-study-content h1{
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.case-study-content p{
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
.case-study-content h1:before,
.case-study-content h1:after {
    position: relative;
    bottom: 7px;

}
.case-study-content h1:before {
    content: url(/wp-content/themes/elision/css/img/caseStudies/dividerLeft.jpg);
    margin-right: 15px;
}
.case-study-content h1:after {
    content: url(/wp-content/themes/elision/css/img/caseStudies/dividerRight.jpg);
    margin-left: 15px;
}

.cs-title{

}

.header_bottom{
    /*background-color: #222;*/
}

.about-us-page .container {
    padding-top: 200px;
}

@media (min-width: 1001px) {
    .case-studies-page{
        padding-top: 85px;
    }
}
@media (min-width: 992px) {
	.restaurant-program-page {
   		margin-top: 92px;
	}
	.restaurant-program-page .third-party-container .third-party-block-row {
		text-align: center;
	}
	.restaurant-program-page .third-party-container .third-party-block-wrap {
		display: inline-grid;
		float: none;
	}
	.restaurant-program-page .third-party-container .third-party-block-wrap .third-party-block-text {
		min-height:135px;
 	}
	.restaurant-program-page .online-delivery-container .online-delivery-block-row {
		text-align: center;
	}
	.restaurant-program-page .online-delivery-container .online-delivery-block-wrap {
		display: inline-grid;
		float: none;
	}
	.restaurant-program-page .online-delivery-container .online-delivery-block-wrap {
		display: inline-grid;
		float: none;
	}
	.cannabis-program-page {
   		margin-top: 92px;
	}
	.cannabis-program-page .third-party-container .third-party-block-row {
		text-align: center;
	}
	.cannabis-program-page .third-party-container .third-party-block-wrap {
		display: inline-grid;
		float: none;
	}
	.cannabis-program-page .third-party-container .third-party-block-wrap .third-party-block-text {
		min-height:155px;
 	}
	.cannabis-program-page .online-delivery-container .online-delivery-block-row {
		text-align: center;
	}
	.cannabis-program-page .online-delivery-container .online-delivery-block-wrap {
		display: inline-grid;
		float: none;
	}
	.cannabis-program-page .online-delivery-container .online-delivery-block-wrap {
		display: inline-grid;
		float: none;
	}
}

.case-studies-page h1,
.about-us-page h1{
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 20px auto 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.case-studies-page h1{
    text-align: center;
}
.about-us-page h1{
    text-align: left;
}

.about-us-page div,
.about-us-page p{
    font-family: 'Libre Baskerville', serif;
    line-height: 1.6;
    font-size: 18px;
}
.about-us-page strong,
.about-us-page h3{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
}

@media(max-width: 767px) {
    .about-us-page .container {
        padding-top: 70px;
    }
    .case-study-content h1:before {
        content: none;
    }
    .case-study-content h1:after {
        content: none;
    }
	.restaurant-program-page .header-image div.text {		
		font-size: 16px !important;		
	}
	.restaurant-program-page .header-image strong {
		font-size: 18px !important;
	}
	.cannabis-program-page .header-image strong {
		font-size: 18px !important;
	}
}

.about-us-page .container{
    max-width: 678px;
}

.restaurant-program-page {
	background: #d6e7f2;	
}
.restaurant-program-page .container {
	max-width: 1440px;
}
.restaurant-program-page .header-image {
	background: url('img/restaurant/restaurant_header.png') no-repeat;
    background-size: cover;
}
.restaurant-program-page .header-image img {
	width:100%;
    visibility:hidden;
	display: block;
}
.restaurant-program-page .header-image div.text {
	position: absolute;
    top: 20%;
    left: 5%;
	z-index: 10;
    font-size: 17px;
	color: #051146;
}

.restaurant-program-page .header-form-wrap {
	position: absolute;
    z-index: 10;
	left: 5%;
    font-size: 17px;
	color: #051146;
}

.restaurant-program-page .header-form-wrap .wpcf7-response-output {
	position: absolute;
    bottom: 130px;
    right: 0;
    font-size: 13px;
    margin: 0;
    width: 183px;
    line-height: 14px;
    padding: 12px;
    background: #0094e4;
    color: #fff;
    line-height: 16px;
}
.restaurant-program-page .header-form-wrap .wpcf7-response-output::after {
    content: "";
	position: absolute;
    display: block;
    transform: rotate(-45deg);
    bottom: -7px;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
   	background: #0094e4;
}
.restaurant-program-page .header-form-wrap div.wpcf7-mail-sent-ok {
	border: 2px solid #fff !important;
}
.restaurant-program-page .header-form-wrap div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #fff !important;
}
.restaurant-program-page .header-form-wrap .wpcf7-not-valid-tip {
	display: none !important;
}

.restaurant-program-page .header-form-wrap p {
	padding: 0;
}
.restaurant-program-page .header-image strong {
	font-size: 30px;
	display: block;
	margin-bottom: 8px;
    line-height: 30px;    
}
.restaurant-program-page .third-party-container {
	background: url('img/restaurant/3rd_party_background.png') no-repeat;
	min-height: 500px;
    padding-bottom: 20px;
}
.restaurant-program-page .third-party-container .third-party-top-text {
	font-size: 17px;
	margin: 80px 0 40px;
	color: #fff;
    text-align: center;
	padding: 0 20px;
}
.restaurant-program-page .third-party-container .third-party-top-text strong {
	font-size: 27px;
	line-height: 30px;
	display: block;
    margin-bottom: 5px;
}
.restaurant-program-page .third-party-container .third-party-block-wrap {
	background: #fff;
	text-align: center;
	padding: 25px;
    margin: 20px;
	font-size: 17px;
    color: #051146;
}
.restaurant-program-page .third-party-container .third-party-block-img-wrap img {
	max-width: 60%;
}
.restaurant-program-page .third-party-container .third-party-block-wrap .third-party-block-title {
	font-size: 17px;
    font-weight: bold;
    padding: 0 0 16px;
}
.restaurant-program-page .online-delivery-container {
	background: #014e86;	
    padding-bottom: 20px;
}
.restaurant-program-page .online-delivery-container .online-delivery-top-text {
	font-size: 14px;
	margin: 40px 0;
	color: #fff;
    text-align: center;
}
.restaurant-program-page .online-delivery-container .online-delivery-top-text strong {
	font-size: 23px;
	display: block;
    margin-bottom: 5px;
}
.restaurant-program-page .online-delivery-container .online-delivery-block-wrap {
	text-align: center;
	padding: 5px 10px 30px;
    margin: 0px;
	font-size: 14px;
    color: #fff;
}
.restaurant-program-page .online-delivery-container .online-delivery-block-wrap.plus {
	margin: 0;
 	padding: 0;
	font-size: 90px;
    font-weight: bold;
}
.restaurant-program-page .online-delivery-container .online-delivery-block-wrap .online-delivery-block-title {
	font-size: 19px;
    font-weight: bold;
    padding: 16px 0;
}
.restaurant-program-page .container .online-menu-top-text {
	text-align: center;
    padding: 40px 0 40px;
}
.restaurant-program-page .container .online-menu-top-text strong {
	font-size: 26px;
	display: block;
    margin-bottom: 5px;
	color: #051146;
}
.restaurant-program-page .container .online-menu-image {
	height:553px;
	background: url('img/restaurant/online_menu_background.png') no-repeat;
    background-position: right;
}
.restaurant-program-page .container .online-menu-block-wrap {
	background: #fff;
	padding: 0px 20px 60px;    
	font-size: 16px;
    color: #051146;
}
.restaurant-program-page .container .online-menu-block-wrap .online-menu-block-title {
	font-size: 20px;
    font-weight: bold;
    padding: 20px 0 16px;
	min-height: 80px;
}
.restaurant-program-page .container .online-menu-block-wrap .online-menu-block-text {
	min-height: 110px;
}
.restaurant-program-page .container .online-menu-block-wrap .online-menu-block-img img {
	max-width:15%;
}
.restaurant-program-page .white-text-container {
	background: #fff;    
}
.restaurant-program-page .white-text-container .white-text-block {
	font-size: 17px;
	margin: 60px 0;
	color: #000;
    text-align: center;
	padding: 0 20px;
}
.restaurant-program-page .white-text-container .white-text-block strong {
	font-size: 23px;
	display: block;
    margin-bottom: 15px;
}
.restaurant-program-page .blue-text-container {
	background: #014e86;    
}
.restaurant-program-page .blue-text-container .blue-text-block {
	font-size: 17px;
	margin: 60px 0;
	color: #fff;
    text-align: center;
	padding: 0 20px;
}
.restaurant-program-page .blue-text-container .blue-text-block strong {
	font-size: 23px;
	display: block;
    margin-bottom: 15px;
}
.restaurant-program-page .premium-services-container {		
    padding-bottom: 20px;
}
.restaurant-program-page .premium-services-container .premium-services-top-text {
	font-size: 16px;
	margin: 40px 0;
	color: #051146;
    text-align: center;
}
.restaurant-program-page .premium-services-container .premium-services-top-text strong {
	font-size: 20px;
	display: block;
    margin-bottom: 5px;
}
.restaurant-program-page .premium-services-container .premium-services-block-wrap {
	display: inline-grid;
	text-align: center;
	padding: 0;
    margin: 16px;
	font-size: 14px;
	font-weight: bold;
    color: #051146;
	float: none;
}
.restaurant-program-page .premium-services-container .premium-services-row {
	text-align: center;
}
.restaurant-program-page .premium-services-container .premium-services-block-img-wrap img {
	width: 180px;
}
.restaurant-program-page .header-form-wrap {
	top: 220px !important;
    width: 300px;
}
.restaurant-program-page .header-form-wrap#header-form-block {
	display:none;
}
.restaurant-program-page .header-form-wrap br {
	display: none;
}
.restaurant-program-page .header-form-wrap span.wpcf7-form-control-wrap {
	display: block;
}
.restaurant-program-page .header-form-wrap label {
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #051146;
	display: block;
	font-weight: normal;
}
.restaurant-program-page .header-form-wrap input[type=text], .restaurant-program-page .header-form-wrap input[type=email] {
	color: #666;
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;    
    border: solid 1px #5d95b3 !important;
    margin-bottom:10px;
	width: 100%;
}
.restaurant-program-page input[type=button], .restaurant-program-page input[type=submit] {
	border: none;   
    padding: 0 36px;
    height: 38px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    background: #0094e4;
    color: #fff;
	cursor:pointer;
}

.restaurant-program-page .header-form-wrap div.mce_inline_error {
	background: #0094e4 !important;
	font-size: 13px;
	padding: 4px 8px !important;
	font-weight: normal !important;
}
.restaurant-program-page .header-form-wrap div.response {
	font-size: 13px;
	line-height: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.restaurant-program-page #show_form, .restaurant-program-page #show_form:focus, .restaurant-program-page #show_form:hover {
	display: inline-block;
    border: none;
    padding: 0 36px;
    height: 38px;
    line-height: 38px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: #0094e4;
    color: #fff;	
}

.cannabis-program-page {
	background: #d6e7f2;	
}
.cannabis-program-page .container {
	max-width: 1440px;
}
.cannabis-program-page .header-image {
	background: url('img/restaurant/cannabis_header.png') no-repeat;
    background-size: cover;
}
.cannabis-program-page .header-image img {
	width:100%;
    visibility:hidden;
	display: block;
}
.cannabis-program-page .header-image div.text {
	position: absolute;
    top: 20%;
    left: 5%;
	z-index: 10;
    font-size: 17px;
	color: #000;
}
.cannabis-program-page .header-form-wrap {
	position: absolute;
    z-index: 10;
	left: 5%;
    font-size: 17px;
	color: #051146;
}
.cannabis-program-page .header-form-wrap .wpcf7-response-output {
	position: absolute;
    bottom: 18px;
    right: 0;
    font-size: 12px;
    margin: 0;
    width: 200px;
    line-height: 14px;
    padding: 4px;
}
.cannabis-program-page .header-image strong {
	font-size: 30px;
	display: block;
	margin-bottom: 8px;
    line-height: 30px;    
}
.cannabis-program-page .third-party-container {
	background: url('img/restaurant/3rd_party_background_green.png') no-repeat;
	min-height: 500px;
    padding-bottom: 20px;
}
.cannabis-program-page .third-party-container .third-party-top-text {
	font-size: 17px;
	margin: 80px 0 40px;
	color: #fff;
    text-align: center;
}
.cannabis-program-page .third-party-container .third-party-top-text strong {
	font-size: 27px;
	line-height: 30px;
	display: block;
    margin-bottom: 5px;
}
.cannabis-program-page .third-party-container .third-party-block-wrap {
	background: #fff;
	text-align: center;
	padding: 25px;
    margin: 20px;
	font-size: 17px;
    color: #014520;
}
.cannabis-program-page .third-party-container .third-party-block-img-wrap img {
	max-width: 60%;
}
.cannabis-program-page .third-party-container .third-party-block-wrap .third-party-block-title {
	font-size: 17px;
    font-weight: bold;
    padding: 0 0 16px;
}
.cannabis-program-page .online-delivery-container {
	background: #266d47;	
    padding-bottom: 20px;
}
.cannabis-program-page .online-delivery-container .online-delivery-top-text {
	font-size: 14px;
	margin: 40px 0;
	color: #fff;
    text-align: center;
}
.cannabis-program-page .online-delivery-container .online-delivery-top-text strong {
	font-size: 23px;
	display: block;
    margin-bottom: 5px;
}
.cannabis-program-page .online-delivery-container .online-delivery-block-wrap {
	text-align: center;
	padding: 5px 10px 30px;
    margin: 0px;
	font-size: 14px;
    color: #fff;
}
.cannabis-program-page .online-delivery-container .online-delivery-block-wrap.plus {
	margin: 0;
 	padding: 0;
	font-size: 90px;
    font-weight: bold;
}
.cannabis-program-page .online-delivery-container .online-delivery-block-wrap .online-delivery-block-title {
	font-size: 19px;
    font-weight: bold;
    padding: 16px 0;
}
.cannabis-program-page .container .online-menu-top-text {
	text-align: center;
    padding: 40px 0 40px;
}
.cannabis-program-page .container .online-menu-top-text strong {
	font-size: 26px;
	display: block;
    margin-bottom: 5px;
	color: #014520;
}
.cannabis-program-page .container .online-menu-block-wrap .online-menu-block-img img {
	max-width: 15%;
}
.cannabis-program-page .container .online-menu-image {
	height:553px;
	background: url('img/restaurant/online_menu_background.png') no-repeat;
    background-position: right;
}
.cannabis-program-page .container .online-menu-block-wrap {
	background: #fff;
	padding: 0px 20px 60px;    
	font-size: 16px;
    color: #014520;
}
.cannabis-program-page .container .online-menu-block-wrap .online-menu-block-title {
	font-size: 20px;
    font-weight: bold;
    padding: 20px 0 16px;
}
.cannabis-program-page .white-text-container {
	background: #fff;    
}
.cannabis-program-page .white-text-container .white-text-block {
	font-size: 17px;
	margin: 60px 0;
	color: #000;
    text-align: center;
	padding: 0 20px;
}
.cannabis-program-page .white-text-container .white-text-block strong {
	font-size: 23px;
	display: block;
    margin-bottom: 15px;
}
.cannabis-program-page .blue-text-container {
	background: #266d47;    
}
.cannabis-program-page .blue-text-container .blue-text-block {
	font-size: 17px;
	margin: 60px 0;
	color: #fff;
    text-align: center;
	padding: 0 20px;
}
.cannabis-program-page .blue-text-container .blue-text-block strong {
	font-size: 23px;
	display: block;
    margin-bottom: 15px;
}
.cannabis-program-page .premium-services-container {		
    padding-bottom: 20px;
}
.cannabis-program-page .premium-services-container .premium-services-top-text {
	font-size: 16px;
	margin: 40px 0;
	color: #014520;
    text-align: center;
}
.cannabis-program-page .premium-services-container .premium-services-top-text strong {
	font-size: 20px;
	display: block;
    margin-bottom: 5px;
}
.cannabis-program-page .premium-services-container .premium-services-block-wrap {
	display: inline-grid;
	text-align: center;
	padding: 0;
    margin: 16px;
	font-size: 14px;
	font-weight: bold;
    color: #014520;
	float: none;
}
.cannabis-program-page .premium-services-container .premium-services-row {
	text-align: center;
}
.cannabis-program-page .premium-services-container .premium-services-block-img-wrap img {
	width: 180px;
}
.cannabis-program-page .header-form-wrap {
	top: auto !important;
    bottom: 30%;
}
.cannabis-program-page .header-form-wrap#header-form-block {
    display: none;
}
.cannabis-program-page .header-form-wrap .wpcf7-not-valid-tip {
	display: none !important;
}
.cannabis-program-page .header-form-wrap .wpcf7-response-output {
	position: absolute;
    bottom: 18px;
    right: 0;
    font-size: 12px;
    margin: 0;
    width: 200px;
    line-height: 14px;
    padding: 4px;
}
.cannabis-program-page .header-form-wrap div.wpcf7-mail-sent-ok {
	border: 1px solid #318b59 !important;
}
.cannabis-program-page .header-form-wrap div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 1px solid #318b59 !important;
}
.cannabis-program-page .header-form-wrap p {
	padding: 0;
}
.cannabis-program-page .header-image strong {
	font-size: 30px;
	display: block;
	margin-bottom: 8px;
    line-height: 30px;    
}
.cannabis-program-page .header-form-wrap input[type=text], .cannabis-program-page .header-form-wrap input[type=email] {
	color: #666;
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;    
    border: solid 1px #5d95b3;
    margin-bottom:10px;
}
.cannabis-program-page .header-form-wrap input[type=button], .cannabis-program-page .header-form-wrap input[type=submit] {
	border: none;   
    padding: 0 36px;
    height: 38px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    background: #39ab66;
    color: #fff;
}
.cannabis-program-page #show_form, .cannabis-program-page #show_form:focus, .cannabis-program-page #show_form:hover {
    display: inline-block;
    border: none;
    padding: 0 36px;
    height: 38px;
    line-height: 38px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: #39ab66;
    color: #fff;
}

@media(max-width: 991px) {
	.restaurant-program-page .container {
		width: 100%;
    }
	.restaurant-program-page .header-image div.text {
		position: absolute;
		left: 5%;
		z-index: 10;
		font-size: 15px;
		color: #051146;
	}
	.restaurant-program-page .header-image strong {
		font-size: 20px;
		display: block;
		margin-bottom: 5px;
	}
	.restaurant-program-page .container .online-menu-image {
		display:none;
	}
	.restaurant-program-page .container .online-menu-block-wrap .online-menu-block-title {
		text-align: center;
	}
	.restaurant-program-page .container .online-menu-block-wrap .online-menu-block-img {
		text-align: center;
	}
	.restaurant-program-page .header-form-wrap {
		top: 196px !important;
	}
	.restaurant-program-page .header-image {
		height: 375px;
	}
	.cannabis-program-page .header-image {
		height: 375px;
	}
	.cannabis-program-page .container {
		width: 100%;
    }
	.cannabis-program-page .header-image div.text {
		position: absolute;
		left: 5%;
		z-index: 10;
		font-size: 15px;
		color: #051146;
	}
	.cannabis-program-page .header-image strong {
		font-size: 20px;
		display: block;
		margin-bottom: 5px;
	}
	.cannabis-program-page .container .online-menu-image {
		display:none;
	}
	.cannabis-program-page .container .online-menu-block-wrap .online-menu-block-title {
		text-align: center;
	}
	.cannabis-program-page .container .online-menu-block-wrap .online-menu-block-img {
		text-align: center;
	}
	.cannabis-program-page .header-form-wrap {
		bottom: 3% !important;
	}
}
