/*
	Theme Name: Bali Bare
	Theme URI: https://www.balibare.com
	Description: Custom theme made for balibare.com
	Version: 1.0
	Author: Jonathan Joseph Limoanco (jonathan@bluenimbus.com)
	Author URI: https://www.bluenimbus.com/jonathan
	Tags: HTML5, CSS3, Custom 

*/

@media all and (max-width: 999px) {
	div.inside {
		width: 90% !important; 
		margin-left: auto;
		margin-right: auto; 
	}
	#nav {
		display: none;
	}
	img {
		max-width: 100% !important; 
	}
	#header div.inside {
		display: block !important; 
	}
	#logo img {
		padding-left: 0px; 
	}
	
	/* hero */ 
	
	#hero {
		width: 100%;
		margin: 0px;
		padding: 0px;
		max-height: 304px !important;
		overflow: hidden;
		position: relative;
		z-index: 0;
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: 304px 304px !important;
		align-items: center;
		justify-content: center;
		background-color: #fff;
	}
	#hero div.text {  
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
		display: block; 
		opacity: 1; 
		padding-left: 0px !important;
		text-align: center; 
		color: #fff; 
		position: relative;
		margin-top: 170px !important;
		width: 100% !important; 
		text-align: center !important; 
	}
	#hero div.img {
		width: 100%; 
		margin-left: 0px; 
		margin-right: 0px; 
		z-index: 1;
		width: 100%; 
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
		opacity: 1; 
	}
	#hero img {
		width: 100%;
		height: auto; 
		min-width: 100% !important;  
	}
	#hero div.text h1 {
		color: #fff;
		text-transform: uppercase; 
		font-weight: normal;
		font-size: 270% !important; 
		white-space: nowrap; 
		text-align: center; 
	}
	#hero div.text h2 {
		color: #fff;
		text-transform: uppercase;
		font-weight: normal; 
		font-size: 80% !important; 
		white-space: nowrap; 
		text-align: center; 
		letter-spacing: 10px !important; 
	}
	#hero div.text p {
		font-size: 80% !important; 
		width: 70% !important;
		line-height: 130% !important; 
		margin-left: auto;
		margin-right: auto; 
		padding-top: 0px !important;
		margin-top: 5px;
	}
	
	/* news */ 
	
	#news {
		background-color: #fff;
		color: #000; 
		min-height: 500px; 
	}
	#news div.inside {
		padding-top: 25px !important;
		padding-bottom: 0px; 
	}
	#news h3 {
		text-transform: uppercase; 
		font-size: 150% !important; 
		margin-bottom: 30px; 
	}
	
	/* trailer */ 

	#trailerheader {
		background-color: #fff;
		color: #000; 
	}

	#trailerheader div.inside {
		padding-top: 0px; 
		padding-bottom: 30px; 
	}
	#trailerheader h3 {
		text-transform: uppercase; 
		font-size: 150% !important; 
	}
	#trailerheader p {
		font-size: 90% !important; 
	}
	#trailer iframe {
		width: 100%; 
		height: 235px !important; 
	}
	#trailer {
		padding: 0px; 
		margin: 0px; 
		margin-bottom: -10px; 
	}
	
	/* footer */ 
	
	#footer {
		display: none; 
	}
	
	#bottom div.inside{
		display: block !important; 
		padding-top: 1px; 
		padding-bottom: 1px; 
	}
	#bottom div.inside div {
		width: 100%; 
		text-align: center; 
	}
	#bottom div.links {
		display: none; 
	}
	
	/* inside hero */ 

	#insidehero {
		width: 100%;
		margin: 0px;
		padding: 0px;
		max-height: 100px !important;
		overflow: hidden;
		position: relative;
		z-index: 0;
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: 100px 100px !important;
		align-items: center;
		justify-content: center;
		background-color: #fff;
	}
	#insidehero div.text {  
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
		display: block; 
		opacity: 1; 
		width: 100% !important;  
	}
	#insidehero div.text h1 {
		text-align: left; 
		font-size: 120% !important; 
		color: #fff;
		text-transform: uppercase;
		line-height: 100%; 
		width: 90% !important; 
		margin-left: auto; 
		margin-right: auto; 
	}
	#insidehero div.text hr {
		border-top: 9px solid #fff;
		border-left: none; 
		border-right: none;
		border-bottom: none; 
		width: 75px; 
		margin-top: 35px; 
	}
	#insidehero div.img {
		width: 100%; 
		margin-left: 0px; 
		margin-right: 0px; 
		z-index: 1;
		width: 100%; 
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
		opacity: 1;  
	}
	#insidehero div.img img {
		width: 100%;
		height: auto;
		opacity: 1; 
	}
	#insidehero p {
		display: none; 
	}
	div.about {
		display: block !important; 
	}
	div.insidesecond {
		width: 90% !important; 
	}
	div.contact {
		display: block !important; 
	}
	div.single {
		display: block !important; 
	}
	div.single div.left {
		display: none; 
	}
	div.single div.right {
		border-left: none !important; 
		padding-left: 0px !important; 
	}
	
	/* responsive button */ 
	
	.sfm-label-metro  {
	   display: block !important; 
        z-index: 10000; 
        position: absolute !important;
        top: 0 !important;
        right: 0 !important; 
    }
    #sfm-sidebar {
        display: block !important; 
        z-index: 10000; 
        position: absolute !important;
        top: 0 !important;
        right: 0 !important; 
    }
    #sfm-sidebar .sfm-menu li > a:before {
        background: rgba(247,148,29,1) !important;
    }
	
}

