/*
Theme Name: Fortuna Child
Template: fortuna
Version: 1.91
Text Domain: fotuna-child
*/

@font-face {
    font-family: latoReg;
    src: url(fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: latoRegIt;
    src: url(fonts/Lato-LightItalic.ttf);
}
@font-face {
    font-family: latoLight;
    src: url(fonts/Lato-Light.ttf);
}

html,
body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: latoReg;
	text-transform: initial;
	margin-bottom: 10px;	
}
h1 {
	font-size: 30px;	
}
h2 {
	font-size: 27px;	
}
h3 {
	font-size: 24px;	
}
h4 {
	font-size: 20px;	
}
h5 {
	font-size: 18px;	
}
h6 {
	font-size: 17px;	
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    color: initial;
    font-weight: inherit;
}

ul {
	padding-left: 25px;
}
ul > li {
	line-height: 20px;
	margin-bottom: 0;
}
p {
	font-family: latoReg;
	font-size: 16px;
    margin: 0 0 10px 0;
}
table th {
	font-weight: bold;
}

address {
	font-family: latoReg;
	font-size: 12px;
	color: lightslategrey;
}

.nav > li.boc_search_border, .nav > li.boc_search_toggle_li {
	display: none;
}

.nav.navbar-nav li > a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#nav_top {
    background: url('images/greenBackground.jpg') no-repeat fixed top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*max-width: 300px;*/
    min-height: 45vh;
    width: 100%;
    height: 100%;
    background-position: center;

}
.aqua-rounded-button {
    border-radius: 20px;
    background-color: #1f84a9;
    color: white;
}

.click-info {
	font-family: latoReg;
    font-size: 16px;
    color: #778899;
	margin: 10px 0;
}
.modal-header {   
    border-bottom:1px solid #eee;
    background-color: #1f84a9;
    color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.store-title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.ausMap img {
	cursor: pointer;
}

.col-md-6 {
   overflow: hidden;
}

.fixed-panel {
    min-height: 330px;
    max-height: 330px;
    overflow-y: scroll;
}

h4.panel-title, .panel-body .caption h3 {	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4.panel-title a {
	display: block;
}

.greenTitleSmallGrey {
    font-family: latoReg;
    font-size: 16px;
    color: lightslategrey;
}

.panel-body .content p {	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.contact-wrapper .thumbnail img {
	width: 100px;
}

.dropdown-menu {
    border-radius: 0;
}

.loader {
	width: 20%;
    text-align: center;
    margin: auto;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #1f84a9;
}

footer {
    margin-top: 20px;
}

footer .copyright {
    font-family: latoReg;
    font-size: 10px;
    color: #778899;
}

.we-are-here .vc_col-sm-6 {
	width: 50% !important;
}

@media (max-width: 577px) {
	

	.we-are-here .vc_col-sm-6 {
		width: 100% !important;
		display: block!important;
		float: none!important;
	}

	
	.we-are-here .wpb_single_image.wpb_content_element,
	.we-are-here .paragraph.wpb_content_element {
		text-align: center;
	}
	
	.we-are-here .paragraph.wpb_content_element {
		margin-top: 20px;
	}
	
	#field_1_2, #field_1_1, #field_1_5, #field_1_4 {
		width: 100% !important;		
		clear: both !important;	
		margin: 0 	!important;
		padding: 0 	!important;
	}
	
	#field_1_5 {
		margin-bottom: 20px !important;		
	}
	
}
