/**
 * Theme Name: Adirondack Folk School 2021
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

@font-face {
  font-family: "Neutra Text Book";
  src: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/themes/Adirondack_Folk_School/fonts/NeutraText-Book.otf");
}

@font-face {
  font-family: "Papyrus";
  src: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/themes/Adirondack_Folk_School/fonts/PAPYRUS.TTF");
}

@font-face {
  font-family: "BakerSignet";
  src: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/themes/Adirondack_Folk_School/fonts/FontsFree-Net-BakerSignet.ttf");
}

body {
	font-family: "Neutra Text Book";
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "BakerSignet";
	font-weight: 600;
	color: #0A3334;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p, ul, ol {
	
}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */

#et-top-navigation #top-menu-nav li ul.children { right: 0; }

#top-menu li.current-menu-ancestor>a, 
#top-menu li.current-menu-item>a { color: #0a3334; }

#et-top-navigation #top-menu li:last-child ul.sub-menu { left: -100px; }

/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */

.et_mobile_menu { border-top: 3px solid #0a3334 !important; }

.mobile_menu_bar:before, 
.mobile_menu_bar:after { color: #0a3334; }

/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */

#main-header .title,
#main-header .tagline { display: none; }

#main-header .primary-header {
	width: 40%;
	float: left;
}
#main-header .primary-header .container { text-align: center; }
#main-header .primary-header #logo {
	width: 80%;
    margin-top: 2%;
}
#main-header .primary-nav {
	width: 60%;
	float: left;
}
#main-header .primary-nav #et-top-navigation { padding-left: 0 !important; }

/* Custom Divi Search */

.divi-search-mod {
	width: 35%;
    margin-left: 65%;
}

.ds-icon-search { border: none !important; }

.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    width: 55px;
    z-index: 2;
}

/*Add padding to the search input field*/

.ds-icon-search input.et_pb_s,
.widget_search input#s {
    padding-right: 55px !important;
}

/*Add the icon*/

.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 8px 20px;
	color: #fff;
	background-color: #0a3334;
}

.ds-icon-search input:focus::placeholder { color: transparent; }

/* End Search Icon modifications */

/* Begin Find a Course Search */
 
.find-a-course p { display: none; }

.find-a-course .search-field {
	background-color: #eaeaea !important;
    color: #000000 !important;
}

.find-a-course button.search-submit {
	color: #fff !important;
	background-color: #0A3334 !important;
}

.find-a-course .ysm-search-widget .search-field[type="search"] { font-style: normal; }

/* End Find a Course Search */

/* Hide Login */
#main-header .header-login { display: none; }
/*#main-header .divi-search-mod { margin-top: 30px; }*/
/* End Hide Login */

#main-header .header-login { 
	text-align: right; 
	padding: 10px 0 15px 0;
	float: left;
	width: 70%;
}
#main-header .header-login a { color: #000; }
#main-header .header-login a img,
#main-header .header-register a img { 
	margin-left: 8px; 
	position: relative;
    top: 8px;
}

#main-header .header-register {
	text-align: right; 
	padding: 10px 0 15px 0;
}
#main-header .header-register a { color: #000; }

/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}