#sfm-sidebar {
    display: none; 
}
.sfm-label-metro {
    display: none; 
}


body, html {
	margin: 0px; 
	padding: 0px; 
	background-color: #fff;
	color: #000;
	font-family: "Century Gothic"; 
	font-size: 16px; 
	line-height: 24px; 

}
h1, h2, h3, h4, h5, h6 {
	padding: 0px; 
	margin: 0px; 
	display: block;
	color: #c738c9;  
	line-height: 100%; 
	font-weight: 400; 
}
a {
	color: #c738c9; 
	text-decoration: none; 
}
input, select, textarea {
	font-family: "Century Gothic"; 
	font-size: 16px; 
	line-height: 24px; 
}
div.inside {
	width: 1000px; 
	margin-left: auto;
	margin-right: auto; 
}

/* header */ 

#header {
	background-color: #fff;
	color: #000;
}
#header div.inside {
	padding-top: 25px;
	padding-bottom: 25px; 
	display: grid;
	grid-template-columns: 25% 75%; 
	align-items: center;
}
#nav ul {
	display: grid;
	grid-template-columns: repeat(7,auto);
	justify-content: flex-end;
	justify-self: end; 
	align-items: center; 
	margin: 0px; 
	padding: 0px; 
	column-gap: 5%; 
}
#nav li {
	list-style-type: none;
	padding: 0px; 
	margin: 0px; 
}
#nav a {
	text-transform: uppercase; 
	color: #b8b8f3; 
}
#nav li.current_page_item a {
	color: #c738c9; 
	font-weight: bold; 
}
#nav a:hover {
	color: #c738c9; 
}

/* hero */ 

#hero {
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 914px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 914px 914px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
#hero div.text {  
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    display: block; 
    opacity: 1; 
	padding-left: 500px;
	text-align: center; 
	color: #fff; 
	position: relative;
	margin-top: -50px; 
}
#hero div.img {
    width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    z-index: 1;
    width: 100%; 
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    opacity: 1; 
}
#hero img {
	width: 100%;
	height: auto; 
	min-width: 1190px; 
}
#hero div.text h1 {
	color: #fff;
	text-transform: uppercase; 
	font-weight: normal;
	font-size: 750%; 
	white-space: nowrap; 
	text-align: center; 
}
#hero div.text h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal; 
	font-size: 150%; 
	white-space: nowrap; 
	text-align: center; 
	letter-spacing: 20px; 
}
#hero div.text p {
	font-size: 150%; 
	width: 75%; 
	line-height: 150%; 
	margin-left: auto;
	margin-right: auto; 
	padding-top: 35px; 
}

/* news */ 

#news {
	background-color: #fff;
	color: #000; 
	min-height: 500px; 
}
#news div.inside {
	padding-top: 50px ;
	padding-bottom: 0px; 
}
#news h3 {
	text-transform: uppercase; 
	font-size: 300%; 
	margin-bottom: 30px; 
}

