@charset "utf-8";

/* Responsive styles
-------------------------------------------------------------- */

/* Logo fix for laptop screens */
@media /*(min-width: 960px) and */(max-width: 1366px) {
	.menu_main_wrap .logo .logo_shape:before {margin-top: -160px;}
	.menu_main_wrap .logo_main {max-height: 42px;}
	.menu_main_wrap.logo_left .content_wrap .menu_main_nav_area {margin-left: 75px;}
}
@media (max-width: 1024px) {
    .menu_main_wrap.logo_left .content_wrap .menu_main_nav_area {margin-left: 68px;}
}

/*.menu_main_wrap.search_opened .menu_main_nav_area {display: none !important;}*/
/*.menu_relayout .menu_main_wrap.search_opened .menu_main_nav_area {display: block !important;}*/

@media (max-width: 1279px) {
	body:not(.menu_relayout) .top_panel_wrap.bg_type_image {
		background-image: none !important;
	}
}

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {
	body {	font-size: 14px; }
}


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	body {	font-size: 13px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:2.3077em; }	/* 30px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8461em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9231em;
	}
	.menu_main_wrap .search_wrap {
		/*margin-top: 2em;*/
		margin-top: 2.3125em;
		margin-bottom: 2.3125em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8461em;
	}
	.page_top_wrap.page_top_title .breadcrumbs {
		padding: 3px 0 15px 0;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8461em;
	}
	.post_info {
		font-size:0.8461em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	.post_item_courses .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_courses .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_courses .post_descr .post_price_value {
		font-size:1.3846em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.7692em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8461em;
	}
	
	/* Shortcodes */
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	
}



/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 800px) and (max-width: 959px) {
	body {	font-size: 13px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:2.3077em; }	/* 30px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8461em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9231em;
	}
	.menu_main_wrap .search_wrap {
		margin-top: 2em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8461em;
	}
	.page_top_wrap.page_top_title .breadcrumbs {
		padding: 3px 0 15px 0;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8461em;
	}
	.post_info {
		font-size:0.8461em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	.post_item_courses .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_courses .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_courses .post_descr .post_price_value {
		font-size:1.3846em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.7692em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8461em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.7692em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.75em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}

    .body_filled .widget_area.sidebar_style_white,
    .body_filled .widget_area.sidebar_style_light,
    .body_filled .widget_area.sidebar_style_dark,
    .body_filled.sidebar_right .widget_area.sidebar_style_white,
    .body_filled.sidebar_right .widget_area.sidebar_style_light,
    .body_filled.sidebar_right .widget_area.sidebar_style_dark,
    .body_filled.sidebar_left .widget_area.sidebar_style_white,
    .body_filled.sidebar_left .widget_area.sidebar_style_light,
    .body_filled.sidebar_left .widget_area.sidebar_style_dark{
        border: none;
        padding: 0 0 0 0;
    }
	
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 480px) and (max-width: 799px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:2em; }		/* 24px */
	h4 { font-size:1.3333em; }	/* 16px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8333em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9167em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8333em;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8333em;
	}
	.post_info {
		font-size:0.8333em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	.post_item_courses .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_courses .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_courses .post_descr .post_price_value {
		font-size:1.3333em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.75em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8333em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.7em 0.6em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.sc_tabs .sc_tabs_titles li {
		font-size:1.25em;
	}
	.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		/*border-width: 1px;*/
		/*-webkit-border-radius: 4px;*/
		   /*-moz-border-radius: 4px;*/
				/*border-radius: 4px;*/
	}	
}




