/*
	Theme Name:     WP Bootstrap Starter Child
	Theme URI:      -
	Description:    Child theme for the WP Bootstrap Starter theme
	Author:         Velimir Kadijevic
	Author URI:     -
	Template:       wp-bootstrap-starter
	Version:        0.1.9
*/

@font-face {
	font-family: 'FontAwesome';
	src: url('..font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('..font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('..font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('..font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('..font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('..font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Typography
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #10517f;
	clear: both;
	margin: 0 0 1em;
	line-height: 1.5em;
	font-weight: normal;
}

h2 {
	text-align: right !important;
	border-bottom: solid 2px #10517f;
}

.form-group > .control-label {
	color: #333;
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 22px;
	line-height: 1.42857;
	font-weight: normal !important;
}

/* =Elements
-------------------------------------------------------------- */

figure {
	margin: 1em 0 !important;
}

/* =Menu, navigation, header...
-------------------------------------------------------------- */

header#masthead {
	box-shadow: 0 0 2px -1px #333;
	margin-bottom: 0;
}

.navbar-brand > a {
	font-size: 24px;
	color: #336892;
	font-weight: normal;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
	color: #925d33;
	text-decoration: underline;
}

div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #10517f;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#336892),to(#10517f));
	background-image: -webkit-linear-gradient(top,#336892 0,#10517f 100%);
	background-image: -o-linear-gradient(top,#336892 0,#10517f 100%);
	background-image: linear-gradient(to bottom,#336892 0,#10517f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336892', endColorstr='#10517f', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 22px;
	background-size: cover;
}

#masthead .navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 15px;
	color: #336892;
}

#masthead .navbar-nav > li > a:hover {
	color: #925d33;
	text-decoration: underline;
}

#menu-item-326 a::before {
	content: "\f015";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
	color: #336892;
	text-decoration: none !important;
}

#menu-item-326 a:hover::before {
	color: #925d33;
}

#menu-item-745 a::before {
	content: "\f129";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
	color: #336892;
	text-decoration: none !important;
}

#menu-item-745 a:hover::before {
	color: #925d33;
}

#menu-item-864 a::before {
	content: "\f0e0";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
	color: #336892;
	text-decoration: none !important;
}

#menu-item-864 a:hover::before {
	color: #925d33;
}

#menu-item-865 a::before {
	content: "\f03e";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
	color: #336892;
	text-decoration: none !important;
}

#menu-item-865 a:hover::before {
	color: #925d33;
}

#menu-item-875 a::before {
	content: "\f236";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
	color: #336892;
	text-decoration: none !important;
}

#menu-item-875 a:hover::before {
	color: #925d33;
}

.dropdown-menu > li > a {
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	color: #fff;
	font-size: 22px;
	line-height: normal !important;
	font-weight: normal !important;
	background-color: #336892 !important;
	text-align: left !important;
	border-bottom: 1px solid #fff !important;
}

.dropdown-menu > li > a:hover {
	color: #fff !important;
	background-color: #925d33 !important;
	border-bottom: 1px solid #fff !important;
}

.dropdown-menu > li > a::before {
	content: "\f101" !important;
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
	color: #fff !important;
	text-decoration: none !important;
}

.navbar-toggle .icon-bar {
	background: #10517f none repeat scroll 0 0;
}

/* =Content
-------------------------------------------------------------- */

.post.hentry {
	border-bottom: 4px dashed #925d33;
	margin-bottom: 10px;
}

.sticky {
	border: 4px dashed #925d33 !important;
	border-radius: 12px;
	box-shadow: 0 0 2px 1px #ccc;
}