/* trailer */ 

#trailerheader {
	background-color: #fff;
	color: #000; 
}

#trailerheader div.inside {
	padding-top: 0px; 
	padding-bottom: 30px; 
}
#trailerheader h3 {
	text-transform: uppercase; 
	font-size: 300%; 
}
#trailerheader p {
	font-size: 120%; 
}
#trailer iframe {
	width: 100%; 
	height: 600px; 
}
#trailer {
	padding: 0px; 
	margin: 0px; 
	margin-bottom: -10px; 
}

/* footer */ 

#footer {
    background-color: #b8b8f3;
    color: #fff; 
    font-size: 95%; 
	line-height: 185%; 
}
#footer div.inside {
    display: grid; 
    grid-template-columns: 20% 20% 20% 40%; 
    align-items: flex-start; 
    padding-top: 30px; 
    padding-bottom: 30px; 
    justify-content: space-between; 
}
#footer h6 {
    text-transform: uppercase; 
    font-size: 125%; 
    letter-spacing: 0px; 
    font-weight: 400; 
	margin-bottom: 20px; 
	color: #fff; 
}
#footer ul {
    padding: 0px; 
    margin: 0px; 
}
#footer li {
    list-style-type: none; 
    margin: 0px; 
    padding-top: 0px; 
    padding-bottom: 0px; 
}
#footer a {
    color: #fff; 
}
#footer a:hover {
    text-decoration: underline; 
}
#footer div.social  ul {
    display: grid; 
    grid-template-columns: repeat(4, auto); 
    align-items: center;
    justify-content: flex-start; 
    column-gap: 25px; 
}
#footer div.social li a {
    font-size: 150%; 
}
#footer div.social li a:hover {
    text-decoration: none; 
}
#footer form {
	margin-bottom: 40px; 
}
#footer input[type="text"] {
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 9px; 
    padding-bottom: 9px; 
    font-size: 110%; 
    border: none; 
}
#footer input[type="submit"] {
    background-color: #c738c9; 
    color: #fff; 
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 9px; 
    padding-bottom: 9px; 
    border: none; 
    font-size: 100%;
    text-transform: uppercase; 
    position: relative; 
    font-weight: 700; 
    cursor: pointer; 
}
#footer input[type="submit"]:hover {
    background-color: #000; 
}

/* bottom */ 


#bottom {
    background-color: #c738c9;
    color: #fff;
    font-size: 90%; 
}
#bottom div.inside {
    display: grid; 
    grid-template-columns: 60% 40%; 
    align-items: center;
}
#bottom ul {
    display: grid; 
    grid-template-columns: repeat(3, auto);
    padding: 0px; 
    margin: 0px; 
    text-align: right; 
}
#bottom li {
    list-style-type: none;
    padding: 0px; 
    margin: 0px; 
}
#bottom a {
    color: #fff;
}
#bottom a:hover {
    text-decoration: underline; 
}

/* animation */ 

a, li {
	transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
}
img {
	transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
}
input, textarea, button, label, option, select, .button, .hndle {
	transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
}
#wpwrap #nav-menus-frame #menu-management-liquid li, .wp-picker-holder a {
	transition: none;
	-webkit-transition: none;
}

/* inside hero */ 

#insidehero {
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 300px 300px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
#insidehero div.text {  
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    display: block; 
    opacity: 1; 
	width: 900px; 
}
#insidehero div.text h1 {
    text-align: left; 
    font-size: 300%; 
    color: #fff;
    text-transform: uppercase;
	line-height: 100%; 
}
#insidehero div.text hr {
    border-top: 9px solid #fff;
    border-left: none; 
    border-right: none;
    border-bottom: none; 
    width: 75px; 
    margin-top: 35px; 
}
#insidehero div.img {
    width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    z-index: 1;
    width: 100%; 
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    opacity: 1;  
}
#insidehero div.img img {
    width: 100%;
    height: auto;
    opacity: 1; 
}

/* content */ 