#main-content { 
	background-image: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/uploads/2021/07/birch-bg.png"); 
	background-repeat: repeat;
}
.et_pb_section { background-color: transparent; }
.et_pb_section .et_pb_row { background-color: #fff; }
.et_pb_section .transparent_row { background-color: transparent; }
.et_pb_section .trans-section-white-row { 
	padding: 1% 5% !important; 
	max-width: none !important; 
}
.et_pb_section .trans-section-white-row:first-child { padding: 3% 5% 1% 5% !important; }
.et_pb_section .trans-section-white-row:last-child { padding: 1% 5% 3% 5% !important; }
.overflow-section { 
    bottom: 300px;
    z-index: 9;
    /*margin-bottom: -200px;*/
	margin-bottom: -170px;
}

.papyrus h1,
.papyrus h2,
.papyrus h3,
.papyrus h4,
.papyrus h5,
.papyrus h6 { font-family: "Papyrus" !important; }

.big-text h1 { font-size: 52px; }
.big-text h2 { font-size: 46px; }
.big-text h3 { font-size: 40px; }
.big-text h4 { font-size: 32px; }
.big-text h5 { font-size: 28px; }
.big-text h6 { font-size: 26px; }

/** Home Page Styles **/

.home-slider .et_pb_slide { padding-left: 0 !important; }
.home-slider .et_pb_slide .et_pb_container {
	width: 30%;
    float: left;
}
.home-slider .et_pb_slide_description { 
	text-align: left; 
	background-color: rgba(0,0,0,0.6);
	padding: 35% 8%;
}
.home-slider .et_pb_slide_description h2 { 
	color: #f0c06d !important; 
	font-family: "Papyrus" !important;
}
.home-slider .et_pb_slide_description .et_pb_slide_content {
	font-size: 18px;
    line-height: 1.6em;
	padding-top: 20px;
}
.home-slider .et_pb_slide_description .et_pb_button {
	border: none;
	color: #f0c06d !important;
	display: block;
	padding-left: 0;
	font-family: "BakerSignet" !important;
}
.home-slider .et_pb_slide_description .et_pb_button:after { display: none; }
.home-slider .et_pb_slide_description .et_pb_button:hover {
	background-color: transparent !important;
	padding: .3em 1em .3em 0;
}
.home-slider .et_pb_slide_description .et_pb_button_wrapper:after { content: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/uploads/2021/08/Paddle_Arrow-orange.png"); }

.slider-text-mobile h2 {
	color: #f0c06d !important;
	font-size: 46px;
}
.slider-text-mobile p { color: #fff; }

.adk-frame-row .et_pb_column { height: 360px; }
.adk-frame-row .icon-img {
	margin-top: 90px;
    margin-bottom: 0!important;
}
.adk-frame-row .et_pb_text {
	margin-bottom: 15px !important;
    margin-top: 25px;
}

.courses-programs-row { margin-bottom: -200px; }
.courses-programs-row .et_pb_text { height: 700px; }
.courses-programs-row .et_pb_text_inner {
	width: 100%;
	height: 180px;
	color: #fff;
    bottom: 0;
    position: absolute;
    padding: 30px 30px 15px 30px;
    background-color: rgba(0,0,0,0.8);
}
.courses-programs-row .et_pb_text_inner h3 { color: #fff; }

.youtube-section { padding: 170px 0 54px 0 !important; }

.see-all-videos-mod { padding-top: 40px; }

/** End Home Page Styles **/

/** Gravity Forms Submit Button Styles **/

.gform_wrapper.gravity-theme .gfield_label { color: #0A3334; }

.gform_footer::after { content: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/uploads/2021/08/Paddle_Arrow-green-100w.png"); }

.gform_footer .gform_button { 
	display: block !important; 
	background-color: transparent;
    border: none;
    color: #0A3334;
	font-family: "BakerSignet";
    font-size: 18px !important;
	font-weight: 600;
	cursor: pointer;
}

/** End Gravity Forms Submit Button Styles **/

.nav li ul { border-top: 3px solid #0A3334; }

/*.secondary-slider .et_pb_slide_description { padding: 15% 8% 55% 8%; }*/
.secondary-slider .et_pb_slide_description { padding: 14% 8%; }
.secondary-slider .et_pb_slide_description .et_pb_slide_title { 
	font-size: 50px !important;
    font-weight: 600;
	font-family: "Papyrus" !important;
}

.secondary-slider-text-overlay { 
	/*position: absolute;
    bottom: 0;*/
	color: #fff;
	background-color: #0A3334; /*rgba(10,51,52,0.8);*/
	padding: 5% 0 18% 0;
	width: 100%;
	z-index: 999;
}
.no-additional-content-text-overlay { padding: 5% 0 5% 0; }
.secondary-slider-text-overlay .et_pb_text_inner {
	width: 60%;
	margin: auto;
}
.secondary-slider-text-overlay h1,
.secondary-slider-text-overlay h2,
.secondary-slider-text-overlay h3,
.secondary-slider-text-overlay h4,
.secondary-slider-text-overlay h5,
.secondary-slider-text-overlay h6,
.secondary-slider-text-overlay a { color: #fff; }

.course-button-grid .et_pb_text,
.cta-row .et_pb_text {
	font-family: "BakerSignet";
    font-weight: 600;
    font-size: 24px;
	color: #0A3334;
	border: 2px solid #0A3334;
    padding: 15px 5px 5px 5px;
}
.course-button-grid .et_pb_text a,
.cta-row .et_pb_text a { color: #0A3334; }
.course-button-grid .et_pb_text p:first-child,
.cta-row .et_pb_text p:first-child { padding-bottom: 10px !important; }

.white-grey-section .et_pb_row:nth-child(2n) { background-color: #f2f2f2; }

.instructors-overlay p { 
	letter-spacing: 12px; 
	padding-top: 20px;
}

#blog-feed-section .blog-feed-row { padding: 3% 0% !important; }
#blog-feed-section .blog-feed-row article { padding: 5%; }
.blog-feed-row article:nth-child(2n) { background-color: #f2f2f2; }
.blog-feed-row article .entry-featured-image-url img {
	width: 30%;
    float: left;
    margin-right: 3%;
	margin-bottom: 3%;
}
.blog-feed-row article .entry-title,
.blog-feed-row article .post-meta,
.blog-feed-row article .post-content {
	width: 67%;
    float: left;
}

.single #left-area article { 
	margin-bottom: 0 !important; 
	background-color: #fff;
    padding: 3%;
}

/* Product Category Pages */

.tax-product_cat #main-content .et_pb_section { background-color: transparent !important; }
.tax-product_cat .et_pb_shop li.product .et_shop_image {
    width: 30%;
    float: right;
}
.tax-product_cat .et_pb_shop li.product:nth-child(2n) .et_shop_image {
    float: left;
}
.tax-product_cat .et_pb_shop li.product .woocommerce-loop-product__title,
.tax-product_cat .et_pb_shop li.product .product-description,
.tax-product_cat .et_pb_shop li.product .price {
	display: block;
    width: 65%;
    float: left;
	color: #333 !important;
}
.tax-product_cat .et_pb_shop li.product:nth-child(2n) .woocommerce-loop-product__title,
.tax-product_cat .et_pb_shop li.product:nth-child(2n) .product-description,
.tax-product_cat .et_pb_shop li.product:nth-child(2n) .price {
    float: right;
}
.tax-product_cat .et_pb_shop li.product .woocommerce-loop-product__title { font-size: 30px !important; }
.tax-product_cat .et_pb_shop li.product {
	padding: 50px !important;
	margin: 0 !important;
}
.tax-product_cat .et_pb_shop li.product:nth-child(2n) {
	background-color: #f2f2f2;	
}
.tax-product_cat ul.products { margin-bottom: 0 !important; }
.tax-product_cat .et_pb_post_title {
	text-align: center !important;
    position: absolute;
    width: 100%;
    top: 100px;
}
.tax-product_cat .et_pb_post_title h1.entry-title {
	font-size: 50px !important;
    font-weight: 600;
    font-family: "Papyrus" !important;
	color: #fff !important;
}
.tax-product_cat .secondary-slider .et_pb_slide { height: 600px; }
.tax-product_cat .cat-row {
	top: -250px;
    z-index: 99;
	margin-bottom: -200px !important;
}
.tax-product_cat .secondary-slider-text-overlay { padding: 5% 0 11% 0; }

/* Product Pages & Woocommerce */

.single-product #main-content,
.woocommerce-cart #main-content,
.woocommerce-page #main-content {
    background-image: none;
}
.woocommerce-page #main-content .container:before,
.woocommerce-cart #main-content .container:before { display: none; }
.woocommerce-page #main-content .container #left-area,
.woocommerce-cart #main-content .container #left-area {
	width: 100%;
	padding-right: 0 !important;
}
.single-product .related li.product .product-description { display: none; }

.single-product #main-content .price,
.single-product #main-content .reset_variations,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce .product_meta .posted_in a,
.woocommerce a.button, 
.woocommerce-page a.button,
.woocommerce-page #content-area a,
.woocommerce-cart #content-area a { color: #89677E !important; } 

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message { background-color: #89677E !important; }

.woocommerce a.button.alt, 
.woocommerce-page a.button.alt {
    border-color: #89677E !important;
}

/* Event Calendar Styles */

.tribe-events .tribe-events-c-search__button { background-color: #0A3334 !important; }
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover { 
	background-color: #0A3334 !important; 
	color: #fff !important;
}
.tribe-common .tribe-common-c-btn-border, 
.tribe-common a.tribe-common-c-btn-border { 
	color: #0A3334 !important;
	border-color: #0A3334 !important;
}

/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */

#main-footer { background-color: #7b875c; }

#main-footer .container { max-width: none; }

#footer-bottom { display: none; }

#main-footer .footer-widget:first-child .left-col,
#main-footer .footer-widget:first-child .right-col {
	width: 48%;
    float: left;
}
#main-footer .footer-widget:first-child .left-col { margin-right: 4%; }

#main-footer .footer-widget .fwidget { width: 100%; }

#main-footer .footer-widget .fwidget .title,
#main-footer .footer-widget a { color: #fff; }

#main-footer .left-col img { margin-right: 10px; }

#main-footer .gform_body li { 
	padding-left: 0; 
	padding-right: 0;
}
#main-footer .gform_body li:before { display: none; }
#main-footer .gform_body #field_1_2 input { width: 100%; }

#main-footer .gform_footer::after { content: url("https://adirondackfolkschool.webdesignsaratoga.net/wp-content/uploads/2021/08/Paddle_Arrow-white.png"); }

#main-footer .gform_footer #gform_submit_button_1 { 
	display: block; 
	background-color: transparent;
    border: none;
    color: #fff;
	font-family: "BakerSignet";
    font-size: 18px;
	cursor: pointer;
}
 
/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */


@media all and (max-width: 1800px) {
	.secondary-slider-text-overlay { padding: 3% 0 16% 0; }	
	.page-id-18 .secondary-slider-text-overlay { padding: 3% 0 3% 0 !important; }	
}

@media all and (max-width: 1750px) {
	.adk-frame-row .et_pb_column { height: 300px; }
	.adk-frame-row .icon-img { margin-top: 70px; }
}

@media all and (max-width: 1700px) {
	#main-header .primary-nav .container {
		width: 90%;
    	margin-right: 10%;
	}
	.secondary-slider-text-overlay .et_pb_text_inner { width: 80%; }
	.secondary-slider-text-overlay { padding: 3% 0 19% 0; }	
}

@media all and (max-width: 1600px) {
	.tax-product_cat .secondary-slider-text-overlay { padding: 5% 0 15% 0; }
}

@media all and (max-width: 1550px) {
	.adk-frame-row .et_pb_column { height: 270px; }
	.adk-frame-row .icon-img { margin-top: 55px; }
	.adk-frame-row .icon-img img { width: 75% !important; }
	.overflow-section { margin-bottom: -130px; }
}

@media all and (max-width: 1500px) {
	.secondary-slider-text-overlay { padding: 2% 0 20% 0; }
	.divi-search-mod {
    	width: 45%;
    	margin-left: 55%;
	}
	.home-slider .et_pb_slide .et_pb_container { width: 35%; }
	#main-header .primary-header { width: 30%; }
	#main-header .primary-nav { width: 70%; }
	#main-header .primary-header #logo {
    	width: 100%;
    	margin-top: 11%;
	}
}

@media all and (max-width: 1475px) {
	.secondary-slider .et_pb_slide_description { padding: 10% 8% 60% 8%; }
}

@media all and (max-width: 1375px) {
	.adk-frame-row .et_pb_column { height: 250px; }
	.adk-frame-row .icon-img { margin-top: 50px; }
	.overflow-section { 
		bottom: 200px;
	}
	.secondary-slider-text-overlay { padding: 2% 0 15% 0; }
}

@media all and (max-width: 1300px) {
	#main-header .primary-header { width: 25%; }
	#main-header .primary-nav { width: 75%; }
	#main-header .primary-header #logo { margin-top: 20%; }
	.tax-product_cat .secondary-slider-text-overlay { padding: 5% 0 20% 0; }
}

@media all and (max-width: 1250px) {
	.adk-frame-row .et_pb_column { height: 225px; }
	.adk-frame-row .icon-img { margin-top: 45px; }
	.adk-frame-row .icon-img img { width: 60% !important; }
	.adk-frame-row .et_pb_text { margin-top: 15px; }
	.overflow-section { 
		bottom: 125px;
		margin-bottom: -100px;
	}
	.secondary-slider-text-overlay { padding: 2% 0 10% 0; }
	.home-slider .et_pb_slide .et_pb_container { width: 40%; }
}

@media all and (max-width: 1200px) {
	#top-menu li { padding-right: 15px; }
}

@media all and (max-width: 1150px) {
	.adk-frame-row .et_pb_text h3 { font-size: 18px; }
	.adk-frame-row .et_pb_column { height: 210px; }
	.overflow-section { 
		bottom: 75px;
		margin-bottom: -50px;
	}
	.secondary-slider-text-overlay { padding: 2% 0 6% 0; }
	.courses-programs-row .et_pb_text_inner { height: 220px; }
	.page-id-18 .secondary-slider-text-overlay { position: relative; }
	.page-id-18 .secondary-slider .et_pb_slide_description { padding: 10% 8% 20% 8%; }
}

@media all and (max-width: 1115px) {
	#main-header .primary-header { width: 100%; }
	#main-header .primary-nav { width: 100%; }
	#main-header .primary-header #logo { margin-top: 4%; width: 50%; }
}

@media all and (max-width: 1080px) {
	.overflow-section { 
		bottom: 0px;
		margin-bottom: 0px;
	}
	.secondary-slider-text-overlay { padding: 2% 0 2% 0; }
}

@media all and (max-width: 980px) {
	#main-header .primary-header,
	#main-header .primary-nav {
		width: 100%;
    	float: unset;
	}
	#main-header .primary-header .container,
	#main-header .primary-nav .container { 
		width: 80%;
		margin: auto;
	}
	#main-header .primary-header #logo { margin-top: 4%; }
	.home-slider .et_pb_slide_description { background-color: transparent; }
	.home-slider .et_pb_slide_description .et_pb_slide_title,
	.home-slider .et_pb_slide_description .et_pb_slide_content,
	.home-slider .et_pb_slide_description .et_pb_button_wrapper { display: none; }
	.home-slider .et_pb_slide { 
		padding: 8% 6% !important; 
	}
	.adk-frame-row .et_pb_column {
		height: 310px;
    	width: 50%;
    	margin: 10px 25%;
	}
	.adk-frame-row .icon-img { margin-top: 95px; }
	.tax-product_cat .cat-row .et_pb_shop .woocommerce ul.products li.product,
	.et-db #et-boc .et-l .et_pb_shop ul.products.columns-1 li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.et-db #et-boc .et-l .et_pb_shop ul.products.columns-1 li.product:last-child { margin-bottom: 0 !important; }
	.tax-product_cat .secondary-slider-text-overlay { padding: 15% 0 20% 0; }
}

@media all and (max-width: 800px) {
	.secondary-slider-text-overlay { position: relative; }
	.secondary-slider .et_pb_slide_description { padding: 10% 8% 30% 8%; }
}

@media all and (max-width: 767px) {
	#main-header .header-register { text-align: center; }
	#main-header .header-login { 
		float: unset; 
		width: 100%;
	}
	#main-header .header-login,
	#main-header .divi-search-mod { 
		text-align: center; 
		margin: 30px auto auto auto !important;
	}
	.adk-frame-row .et_pb_column {
    	height: 310px;
    	width: 66%;
		margin: 10px 17%;
	}
	.tax-product_cat .secondary-slider-text-overlay { padding: 24% 0 20% 0; }
	.tax-product_cat .et_pb_shop li.product .et_shop_image { 
		width: 100%;
		float: unset;
	}
	.tax-product_cat .et_pb_shop li.product .woocommerce-loop-product__title, 
	.tax-product_cat .et_pb_shop li.product .product-description, 
	.tax-product_cat .et_pb_shop li.product .price {
		width: 100%;
    	float: unset;
	}
}

@media all and (max-width: 700px) {
	.adk-frame-row .et_pb_column {
    	width: 70%;
		margin: 10px 15%;
	}
}

@media all and (max-width: 650px) {
	.adk-frame-row .et_pb_column {
    	width: 80%;
		margin: 10px 10%;
	}
}

@media all and (max-width: 640px) {
	#main-footer .gform_footer #gform_submit_button_1 { 
		text-align: left; 
		margin-bottom: 0;
	}
}

