/*
Theme Name: Kapsule - Rubik
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: 'BebasNeueRegular';
    src: url('_assets/fonts/BebasNeueRegular.eot');
    src: url('_assets/fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/BebasNeueRegular.woff') format('woff'),
         url('_assets/fonts/BebasNeueRegular.ttf') format('truetype'),
         url('_assets/fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

body {
	background: #fff;
	color: #1a1a1a;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
a {
	color: #e22679;
	font-weight: normal;
}
a:hover,
a:active {
	color: #ff58a1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: 400;
	/*text-transform: uppercase;*/
	font-family: 'BebasNeueRegular', sans-serif;
}

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

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

/* Colors
	#1a1a1a = Highlight
	#222222 = Secondary
	#f1f1f1 = Light Grey
	#222222 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 20px; font-size: 15px; text-transform: uppercase; line-height: 1em; transition:.5s; text-align: center; border: 1px solid; overflow: hidden; font-weight: 700; border-radius: 3px;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}

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

.btn.btn_color:hover { color: #fff; background: #ff58a1;}
.btn.btn_white:hover { color: #fff; background: #1a1a1a;}
.btn.btn_dark:hover { color: #fff; background: #1a1c1e;}
.btn:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.17);
}

.btn .circle,
.clickbtn .circle {
	display: block; 
	position: absolute;
	background: rgba(0,0,0,.1);
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 0.65s linear;
}

@keyframes ripple {
	100% {
		opacity: 0; 
		transform: scale(2.5);
	}
}


.shadow { 
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.curve { /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/}

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


#sb-site,.sb-site-container { background: #1a1a1a;}

/****************************************************/
/* HEADER */
/****************************************************/