#content div.inside {
	padding-top: 35px; 
	padding-bottom: 35px;
	width: 900px; 
	margin-left: auto;
	margin-right: auto; 
}
#content div.insidesecond {
	padding-top: 0px; 
	padding-bottom: 35px;
	width: 900px; 
	margin-left: auto;
	margin-right: auto; 
}
#content h2 {
	margin-top: 25px; 
	margin-bottom: 25px; 
	text-transform: uppercase;
}
#content h3 {
	margin-top: 25px; 
	margin-bottom: 25px; 
}
#content h4 {
	margin-top: 25px; 
	margin-bottom: 25px; 
}
#content h5 {
	margin-top: 25px; 
	margin-bottom: 25px; 
}
#content h6 {
	margin-top: 25px; 
	margin-bottom: 25px; 
}
#content input[type="submit"] {
	background-color: #b8b8f3; 
	color: #fff; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 9px; 
	padding-bottom: 9px; 
	border: none;
	cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#content input[type="submit"]:hover {
	cursor: pointer;
	background-color: #007cba; 
}
#content input[type="text"] {
	border: 1px solid rgba(0,0,0,0.25); 
}
#content textarea {
	border: 1px solid rgba(0,0,0,0.25); 
}

/*------------------------------------*\
    Content:: Blog
\*------------------------------------*/

div.blog iframe {
	height: auto !important; 
}


/*------------------------------------*\
    Content:: Contact
\*------------------------------------*/

div.contact {
	display: grid;
	grid-template-columns: 21.5% 75%; 
	align-items: flex-start; 
	column-gap: 3.5%; 
}
div.contact div.left {
	padding-top: 20px; 
	font-size: 90%; 
}

/*------------------------------------*\
    Content:: About
\*------------------------------------*/

div.about {
	display: grid;
	grid-template-columns: 31.5% 65%; 
	align-items: flex-start; 
	column-gap: 3.5%; 
	padding-bottom: 0px !important; 
}
div.about div.left {
	padding-top: 20px; 
}
div.about div.left img {
	width: 100%;
	height: auto; 
	border-radius: 9px; 
}
div.about a {
	border-radius: 30px; 
	background-color: #c738c9; 
	color: #fff; 
	text-transform: uppercase; 
	padding-left: 50px; 
	padding-right: 50px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 90%; 
}
div.about a:hover {
	background-color: #b8b8f3; 
}

/*------------------------------------*\
    Content:: Single
\*------------------------------------*/

div.single {
	display: grid;
	grid-template-columns: 22.5% 72.5%; 
	align-items: flex-start; 
}
div.single div.right {
	border-left: 1px solid rgba(0,0,0,0.15); 
    padding-left: 40px;
    min-height: 600px
}
div.single iframe {
	max-height: 365px;
}
#insidehero p {
	color: #fff;
	text-transform: uppercase; 
}
.saboxplugin-wrap .saboxplugin-gravatar img {
	max-width: 100% !important; 
	border-radius: 15px !important;
}
.saboxplugin-wrap {
	border: none !important; 
}
div.single h3 {
	text-transform: uppercase;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}
.crp_related li {
	border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
div.single div.right div.thecontent img {
	width: 100%; 
	height: auto; 
}

/*------------------------------------*\
    Content:: author
\*------------------------------------*/

div.author iframe {
	max-height: 155px;
}

/*------------------------------------*\
    Content:: Iframe
\*------------------------------------*/

#content div.inside iframe {
	width: 100%; 
	height: 510px; 
}


/*------------------------------------*\
    Footer Gravity Form
\*------------------------------------*/

#footer div.gform_body li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important; 
}
#footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important; 
    margin-top: 0px !important; 
}

#footer div.gform_wrapper div {
    padding: 0px !important; 
    margin: 0px !important; 
}
#footer div.gform_wrapper label {
    display: none; 
}
#footer div.gform_wrapper form {
    display: grid; 
    grid-template-columns: 70% 30%; 
}
#footer div.gform_wrapper form div {
    padding: 0px !important; 
    margin: 0px !important; 
    align-items:center;
}
#footer div.gform_wrapper form input {
    width: 100% !important; 
    margin: 0px !important; 
}
#footer form {
    padding: 0px; 
    margin: 0px;   
}

/*------------------------------------*\
    Sticky Menu
\*------------------------------------*/

.element-is-sticky {
	box-shadow: 0px 5px 20px -13px rgba(0,0,0,0.75);
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
