/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clear{
	clear: both;
}
.none{
	display: none !important;
}
.home-banner-image figure,
.home-banner-image figure div,
.home-banner-image figure div img{
	width: 100%;
}
.white-logo{
	background: url("images/title-border.png") repeat-x center center;
	margin-bottom: 20px;
}
.white-logo figure{
    background: #152553;
    padding: 0 20px;
}
.highlight-text h1{
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 1px;
}
.content-text h1{
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
	color: #152553;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.content-text p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #3b3b3b;
	margin-bottom: 12px;
}
.content-text a{
	border: 1px solid #f3c041;
	display: inline-block;
	padding: 4px;
	margin-top: 30px;
    transition: 0.5s;
}
.content-text a strong{
	background: #f3c041;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 16px;
}
.content-text a:hover{
	background: #f3c041;
	
}
.content-text.light-text h1{
	color: #fff;
}
.content-text.light-text h3{
	color: #fff;
}
.content-text.light-text p{
	color: #fff;
}
.about-us-column .content-text{
	width: 80%;
}
.our-coffee-column .content-text{
	width: 80%;
}
.content-text.section-text {
    padding: 0 10%;
	margin-bottom: 40px;
}
.post-feature-image figure,
.post-feature-image figure div,
.post-feature-image figure div img{
	width: 100%;
}
.post-content-column .content-text{
	/* height: 550px;
	display: table-cell;
	vertical-align: middle; */
}
.post-content-column .content-text .wpb_wrapper{
	width: 90%;
	padding: 20px 40px;
}
.fl{ float: left;}
.fr{ float: right;}
.post-content-column.left-content .content-text > .wpb_wrapper{
	float: right;
}
.post-content-column.right-content .content-text > .wpb_wrapper{
	float: left;
}
.content-text h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: 300;
}
.location-feature-image{
	margin-bottom: 14px;
}
.location-feature-image figure,
.location-feature-image figure div,
.location-feature-image figure div img{
	width: 100% !important;
}
.location-title{
	width: auto;
}
.location-title h1{
	margin-bottom: 0;
	text-align: center;
	line-height: 20px;
}
.location-title h1 a{
	font-size: 18px;
	color: #3b3b3b;
	font-weight: 500;
}
.location-title h1 a:hover{
	color: #152553;
}
.image-column figure,
.image-column figure div,
.image-column figure div img{
	width: 100%;
}
.content-column .content-text {
    width: 84%;
	padding: 0px 40px;
}
.desktop-image{
	display: block;
}
.mobile-image{
	display: none;
}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}

/* ----------------------- Popup Work ---------------------------- */
.home_page_popup_wrapper {
    /* background-color: #5bb70c; */
    width: 960px;
    margin: auto;
}

.home_page_popup_wrapper .headline h1 {
    font-size: 62px;
    line-height: 60px;
    margin: 0;
    width: 100%;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    color: white;
}
.headline h1 {
    border-bottom: 2px solid #aaf663;
    color: #ffffff !important;
    font-size: 65px;
    margin: 60px auto 5px;
    padding-bottom: 0;
    text-transform: uppercase;
    width: 90%;
}

.home .fancybox-skin {
    background-color: #5bb70c;
}

.home .fancybox-content-inside {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.home .headline p {
    color: #fff !important;
    font-size: 17px;
    margin: 5px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
}

.home_page_popup_wrapper .banner_btns_subheading {
    color: #8ef239;
    font-size: 15px;
    font-family: proxima-nova, sans-serif;
    text-align: center;
}

.fancybox-outer .banner_btns_wrapper {
    text-align: center;
}


.home_page_popup_wrapper .banner_btns_wrapper button {
    margin-bottom: 10px;
    font-family: proxima-nova, sans-serif;
}

.images_wrapper {
    margin: 10px 0px 15px 0px;
    text-align: center;
}

.images_wrapper li {
    display: inline-block;
}

.images_wrapper li:first-child,
.images_wrapper li:last-child {
    position: relative;
    top: -33px;
}

.continue_button_popup {
    background: none repeat scroll 0 0 #152553;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin: 8px auto auto;
    padding: 10px;
    width: 155px;
}

.continue_button_popup:hover {
    background: #3e4d77;
}

.brought_top_line {
    color: #aaf663;
    font-size: 27px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    text-align: center;
}

.fancybox-outer .headline {
    text-align: center;
}

.home .fancybox-close:hover {
    background: url(/wp-content/uploads/2018/11/close_hover-1.png)no-repeat !important;
    width: 40px;
    height: 40px;
}

.home .fancybox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    background-color: transparent;
    background: url(/wp-content/uploads/2018/11/popup_close-1.png) no-repeat;
    width: 40px;
    height: 40px;
}