#header { position: fixed; top: 0; width: 100%; background: #fff; z-index: 8000; border-bottom: 1px solid #f1f1f1; box-shadow: 0 0 10px rgba(0,0,0,0.1);}

	.header_top { background: #1a1a1a; color: #fff;}
	.header_main {}
	#logo { position: relative; height: 80px; padding-left: 20px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	.header_gap { position: relative; height: 80px;}
	.header_gap.has_top { position: relative; height: 120px;}
	
	.header_top .top_social { float: right; display: block; position: relative;}
	.header_top .top_social li { display: inline-block; float: left; position: relative;}
	.header_top .top_social li a { display: block; height: 40px; color: #99A2AE; font-weight: 700; transition:.5s;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.header_top .top_social li em { font-style: normal; display: inline-block; padding: 0 15px 0 0; font-size: 13px;}
	.header_top .top_social li span { min-width: 40px; text-align: center;}
	.header_top .top_social li a:hover { color: #fff; background: #000;}
	.header_top .menu_top { float: right;}
	.header_top .menu_top li { float: left; display: inline-block;}
	.header_top .menu_top li a { display: block; font-size: 13px; line-height: 1em; padding: 13px 12px 14px 12px; color: #99A2AE; font-weight: 700; transition:.5s;}
	.header_top .menu_top li.action a { color: #fff; background: #000; padding: 13px 25px 14px 25px;}
	.header_top .menu_top li a:hover { color: #fff; background: #000;}
	
	/****************************************************/
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #e22679; 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: #e22679;}
	
	.menu-button:before, .menu-button:after { 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: #e22679; color: #fff; right: 40px; padding: 13px 0; top: 0; font-size: 14px; font-weight: 700; line-height: 1em;}
	
/****************************************************/
/* MENUS */
/****************************************************/


#menu { position: relative; height: 80px; padding-right: 20px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
#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: 10px 0; margin: 0 10px; font-weight: 700; color: #1a1a1a; text-transform: uppercase; 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 { border-bottom: 2px solid #e22679;}

#menu ul li.action a { padding: 10px 20px; margin-left: 10px; color: #fff; border: none; background: #e22679; font-weight: 700; border-radius: 3px;}
#menu ul li.action a:hover { background: #ff58a1; color: #fff; box-shadow: 0 0 10px rgba(227, 38, 120, 1);}

/* 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 #222222 transparent;}
#menu ul ul { display: none; position:absolute; left: 50%; top: 58px; margin-left: -125px; background: #222222; width: 250px; z-index:9999; text-align: center; padding: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
#menu ul ul li { width: 250px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 15px 20px; color: #fff !important; 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: #fff; }
#menu ul ul li a:hover { background: rgba(0,0,0,0.1);}
/* level 2 */
#menu ul ul ul:before { left: -5px; top: 19px; margin-left: -2px; border-width: 7px 7px 7px 0; border-color: transparent #f1f1f1 transparent transparent;}
#menu ul ul ul { left:200px; margin-left:0; top: -10px; padding: 10px 0; border-top: none; border-left: 2px solid #f1f1f1; background: #f1f1f1; box-shadow: 0 10px 30px rgba(0,0,0,0.1);}

/****************************************************/
/* mobile menu */

.mobile_sidebar { background: #222222; padding: 30px;
	background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 100%);
	background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#333333",GradientType=1);
}
	.mobile_sidebar #searchform {}
	.mobile_sidebar #searchform input { background: rgba(0,0,0,0.2); border: none !important;}
	.mobile_sidebar #searchform i { color: #1a1a1a;}
	
	.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: 16px; text-transform: uppercase; color: #fff; font-weight: 700;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 0; opacity: 0.5;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	/*.mobile_sidebar .social li span { width: 40px; height: 40px; padding-top: 8px; border: 1px solid #fff; color: #fff;}
	.mobile_sidebar .social li span:hover { background: #fff; color: #1a1a1a;}*/
	
	.mobile_sidebar .address:before { content: ''; display: block; width: 60px; height: 2px; background: rgba(255,255,255,0.2); position: absolute; top: 0; left: 50%; margin-left: -30px;}
	.mobile_sidebar .address { padding: 30px 0; text-align: center; color: #fff; position: relative;}
	.mobile_sidebar .copyright { text-align: center; color: #999; line-height: 1.2em; padding-top: 30px;}
	.mobile_sidebar .copyright a { color: #999;}

/****************************************************/
/* General */


#content { position: relative; background: #fff;}
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition:.5s;}


/****************************************************/
/* Page Builder */
/****************************************************/


.section_heading { padding: 50px 0 0 0; text-align: center; font-size: 36px; color: #fff;}
	.text.heading_text { display: block; padding: 30px 0;}
	.text.text_center { text-align: center;}

/****************************************************/
/* Heading */

.block_heading { position: relative; background: rgba(0,0,0,0.1) no-repeat center center; background-size: cover;}
	.block_heading .inner { position: relative; z-index: 9; width: 100%; padding: 300px 0 50px 0; text-align: center;}
	.block_heading h1 { position: relative; z-index: 10; font-size: 72px; color: #fff; text-shadow: 0 0 40px rgba(0,0,0,0.2);}
	.block_heading h1 a { color: #fff;}
	.block_heading span { position: relative; display: block; z-index: 15; width: 300px; margin: 0 auto; padding-top: 15px; color: #fff; text-shadow: 0 0 20px rgba(0,0,0,0.2);}
	.block_heading .back { color: #fff;}
	.block_heading .back a { color: #fff;}
	.block_heading.single_heading h1 { font-size: 50px;}
	
	.block_heading .overlay.overlay { background: #000; opacity: 0.5;}
	.block_heading .overlay.pixel { background: url(_assets/img/pixel.png) repeat;}
	.block_heading .overlay.both { background: rgba(0,0,0,0.5) url(_assets/img/pixel.png) repeat;}

/****************************************************/
/* Videos */

.block_video { position: relative; padding: 50px 0;}
.block_video.white { background: #fff;}
.block_video.light { background: #f1f1f1;}
.block_video.dark { background: rgba(0,0,0,0.9);}
	.block_video .preview { position: relative; height: 500px; background: rgba(0,0,0,0.1) no-repeat center center; background-size: cover;}
	.block_video .preview i { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin: -40px 0 0 -40px; background: #1a1a1a; color: #fff; font-size: 30px; text-align: center; line-height: 1em; padding-top: 25px; transition:.5s; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
	
.block_video.full { position: relative; padding: 0; height: 500px; background: rgba(0,0,0,0.1) no-repeat center center; background-size: cover;}
	.block_video.full i { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin: -40px 0 0 -40px; background: #1a1a1a; color: #fff; font-size: 30px; text-align: center; line-height: 1em; padding-top: 25px; transition:.5s; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}

.hero_video { position: relative; display: block; overflow: hidden; height: 800px; background: rgba(0,0,0,0.1) no-repeat center center; background-size: cover; border-bottom: 5px solid #e22679;}
	.hero_video .overlay { opacity: 1; background: rgba(0,0,0,0.2); z-index: 3;}
	.hero_video video { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover;}
	.hero_video h2 { position: absolute; z-index: 9; text-align: center; padding: 40px; font-size: 80px; color: #fff; top: 50%; left: 0; width: 100%; height: 400px; margin-top: -200px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}

/****************************************************/
/* Slideshow */

.block_slideshow { position: relative; min-height: 400px;}

.block_slideshow.hfull {}
.block_slideshow.h400 { height: 400px;}
.block_slideshow.h500 { height: 500px;}
.block_slideshow.h600 { height: 600px;}
.block_slideshow.h700 { height: 700px;}
.block_slideshow.h800 { height: 800px;}

	.block_slideshow .overlay { z-index: 110;}
	.block_slideshow .overlay.dark { background: #000; opacity: 0.5;}
	.block_slideshow .overlay.custom { background: #222222; opacity: 0.8;}
	.block_slideshow.full { padding-bottom: 20px;}
	.block_slideshow .inner { position: absolute; z-index: 999; width: 100%; height: 100%; top: 0; left: 0;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.block_slideshow .caption { padding: 30px; position: relative; max-width: 700px; margin: 0 auto; color: #fff; text-align: center;}
	.block_slideshow .caption h3 { font-size: 80px; line-height: 1em;}
	.block_slideshow .caption .text { padding: 40px 0 0 0; max-width: 450px; margin: 0 auto;}
	.block_slideshow .caption span { margin-top: 30px;}
	
	.block_slideshow .scroll { position: absolute; bottom: 5px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background: #e22679; color: #f1f1f1; z-index: 999; border-radius: 50px; text-align: center; font-size: 30px; line-height: 1em; padding-top: 10px; cursor: pointer; box-shadow: 0 0 20px rgba(0,0,0,0.2);}

/****************************************************/
/* Text Area */

.block_textarea { padding: 50px 0; position: relative;}
	.block_textarea.white { background: #fff;}
	.block_textarea.light { background: #FEF8F6;}
	.block_textarea.dark { background: #222222;}
	.block_textarea.dark .text { color: #fff; font-weight: 400;}
	.block_textarea .text { padding: 0 30px;}
	.block_textarea.parant_content { padding-bottom: 0;}

/****************************************************/
/* Promo Boxes */

.block_promo { position: relative;}
.block_promo.white { background: #fff;}
.block_promo.light { background: #FEF8F6;}
.block_promo.dark { background: #222222;}
.block_promo.dark .heading_text { color: #fff; font-weight: 400;}
	.block_promo .heading_text { padding-top: 50px;}
	.block_promo.dark .icon_item .details .text { color: #fff; font-weight: 400;}
	
	.promo_grid { padding: 50px 40px 30px 40px;}
	.promo_grid.has_text { padding-top: 0;}
	.promo_item { position: relative; z-index: 999; margin: 20px; background: #fff; transition:.5s;}
	.promo_item .preview { position: relative; height: 200px; background: no-repeat center center; background-size: cover; transition:.5s;}
	.promo_item .details { padding: 30px 30px 40px 30px; text-align: center; color: #222222;}
	.promo_item .details h3 { font-size: 30px;}
	.promo_item .details .text { margin-top: 15px;}
	.promo_item .details span { display: inline-block; padding: 12px 20px; font-size: 15px; margin-top: 15px; font-weight: 700; background: #1a1a1a; color: #fff; text-transform: uppercase; line-height: 1em; transition:.5s; border-radius: 3px;}
    .promo_grid a:hover .promo_item .details span { background: #222222; color: #fff;}
    .promo_grid a:hover .promo_item .preview { opacity: 0.7;}
    .promo_grid a:hover .promo_item { transform: scale(1.05);}
    
	.promobg_item { position: relative; z-index: 999; margin: 20px; min-height: 350px; background: rgba(0,0,0,0.2) no-repeat center center; background-size: cover; transition:.5s; border-radius: 10px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.promobg_item .details { padding: 50px; text-align: center; color: #fff;}
	.promobg_item .details h3 { font-size: 30px;}
	.promobg_item .details .text { margin-top: 15px;}
	.promobg_item .details span { display: inline-block; padding: 12px 20px; font-size: 15px; margin-top: 30px; font-weight: 700; background: #fff; color: #111; text-transform: uppercase; line-height: 1em; transition:.5s; border-radius: 3px;}
    .block_promo a:hover .promobg_item { transform: scale(1.05);}
    
	.icon_grid {}
	.icon_grid.has_text {}
	.icon_item { position: relative; z-index: 999; margin: 40px 20px; text-align: center; transition:.5s; border-radius: 10px;}
	.icon_item .icon { position: relative; width: 100px; height: 100px; margin: 0 auto;}
	.icon_item .details { padding: 15px 20px 30px 20px; color: #222222;}
	.icon_item .details h3 { font-size: 30px; color: #1a1a1a;}
	.icon_item .details .text { margin-top: 15px;}
	.icon_item .details span { display: inline-block; padding: 10px 20px; margin-top: 25px; font-weight: 700; background: #e22679; color: #fff; text-transform: uppercase; line-height: 1em; border-radius: 3px; transition:.5s;}
    .icon_grid a:hover .icon_item .details span { background: #ff58a1; color: #fff;}
    .icon_grid a:hover .icon_item .icon { opacity: 0.7;}
    .icon_grid a:hover .icon_item { background: #fff; box-shadow: 0px 15px 40px rgba(0,0,0,0.1); transform: scale(1.05);}

/****************************************************/
/* Feated Text */

.block_feat { position: relative; padding: 20px 0;}
.block_feat.white { background: #fff;}
.block_feat.light { background: #FEF8F6;}
.block_feat.dark { background: #222222;}
	.block_feat.dark .text { color: #fff; font-weight: 400;}
	.block_grid { position: relative;}
	.block_grid .grid_img { position: absolute; background: no-repeat center center; background-size: cover; height: calc(100% - 100px); width: calc( 50% - 20px); top: 50px;}
	.block_grid .grid_img em { position: absolute; top: 50%; left: 50%; font-size: 40px; text-align: center; color: #f1f1f1; border: 1px solid #f1f1f1; width: 100px; height: 100px; margin: -50px 0 0 -50px; line-height: 1em; padding-top: 30px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; font-style: normal;}
	.block_grid .grid_txt { min-height: 350px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    /*justify-content: center;*/
	    align-items: center;
	}
	.block_grid .grid_txt .text { padding: 50px 40px; width: calc(100% - 80px); max-width: 550px; position: relative;}
	
	.block_grid .grid_img.left { left: 0;}
	.block_grid .grid_txt.right { justify-content: flex-start;}
	.block_grid .grid_txt.left .text { padding-left: 0;}
	
	.block_grid .grid_txt.left { justify-content: flex-end;}
	.block_grid .grid_img.right { right: 0;}
	.block_grid .grid_txt.right .text { padding-right: 0;}
	
	.feature_map { height: 100%;}
	
	/* full width */
	.block_feat.fullwidth { padding: 0;}
	.block_feat.fullwidth .block_grid .grid_img { height: 100%; width: 50%; top: 0;}
	.block_feat.fullwidth .block_grid .grid_txt .text { padding: 100px 40px;}
	.block_feat.fullwidth .block_grid .grid_txt.left,
	.block_feat.fullwidth .block_grid .grid_txt.right { justify-content: center;}

/****************************************************/
/* Blog / Project Feed */

.block_feed { position: relative; text-align: center; padding-bottom: 40px;}
.block_feed.white { background: #fff;}
.block_feed.light { background: #FEF8F6;}
.block_feed.dark { background: #222222;}
	.blog_feed { position: relative; padding: 30px 0 0 0;}
	.blog_feed .item { margin: 0 25px 50px 25px; position: relative;}
	.blog_item { position: relative; z-index: 999; cursor: pointer; background: #fff; transition:.5s;}
	.blog_item .preview { position: relative; height: 180px; width: 100%; background: no-repeat center center; background-size: cover; cursor: pointer; overflow: hidden;}
	.blog_item .preview .overlay { background: #1a1a1a; z-index: 9;}
	.blog_item .details { height: 180px; position: relative; padding: 40px; text-align: left;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	.blog_item .details h3 { font-size: 30px; color: #222222;}
	.blog_item .details span { font-weight: 700; padding-top: 10px; display: block;}
	.blog_item:hover { transform: scale(1.05);}
	.blog_item:hover .preview .overlay { opacity: 0.5;}
	
	.block_feed.masonry { padding: 20px 0;}
	.block_feed.masonry .gallery_masonry .item { padding: 0 20px 40px 20px; z-index: 991;}
	.block_feed.masonry .gallery_masonry { position: relative; z-index: 99;}
	
	.gallery_masonry .item .inner { background: #f1f1f1; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
	.gallery_masonry .item .inner .details { padding: 30px; text-align: left; color: #222222;}
	.gallery_masonry .item .inner .details h3 { font-size: 30px; padding-bottom: 20px; color: #1a1a1a;}
	.gallery_masonry .item .inner .details .more { padding-top: 15px; display: block;}
	.gallery_masonry .item .preview { position: relative; overflow: hidden;}
	.gallery_masonry .item .preview img { transition:.5s;}
	.gallery_masonry .item .preview span { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; background: #f1f1f1; text-align: center; font-size: 36px; line-height: 1em; color: #222222; padding-top: 12px; margin: -30px 0 0 -30px; border-radius: 50px; z-index: 9; opacity: 0; transition:.5s;}
	.gallery_masonry .item .inner i.fa { position: absolute; top: 0; left: 50%; width: 40px; height: 50px; background: #1a1a1a; text-align: center; font-size: 18px; line-height: 1em; color: #f1f1f1; padding-top: 15px; margin-left: -20px; z-index: 9;}
	.gallery_masonry .item .inner .gap { height: 2px; background: #1a1a1a; margin-bottom: 50px;}
	.gallery_masonry .item:hover .preview span { opacity: 1;}
	.gallery_masonry .item:hover .preview img { opacity: 0.7;}

/****************************************************/
/* Action */

.block_action { position: relative; background: #1a1a1a url(_assets/img/action_bg.png) repeat-y right top; z-index: 999; padding: 40px 0; color: #f1f1f1;}
	.block_action .action_text { text-align: right; font-size: 30px; padding: 10px 20px;}
	.block_action .action_btn { position: absolute; top: 50%; margin: -25px 20px 0 20px;}
	.block_action .btn { padding: 15px 40px; border: 1px solid #fff; color: #fff; display: block; font-size: 18px;}
	.block_action .btn:hover { background: #fff; color: #222222;}

/****************************************************/
/* Testimonials */

.block_testimonial { background: rgba(0,0,0,0.1) no-repeat center center; background-size: cover; position: relative;}
	.block_testimonial.fixed { background-attachment: fixed; }
	.block_testimonial .quote { padding: 100px 0 70px 0; font-size: 24px; text-align: center; font-family: Georgia, Serif; line-height: 1.3em; font-weight: 400; position: relative; color: #fff;}
	.block_testimonial .quote:before { content: ''; display: block; width: 60px; height: 3px; background: #1a1a1a; position: absolute; top: 0; left: 50%; margin: 70px 0 0 -30px;}
	.block_testimonial span { position: absolute; left: 50%; top: -120px; font-size: 550px; line-height: 1em; font-family: Arial Black, Arial, sans-serif; color: #f1f1f1; font-weight: 700; margin-left: -500px; opacity: 0.07;}
	.block_testimonial .quote em { display: block; padding-top: 30px; font-style: normal; font-size: 14px;}
	.block_testimonial .inner { min-height: 450px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}

/****************************************************/
/* Parallax */

.block_parallax { position: relative; background: rgba(0,0,0,0.1) no-repeat center center fixed; background-size: cover;}
	.block_parallax .overlay.light { background: #000; opacity: 0.5;}
	.block_parallax .overlay.dark { background: #fff; opacity: 0.8;}
	.block_parallax .overlay.custom { background: #1a1a1a; opacity: 0.8;}
	.block_parallax .inner { min-height: 450px; position: relative; z-index: 9;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.block_parallax h2 { text-align: center; padding: 100px 0; font-size: 80px; line-height: 1.2em;}
	.block_parallax h2.light { color: #fff; text-shadow: 0 0 40px rgba(0,0,0,0.2);}
	.block_parallax h2.dark { color: #000;}
	.block_parallax h2.custom { color: #1a1a1a;}

/****************************************************/
/* Gallery */

.block_gallery { position: relative; text-align: center;}
.block_gallery.white { background: #fff;}
.block_gallery.light { background: #FEF8F6;}
.block_gallery.dark { background: #222222;}
	
	ul.gallery_masonry { display: block; position: relative; z-index: 99; margin: 35px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		visibility: hidden;
		opacity: 0;
	}
	ul.gallery_masonry.is-img-loaded {
		visibility: visible;
		opacity: 1;
	}
	ul.gallery_masonry li.grid-sizer { width: 33%;}
	ul.gallery_masonry li { float: left; width: 33%;}
	ul.gallery_masonry li .inner { margin: 15px; position: relative; display: block; transition:.5s;}
	ul.gallery_masonry li .inner:hover { transform: scale(1.1);}
		
	.gallery_google { margin: 20px 0;}
		.gallery_google a { transition:.5s;}
		.gallery_google a:hover { transform: scale(1.1);}
	.gallery_basic { padding: 35px 0;}
		.gallery_basic .item { position: relative; margin: 15px;}
		.gallery_basic .item a { display: block; transition:.5s;}
		.gallery_basic .item a:hover { transform: scale(1.1);}
	.block_gallery .btn { margin-bottom: 50px;}

/****************************************************/
/* Team */

.block_team { position: relative; padding: 40px 0;}
.block_team.white { background: #fff;}
.block_team.light { background: #FEF8F6;}
.block_team.dark { background: #222222;}
	.block_team.dark .team_item .details h3,
	.block_team.dark .team_item .details .text { color: #fff;}
	.team_item { position: relative; padding: 20px; text-align: center;}
	.team_item .preview { margin: 0 auto; width: 180px; height: 180px; background: no-repeat center center; background-size: cover; border-radius: 200px;}
	.team_item .details { padding: 20px 0 0 0;}
	.team_item .details h3 {}
	.team_item .details span { display: inline-block; font-style: italic; color: #999; padding-top: 5px;}
	.team_item .details .text { padding-top: 15px;}
	
	.team_item.listed { text-align: left; min-height: 180px; padding-bottom: 50px;}
	.team_item.listed .preview { margin: 0; position: absolute; top: 20px; left: 20px;}
	.team_item.listed .details { padding: 0; margin-left: 220px;}
	.team_item.listed .details h3 { font-size: 30px;}
	.team_item.listed .details span { font-style: italic; color: #999;}
	.team_item.listed .details .text { padding-top: 15px;}

/****************************************************/
/* Instagram Feed */

.block_insta { display: block; position: relative; padding: 40px 20px; text-align: center; background: #FEF8F6;}
	.block_insta h3 { padding-bottom: 20px;}

/****************************************************/
/* Pages */
/****************************************************/

.block_child { padding: 30px 0; position: relative;}
	.child_page { position: relative; margin: 20px; transition:.5s;}
	.child_page .preview { background: no-repeat center center; background-size: cover; height: 200px; position: relative; transition:.5s;}
	.child_page h3 { text-align: center; font-size: 24px; color: #1a1a1a; padding: 20px 0;}
	.child_page .text { padding: 0 30px 30px 30px; color: #222222; text-align: center;}
	.child_page:hover .preview { opacity: 0.7;}
	.child_page:hover { transform: scale(1.05);}

.block_sidebar { position: relative; padding: 50px 0;}
	.page_single { padding-right: 40px;}
	.widget_menu { background: #fff; padding: 30px; margin-bottom: 40px;}
	.widget_menu ul {}
	.widget_menu ul li { display: block;}
	.widget_menu ul li a { display: block; padding: 5px 0; font-weight: 700; color: #222222; text-transform: uppercase; cursor: pointer; transition:.5s;}
	.widget_menu ul ul li a { padding: 5px 0 5px 10px; opacity: 0.5;}
	.widget_menu ul li a:hover { opacity: 0.5; padding-left: 10px;}
	.widget_menu ul ul li a:hover { padding-left: 20px;}
	
	.widget_box { position: relative; margin-bottom: 40px; background: rgba(0,0,0,0.1) no-repeat center center; background-size: cover; cursor: pointer; height: 200px; transition:.5s;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;}
    .widget_box h3 { font-size: 30px; color: #fff; padding: 20px; position: relative; z-index: 9;}
    .block_sidebar .widget_box .overlay { opacity: 0.2; background: #1a1a1a;}
    .block_sidebar a:hover .widget_box .overlay { opacity: 0.5;}
    .block_sidebar a:hover .widget_box { transform: scale(1.1);}

/****************************************************/
/* Posts */
/****************************************************/

.blog_posts { padding: 40px 0;}

.the_post { margin: 0 0 40px 0;}
	.the_post .preview { position: absolute; top: 0; left: 0; width: 30%; height: 100%; background: no-repeat center center; background-size: cover;}
	.the_post .preview span { position: absolute; display: block; top: 20px; left: -10px; width: 50px; height: 50px; color: #fff; font-weight: 700; text-align: center; padding-top: 10px; font-size: 15px; text-transform: uppercase; line-height: 1em; z-index: 99; background: #222222;}
	.the_post .preview span em { font-style: normal; font-size: 12px; display: block;}
	.the_post .preview .overlay { background: #1a1a1a;}
	.the_post .details { padding: 30px;}
	.the_post h3 { padding-bottom: 20px; line-height: 1.1em; font-size: 20px; color: #1a1a1a;}
	.the_post .text { color: #222222;}
	.the_post .more { display: block; padding-top: 20px; color: #1a1a1a; font-weight: 700;}
	.the_post:hover .preview .overlay { opacity: 0.5;}

.blog_masonry { display: block; position: relative; z-index: 99; margin: 40px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		/*visibility: hidden;
		opacity: 0;*/
	}
	.blog_masonry.is-img-loaded {
		visibility: visible;
		opacity: 1;
	}
	.blog_masonry .grid-sizer { width: 33%;}
	.blog_masonry .item { float: left; width: 33%;}
	.blog_masonry .item .inner { margin: 15px; text-align: left;}
	.blog_masonry .item .preview { position: relative;}
	.blog_masonry .item .preview .overlay { opacity: 0; background: #1a1a1a;}
	.blog_masonry .item:hover .preview .overlay { opacity: 0.5;}
	.blog_masonry .item .details { position: relative; background: #fff; padding: 30px;}
	.blog_masonry .item h3 { padding-bottom: 20px; line-height: 1.1em; font-size: 20px; color: #1a1a1a;}
	.blog_masonry .item .text { color: #222222;}
	.blog_masonry .item .more { display: block; padding-top: 20px; color: #1a1a1a; font-weight: 700;}

/****************************************************/
/* Single */

.post_single { padding: 50px 0; background: #fff;}

	.post-social { display: block; position: relative; z-index: 9; text-align: center; margin-bottom: 40px;}
	.post-social li { display: inline-block; position: relative; margin: 0 5px;}
	.post-social li a { display: block; font-size: 14px; border: 1px solid; color: #f1f1f1; padding: 7px 10px; transition:.5s;}
	.post-social li a i { display: inline-block; padding-right: 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: #f1f1f1;}
	.post-social li.tw a:hover { background: #51c7ef; color: #f1f1f1;}
	.post-social li.pi a:hover { background: #cb2027; color: #f1f1f1;}
	.post-social li.gp a:hover { background: #de4e43; color: #f1f1f1;}
	.post-social li.li a:hover { background: #137bb6; color: #f1f1f1;}

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

/****************************************************/
/* Next / Prev */
/****************************************************/

.block_nav { padding: 40px 0;}
.search_results .post_nav_item { margin-bottom: 40px;}

.post_nav_item { position: relative; margin: 15px 20px; padding: 0 30px 0 180px; text-align: left; z-index: 2; background: #fff;}
	.post_nav_item * { transition:.5s;}
	.post_nav_item .preview { width: 150px; height: 150px; position: absolute; top: 0; left: 0; z-index: 3; background: #1a1a1a; overflow: hidden;}
	.post_nav_item .preview img { position: relative; z-index: 9;}
	.post_nav_item:hover .preview img { opacity: 0.5;}
	.post_nav_item .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; line-height: 1em; z-index: 15; font-style: normal;}
	.post_nav_item .details { min-height: 150px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	.post_nav_item h3 { font-size: 18px; color: #222222;}
	
	.post_nav { display: block;}
	.post_nav * { transition:.5s;}
	.post_nav a { display: block; line-height: 1em; margin: 0; font-size: 18px; padding: 15px 20px; border: 3px solid #222222; color: #222222; margin: 0 15px 30px 15px;}
	.post_nav .left { text-align: center;}
	.post_nav .right { text-align: center;}
	.post_nav a:hover { background: #222222; color: #f1f1f1;}

/****************************************************/
/* Sidebar */
/****************************************************/

#sidebar { padding: 20px 0;}

/****************************************************/
/* Widgets */

.widget { padding: 0 0 40px 60px;}
	.widget h3 { font-size: 18px; color: #1a1a1a; padding-bottom: 20px;}
	.widget ul li { position: relative;}
	.widget ul ul li {}
	.widget ul li a { font-size: 15px; color: #222222; padding: 5px 0; display: block; position: relative; z-index: 1; transition:.5s;}
	.widget ul li a:hover,
	.widget ul li.current-menu-item a { color: #1a1a1a;}
	.widget .textwidget { padding: 0;}
	#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: #1a1a1a;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}
	
	.block_search { padding: 10px 20px 40px 20px;}
	.block_search #searchform input[type="text"] { padding: 20px !important;}

/****************************************************/
/* Footer */
/****************************************************/

.logo_block { border-top: 5px solid #222222; background: #fff; position: relative; padding: 40px 20px 10px 20px;}
.logo_block h4 { text-align: center; font-size: 30px; padding-bottom: 20px; color: #222222;}
	.logo_block .logo { height: 100px; text-align: center;
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;}
	.logo_block .logo .inner { position: relative; text-align: center; display: block; width: 90%; padding: 0 5%; height: 100px;}
	.logo_block .logo .inner img {}

#footer { background: #1a1a1a; border-top: 5px solid #e22679; 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; min-width: 40px; height: 40px; color: #fff; text-align: center; padding: 10px 10px 0 10px; border: 1px solid #fff; font-size: 20px; transition:.5s; border-radius: 3px; vertical-align: top;}
	.social li span i { font-style: normal; display: inline-block; padding-left: 10px; font-size: 14px; line-height: 1em; font-family: sans-serif;}
	.social li span.team_app { background: url(_assets/img/teamapp.svg) no-repeat left center; }
	.social li span.team_app i { margin-left: 20px;}
	.social li span:hover { background-color: #e22679; border-color: #e22679; color: #fff;}
	
	.social li span.fa-facebook:hover { background-color: #3b5999; border-color: #3b5999;}
	.social li span.team_app:hover { background-color: #09b83e; border-color: #09b83e;}
	.social li span.fa-twitter:hover { background-color: #55acee; border-color: #55acee;}
	.social li span.fa-linkedin:hover { background-color: #0077B5; border-color: #0077B5;}
	.social li span.fa-pinterest:hover { background-color: #bd081c; border-color: #bd081c;}
	.social li span.fa-google-plus:hover { background-color: #dd4b39; border-color: #dd4b39;}
	.social li span.fa-instagram:hover { background-color: #e4405f; border-color: #e4405f;}
	.social li span.fa-youtube:hover { background-color: #cd201f; border-color: #cd201f;}
	.social li span.fa-vimeo:hover { background-color: #1ab7ea; border-color: #1ab7ea;}
	
	.address { padding: 20px 0; font-size: 14px;}
	.address h4 { padding-bottom: 5px; font-weight: 700;}
	
	.badge { padding: 20px; text-align: center;}
	
	.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: uppercase; font-weight: 700;}
	.footer_menu ul li a:hover { color: #ccc;}
	.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: #222222 !important; color: #f1f1f1 !important; border: 1px solid #222222 !important; margin: 0 !important;}
	.newsletter_block input[type="submit"] { margin: 0 !important; padding: 11px 0 !important; width: 100%; text-transform: none; background: #1a1a1a;}

	.copyright { font-size: 10px; text-align: center; color: #999;}
	.copyright a { color: #999;}
	.copyright a:hover { color: #fff;}

/****************************************************/
/* Gallery Shortcode */
/****************************************************/

.gallery_block { padding: 20px 0;}
.gallery_block .item { padding: 5px; transition:.5s;}
.gallery_block .item:hover { opacity: 0.5;}

/****************************************************/
/* 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:#222222;left:0;right:0;margin:0;color:#f1f1f1;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:#222222;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; background: none !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 50%; right: 10px; border: none ; background: none; width: 24px; height: 24px; margin: -12px 0 0 0; font-size: 24px; padding: 0; line-height: 1em; display: block; cursor:pointer; color: #1a1a1a;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #f1f1f1;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #222222;}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #f1f1f1;
	-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: #f1f1f1;
	-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; height: 100%; min-height: 150px; 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-left: -150px; text-align: center; bottom: 10px; left: 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;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0.2;}
.cycle-pager span.cycle-pager-active { opacity: 1;}

.cycle-prev,
.cycle-next { position: absolute; top: 50%; width: 40px; height: 40px; margin-top: -20px; background: #fff; color: #1a1a1a; z-index: 999; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; text-align: center; cursor: pointer; font-size: 30px; line-height: 1em; padding-top: 5px; opacity: 0;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	transition:.5s;
}
.cycle-prev { left: 15px; padding-right: 3px;}
.cycle-next { right: 15px; padding-left: 3px;}

.cycle-slideshow:hover .cycle-prev, 
.cycle-slideshow:hover .cycle-next { opacity: 0.7;}

.cycle-slideshow { height: 100%;}
.cycle-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;}

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

/* SELECT & PLACEHOLDER */

::selection,
::-moz-selection { background: #f1f1f1; color:#222222;}

::-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 #ccc;
	color: #1a1a1a;
	font-size: 16px;
	padding: 15px !important;
	border-radius: 3px;
}

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: #e22679;
	color: #1a1a1a;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #e22679;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 20px;
	border-radius: 3px;
	text-transform: uppercase;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #ff58a1; 
	box-shadow: 0 0 10px rgba(227, 38, 120, 1);
}

/*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;}
/*.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;}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description { line-height: 1.3em; font-size: 13px !important;}
.gform_wrapper .field_description_below .gfield_consent_description ul, 
.gform_wrapper .gfield_consent_description ul { margin: 10px 0; list-style: circle !important;}
.gform_wrapper .field_description_below .gfield_consent_description ul li, 
.gform_wrapper .gfield_consent_description ul li { padding-bottom: 5px; list-style: circle !important;}

.gform_wrapper .gsection .gfield_label, 
.gform_wrapper h2.gsection_title, 
.gform_wrapper h3.gform_title { font-size: 30px !important; font-weight: normal !important;}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 0 !important;}

/****************************************************/
/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:18px;}
.text h5 { font-size:20px;}
.text h4 { font-size:30px;}
.text h3 { font-size:40px;}
.text h2 { font-size:50px;}
.text h1 { font-size:60px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	color: #1a1a1a;
	margin-bottom: .5em;
	padding: 0;
	position: relative;
}
.text h5,
.text h6 { color: #999;}
/*.text h5:after,
.text h6:after { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 80px; height: 2px; background: #f1f1f1;}*/

.text dt, .text strong, .text b { font-weight: 700 !important; }

.text .tablepress { border: 1px solid #ddd; font-size: 12px;}
.text .tablepress tfoot th, 
.text .tablepress thead th { background: rgba(226, 38, 121, 0.1); font-size: 14px; color: #e22679;}

.text .tablepress .row-hover tr:hover td {
	/*background-color: rgba(226, 38, 121, 0.07);
	color: #000;*/
	font-weight: 700;
}
/* Day */
.text .tablepress .row-2 .column-1,
.text .tablepress .row-3 .column-1,
.text .tablepress .row-4 .column-1,
.text .tablepress .row-5 .column-1,
.text .tablepress .row-6 .column-1,
.text .tablepress .row-7 .column-1,
.text .tablepress .row-8 .column-1,
.text .tablepress .row-9 .column-1,
.text .tablepress .row-10 .column-1 {
	background-color: #FEF8F6;
	color: #e22679;
}

/* Studio #1 Header */
.text .tablepress .row-1 .column-2,
.text .tablepress .row-1 .column-3,
.text .tablepress .row-1 .column-4 {
	background-color: #8BD3DE;
	color: #015663;
}

/* Studio #2 Header */
.text .tablepress .row-1 .column-5,
.text .tablepress .row-1 .column-6,
.text .tablepress .row-1 .column-7 {
	background-color: #FEEDB9;
	color: #A04F18;
}

/* Studio #1 */
.text .tablepress .row-2 .column-2,
.text .tablepress .row-3 .column-2,
.text .tablepress .row-4 .column-2,
.text .tablepress .row-5 .column-2,
.text .tablepress .row-6 .column-2,
.text .tablepress .row-7 .column-2,
.text .tablepress .row-8 .column-2,
.text .tablepress .row-9 .column-2,
.text .tablepress .row-10 .column-3,
.text .tablepress .row-2 .column-3,
.text .tablepress .row-3 .column-3,
.text .tablepress .row-4 .column-3,
.text .tablepress .row-5 .column-3,
.text .tablepress .row-6 .column-3,
.text .tablepress .row-7 .column-3,
.text .tablepress .row-8 .column-3,
.text .tablepress .row-9 .column-3,
.text .tablepress .row-10 .column-3,
.text .tablepress .row-2 .column-4,
.text .tablepress .row-3 .column-4,
.text .tablepress .row-4 .column-4,
.text .tablepress .row-5 .column-4,
.text .tablepress .row-6 .column-4,
.text .tablepress .row-7 .column-4,
.text .tablepress .row-8 .column-4,
.text .tablepress .row-9 .column-4,
.text .tablepress .row-10 .column-4 {
	background-color: #E7F6F8;
}

/* Studio #2 */
.text .tablepress .row-2 .column-5,
.text .tablepress .row-3 .column-5,
.text .tablepress .row-4 .column-5,
.text .tablepress .row-5 .column-5,
.text .tablepress .row-6 .column-5,
.text .tablepress .row-7 .column-5,
.text .tablepress .row-8 .column-5,
.text .tablepress .row-9 .column-5,
.text .tablepress .row-10 .column-5,
.text .tablepress .row-2 .column-6,
.text .tablepress .row-3 .column-6,
.text .tablepress .row-4 .column-6,
.text .tablepress .row-5 .column-6,
.text .tablepress .row-6 .column-6,
.text .tablepress .row-7 .column-6,
.text .tablepress .row-8 .column-6,
.text .tablepress .row-9 .column-6,
.text .tablepress .row-10 .column-6,
.text .tablepress .row-2 .column-7,
.text .tablepress .row-3 .column-7,
.text .tablepress .row-4 .column-7,
.text .tablepress .row-5 .column-7,
.text .tablepress .row-6 .column-7,
.text .tablepress .row-7 .column-7,
.text .tablepress .row-8 .column-7,
.text .tablepress .row-9 .column-7,
.text .tablepress .row-10 .column-7 {
	background-color: #FFFBF1;
}

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

/****************************************************/
/* ALIGNMENTS */

.wp-caption {
	border: 1px solid #ddd;
	background-color:#f1f1f1;
	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: #e22679 !important;}

/****************************************************/
/* Buttons */

.shortcode-button { font-weight: 700 !important; transition:.5s; border-radius: 3px;
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
   -moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
	-ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
	    box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
}
.shortcode-button.white {
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
   -moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
	-ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
	    box-shadow:inset 0 0 0 1px rgba(0,0,0,1);
}
.shortcode-button.default { background: #222222 !important;}
.shortcode-button.custom { color: #fff !important; background: #e22679 !important;}
.shortcode-button.custom:hover { color: #fff !important; background: #ff58a1 !important; border: none; box-shadow: 0 0 10px rgba(226, 38, 121, 1);}
.shortcode-button.light-grey { color: #222222 !important;}

.shortcode-button:hover {
-webkit-box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
   -moz-box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
        box-shadow: inset 0 -70px 0 1px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
}
.shortcode-button.white:hover {
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
   -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0), 0 5px 15px rgba(0,0,0,0.2);
}

/****************************************************/
/* Alerts */

.shortcode-alert.custom { background: #e22679 !important; color: #fff;}
.shortcode-alert.light-grey { background: #f1f1f1 !important;}
.shortcode-alert.light-grey a,
.shortcode-alert.white a { color: #e22679 !important;}
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #e22679 !important;
-webkit-box-shadow:inset 0 0 0 2px #f1f1f1;
   -moz-box-shadow:inset 0 0 0 2px #f1f1f1;
	-ms-box-shadow:inset 0 0 0 2px #f1f1f1;
	    box-shadow:inset 0 0 0 2px #f1f1f1;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #f1f1f1 !important; background: #222222 !important;
-webkit-box-shadow:inset 0 0 0 2px #f1f1f1;
   -moz-box-shadow:inset 0 0 0 2px #f1f1f1;
	-ms-box-shadow:inset 0 0 0 2px #f1f1f1;
	    box-shadow:inset 0 0 0 2px #f1f1f1;
}

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

/****************************************************/
/* Lists */

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

/****************************************************/
/* Highlight */

.shortcode-color {}


/****************************************************/
/* 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;}
	#logo img { height: 60px; width: auto;}
	
	.cycle-prev { left: 0;}
	.cycle-next { right: 0;}
	
	.section_heading { font-size: 24px;}

	.block_heading h1 { font-size: 50px;}
	.block_heading.single_heading h1 { font-size: 40px;}
	
	.block_slideshow.h400 { height: 350px;}
	.block_slideshow.h500 { height: 450px;}
	.block_slideshow.h600 { height: 550px;}
	.block_slideshow.h700 { height: 650px;}
	.block_slideshow.h800 { height: 750px;}
	.block_slideshow .caption h3 { font-size: 50px;}
	
	.block_video .preview { height: 300px;}
	.hero_video { height: 400px;}
	
	.block_promo { position: relative;}
	.promo_grid { padding: 50px 0;}
	.promo_carousel { padding: 10px 0 0 0;}
	.promo_item { margin: 20px;}
	.promo_item .preview { height: 150px;}
	.promo_item .details h3 { font-size: 20px;}

	.block_grid .grid_txt { min-height: 300px;}

	.blog_feed .item { margin: 15px;}
	.blog_item .preview {}
	.blog_item .details { padding: 20px;}
	.blog_item .details h3 { font-size: 18px;}
	
	.block_feed.masonry { padding: 20px 0;}
	.block_feed.masonry .gallery_masonry .item { padding: 0 20px 40px 20px; z-index: 991;}
	.block_feed.masonry .gallery_masonry { position: relative; z-index: 99;}
	.gallery_masonry .item .inner { position: relative;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	}
	.gallery_masonry .item .inner .details { padding: 30px; text-align: left; }
	.gallery_masonry .item .inner .details h3 { font-size: 18px; padding-bottom: 20px;}
	.gallery_masonry .item .inner .details .more { padding-top: 15px; display: block;}
	.gallery_masonry .item .inner .gap { height: 2px; margin-bottom: 50px;}

	.block_testimonial .quote { padding: 100px 0 70px 0; font-size: 18px;}
	
	.block_parallax .inner { min-height: 300px;}
	.block_parallax h2 { font-size: 40px;}

	.gallery_masonry .item { padding: 10px;} 
	.gallery_basic .item { position: relative; margin: 10px;}
	
	.team_item .preview { width: 100px; height: 100px;}
	.team_item.listed { min-height: 100px;}
	.team_item.listed .details { margin-left: 140px;}

	.child_page { margin: 15px;}
	.child_page .preview { height: 180px;}
	.child_page h3 { font-size: 18px;}
	.child_page .text { display: none;}
	
	.block_feed.masonry .gallery_masonry { column-count: 2;}
	.block_feed.masonry .gallery_masonry .item { padding: 15px;}
	
}

/****************************************************/
/* 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_top .container { padding: 0;}
	.header_top .top_social li a:hover { background: none;}
	.header_top .menu_top li { display: none;}
	.header_top .menu_top li.action { display: inline-block;}
	.header_top .menu_top li.action a {padding: 13px 15px 14px 15px;}
	
	#logo img { height: 60px; width: auto;}
	.header_gap { height: 80px;}
	.header_gap.has_top { height: 120px;}
	
	.section_heading { padding: 30px 0 0 0; font-size: 20px;}

	.block_heading .inner { padding: 30px 0;}
	.block_heading h1 { font-size: 36px;}
	.block_heading span { width: 100%; margin: 0; padding-top: 10px;}
	.block_heading.single_heading h1 { font-size: 24px;}
	
	.block_video .preview { height: 200px;}
	.block_video.full { height: 200px;}
	.hero_video { height: 300px;}
	
	.block_slideshow.h400 { height: 250px;}
	.block_slideshow.h500 { height: 350px;}
	.block_slideshow.h600 { height: 450px;}
	.block_slideshow.h700 { height: 550px;}
	.block_slideshow.h800 { height: 650px;}
	.block_slideshow .caption { padding: 30px;}
	.block_slideshow .caption h3 { font-size: 30px;}
	.block_slideshow .caption .text { padding: 10px 0;}
	
	.block_textarea { padding: 40px 0;}
	.block_textarea .text { padding: 0;}
	
	.block_promo .heading_text { padding-left: 30px; padding-right: 30px;}
	.promo_grid { padding: 30px 0;}
	.promo_carousel { padding: 10px 0 0 0;}
	.promo_item { margin: 15px 30px;}
	.promo_item .preview { height: 150px;}
	.promo_item .details h3 { font-size: 20px;}
	
	.promobg_item { margin: 15px 0;}
	.promobg_item .details { padding: 20px;}
	
	.icon_item { margin: 15px 0;}
	.icon_item .details { padding: 30px 0;}
	.icon_item .details h3 { font-size: 20px;}
	
	.block_feat.contained { padding-top: 30px;}
	.block_grid .grid_img { position: relative; height: 250px; width: 100%; top: 0; padding: 0;}
	.block_grid .grid_txt { min-height: 100px;}
	.block_grid .grid_txt .text { padding: 40px 0 20px 0 !important; width: 100%; position: relative; text-align: left !important;}
	.block_grid .grid_txt.right { justify-content: flex-start;}
	.block_grid .grid_txt.left { justify-content: flex-start;}
	
	.block_feat.fullwidth { padding: 0;}
	.block_feat.fullwidth .block_grid .grid_img { height: 250px; width: 100%;}
	.block_feat.fullwidth .block_grid .grid_txt .text { padding: 40px 30px !important;}
	.block_feat.fullwidth .block_grid .grid_txt.left,
	.block_feat.fullwidth .block_grid .grid_txt.right { justify-content: flex-start;}

	.blog_feed { padding: 30px 0;}
	.blog_feed .item { margin: 15px;}
	.blog_item .preview { height: 180px;}
	.blog_item .details { padding: 30px; height: auto; text-align: center; justify-content: center;}
	.blog_item .details h3 { font-size: 18px;}
	
	.block_feed.masonry .gallery_masonry .item { padding: 15px 0;}
	.block_feed.masonry .gallery_masonry { column-count: 1;}
	.gallery_masonry .item .preview img { width: 100%; height: auto;}
	
	.block_action { padding: 40px 0;}
	.block_action .action_text { text-align: center; padding: 0 0 30px 0;}
	.block_action .action_btn { position: relative; top: auto; margin: 0;}
	.block_action .action_btn a { padding: 15px;}
	
	.block_testimonial.fixed { background: no-repeat center center; }
	.block_testimonial .quote { padding: 80px 0 40px 0; font-size: 16px;}
	.block_testimonial .quote:before { margin: 40px 0 0 -30px;}
	.block_testimonial span { display: none;}
	.block_testimonial .quote em { font-size: 12px;}
	.block_testimonial .inner { min-height: 300px;}
	
	.block_parallax { background: no-repeat center center;}
	.block_parallax .inner { min-height: 200px;}
	.block_parallax h2 { padding: 60px 0; font-size: 36px;}

	ul.gallery_masonry li.grid-sizer { width: 50%;}
	ul.gallery_masonry li { float: left; width: 50%;}
	ul.gallery_masonry li .inner { margin: 5px;}
	.gallery_basic .item { margin: 5px;}
	.block_gallery .btn { margin-bottom: 30px;}
	
	.block_team { padding: 30px 0;}
	.team_item { padding: 20px 0;}
	.team_item .preview { width: 80px; height: 80px;}
	
	.team_item.listed { min-height: 180px; padding-bottom: 30px;}
	.team_item.listed .preview { margin: 0; top: 20px; left: 0; width: 50px; height: 50px;}
	.team_item.listed .details { padding: 0; margin-left: 70px;}
	.team_item.listed .details h3 { font-size: 20px;}
	
	.child_page { margin: 15px;}
	.child_page .preview { height: 180px;}
	.child_page h3 { font-size: 18px;}
	.child_page .text { display: none;}
	
	.block_sidebar { padding: 30px 0;}
	.page_single { padding-right: 0;}
	.widget_menu { padding: 30px; margin: 40px 0 30px 0;}
	.widget_box { margin-bottom: 30px; height: 150px;}
    .widget_box h3 { font-size: 20px;}
	
	.the_post { margin: 0 0 30px 0;}
	.the_post .preview { position: relative; top: 0; left: 0; width: 100%; height: 150px;}
	.the_post h3 { font-size: 18px;}
	
	.blog_masonry .grid-sizer { width: 100%;}
	.blog_masonry .item { width: 100%;}
	.blog_masonry .item .inner { margin: 15px 0;}
	.blog_masonry .item .details { padding: 20px;}

	.post_single { padding: 30px 0;}

	.post-social { margin-bottom: 30px;}
	.post-social li a { min-width: 40px;}
	.post-social li a i { padding-right: 0;}
	.post-social li a span { display: none;}
	
	.post_nav_item { margin: 15px 0; padding: 0 30px 0 130px;}
	.post_nav_item .preview { width: 100px; height: 100%;}
	.post_nav_item .details { min-height: 100px;}
	.post_nav_item h3 { font-size: 16px;}
	
	.logo_block h4 { font-size: 18px;}
	#footer { text-align: center;}
	#footer .social { text-align: center;}
	
}

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



