/*
Theme Name: MBE Golf Sydney
Version: 1.0
Description: Custom website for Kapsule Websites
Author: Kapsule Websites
Author URI: http://www.kapsulewebsites.com.au
*/





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




@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;
}

@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;
}

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

body {
	background: #222;
	color: #222;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#d02630;
	font-weight: 400;
}
a:hover,
a:active {
	color:#d02630;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamMedium', 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
	#d02630 = Default
	#EFF4F9 = Light Blue
	#222 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 30px; height: 45px; font-family: 'GothamMedium', sans-serif; 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.overlay { background: rgba(0,0,0,0.3); position: absolute; left: 50%; top: 50%; width: 200px; margin: -20px 0 0 -100px; z-index: 99;}

.btn.btn_color { color: #fff; background: #d02630; border-color: #d02630;}
.btn.btn_white { color: #fff; background: none; border-color: #fff;}
.btn.btn_dark { color: #fff; background: #222; border-color: #222;}

.btn.btn_color:hover { color: #d02630; background: #fff;}
.btn.btn_white:hover { color: #d02630; background: #fff;}
.btn.btn_dark:hover { color: #222; background: #fff;}

.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);
}
.shadow2 { 
	-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);
}
.in_shadow { 
	-webkit-box-shadow: inset 0 0 40px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 40px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0 0 40px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 0 40px 0 rgba(0,0,0,0.2);
}

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

/* Header */

#header { background: #fff; position: relative; height: 110px; z-index: 999; border-bottom: 3px solid #d02630;}

	#logo { padding: 10px 0;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #1a1a1a; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 35px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #000;}
	
	.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: -8px 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: #222; color: #fff; right: 40px; padding: 13px 0; top: 0; font-family: 'GothamMedium', sans-serif; font-size: 14px; line-height: 1em;}

/* Home */

#slideshow { position: relative; width: 100%; height: 490px; background: #f1f1f1;}
	#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;}
	#slideshow .slide .caption { position: absolute; top: 50%; margin-top: -90px; width: 100%; z-index: 9999; text-align: center;}
	#slideshow .slide .caption h2 { position: relative; text-align: center; font-size: 48px; color: #fff; line-height: 1.2em; max-width: 700px; padding: 30px 0; margin: 0 auto; text-transform: none;}
	/*#slideshow .slide .caption h2:before { content: "{"; display: block; width: 80px; height: 100px; color: #fff; position: absolute; left: 0; top: 50%; margin-top: -50px; text-align: center; font-size: 110px;}
	#slideshow .slide .caption h2:after { content: "}"; display: block; width: 80px; height: 100px; color: #fff; position: absolute; right: 0; top: 50%; margin-top: -50px; text-align: center; font-size: 110px;}*/
	
	.svg_cover { position: absolute; bottom: 0; width: 100%; z-index: 9998; height: 100px;}
	.svg_cover svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

#intro_block { background: #fff; position: relative; padding: 30px 0 50px 0;}
	#intro_block h2 { font-size: 48px; padding: 0 50px; line-height: 1.1em;}
	#intro_block .text { padding: 30px 50px;}
	
.mini_event { margin: 0 25px;}
.mini_event h4 { padding: 0 0 20px 0; font-size: 16px; color: #ccc;}
.mini_event .box { margin: 0 0 20px 0;}
.mini_event .item { padding: 15px; border-bottom: 1px solid #f1f1f1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.mini_event .item:hover { border-right: 5px solid #d02630;}
.mini_event .item strong { font-family: 'GothamMedium', sans-serif;}

#promo_block { background: #f1f1f1 url(_assets/img/grass2.jpg) repeat; padding: 25px;}
	.promo { background: rgba(0,0,0,0.6); color: #fff; padding: 40px; min-height: 320px; margin:25px; position: relative; border-top: 3px solid #d02630;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
	.promo span { position: absolute; top: 0; left: 0; width: 35px; height: 150px; background: #fff; opacity: 0.2; display: none;}
	.promo .inner { width: 100%; display: block; position: relative;}
	.promo h3 { font-size: 32px; padding-bottom: 20px;}
	.promo .text { padding-bottom: 20px;}
	.promo .arrow {}
	.promo .arrow { margin: 10px 0 10px 50%; width: 40%; height: 2px; background: #fff; position: relative; opacity: 1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo .arrow i { position: absolute; width: 12px; height: 12px; position: absolute; right: 0; top: -5px; border-top: 2px solid #fff; border-right: 2px solid #fff; 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.promo:hover .arrow { opacity: 1; width: 50%;}
	
	.svg_promo { position: relative; height: 180px;}
	.svg_promo svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* Pages */

#cover { position: relative; background: #f1f1f1 no-repeat center center; height: 350px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	/*.overlay { position: absolute; z-index: 1; width: 100%; height: 100%; background: #222; opacity: 0.7;}*/
	.cover_inner { position: absolute; bottom: 40px; width: 100%; z-index: 999; text-align: center;}
	.cover_inner h1 { position: relative; display: inline-block; font-size: 64px; color: #fff; line-height: 1em; font-family: 'GothamMedium', sans-serif; padding: 30px 0; text-align: center;}
	.cover_inner h1 a { color: #fff;}
	.cover_inner h1 span { position: absolute; top: -15px; left: -30px; font-size: 20px;}
	#cover .svg_cover { z-index: 9;}

#content { padding: 40px 0; background: #fff; position: relative;}
#content.has_bottom { padding-bottom: 50px;}
#content .container { z-index: 9;}
#content.has_svg { padding-bottom: 50px;}

#page_block { background: #fff; padding: 40px;}

.svg_page { position: absolute; bottom: 0; width: 100%; z-index: 1; height: 180px;}
.svg_page svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* Promo Boxes */

.side_widget { margin-bottom: 40px;}
	.side_widget { background: #fff; color: #222; padding: 60px 40px; position: relative; border-top: 3px solid #d02630;}
	.side_widget span { position: absolute; top: 0; left: 0; width: 35px; height: 95px; background: #fff; opacity: 0.2;}
	.side_widget h3 { font-size: 24px; padding-bottom: 20px;}
	.side_widget .text { padding-bottom: 20px;}
	.side_widget .arrow {}
	.side_widget .arrow { margin: 10px 0 10px 50%; width: 40%; height: 2px; background: #222; position: relative; opacity: 0.2; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.side_widget .arrow i { position: absolute; width: 12px; height: 12px; position: absolute; right: 0; top: -5px; border-top: 2px solid #222; border-right: 2px solid #222; 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.side_widget:hover .arrow { opacity: 1; width: 50%;}

/* Projects */

.event_heading { padding: 30px 15px; font-size: 40px; color: #ccc;}

.proj_details { padding-bottom: 40px; text-align: center; font-size: 30px;}
.proj_text { padding: 0 0 40px 0;}
.text.center { text-align: center;}

.proj_item { position: relative; margin: 15px; background: #222;}
	.proj_item .preview { position: absolute; top: 0; left: 0; width: 120px; height: 100%; background: no-repeat center center; z-index: 1; overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.proj_item .preview span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: #222; opacity: 0.1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.proj_item .preview:after { content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 170px 15px; border-color: transparent transparent #d02630 transparent; z-index: 99; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.proj_item .details { margin-left: 120px; padding: 30px; color: #222; background: #fff;}
	.proj_item .details h3 { font-size: 18px; padding-bottom: 10px;}
	.proj_item .details .more { display: inline-block; padding-top: 10px; font-family: 'GothamMedium', sans-serif; color: #d02630;}
	.proj_item:hover .preview span { opacity: 0.5;}
	.proj_item:hover .preview:after { border-width: 0 0 170px 30px;}
	.proj_item .preview .arrow { position: absolute; top: 50%; left: 35px; z-index: 999; width: 50px; height: 2px; background: #fff; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.proj_item .preview .arrow i { position: absolute; width: 12px; height: 12px; position: absolute; right: 0; top: -5px; border-top: 2px solid #fff; border-right: 2px solid #fff; 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.proj_item:hover .preview .arrow { opacity: 1;}

/* Child Page */

.child_item { position: relative; margin: 15px;}
	.child_item .preview { position: relative; width: 100%; height: 150px; background: no-repeat center center; z-index: 1; overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.child_item .preview span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: #222; opacity: 0.1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_item .preview:after { content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 15px 300px; border-color: transparent transparent #d02630 transparent; z-index: 99; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_item .details { padding: 30px; color: #222; background: #fff;}
	.child_item .details h3 { font-size: 20px; padding-bottom: 10px;}
	.child_item:hover .preview span { opacity: 0.5;}
	.child_item:hover .preview:after { border-width: 0 0 30px 300px;}
	.child_item .preview .arrow { position: absolute; top: 50%; left: 35px; z-index: 999; width: 50px; height: 2px; background: #fff; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_item .preview .arrow i { position: absolute; width: 12px; height: 12px; position: absolute; right: 0; top: -5px; border-top: 2px solid #fff; border-right: 2px solid #fff; 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.child_item:hover .preview .arrow { opacity: 1;}

/* Posts */

.blog_posts {}

.the_post { position: relative; margin: 0 0 30px 0; background: #222;}
	.the_post .preview { position: absolute; top: 0; left: 0; width: 150px; height: 100%; background: no-repeat center center; z-index: 1; overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.the_post .preview span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: #222; opacity: 0.1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview:after { content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 170px 15px; border-color: transparent transparent #d02630 transparent; z-index: 99; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .details { margin-left: 150px; padding: 30px; color: #222; background: #fff;}
	.the_post .details h3 { font-size: 20px;}
	.the_post .details em { display: block; padding: 10px 0 5px 0; font-size: 12px; color: #999;}
	.the_post .details .more { display: inline-block; padding-top: 10px; font-family: 'GothamMedium', sans-serif;}
	.the_post:hover .preview span { opacity: 0.5;}
	.the_post:hover .preview:after { border-width: 0 0 170px 30px;}
	.the_post .preview .arrow { position: absolute; top: 50%; left: 35px; z-index: 999; width: 50px; height: 2px; background: #fff; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview .arrow i { position: absolute; width: 12px; height: 12px; position: absolute; right: 0; top: -5px; border-top: 2px solid #fff; border-right: 2px solid #fff; 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.the_post:hover .preview .arrow { opacity: 1;}
	

.post_single {}
	.single_title { padding-bottom: 20px; font-size: 32px;}
	
	.post_social { padding-bottom: 30px;}
	.post_social li { display: inline-block; position: relative; text-align: left; margin: 0 5px;}
	.post_social li a { display: block; height: 40px; min-width: 40px; font-size: 16px; padding: 10px 10px 10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid;}
	.post_social li span { font-style: normal; padding: 0 10px;}
	
	.post_social li.fb a { border-color: #3a589b; color: #3a589b;}
	.post_social li.tw a { border-color: #51c7ef; color: #51c7ef;}
	.post_social li.pi a { border-color: #cb2027; color: #cb2027;}
	.post_social li.gp a { border-color: #de4e43; color: #de4e43;}
	.post_social li.li a { border-color: #137bb6; color: #137bb6;}
	
	.post_social li.fb a:hover { background: #3a589b; color: #fff;}
	.post_social li.tw a:hover { background: #51c7ef; color: #fff;}
	.post_social li.pi a:hover { background: #cb2027; color: #fff;}
	.post_social li.gp a:hover { background: #de4e43; color: #fff;}
	.post_social li.li a:hover { background: #137bb6; color: #fff;}
	
	.post_social li.date { font-style: italic; color: #999;}
	
	.single_nav.prev { margin: 30px 20px 30px 0;}
	.single_nav.next { margin: 30px 0 30px 20px;}
	.the_post.single_nav .details { min-height: 150px;}
	.the_post.single_nav .details h3 { font-size: 16px;}
	.the_post.single_nav .details .more { font-size: 12px;}
	
	.post_nav { display: block;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: inline-block; line-height: 1em; margin: 0; font-size: 16px; padding: 15px 50px; background: #222; color: #fff; margin: 30px 0; }
	.post_nav .left { text-align: left;}
	.post_nav .right { text-align: right;}
	.post_nav a:hover { background: #222; color: #fff;}

.search_res { text-align: center; padding-bottom: 50px;}

/* Next / Prev */

.prev_p *,
.next_p * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.prev_p a,
.next_p a { display: block; position: relative; margin: 0;}
.prev_p h6,
.next_p h6 { font-size: 18px; display: block; line-height: 1em; padding: 15px 20px; background: #222; color: #fff; margin: 0 30px 30px 0;}
.prev_p a:hover h6,
.next_p a:hover h6 { background: #222;}

.prev_p a { text-align: center;}
.next_p a { text-align: center;}

/* Sidebar */

#sidebar { padding: 0 0 0 30px;}
#sidebar_alt { padding: 0 20px 0 50px;}

/* Widgets */

.widget { margin: 0 0 30px 0; text-align: left;}
	.widget h3 { font-size: 16px; margin-bottom: 15px; text-align: left; color: #222;}
	.widget ul li { padding: 5px 0; position: relative;}
	.widget ul ul li { margin: 0; opacity: 0.6;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a { font-size: 15px; color: #d02630;}
	.widget ul li a:hover { color: #d02630; text-decoration: underline;}
	.widget .textwidget { padding: 0;}
	#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; 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;*/}

/* Footer */

#logo_grid { position: relative; background: #fff; border-top: 3px solid #d02630;}
#logo_grid .logo_item { position: relative; height: 120px; padding-top: 15px;}
#logo_grid .logo_item .inner { height: 60px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#logo_grid .logo_item a { display: block; padding: 0 20px;}
#logo_grid .logo_item a img { position: relative; max-height: 60px; width: auto; max-width: 160px;}
#logo_grid .logo_item span { font-size: 13px; color: #666; display: block; text-align: center;}

#footer { background: #222; padding: 40px 0; color: #fff;}
	.social { text-align: left;}
	.social li { display: inline-block; margin: 5px; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; color: #fff; text-align: center; padding-top: 10px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.social li span:hover { background: #d02630;}
	
	.address { padding: 20px 0; font-size: 14px;}
	.address span { display: block; padding-top: 15px;}
	.address span a { color: #fff;}
	
	.footer_menu {}
	.footer_menu ul { text-align: right;}
	.footer_menu ul li { display: block; margin: 2px 0;}
	.footer_menu ul li a { color: #fff; font-size: 14px; text-transform: lowercase;}
	.footer_menu ul li a:hover { text-decoration: underline;}
	.footer_menu ul ul { display: none;}
	
	.newsletter_block { padding-bottom: 20px;}
	.newsletter_block p { padding: 0 0 15px 0;}
	.newsletter_block input[type="email"] { background: #333 !important; color: #fff !important; border: 1px solid #333 !important; margin: 0 !important;}
	.newsletter_block input[type="submit"] { margin: 0 !important; padding: 11px 0 !important; width: 100%; text-transform: none; background: #1a1a1a;}

.copyright_block { background: #1a1a1a; padding: 5px 0;}
	.copyright { font-size: 10px; text-align: center; color: #999;}
	.copyright a { color: #999;}
	.copyright a:hover { color: #fff;}

/* Gallery Shortcode */

.project_block { padding: 30px 0;}
.project_block .item { padding: 5px;}

.gallery_block { padding: 20px 0;}
.gallery_block .item { padding: 5px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_block .item:hover { opacity: 0.5;}

.block_gallery { padding: 30px 0; position: relative;}

/* Justified Gallery */

.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#222;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#222;border-radius:6px}

/* Search Popup */

#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: #d02630;}
	.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: #222;}
	.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; text-align: right; bottom: 20px; right: 20px; z-index: 9999;}
.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: 28px 0;}
#menu ul { text-align: right;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 14px; line-height: 1em; padding: 20px 10px; color: #222; font-weight: 400; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover {}
#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: 10px; border: 1px solid #000; font-family: 'GothamBook', sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}

/* 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 #222 transparent;}
#menu ul ul { display: none; position:absolute; left: 50%; top: 60px; margin-left: -100px; background: #222; 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);
	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;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #fff; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */

.mobile_sidebar { background: #222; padding: 30px; color: #fff;}
	
	.mobile_sidebar .mobile_menu { padding: 0 0 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: 16px; text-transform: uppercase; font-family: 'GothamMedium', sans-serif; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; color: #999;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	
	.mobile_sidebar .address { padding: 20px 0; text-align: center; color: #999;}
	.mobile_sidebar .address h5 { color: #fff; padding-bottom: 10px;}
	.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; bottom: 40px;}
	
	.btn { padding: 12px 15px;}
	
	/* Home */
	
	.intro_h2 { font-size: 30px;}
	.intro_h2 span { padding: 30px;}
	#intro_block .text { padding: 20px;}
	.promo { padding: 80px 30px; margin: -250px 15px 60px 15px;}
	.promo span { width: 20px; height: 100px;}
	.promo h3 { font-size: 20px;}
	
	/* Pages */
	
	/* Posts */
	
	.post_social li span { display: none;}
	.single_nav.prev,
	.single_nav.next { margin: 30px 0 0 0;}
	
}

/* 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%;}
	
	/* Header */
	
	#slideshow { height: 350px;}
	#slideshow .slide .caption { bottom: 30px;}
	#slideshow .slide .caption h2 { font-size: 24px; max-width: 700px; padding: 50px 80px;}
	#slideshow .slide .caption h2:before { width: 50px; height: 60px; margin-top: -30px; font-size: 50px;}
	#slideshow .slide .caption h2:after { width: 50px; height: 60px; margin-top: -30px; font-size: 50px;}
	
	.svg_cover { height: 60px;}
	
	.intro_h2 { position: relative; top: auto; left: auto; width: 100%; height: auto; text-align: center; font-size: 30px; border-bottom: 3px solid #d02630;}
	.intro_h2 span { padding: 30px 0;}
	#intro_block .text { padding: 30px 0;}

	#promo_block { margin-top: 0; padding-bottom: 20px;}
	.promo { padding: 50px 40px; margin: 20px 10px;}
	.promo span { height: 80px;}
	.promo h3 { font-size: 30px;}
	.promo .arrow { margin: 10px 0 10px 60%; width: 30%;}
	.promo:hover .arrow { width: 40%;}
	
	.svg_promo { height: 60px;}
	
	/* Pages */
	
	#cover { height: 250px;}
	.cover_inner { bottom: 30px;}
	.cover_inner h1 { font-size: 36px;}
	.cover_inner h1 span { top: -5px; left: -20px; font-size: 14px;}

	#content { padding: 40px 0;}
	#content.has_bottom { padding-bottom: 40px;}
	#content.has_svg { padding-bottom: 70px;}
	
	#page_block { background: #fff; padding: 40px;}
	
	.svg_page { height: 60px;}
	
	/* Projects */
	
	.proj_details .stats { text-align: center; padding: 10px 0; font-size: 24px;}
	.proj_details .stats.alt { font-size: 18px; padding: 5px 0; color: #d02630;}
	.proj_item { margin: 20px 0;}
	
	/* Posts */
	
	.post_social li span { display: none;}
	.single_nav.prev,
	.single_nav.next { margin: 30px 0 0 0;}
	
}

/************************************/
/************** 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: none;
	border: 1px solid #ccc;
	color: #666666;
	font-size: 16px !important;
	padding: 14px 10px !important;
	margin: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

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 {
	outline: none !important;
	border-color: #8AC06E;
	background: #fff;
	color: #222222;
}

input[type="button"],
input[type="submit"] {
	border: none;
	background: #d02630;
	color: #fff;
	font-size: 18px !important;
	font-family: 'GothamMedium', sans-serif;
	padding: 10px 20px !important;
	text-transform: none;
	margin: 10px 0;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #d02630;
}

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

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	padding-end: 20px;
	
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	padding-start: 2px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/*background-image: url(_assets/img/select.png), -webkit-linear-gradient(#f9f9f9, #f9f9f9 40%, #f1f1f1);*/
	background-image: url(_assets/img/select.png), -webkit-linear-gradient(#ffffff, #ffffff 40%, #f1f1f1);
	
	background-position: 97% center;
	background-repeat: no-repeat;
	/*border: 1px solid #ece9e5;*/
	border: 1px solid #ccc;
	color: #222222;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding: 10px !important;
	font-size: 16px;
	line-height: 1em !important;
	min-height: 48px !important;
	max-height: 48px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	select { padding: 16px 5px;}
}

select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

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-weight: 400 !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-decoration: underline;}
.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-transform: none;
	font-family: 'GothamMedium', cursive;
}
.text dt, .text strong, .text b { font-weight: normal !important; font-family: 'GothamMedium', sans-serif;}

/* 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: #d02630; border: 1px solid #d02630;}

/* 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);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

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

/* Icons */

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

/* Buttons */

.shortcode-button { font-family: 'GothamMedium', sans-serif;}
.shortcode-button.default { background: #222 !important;}
.shortcode-button.custom { background: #000 !important;}

/* Alerts */

.shortcode-alert a { color: #d02630 !important;}
.shortcode-alert.custom { background: #d02630 !important; color: #fff;}
.shortcode-alert.custom a { color: #fff !important; text-decoration: underline !important;}
.shortcode-alert .shortcode-button { color: #fff !important;}
.shortcode-alert.light-grey { background: #EFF4F9 !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #d02630 !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #000 !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: #000 !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;
}

/* Quotes */

/* Lists */

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

/* Video */

/* Fancybox */

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

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