/*
Very common low res
*/
@media (max-width: 479px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:2em; }		/* 24px */
	h4 { font-size:1.3333em; }	/* 16px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8333em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9167em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8333em;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8333em;
	}
	.post_info {
		font-size:0.8333em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	
	.post_item_courses .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_courses .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_courses .post_descr .post_price_value {
		font-size:1.3333em;
	}
	
	.layout_single-courses .content .post_info:not(.post_info_bottom) {
		font-size: 1.25em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.75em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8333em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.7em 0.6em;
	}
	blockquote {
		font-size: 1.5em;
	}
	.sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
	.sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
		font-size:2em;
		height: 2em;
		line-height:2em;
	}
	.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
		width: 2em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.sc_tabs .sc_tabs_titles li {
		font-size:1.25em;
	}
	.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		/*border-width: 1px;*/
		/*-webkit-border-radius: 4px;*/
		   /*-moz-border-radius: 4px;*/
				/*border-radius: 4px;*/
	}
	
	.tp-caption.-main-title-sub, .-main-title-sub {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 18px !important;
		line-height: 35px !important;
		left: 30px !important;
	}

	.tp-caption.-main-title, .-main-title {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 18px !important;
		line-height: inherit!important;
		left: 30px !important;
	}
}

@media (max-width: 959px) {
    .sc_testimonials_grid.columns_2 .sc_testimonial_item_grid_wrapper .sc_testimonial_item {
        padding-right: 30px;
    }
    .body_filled .widget_area.sidebar_style_white,
    .body_filled .widget_area.sidebar_style_light,
    .body_filled .widget_area.sidebar_style_dark {
        border-left: none;
        padding-left: 0;
    }

	/* IPAD VIEW FIXES -- ROSEMA 2/26/2021 */

	.tp-caption.-main-title-sub, .-main-title-sub {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 50px ;
		line-height: 50px ;
		left: 30px ;
	}

	.tp-caption.-main-title, .-main-title {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 50px ;
		line-height: 20px ;
		left: 30px ;
	}

	.tp-caption.-main-text, .-main-text {
		
		left: 38px !important;
	}

}

@media (max-width: 799px) {
    .menu_foot_wrapper .menu {width: 100%;}
    .menu_foot_wrapper .social {width: 100%; margin-top: 15px;}
    .without_menu .social {width: 100%; margin-top: 15px;}
    .without_menu .copyright_text {width: 100%;}
    .copyright_wrap .copyright_text {width: 100%;}

    .sc_testimonials_grid.columns_2 .sc_testimonial_item_grid_wrapper {
        width: 100% !important;
    }
    .sc_testimonials_grid.columns_2 .sc_testimonial_item_grid_wrapper .sc_testimonial_item {
        padding-right: 0;
    }
    .menu_user_wrap .menu_user_contact_area {
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .sc_testimonials .sc_testimonials_grid .sc_testimonial_avatar {
        width: 60px;
        height: 60px;
    }
    .sc_testimonials .sc_testimonials_grid .sc_testimonial_content_wrapper {
        margin-left: 80px;
    }

		/* BRAND LIST PAGE STYLES - [ROSEMA] {2/10/2021} */


		.slanted-div .page_top_wrap {
			width: 100%;
			height: 100%;
			border-top: none;
			background-color: #f5f7f7 !important;
			position: relative;
		}


/* TOP PAGE - [ROSEMA] {2/24/2021} */
		
/* .tp-caption.-main-title, .-main-title {

    font-family: 'Noto Sans JP', sans-serif;
    font-size: inherit !important;
    line-height: inherit !important;
}

.tp-caption.-main-title-sub, .-main-title-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: inherit !important;
} */

.contact-section .sc_tabs.sc_tabs_style_4 .sc_tabs_titles li span {
    padding: 1em 0;
	font-size: 18px;
}

}



/* L'OISEAU BLEU */

@media (max-width:1025px){
 /* .top_panel_fixed.top_panel_over.top_panel_opacity_transparent .top_panel_wrap.menu_bg_color_1 {
		background-color: #003686 !important;
	} */

/* 
	.ouiseau-bleu-page .top_panel_fixed.top_panel_over.top_panel_opacity_transparent .top_panel_wrap.menu_bg_color_1 {
		background-color: #003686 !important;
	} */
}