@media all and (max-width: 600px) {
	#main-header .divi-search-mod { width: 75%; }
	#main-header .primary-header #logo {
		width: 80%;
		max-width: none !important;
	}
	.tax-product_cat .secondary-slider-text-overlay { padding: 28% 0 28% 0; }
	.secondary-slider .et_pb_slide_description .et_pb_slide_title { font-size: 40px !important; }
}

@media all and (max-width: 580px) {
	.adk-frame-row .et_pb_column {
    	width: 90%;
		margin: 10px 5%;
	}
}

@media all and (max-width: 520px) {
	.adk-frame-row .et_pb_column {
    	width: 100%;
		margin: 10px 0;
		background-size: contain;
	}
}

@media all and (max-width: 479px) {
	.courses-programs-row .et_pb_text_inner {
		height: 240px;
		padding: 30px 20px 15px 20px;
	}	
}

@media all and (max-width: 365px) {
	.tax-product_cat .secondary-slider-text-overlay { padding: 45% 0 28% 0; }
	.tax-product_cat .et_pb_post_title h1.entry-title { font-size: 40px !important; }
	.secondary-slider .et_pb_slide_description .et_pb_slide_title { font-size: 28px !important; }
}

@media all and (max-width: 300px) {
	.adk-frame-row .et_pb_column {
    	width: 100%;
		margin: 10px 0;
		background-size: contain;
	}
	.adk-frame-row .icon-img {
    	margin-top: 106px;
	}
	.adk-frame-row .et_pb_text {
		margin-top: 7px;
		margin-bottom: 0px !important;
	}
	.courses-programs-row .et_pb_text_inner {
		height: 275px;
	}
}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}