/*
Theme Name: Parliamentary Catering
Version: 1.0
Description: Custom website for Parliamentary Catering
Author: Intervision Design
Author URI: http://www.intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/


@font-face {
    font-family: 'Antonio-Bold';
    src: url('_assets/fonts/Antonio-Bold.eot');
    src: url('_assets/fonts/Antonio-Bold.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/Antonio-Bold.woff') format('woff'),
         url('_assets/fonts/Antonio-Bold.ttf') format('truetype'),
         url('_assets/fonts/Antonio-Bold.svg#Antonio-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('_assets/fonts/GothamBook.eot');
    src: url('_assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBook.woff') format('woff'),
         url('_assets/fonts/GothamBook.ttf') format('truetype'),
         url('_assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('_assets/fonts/GothamMedium.eot');
    src: url('_assets/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamMedium.woff') format('woff'),
         url('_assets/fonts/GothamMedium.ttf') format('truetype'),
         url('_assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************************************/
/************ START CSS *************/

body {
	background: #1F2123;
	color: #1F2123;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#00324E;
	font-weight: normal;
	font-family: 'GothamMedium', sans-serif;
}
a:hover,
a:active {
	color:#00324E;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Antonio-Bold', sans-serif;
}

/*a { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }*/
/* .round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }*/

/************************************/
/*************** MAIN ***************/

/* Colors
	#00324E = Blue
	#D4AF37 = Gold
	#1F2123 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 50px; font-size: 15px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; border: 2px solid; overflow: visible;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}

.btn.btn_color { color: #fff; background: #00324E; border-color: #00324E;}
.btn.btn_white { color: #fff; background: none; border-color: #fff;}
.btn.btn_line { color: #00324E; background: none; border-color: #00324E;}
.btn.btn_dark { color: #fff; background: none; border-color: #1F2123;}

.btn.btn_color:hover { color: #00324E; background: #fff;}
.btn.btn_white:hover { color: #1F2123; background: #fff;}
.btn.btn_line:hover { color: #fff; background: #00324E;}
.btn.btn_dark:hover { color: #1F2123; background: #fff;}

.btn:focus,
.btn:active { border-style: dashed;}

.shadow { 
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.fa { font-style: normal !important;}

/************************************/
/*********** Woocommerce ************/

