/*
Theme Name: Thai Dragon
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

button#moove_gdpr_save_popup_settings_button {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}
.main.privacy_policy p{   font-family: 'Avenir Book';line-height: 1.6;}

@media (min-width: 1200px){
   .main.privacy_policy p{font-size: 23px;}
}





 body.page-id-6  .ridewrap .ridecenter{
    max-width: unset;
    position: relative
}
body.page-id-6  .ridewrap{
    padding: 0;
    background: unset;
}
body.page-id-6  .ridewrap .ridecenter h3{
    margin-bottom: 0
}
body.page-id-6  .ridewrap .ridecenter h3 img{
    width: 100%;
}
body.page-id-6  .ridewrap .ridecenter h1{
    max-width: 1447px;
    margin: 0 auto;
    font-size: 50px;
    margin-bottom: 15px;
    color: #4d4d4d;
}
body.page-id-6  .ridewrap .ridecenter p{
    max-width: 1447px;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    line-height: normal;
    color: #4d4d4d
}
body.page-id-6 .thai-recipe{
    position: absolute;
    max-width: 700px;
    left: 16%;
    bottom: 50px;
}
.page-id-6 .thai-recipe img {
    width:100%;
    max-width: 330px;
    margin-bottom: 20px;
}
@media(max-width:1440px){
    body.page-id-6  .ridewrap .ridecenter h1{
        font-size: 30px;
        margin-bottom: 10px
    }
    body.page-id-6  .ridewrap .ridecenter p{
        font-size: 16px;
        width: 100%;
    }
    body.page-id-6 .thai-recipe{
        max-width: 600px;
        bottom: 20px;
        left: 12%
    }
}
@media(max-width:991px){
     body.page-id-6  .ridewrap .ridecenter p{
        font-size: 16px;
        width: 100%;
    }
    body.page-id-6 .thai-recipe{
        max-width: 500px;
        bottom: 20px;
        left: 12%
    }
    .page-id-6 .thai-recipe img {
    max-width: 230px;
}
}

@media(max-width:767px){
    body.page-id-6  .ridewrap .ridecenter h3 img{
        height: 300px;
        object-fit: cover;
        object-position: 10%;
    }
    body.page-id-6 .ridewrap .ridecenter h1{
        font-size: 22px;
        margin-bottom: 0
    }
     body.page-id-6 .ridewrap .ridecenter p{
        font-size: 14px;
        width: 100%;
    }
    body.page-id-6 .thai-recipe{
        left: 0;
        padding: 30px 30px 10px;
        bottom: 0px
    }
    body.page-id-6  #recipes,
    body.page-id-6  #ridewrap{
        padding-top: 0
    }
    .page-id-6 .thai-recipe img{
        max-width: 180px;
    }
}

.homebnr ul li img{
    height: 100%;
    object-fit: cover;
}



#signup_form { max-width: 585px; width: 100%; } 
#signup_form .mail_input{ position: relative; }
#signup_form .mail_input input{ width: 100% }
#signup_form .privacy_desc a{ display: inline-block; }
#signup_form .mail_input div {
    display: grid;
    grid-template-columns: 15px auto;
    gap: 10px;
    align-items: flex-start;
    margin-top: 5px;
}
#signup_form .mail_input div input {
    margin-top: 4px;
}
@media(max-width:991px){
    #contact-wrap .nwsltr{ width: auto } 
    #signup_form .privacy_desc{ margin-top: 5px; }
}
@media(max-width:767px){
    #signup_form .privacy_desc{ margin-bottom: 20px; }
}



#signup_form .mail_input div p,
.contact-wrap .getcnt > div > p{    
    font-family: 'Avenir Book';
    font-size:14px
}
body .contact-wrap .main {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 30px;
}
body .contact-wrap .getcnt{
    width: 100%;
}
body .contact-wrap .main .right-img{
    width: 100%;
}
.contact-wrap .main .right-img{
    margin: 0;
}
@media(max-width:767px){
    body .contact-wrap .main {
        grid-template-columns: auto;
        gap: 0;
    }
}

.unsubscribe-main {max-width: 1024px;padding: 180px 15px 110px 15px;margin: 0 auto;position: relative;}
.unsubscribe-main .unsubscribe-message {position: relative;border-radius: 5px;padding: 50px 40px;max-width: 500px;margin: 0 auto;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);}
.unsubscribe-main .unsubscribe-message:before {content: '';width: 200px;height: 200px;display: block;background: url(assets/images/unsubscribe.svg) no-repeat center;background-size: 100%;margin: 0px auto 0px auto;}
.unsubscribe-main p {font-size: 19px;line-height: 120%;margin: 0px auto 15px auto;text-align: center;}
.unsubscribe-main p:last-child {margin-bottom: 0px;}