.home .fancybox-close:hover {
    background-color: transparent !important;
}

.fancybox-overlay {
    background: #5bb70c;
}

.fancybox-skin {
    box-shadow: none !important;
}

.botton_link button:hover {
    background-color: #c84d00;
    border: 2px solid #c84d00;
}

.transform_store {
    -ms-transform: translateY(-75px);
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    transform: translateY(-75px);
}

.banner_btns_wrapper a.botton_link button.purple_button {
    border: solid #fff 2px !important;
    padding: 5px 40px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px !important;
    background: none !important;
}

.banner_btns_wrapper a.botton_link:hover button.purple_button {
    background: #152654 !important;
    border-color: #152654 !important;
}


/* ----------------------- End of Popup Work ---------------------------- */


/* Responsive CSS */
@media screen and (max-width: 1500px){
	.post-content-column .content-text .wpb_wrapper {
		width: 94%;
		padding: 20px 22px;
	}
}

@media screen and (max-width: 1100px){
	.content-column .content-text {
		width: 90%;
		padding: 0px 30px;
	}
	.desktop-image{
		display: none;
	}
	.mobile-image{
		display: block;
	}
	.about-feature-image.mobile-image{
		padding: 40px 0px;
	}
	.about-feature-image.mobile-image img{
		width: 80%;
	}
	.about-us-column .content-text {
		width: 100%;
	}
}

@media screen and (max-width: 1080px){
    .fancybox-overlay-fixed,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-inner div,
    .fancybox-inner a,
    .fancybox-inner ul,
    .fancybox-inner span,
    .fancybox-skin,
    .fancybox-content-inside,
    .fancybox-close {
        display: none !important; 
    } 
    .fancybox-lock {
        overflow: scroll !important;
    }
}

@media screen and (max-width: 960px){
	.content-column .content-text {
		width: 96%;
		padding: 0px 20px;
	}
	.our-coffee-column .content-text {
		width: 100%;
	}
	.highlight-text h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.content-text h1 {
		font-size: 30px;
		line-height: 32px;
	}
}

@media screen and (max-width: 767px){
	.desktop-view{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
	.content-text{
		text-align: center;
	}
	.content-column .content-text {
		width: 96%;
		padding: 22px 20px;
		float: none;
		margin: 0 auto;
	}
	.post-content-column .content-text {
		height: auto;
	}
	.post-content-column .content-text .wpb_wrapper {
		width: 100%;
		padding: 40px 30px 50px;
	}
	.location-post-row .nm_column.nm_column_inner{
		margin-bottom: 30px;
		width: 50%;
		float: left;
	}
	.nm-row.our-coffee-section {
		padding-top: 20px !important;
		padding-bottom: 40px !important;
	}
	.content-text.section-text {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.about-feature-image.mobile-image {
		padding: 60px 0px 20px;
	}
	.about-us-column.nm_column {
		padding-top: 20px !important;
		padding-bottom: 60px !important;
	}
	body .nm-row.index-about-section{
		background-image: url("images/coffee-mobile-bg.jpg") no-repeat center center !important;
		background-size: cover !important;
	}
	.nm-footer .nm-footer-widgets {
		padding: 12px 20px 12px;
	}
	.nm-footer .nm-footer-widgets-inner{
		text-align: center !important;
	}
	.nm-footer .widget_text p{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px){
	.nm-footer li.widget.widget_text,
	.nm-footer li.widget.widget_nav_menu{
		width: 100% !important;
	}
	.nm-footer .menu-footer-menu-container{
		width: 100% !important;
		text-align: center !important;
	}
}

@media screen and (max-width: 360px){
	.location-post-row .nm_column.nm_column_inner {
		width: 100%;
	}
}