.entry-meta a,
.entry-title a,
.entry-content a,
.entry-footer {
	color: #336892;
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:active,
.entry-title a:hover,
.entry-title a:active,
.entry-content a:hover,
.entry-content a:active,
.entry-footer a:hover,
.entry-footer a:active {
	color: #925d33;
	text-decoration: underline;
}

.entry-header h1 {
	font-size: 2em !important;
}

.entry-content p,
.page-content p {
	margin-bottom: 1.5em !important;
	text-align: justify !important;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area a:link {
	color: #336892;
	text-decoration: none;
}

.widget-area a:visited {
	color: #925d33;
	text-decoration: underline;
}

.widget-area a:hover,
.widget-area a:active {
	color: #925d33;
	text-decoration: underline;
}

/* =Dividers
-------------------------------------------------------------- */

.divider,
.divider-a {
	height: 4px;
	width: 80%;
	border: none;
	background-color: #336892;
	color: #336892;
	margin: 36px auto;
	text-align: center;
	padding: 0 !important;
}

.divider::after,
.divider-a::after {
	content: "\f005";
	font-family: FontAwesome;
	display: inline-block;
	position: relative;
	top: -0.80em;
	padding: .25em;
	font-size: 2em !important;
	line-height: normal !important;
	color: #336892 !important;
	background-color: #fff;
}

.divider-footer,
.divider-maps,
.divider-posts {
	height: 4px;
	width: 60%;
	border: none;
	background-color: #925d33;
	color: #925d33;
	margin: 12px auto;
	text-align: center;
	padding: 0 !important;
}

.divider-posts {
	margin-bottom: 34px !important;
}

/* =Buttons
-------------------------------------------------------------- */

.btn-primary {
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	color: #fff !important;
	font-weight: normal;
	text-align: center;
	background-color: #336892 !important;
}

.btn-primary:focus,
.btn-primary.focus {
	background-color: #925d33 !important;
	border-color: #333;
}

.btn-primary:hover {
	background-color: #925d33 !important;
	border-color: #333;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #925d33 !important;
	border-color: #333;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	background-color: #925d33 !important;
	border-color: #333;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #925d33 !important;
	border-color: #333;
}

.btn-xlarge,
.btn-xlsearch {
	padding: 12px 22px !important;
	font-size: 24px !important;
	line-height: normal;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}

/* =Comments
-------------------------------------------------------------- */

.comment-form-comment > label,
.comment-form-author > label,
.comment-form-email > label,
.comment-form-url > label {
	color: #333;
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 22px;
	line-height: 1.42857;
	font-weight: normal !important;
}

.form-submit > input[type="submit"] {
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff !important;
	font-weight: normal;
	text-align: center;
	background-color: #336892 !important;
	padding: 12px 22px !important;
	font-size: 24px !important;
	line-height: normal;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}

.form-submit > input[type="submit"]:focus {
	background-color: #925d33 !important;
	border-color: #333;
}

.form-submit > input[type="submit"]:hover {
	background-color: #925d33 !important;
	border-color: #333;
}

/* =Gallery (images, thumbnails...)
-------------------------------------------------------------- */

.post-thumbnail,
.attachment-thumbnail,
.size-thumbnail {
	border: 8px solid #336892 !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	border-radius: 8px !important;
}

.attachment-thumbnail:hover,
.size-thumbnail:hover {
	border: 8px solid #925d33 !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	border-radius: 8px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.post-thumbnail {
	margin-bottom: 1.5em !important;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 1px solid #925d33;
	background-color: #e8e8e8 !important;
}

/* =Scroll to top
-------------------------------------------------------------- */

.scrolltotop-inner {
	text-align: center;
	color: #336892;
	font-size: 42px;
	line-width: 42px;
	line-height: 42px;
	
	/*Opacity*/
	filter: alpha(opacity=80); /* msie */
	-moz-opacity: 0.80; /* firefox 1.0 */
	-khtml-opacity: 0.80; /* webkit */
	opacity: 0.80; /* css 3 */
}

.scrolltotop-inner:hover {
	color: #925d33;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* =Contact form additional styling
-------------------------------------------------------------- */

.form-control {
	height: 40px;
	color: #333;
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 20px;
	line-height: 1.42857;
	font-weight: normal !important;
}

.contact-form {
	margin-bottom: 10px;
}

/* =Styling for the embedded responsive content 
-------------------------------------------------------------- */

.embed-responsive {
	margin: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
}

/* =List group settings
-------------------------------------------------------------- */

.list-group {
	margin: 10px;
}

.list-group li {
	color: #333;
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 22px;
	line-height: 1.42857;
	vertical-align: middle !important;
}

.list-group i {
	color: #336892;
	font-size: 22px;
	line-height: 1.42857;
	vertical-align: middle !important;
	margin-right: 12px;
}

.list-group a:link {
	color: #336892;
	text-decoration: none;
}

.list-group a:visited {
	color: #925d33;
	text-decoration: underline;
}

.list-group a:hover,
.list-group a:active {
	color: #925d33;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.list-group a {
		word-break: break-all;
	}
}

/* =Sharedaddy related settings
-------------------------------------------------------------- */

div.sharedaddy h3.sd-title {
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 22px !important;
	line-height: 1.42857;
	font-weight: normal !important;
}

div.sharedaddy h3.sd-title:before {
	border-top: 2px solid #10517f !important;
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh, indeed. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {
	font-size: 16px !important;
	font-family: 'Open Sans Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	margin-right: 12px !important;
	margin-bottom: 6px !important;
	margin-top: 6px !important;
}

.sd-social-icon .sd-content ul li[class*="share-email"] a.sd-button {
	background: #b2b2b2 !important;
}

.sd-social-icon .sd-content ul li[class*="share-print"] a.sd-button {
	background: #b2b2b2 !important;
}

/* Well, those gray buttons should be the same size as the official ones... */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 23px !important;
}

.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
	color: #336892 !important;
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
	color: #336892 !important;
}