.woocommerce .prod_title { font-size: 30px; padding-bottom: 30px;}
.woocommerce div.product p.price, 
.woocommerce div.product span.price { font-size: 20px !important; color: #D4AF37 !important; padding-bottom: 15px; font-family: 'GothamMedium', sans-serif;}

.woocommerce-product-details__short-description { padding: 15px 0 30px 0;}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { display: inline-block; position: relative; padding: 14px 30px !important; font-size: 15px !important; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; overflow: visible; color: #fff !important; background: #00324E !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; font-family: 'GothamMedium', sans-serif;}
.woocommerce .button.checkout-button { padding: 20px !important;}

.woocommerce div.product form.cart div.quantity input[type="number"] { margin: 0 5px 0 0 !important;}
.woocommerce span.onsale,
.woocommerce .product span.onsale { padding: 0 !important; z-index: 991 !important; background: #D4AF37 !important;}

.flex-viewport { margin: 0 10px 15px 10px !important;}
.flex-control-thumbs li { padding: 10px !important;}

.alerts #primary { display: none;}

.woocommerce-error { background: #EFF4F9 !important; border-top-color: #00324E;}
.woocommerce-info { background: rgba(212,175,55,0.1) !important; border-top-color: #D4AF37 !important;}
.woocommerce-info:before { color: #D4AF37 !important;}
.woocommerce-message { background: rgba(212,175,55,0.1) !important; border-top-color: #D4AF37 !important;}
.woocommerce-message:before { color: #D4AF37 !important;}
.woocommerce-message .button.wc-forward { background: #D4AF37 !important;}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment { background: #fff !important; border: 2px solid #D4AF37 !important;}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid #D4AF37 !important;}

.woocommerce .woocommerce-checkout h3 { padding: 20px 0; font-size: 30px;}

.woocommerce .products ul, .woocommerce ul.products { margin-top: 20px !important;}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product { background: #fff !important;
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.woocommerce ul.products li.product .preview { position: relative; background: #00324E;}
.woocommerce ul.products li.product .preview span { background: #D4AF37; position: absolute; z-index: 99;}
.woocommerce ul.products li.product .preview span.t { top: 10px; right: -3%; width: 106%; height: 1px;}
.woocommerce ul.products li.product .preview span.r { top: -3%; right: 10px; height: 106%; width: 1px;}
.woocommerce ul.products li.product .preview span.b { bottom: 10px; left: -3%; width: 106%; height: 1px;}
.woocommerce ul.products li.product .preview span.l { top: -3%; left: 10px; height: 106%; width: 1px;}
.woocommerce ul.products li.product a img { margin: 0 !important; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.woocommerce ul.products li.product a:hover img { opacity: 0.7;}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 { font-size: 18px !important; text-transform: none; padding: 20px 5px 5px 5px !important; text-align: center;}
.woocommerce ul.products li.product .price { text-align: center; font-size: 16px !important; color: #D4AF37 !important; margin: 0 0 15px 0 !important; font-family: 'GothamMedium', sans-serif;}
.woocommerce ul.products li.product .button { display: none !important;}

#shop_sidebar { padding-right: 50px; padding-top: 37px;}
#shop_sidebar .button { padding: 10px !important; margin: 2px !important; font-size: 12px !important;}
#shop_sidebar .widget { padding: 30px; margin-bottom: 50px; background: #fff;
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
#shop_sidebar .widget h3 { padding-bottom: 15px; font-size: 18px;}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li { font-size: 12px !important;}
.woocommerce-mini-cart__total { padding: 10px 0 !important;}
.woocommerce-mini-cart__total .woocommerce-Price-amount { color: #D4AF37 !important; font-family: 'GothamMedium', sans-serif;}

.woocommerce .text.prod_text { padding-bottom: 40px;}

/************************************/
/************ Main Site *************/

/* Header */

.skip_to { position: fixed; top: 20px; left: 10px; z-index: -9999; background: #fff; color: #00324E; padding: 15px; font-family: 'GothamMedium', sans-serif; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; border:2px dashed #00324E;}
.skip_to:focus,
.skip_to:active { z-index: 9999;}

#header { position: fixed; top: 0; width: 100%; z-index: 9999; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }
	#header.dark { background: #fff; border-bottom: 1px solid #ccc; height: 100px;}
	#header.white { background: none; border: none; height: auto;}
	#header.white #logo { padding: 10px; margin: 0 auto; text-align: center; margin-bottom: -20px;}
	#header .img_white { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	#header .img_dark { position: absolute; top: 10px; left: 20px; display: block; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	
	#header.dark .dark { opacity: 1; visibility: visible;}
	#header.dark .img_white { opacity: 0; visibility: hidden; display: none;}
	#header.dark #menu ul { text-align: right;}
	#header.white .img_white { opacity: 1; visibility: visible;}
	#header.white .img_dark { opacity: 0; visibility: hidden;}
	#header.white #menu ul { text-align: center;}
	#header.white #menu {}
	
	#cart_btn { width: 40px; height: 40px; padding: 10px 0 0 0; background: #D4AF37; color: #fff; text-align: center; font-size: 16px; cursor: pointer; display: block; position: absolute; top: 50%; margin-top: -20px; right: 30px; z-index: 9999;}
	.not-tablet #cart_btn { right: 0;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #00324E; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 50%; margin-top: -20px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #D4AF37;}
	.menu-button.has_cart { right: 80px;}
	
	.menu-button:before, .menu-button:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -10px;}
	.menu-button:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	.menu-button.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}
	.menu-button.tablet {}
	.menu-button span { display: block; position: absolute; height: 40px; width: 80px; text-align: center; background: #00324E; color: #fff; right: 40px; padding: 13px 0; top: 0; font-family: 'GothamMedium', sans-serif; font-size: 14px; line-height: 1em;}

.gap { height: 100px;}

/* Home */

#slideshow { position: relative; width: 100%; height: 690px; background: #00324E;}

	#slideshow .cycle-slideshow { height: 100%;}
	#slideshow .slide { width: 100%; height: 100%; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.slide .inner { position: absolute; bottom: 0; left: 0; z-index: 9998; width: 100%;}
	.slide .caption { padding: 50px;}
	.slide .caption h2 { font-size: 64px; color: #00324E; line-height: 1em; padding-bottom: 30px;}
	
	.slide_grade { position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: url(_assets/img/slide.png) no-repeat; z-index: 9997;
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
	}

#promo_block { padding: 0 0 40px 0; background: #fff; position: relative;}
	
	.img_top { display: block; position: relative; background: url(_assets/img/food01.jpg) no-repeat right bottom; height: 390px;}
	.img_bot { display: block; position: relative; background: url(_assets/img/food02.jpg) no-repeat left top; height: 330px;}
	
	.promo_item { position: relative; padding: 80px 60px; color: #fff; text-align: center;}
	.promo_item.dark { background: #1F2123;}
	.promo_item.blue { background: #00324E;}
	.promo_item h3 { font-size: 36px;}
	.promo_item .text { padding: 40px 0;}
	.promo_item .btn { display: block;}
	
	.promo_item span { background: #D4AF37; position: absolute; z-index: 99;}
	.promo_item span.t { top: 20px; right: -5%; width: 110%; height: 1px;}
	.promo_item span.r { top: -5%; right: 20px; height: 110%; width: 1px;}
	.promo_item span.b { bottom: 20px; left: -5%; width: 110%; height: 1px;}
	.promo_item span.l { top: -5%; left: 20px; height: 110%; width: 1px;}
	
	.promo_item.blue span.b { left: 0; width: 105%;}
	.promo_item.dark span.t { right: 0; width: 105%;}
	
	.promo_item.first { margin-left: 100px;}
	.promo_item.last { margin-right: 100px; margin-top: 60px;}

#intro_block { position: relative;}
	
	#intro_block .preview { position: absolute; top: 0; width: 49%; height: 100%; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#intro_block .preview.left { left: 0;}
	#intro_block .preview.right { right: 0;}
	
	.intro_item {
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	}
	.intro_item.left {
	    justify-content: flex-start;
	    align-items: center;
	}
	.intro_item.right {
	    justify-content: flex-end;
	    align-items: center;
	}
	.intro_item .inner { padding: 50px; max-width: 550px;}
	.intro_item span { font-size: 30px; line-height: 1em; color: #D4AF37;}
	.intro_item h3 { font-size: 48px; color: #000; padding: 15px 0 30px 0;}
	.intro_item h3:after { content: ''; display: block; width: 60px; height: 1px; background: #D4AF37; margin-top: 30px;}
	.intro_item .text {}

/* Pages */

#cover { position: relative; background: #00324E no-repeat center center; height: 520px; border-bottom: 1px solid #D4AF37;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#cover span { position: absolute; bottom: -20px; left: 50%; margin-left: -25px; display: block; width: 40px; height: 40px; background: #fff; border: 1px solid #D4AF37; color: #D4AF37; font-size: 20px; line-height: 1em; padding-top: 10px; text-align: center; z-index: 9; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; z-index: 8000;}
	#cover .overlay,
	#slideshow .overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 7999; height: 350px; background: url(_assets/img/header.png) repeat-x center top;}

#content { background: #fff; padding-bottom: 50px; position: relative;}
.start_content { position: absolute; top: 0; left: -999px;}

.page_title { text-align: center; font-size: 64px; color: #000; padding: 40px 0; line-height: 1em;}
.page_title:after { content: ''; display: block; width: 470px; max-width: 100%; height: 1px; background: #D4AF37; margin: 0 auto; margin-top: 40px;}
.smalltxt { text-align: center;}

.dimmi-widget { margin: 50px auto !important; display: block; position: relative;}

/* Sidebar */

.has_sidebar {}
#sidebar { padding-left: 50px;}

.side_nav { background: #fff; position: relative; padding: 20px 0; margin-bottom: 40px;}
	.side_nav h3 { font-size: 24px; color: #00324E; padding: 5px 40px 20px 40px; position: relative;}
	.side_nav ul { padding: 20px 33px 10px 33px;}
	.side_nav ul li { display: block;}
	.side_nav ul li a { display: block; font-size: 18px; color: #7F98A6; font-family: 'Antonio-Bold', sans-serif; line-height: 1em; padding: 7px; border: 1px solid #fff; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.side_nav ul li a:hover { color: #D4AF37;}
	.side_nav ul li a:focus { border: 1px dashed #00324E;}
	
	.side_nav span { background: #D4AF37; position: absolute; z-index: 99;}
	.side_nav span.r { top: -5%; right: 20px; height: 110%; width: 1px;}
	.side_nav span.t { bottom: 0; right: -5%; width: 110%; height: 1px;}

.side_widget { margin-bottom: 40px;}
	.side_widget .widg_img { position: relative; padding: 60px 40px 40px 40px; text-align: center;}
	.side_widget .widg_img .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00324E; opacity: 0.7; z-index: 1;}
	.side_widget .widg_img h3 { position: relative; font-size: 24px; color: #fff; padding-bottom: 30px; z-index: 9;}
	.side_widget .widg_img a { position: relative; z-index: 9;}
	
	.side_widget .widg_txt { position: relative; background: #fff; padding: 60px 40px 40px 40px; text-align: center;}
	.side_widget .widg_txt h3 { font-size: 24px; color: #00324E;}
	.side_widget .widg_txt .text { padding: 30px 0; font-family: 'GothamBook', sans-serif;}
	
	.side_widget span { background: #D4AF37; position: absolute; z-index: 99;}
	.side_widget span.t { top: 20px; right: -5%; width: 110%; height: 1px;}
	.side_widget span.r { top: -5%; right: 20px; height: 110%; width: 1px;}

	
/* Posts */

.masonry { padding-top: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
}
	.grid-sizer { width: 33.3%;}
	.masonry .item { float: left; width: 33.3%;}
	.masonry .inner { background: #fff; text-align: center; margin: 0 20px 40px 20px;}
	.masonry .item .preview { position: relative; min-height: 80px; background: #00324E;}
	.masonry .item .preview img { position: relative; width: 100%; height: auto; z-index: 3;}
	.masonry .item .preview i { position: absolute; top: 50%; left: 50%; font-size: 24px; width: 24px; height: 24px; line-height: 1em; margin: -12px 0 0 -12px; color: #D4AF37; z-index: 1;}
	.masonry .item .preview span { background: #D4AF37; position: absolute; z-index: 99;}
	.masonry .item .preview span.t { top: 10px; right: -3%; width: 106%; height: 1px;}
	.masonry .item .preview span.r { top: -3%; right: 10px; height: 106%; width: 1px;}
	.masonry .item .preview span.b { bottom: 10px; left: -3%; width: 106%; height: 1px;}
	.masonry .item .preview span.l { top: -3%; left: 10px; height: 106%; width: 1px;}
	.masonry .item .details { padding: 40px; color: #00324E;}
	.masonry .item .details h3 { font-size: 24px;}
	.masonry .item .details .text { padding: 20px 0;}

/* Footer */

#footer { background: #EFF4F9; color: #1F2123; padding: 30px 0 0 0; position: relative;}
	
	#footer h3 { font-size: 24px; padding: 40px 0 30px 0;}
	
	.address {}
	.social { padding: 20px 0 0 0;}
	.social li {}
	.footer_menu {}
	.footer_menu li {}
	.footer_menu li a { font-family: 'GothamBook', sans-serif; color: #222;}
	
	.newsletter { padding: 0 40px 40px 40px; margin: 0 30px; background: #fff;}
	.newsletter h3 { padding-bottom: 15px;}
	.newsletter p { padding-bottom: 15px;}
	.newsletter form {}
	.newsletter .item { padding: 0 5px;}
	
	.copyright { display: block; padding: 30px 0 10px 0; font-size: 12px; color: #99A2AE;}
	.copyright a { color: #99A2AE;}
	
	#footer a:focus { text-decoration: underline !important; color: #0084CD !important;}

/* Gallery SHortcode */

.gallery_block .grid-sizer,
.gallery_block.masonry .item { width: 25%; padding: 10px;}

.gallery_basic { padding: 20px 0; position: relative;}
.gallery_basic .item { margin: 5px;}
.gallery_basic .item img { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_basic .item:hover img { opacity: 0.7;}

/* Search Popup */

#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 50%; right: 5px; margin-top: -15px !important; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}
	
#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	.popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #1F2123;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #1F2123;}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
/*.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 300px; margin-right: -550px; text-align: right; bottom: 10px; right: 50%; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;  opacity: 0.1;}
.cycle-pager span.cycle-pager-active { opacity: 0.5;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.cycle-prev { left: 0;}
.cycle-next { right: 0;}
.cycle-prev i, .cycle-next i { display: block; width: 26px; height: 26px; position: absolute; top: 50%;}
.cycle-prev i { border-bottom: 1px solid #40464f; border-left: 1px solid #40464f; margin: -12px 0 0 -12px; left: 30px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cycle-next i { border-bottom: 1px solid #40464f; border-right: 1px solid #40464f; margin: -12px 0 0 -12px; left: 20px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}
.slide_block { max-width: 100%; /*height: 700px;*/ display: block; position: relative;}
.slide_block .slide { width: 100%; height: 100%; display: block; position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/************************************/
/************** MENUS ***************/

#menu { padding: 33px 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul {}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 12px; line-height: 1em; padding: 10px; color: #00324E; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; border: 1px solid rgba(0,0,0,0);}
#menu ul li a:hover {}
#menu ul li a:focus { border: 1px dashed #00324E;}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a {}

#menu ul li.action a { padding: 10px 20px; margin-left: 10px; border: 2px solid #00324E; color: #00324E !important;}
#menu ul li.action a:focus { border-style: dashed !important;}

#menu ul li.cart_link a { padding: 10px 15px; margin-left: 10px; border: 2px solid #D4AF37; color: #D4AF37 !important;}
#menu ul li.cart_link a:focus { border-style: dashed !important;}

#header.white #menu ul li a,
#header.white #menu ul li.current-menu-item a,
#header.white #menu ul li.current-menu-parent a,
#header.white #menu ul li.current-page-ancestor a { color: #fff !important;}
#header.white #menu ul li a:focus { border:1px dashed #fff;}

#header.white #menu ul li.action a { padding: 10px 20px; margin-left: 10px; border: 2px solid #fff; color: #fff !important;}
#header.white #menu ul li.cart_link a { padding: 10px 15px; margin-left: 10px; border: 2px solid #D4AF37; color: #D4AF37 !important;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #00324E transparent;}
#menu ul ul { position:absolute; left: 50%; top: 68px; margin-left: -100px; background: #00324E; width: 200px; z-index:9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff !important;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #1F2123; }
/* level 2 */
#menu ul ul ul:before { left: -5px; top: 19px; margin-left: -2px; border-width: 7px 7px 7px 0; border-color: transparent #1F2123 transparent transparent;}
#menu ul ul ul { left:200px; margin-left:0; top: -10px; padding: 10px 0; border-top: none; border-left: 2px solid #1F2123; background: #1F2123;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* mobile menu */

.mobile_sidebar { background: #00324E; padding: 30px; font-family: 'GothamMedium', sans-serif;}
	.mobile_sidebar #searchform {}
	.mobile_sidebar #searchform input { background: #333; border: none !important;}
	.mobile_sidebar #searchform i { color: #1F2123;}
	
	.mobile_sidebar .mobile_menu { padding: 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block; text-align: center;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 14px; text-transform: uppercase; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; color: #99A2AE;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	.mobile_sidebar .social li a { color: #fff;}
	.mobile_sidebar .social li span { padding-right: 10px;}
	
	.mobile_sidebar .address { padding: 20px 0; text-align: center; color: #fff;}
	.mobile_sidebar .address h4 { padding-bottom: 15px; color: #fff; font-size: 18px; }
	.mobile_sidebar .address a { color: #fff;}
	.mobile_sidebar .copyright { text-align: center;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
		
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { width: 300px; margin-right: -330px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	
	/* Header */
	
	#header {}
	#header.dark,
	#header.white { background: #fff; border-bottom: 1px solid #ccc; height: 80px;}
	#header.white #logo { padding: 0; margin: 0; text-align: left; margin-bottom: 0;}
	
	.gap { height: 80px;}
	
	/* Home */
	
	#slideshow { height: 500px;}
	.slide .caption { padding: 40px;}
	.slide .caption h2 { font-size: 48px; padding-bottom: 30px;}

	#promo_block { padding: 0 0 40px 0;}
	
	.img_top,
	.img_bot { height: 200px;
	-webkit-background-size: auto 200px !important;
	-moz-background-size: auto 200px !important;
	-o-background-size: auto 200px !important;
	background-size: auto 200px !important;
	}
	
	.promo_item { padding: 40px;}
	.promo_item h3 { font-size: 24px;}
	.promo_item .text { padding: 20px 0;}
	
	.promo_item span.t { top: 10px;}
	.promo_item span.r { right: 10px;}
	.promo_item span.b { bottom: 10px;}
	.promo_item span.l { left: 10px;}
	
	.promo_item.first { margin-left: 0;}
	.promo_item.last { margin-right: 0; margin-top: 60px;}
	
	.intro_item h3 { font-size: 30px;}
	
	/* Pages */
	
	#cover { height: 350px;}
	.start_content { display: none;}
	.page_title { font-size: 48px;}
	
	.has_sidebar { padding-right: 40px;}
	#sidebar { padding-left: 0;}
	
	/* Masonry */
	
	.grid-sizer,
	.masonry .item { width: 50%;}
	
	.gallery_block .grid-sizer,
	.gallery_block.masonry .item { width: 33.3%;}
	
	/* Footer */
	
	#footer { padding: 0;}
	#footer h3.right { text-align: right;}
	.footer_menu { text-align: right;}
	.newsletter { padding: 0 40px 40px 40px; margin: 0;}
	.newsletter h3 { text-align: center;}
	.newsletter p { text-align: center;}
	.copyright { text-align: center;}
	
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	.cycle-pager { width: 300px; right: 10px; margin-right: 0; bottom: 10px;}
	.popup_inner { width: 300px; margin-left: -150px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	
	/* Woocommerce */
	
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button { padding: 14px 10px !important;}
	
	.woocommerce ul.products li.product h3 { font-size: 16px !important;}
	.woocommerce ul.products li.product .price { font-size: 10px !important;}
	
	/* Header */
	
	#header {}
	#header.dark,
	#header.white { background: #fff; border-bottom: 1px solid #ccc; height: 60px;}
	#header.white #logo { padding: 0; margin: 0; text-align: left; margin-bottom: 0;}
	#header #logo { width: 60%; padding: 0; height: 60px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	#header #logo img { max-height: 60px;}
	
	.gap { height: 60px;}
	
	/* Home */
	
	#slideshow { height: 350px;}
	.slide .caption { padding: 30px;}
	.slide .caption h2 { font-size: 24px; padding-bottom: 20px;}
	.slide_grade { width: 100%;}
	
	#promo_block { padding: 0 0 40px 0; background: #fff; position: relative;}
	
	.img_top,
	.img_bot { display: none;}
	
	.promo_item { padding: 30px;}
	.promo_item h3 { font-size: 24px;}
	.promo_item .text { padding: 20px 0;}
	
	.promo_item span { background: #D4AF37; position: absolute; z-index: 99;}
	.promo_item span.t { top: 10px;}
	.promo_item span.r { right: 10px;}
	.promo_item span.b { bottom: 10px;}
	.promo_item span.l { left: 10px;}
	
	.promo_item.blue span.b { left: -5%; width: 110%;}
	.promo_item.dark span.t { right: -5%; width: 110%;}
	
	.promo_item.first { margin-left: 0; margin-top: 30px;}
	.promo_item.last { margin-right: 0; margin-top: 30px;}
	
	#intro_block .preview { position: relative; top: 0; width: 100%; height: 250px;}
	
	.intro_item { display: block;}
	.intro_item .inner { padding: 30px;}
	.intro_item span { font-size: 18px;}
	.intro_item h3 { font-size: 24px; padding: 15px 0 30px 0;}
	.intro_item h3:after { content: ''; display: block; width: 60px; height: 1px; background: #D4AF37; margin-top: 15px;}
	.intro_item .text {}
	
	/* Pages */
	
	#cover { height: 250px;}
	#cover .overlay { height: 250px; display: none;}
	#slideshow .overlay { display: none;}
	.start_content { display: none;}
	.page_title { font-size: 36px;}
	
	.has_sidebar { padding: 0;}
	#sidebar { padding: 50px 0 0 0;}
	
	/* Masonry */
	
	.grid-sizer,
	.masonry .item { width: 100%;}
	
	.gallery_block .grid-sizer,
	.gallery_block.masonry .item { width: 50%; padding: 5px;}
	
	/* Footer */
	
	#footer { padding: 0; text-align: center;}
	.newsletter { padding: 0 30px 30px 30px; margin: 30px 0;}
	.newsletter h3 { text-align: center;}
	.newsletter p { text-align: center;}
	.copyright { text-align: center;}
	
}

/* MAX HEIGHT */
@media (max-height: 900px) {
	.slide_height { height: 500px;}
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid #99A2AE;
	color: #00324E;
	font-size:16px ;
	padding: 13px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background:#fff;
	border-color: #0084CD;
	color: #00324E;
	outline: none !important;
	-webkit-box-shadow: 0 0 4px #0084CD;
	   -moz-box-shadow: 0 0 4px #0084CD;
		-ms-box-shadow: 0 0 4px #0084CD;
		    box-shadow: 0 0 4px #0084CD;
}

input[type="button"],
input[type="submit"] {
	border: 1px solid #00324E;
	background: #00324E;
	color: #fff;
	font-size: 16px;
	font-family: 'GothamMedium', sans-serif;
	line-height: 1em;
	padding: 13px 20px;
	text-transform: uppercase;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #00324E;
	-webkit-box-shadow: 0 0 4px #0084CD;
	   -moz-box-shadow: 0 0 4px #0084CD;
		-ms-box-shadow: 0 0 4px #0084CD;
		    box-shadow: 0 0 4px #0084CD;
}
input[type="button"]:focus,
input[type="submit"]:focus {
	border: 1px dashed #0084CD;
	background: #0084CD;
}

/*input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}*/

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-family: 'GothamMedium', sans-serif !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover,
.text a:focus { text-decoration: underline; color: #0084CD;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding-bottom: 15px;
}
.text dt, .text strong, .text b { font-family: 'GothamMedium', sans-serif !important; }

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #fff; background: #1F2123; border: 1px solid #1F2123;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/************************************/
/************ SHORTCODES ************/

/* Icons */

.shortcode-icon.custom { color: #D4AF37 !important;}

/* Buttons */

.shortcode-button { text-decoration: none !important;}
.shortcode-button.default { background: #1F2123 !important;}
.shortcode-button.custom { background: none !important; color: #00324E !important;
-webkit-box-shadow:inset 0 0 0 2px #00324E;
   -moz-box-shadow:inset 0 0 0 2px #00324E;
	-ms-box-shadow:inset 0 0 0 2px #00324E;
	    box-shadow:inset 0 0 0 2px #00324E;
}
.shortcode-button.custom:hover { background: #00324E !important; color: #fff !important;}

/* Alerts */

.shortcode-alert.custom { background: #D4AF37 !important; color: #fff;}
.shortcode-alert.light-grey { background: #fff !important;}
.shortcode-alert.light-grey a,
.shortcode-alert.white a { color: #1F2123 !important;}
.shortcode-alert.white a.shortcode-button.custom { color: #1F2123 !important;}
.shortcode-alert.white a.shortcode-button.custom:hover { color: #fff !important;}
/*.shortcode-alert.custom a.shortcode-button.white { color: #1F2123 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #1F2123 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}*/

.shortcode-alert.white {
-webkit-box-shadow:inset 0 0 0 1px #1F2123;
   -moz-box-shadow:inset 0 0 0 1px #1F2123;
	-ms-box-shadow:inset 0 0 0 1px #1F2123;
	    box-shadow:inset 0 0 0 1px #1F2123;
}

/* Quotes */

/* Lists */

.shortcode-list.custom li i { color: #D4AF37 !important;}

/* Video */

/* Fancybox */

.fancybox-close { background-color: #1F2123 !important;}
.fancybox-close:before { background: #fff;}
.fancybox-close:after { background: #fff;}

/************************************/
/************* END CSS! *************/