/*
 * Theme Name: Fine
 * Theme URI: http://cyberchimps.com/fine/
 * Author: CyberChimps
 * Author URI: http://www.cyberchimps.com/
 * Description: Fine Free is a Responsive WordPress theme offering a fun easy to use Drag & Drop system that adds amazing new functionality to your WordPress website. Featuring responsive touch friendly theme options that work on any device, fully SEO optimized, dynamic sidebar layouts, and per-page dynamic templates. Powered by WordPress, Twitter Bootstrap, HTML5, and CSS3. Please use the <a href="http://cyberchimps.com/forum/">official support forum</a> (http://cyberchimps.com/forum/). Thank you.
* Version: 1.7
 * Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, sticky-post, full-width-template
 * Text Domain: fine
 * License: GNU General Public License version 3
 * License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/

/********************************************************************************************************************/
/******************************************** FONTS *****************************************************************/
/********************************************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Imprima);

/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/

html {
	min-height: 100%;
	position: relative;
}

body {
	color: #555555;
	word-wrap: break-word;
	padding-top: 70px;
	margin-bottom: 150px;
	font-size: 18px !important;
}

@media (max-width: 767px) {
	body {
		padding-right: 0;
		padding-left: 0;
	}
}

a {
	color: #cc5600;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #016b8e;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #333333;
	font-weight: 400;
}

table .label {
	padding: 7px;
	background: none;
	text-shadow: none;
	line-height: normal;
}

tr {
	border-bottom: 1px solid #cccccc;
}

td {
	padding: 5px 20px;
}

dt {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 26px;
	font-weight: bold;
}

dd {
	margin-bottom: 15px;
	margin-left: 26px;
}

ul, ol {
	margin: 0 0 10px 0;
}

ol, ul {
	margin-left: 21px;
	list-style-position: inside;
}

ol li, ul li {
	line-height: 1.6em;
}

pre {
	-moz-border-radius: 0;
	border-radius: 0;
}

code {
	white-space: pre-wrap;
}

header {
	margin-top: 15px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

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

.full-width-container {
	width: 100%;
}

.full-width-container.header-full-width {
	position: relative;
	margin-bottom: 40px;
}

.full-width-container .header-image {
	min-height: 165px;
	max-height: 500px;
	width: 100%;
	border-bottom: 10px solid #484948;
}

.full-width-container .header-container {
	position: absolute;
	top: 0;
	z-index: 10000;
	width: 100%;
}

.full-width-container #header_nav_container {
	background-color: rgba(25, 26, 25, 0.5);
}

.full-width-container .header-image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);
	color: #eeeeee;
}

.full-width-container .header-image-caption {
	font-size: 20px;
}

header#cc-header .span7, header#cc-header .span5 {
	margin-left: 0;
	width: 100%;
	text-align: center;
}

/*======================================= SOCIAL ==============================================*/

header #social {
	width: 100%;
	
}

header #social div {
	width: 100%;
	text-align: center;
}

header #social a.symbol {
	float: none;
	width: 20px;
	height: 20px;
	font-size: 1em;
}

/*======================================= DETAILS =============================================*/

#header_nav_container .span4 {
	position: relative;
}

div.row.bottom p{
color: #b0b0b0;
}

footer.entry-meta{display: none;}

header#cc-header.row-fluid {
	position: absolute;
	top: -15px;
	display: block;
	margin: 0 0 0 20px;
	padding: 50px 20px 20px;
	max-width: 100%;
	/*shirin*/
	background-color: transparent;
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	font-family: Imprima, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	/*shirin*/
	width: 152px;
	height: 50px;
}

header#cc-header.row-fluid .span7 a {
	color: #eeeeee;
}

h2.site-title {

}

h2.site-description {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(156, 66, 0);
}

h2.site-title a {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(156, 66, 0);
	word-wrap: break-word;
	font-weight: bold;
	font-size: 1.6em;
	font-size: 3vw;
}

h2.site-title a:hover {
	text-decoration: none;
	opacity: .8;
}

.contact_details {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(156, 66, 0);
	font-size: 1.5em;
}

header#cc-header .span5 div.blog-description p {
	color: #eeeeee;
	font-size: 1.1em;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
	float: none;
}

header #search #searchform .search-query {
	position: relative;
	z-index: 1;
	/*  -webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;*/
	margin-bottom: 0;
	padding: 0 8px;
	font-weight: normal;
	font-size: 11px;
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	line-height: 2em;
}

/*==================================== MEDIA QUERIES ===========================================*/

@media (max-width: 979px) {

	header#cc-header.row-fluid {
		padding: 20px 20px 20px;
	}

	.full-width-container #header_nav_container {
		padding: 10px;
		background: rgba(0, 0, 0, 0.7)
	}

	#header_nav_container .span3, #header_nav_container .span9 {
		margin-left: 0;
		width: 100%;
	}

	#cc-header {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.full-width-container.header-full-width {
		position: relative;
		padding: 0px 0px 0;
	}

	.full-width-container .header-image {
		border-bottom: none;
	}

	.full-width-container .header-container {
		position: static;
	}

	.full-width-container #header_nav_container {
		background: #333333;
	}

	#header_nav_container .span4 {
		position: absolute;
		top: 0;
		left: 0;
		width: 31.914893617021278%;
	}

	h2.site-title {
		font-size: 1em;
	}

	h2.site-title a{
		font-size: 1.2em;
		font-size: 5vw;
	}
	h2.site-title{
		line-height: 30px;
	}

	header#cc-header.row-fluid {
		padding: 30px 10px 10px;
	}

	.container #wrapper {
		position: static;
		margin: 0;
	}

	#navigation .main-navigation.navbar {
		margin-left: 0;
	}

	.main-navigation .navbar-inner .nav {
		margin-left: 0;
	}
}

@media (max-width: 480px) {

	header#cc-header.row-fluid {
		position: static;
		display: block;
		margin: 0px;
		padding: 5px 20px 20px;
		box-sizing: border-box;
	}

	h2.site-title a{
		font-size: 1em;
		font-size: 6vw;
	}
	h2.site-title{
		line-height: 20px;
	}
	#header_nav_container .span4 {
		padding: 0 20px;
		width: 100%;
	}
	#social {
		margin-top: 7px;
	}
}

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

#navigation {

}

.main-navigation.navbar {
	margin-bottom: 0;
	margin-left: 30px;
}

.main-navigation .navbar-inner {
	padding: 0;
	border: none;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: transparent;
	/*z-index: 1000;
	position: relative;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: none;
}

.main-navigation .nav {
	margin-left: 40px;
	width: 100%;
}

.main-navigation .nav > li {
	margin: 0;
}

.main-navigation .nav > li > a {
	padding: 50px 20px 15px;
	background: none;
	color: #ffffff;
	text-transform: none;
	text-shadow: none;
}

.main-navigation .nav > li > a:hover {
	background-color: #698598;
	color: #ffffff;
}

.main-navigation .nav li ul li ul {
	margin-left: 0;
	list-style: none;
}

.main-navigation .nav li ul li ul li a {
	padding-left: 24px;
}

.main-navigation .nav li ul li ul li ul li a {
	padding-left: 30px;
}

.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
	display: block;
	margin-top: 0;
}

.main-navigation .nav li ul li a:hover {
	background: none;
	color: #698598;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	outline: 0;
	background-color: transparent;
	background-image: none;
	color: #698598;
	text-decoration: none;
	filter: none;
}

#navigation #searchform {
	margin-right: 15px;
}

.current-menu-ancestor.dropdown {
	background-color: transparent;
}

h4.menu-description {
	margin: 0px;
	color: #bbbbbb;
	font-style: italic;
	font-size: 13px;
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container-fluid {
	/*padding-right: 0;
	padding-left: 0;SB */
}

#wrapper {
	/*position: relative; SB*/
	z-index: 5;
}

#home-wrapper {
	position: relative;
	z-index: 5;
}

article.page {
	margin-bottom: 40px;
	padding: 0px;
}

article.post, article.attachment {
	margin-bottom: 0px;
	padding: 30px 0 10px;
}

.entry-content {
	margin: 0 0 15px;
}

.page-header {
	margin-top: 0;
	padding: 0;
	border: none;
}

.featured-image {
	float: left;
	margin-top: 4px;
	margin-bottom: 20px;
	width: 100%;
}

.featured-image img {
	width: 100%;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
	margin-right: 20px;
	margin-left: 20px;
}

.entry-header {
	margin-top: 0;
}

.entry-summary {
	margin: 10px 0;
}

.postformats {
	float: right;
	margin-top: 12px;
}

blockquote {
	margin: 20px 10px;
	padding: 3px;
	background-color: #cccccc;
}

blockquote p {
	margin: 10px;
}

blockquote cite {
	font-size: 0.9em;
}

blockquote cite:before {
	position: relative;
	top: -2px;
	margin: 0 5px;
	content: ' ̶ ';
}

.page-links {
	clear: both;
}

.more-content {
	margin-bottom: 15px;
	padding: 10px;
}

.more-content a {
	/*shirin*/
	color: white;
	font-weight: bold;
}

.more-content a:hover {
	text-decoration: none;
}

.more-content span.more-arrow {
	color: #888888;
}

.previous-post {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.next-post {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: right;
}

/*==================================== TAXONOMY ========================================================*/

h2.entry-title {
	margin: 13px 0 -3px;
	padding: 0;
	text-shadow: none;
	font: 36px/1.3em;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

h2.entry-title a {
	/*color: #cc5700;*/
	color: white; /*shirin*/ 
}

h2.entry-title a:hover {
	background: #eeeeee;
	color: #cc5700;
	text-decoration: none;
}

article.post p, article.page p {
	font-size: 18px;
	line-height: 1.9em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
	display: block;
	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;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

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-right: auto;
	margin-left: auto
}

img.size-full {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	padding: 15px 3px 10px;
	max-width: 96%;
	border: 1px solid #f0f0f0; /* Image does not overflow the content area */
	background: #ffffff;
	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 {
	margin: 0;
	padding: 0;
	max-width: 95%;
	width: auto;
	height: auto;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

.caption_title {
	font-size: 16px;
}

.gallery-pagination {
	margin: 20px 0;
}

.gallery-pagination .previous-image a {
	float: left;
}

.gallery-pagination .next-image a {
	float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
/*Shirin*/
	display: none;
	margin-top: 0;
	margin-bottom: 5px;
	color: #cc8f00;
	text-transform: none;
	font: 0.85em "Noto Sans", Helvetica, Arial, sans-serif;
}

.entry-meta a {
	color: #cc8f00;
}

.entry-meta a:hover {
	color: #aaaaaa;
}

footer.entry-meta {
	clear: both;
	padding: 5px;
	background-color: #f1f1f1;
	color: #999999;
	text-transform: none;
	font: .9em Imprima, Helvetica, Arial, sans-serif;
}

footer.entry-meta a {
	color: #b1b1b1;
}

.edit-link {
	margin-bottom: 10px;
}

.edit-link a.post-edit-link {
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #888888;
	color: #ffffff;
}

.edit-link a:visited {
	color: #ffffff;
}

.edit-link a:hover {
	color: #cccccc;
	text-decoration: none;
}

.cyberchimps_article_share {
	float: right;
}

/*==================================== COMMENTS ========================================================*/

.page #wrapper #comments {
	background: #ffffff;
}

.comments-area {
	margin-bottom: /home40px;
	padding: 0;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

label[for="comment"] {
	display: block;
}

#comments h3#reply-title {
}

ol.commentlist {
	list-style: none;
}

ol.commentlist p {
	clear: left;
	margin-left: 8px;
}

ol.commentlist li.comment {
	padding: 10px;
}

ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
	margin: 0 10px 10px 10px;
}

ol.commentlist li.comment div.comment-meta {
	font-size: 11px;
}

ol.commentlist li.comment div.comment-meta a {
	color: #888888;
}

ol.commentlist li.comment div.reply {
	margin-left: 8px;
	font-size: 11px;
}

ol.commentlist li.comment div.reply a {
	font-weight: bold;
}

ol.commentlist li.comment ul.children {
	margin: 10px 0 0;
	list-style: none;
}

ol.commentlist li.comment ul.children li.depth-2 {
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-3 {
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-4 {
	margin: 0 0 10px 10px;
}

ol.commentlist li.even {
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fafafa;
}

ol.commentlist li.odd {
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
}

.comment, .trackback, .pingback {
	margin: 10px 0 10px 0;
	padding: 10px;
}

.odd {
	background: #f8f8f8;
}

#form-allowed-tags code {
	font-size: 12px;
}

#respond input, #respond textarea {
	overflow: auto;
	margin: 0 5px 5px 0;
}

#respond textarea {
	width: 97%;
	height: 150px;
}

.avatar {
	float: left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

#sidebar {
	margin-top: 60px;
}

@media (max-width: 767px) {
	#sidebar {
		margin-right: 20px;
		margin-left: 20px;
	}

	#sidebar .widget-container {
		margin: 30px 0 0;
	}
}

.page #wrapper #sidebar {
	margin-bottom: 40px;
	background: #ffffff;
}

.widget-container {
	margin: 30px 20px 0 0;
	padding: 0;
}

h3.widget-title {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #f1f2f1;
	border-bottom: 3px solid #e5e6e5;
	color: #d19200;
	font: 400 18px/1em Imprima, Helvetica, Arial, sans-serif;
}

.widget-container ul, .widget ul {
	margin-left: 0px;
}

.widget-container ul li, .widget ul li {
	list-style: none;
	font-size: 16px;
	line-height: 1.8em;
}

.widget-container ul li a {
	color: #777777;
}

table#wp-calendar {
	width: 100%;
}

table#wp-calendar th {
	font-size: 14px;
}

table#wp-calendar td {
	padding: 5px 0;
	width: 14.28571428571429%;
	text-align: center;
	font-size: 14px;
}

table#wp-calendar td {
	text-align: center;
}

.widget-container #searchform.pull-right {
	margin-right: 30px;
}

.widget-container #searchform input.input-medium {
	display: inline-block;
	float: none;
	width: 100%;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

section.full-width-container.footer-full-width {
	border-top: 8px solid #4c4d4c;
	background-color: rgb(50, 51, 50);
}

#footer_logo {
	position: relative;
}

#footer_logo header#cc-header.row-fluid {
	position: absolute;
	top: -15px;
	display: block;
	margin: -70px 0 0 0;
	padding: 20px 0 10px;
	max-width: 100%;
	background-color: transparent;
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	font-family: Imprima, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

#footer_logo header#cc-header h2 {
	font-size: 24px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer-widgets {
	margin: 40px 0;
}

#footer-widgets .widget-container {
	margin: 0;
	padding: 0 15px;
	border: none;
	background: none;
}

#footer-widget-container h3.widget-title {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: 1px solid #444444;
	color: #d19200;
	font-weight: 400;
}

.site-footer #copyright {
	float: right;
}

.site-footer #social {
	float: right;
	margin: 10px 0;
}

.site-footer #social a {
	margin-left: 5px;
}

@media (max-width: 767px) {
	.footer-full-width {
		margin-top: 50px;
	}

	#footer_logo.span3 {
		width: 50%;
		margin-top: -75px;
	}

	#footer_logo header#cc-header.row-fluid {
		position: static;
		margin: 0 0 20px 0;
	}

	#after_footer .container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== BOXES LIGHT ======================================================*/

#widget_boxes_container .box {
	margin-bottom: 30px;
	padding: 20px 20px 0;
	background: #ffffff;
}

#widget_boxes_container .box p {
	margin-top: 20px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	word-break: normal;
}

#widget_boxes_container .box a {
	display: block;
	width: 100%;
	text-align: center;
}

.box-no-url {
	cursor: default;
}

img.box-image:hover {
	opacity: .8;
}

/* ==================================== PORTFOLIO ================================================== */

#portfolio_lite_section {
	margin-bottom: 30px;
}

#portfolio_lite_section h2 {
	color: #cc5700;
	margin-bottom: 20px;
}

#portfolio_lite_section ul {
	margin-left: 0;
}

.portfolio-item img:hover {
	opacity: 0.8;
}

/*==================================== SLIDER ======================================================*/

#slider_lite_section {
	margin-bottom: 30px;
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
	background: #ffffff;
}

@media (max-width: 767px) {
	#pagination .container {
		margin-left: 20px;
	}
}


/* To allign custome menu(submenu) in sidebars */
#sidebar .sub-menu
{
	margin-left:5%;
}

/* To allign custome menu(submenu) in footer */
#footer-widgets .sub-menu
{
	margin-left:5%;
}


/*==================================== Shirin ==================================================*/
.glyphicon-play-circle {font-size: 10em; color: white; justify-content: center;}
.glyphicon-play-circle {margin-left: 30%; margin-top: 20%; position: absolute; cursor: pointer; }
#homeVideo {width: 100%;}


@media (max-width: 740px) {

.glyphicon-play-circle {margin-left: 25%; margin-top: 30%;}

}



.navbar-right {margin-top: 6px;}

.wonderplugincarousel-container.wonderplugincarousel-container {margin-bottom: 30px;}

article#post-0.post.no-results.not-found {padding-bottom: 20px; margin-bottom: 150px;}


.search-results .entry-summary {
margin-bottom: 0px;
}
.search-results .more-content {
margin-bottom: 120px;
}

.search-results article{
background: rgba(0,0,0,0.5);
}
#wpadminbar{
position: fixed !important;
}
#home-wrapper{
padding-bottom: 0px;
padding-top:60px;
}
.no-results.not-found h3 {color: white;}
h1.entry-title {color: white;}

body.admin-bar nav {
    top: 32px;
}

.navbar-help.navbar-nav.navbar-center a:hover{
color: white;
}
.dropdown.open ul a:hover{

background-color: white !important;
}


footer.footer.row ol, ul{
padding-left: 0px;
margin-left: 0px;
}
p#breadcrumbs a {color: white;}

body, p, ul li {
    font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #000000;
}

a {
    color: #1F56A8;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media only screen and (min-width:980px) and (max-width: 1493px){

p#breadcrumbs{ margin-top: 100px;}
}

@media only screen and (min-width:960px) and (max-width: 979px){

body{
padding: 0px;
}

}


@media only screen and (min-width:320px) and (max-width: 960px){
.entry-summary{
margin-bottom: 150px;
}
nav.navbar.navbar-default.navbar-fixed-top.navbar-help{
padding-left: 25px;
padding-right: 25px;
}

ol, ul{
padding-left: 0px;
margin-left: 0px;

}

.navbar-help #gsce-query {
width: 100% !important;	
}

body .page{
padding-top: 0px;
}

#gsce-search-form.navbar-form.navbar-left{
border: 0px;
margin: 0px;
padding: 0px;
}

.navbar-help .navbar-nav > li {
padding: 5px 5px !important;
}

ul.nav.navbar-nav.navbar-center{
padding: 5px;
}

/*keep search field in center*/
ul.nav.navbar-nav.navbar-right{
margin-left: 20px;
margin-right: 20px;
}

#home-wrapper{
padding-bottom: 80px;
padding-top: 10px;
position: initial;
}
body {
padding-top: 0px;
}

}

div#secondary.widget-area {
	display:none;
}


@media screen and (min-width: 960px) and (max-width: 1200px) {
.entry-summary{
margin-bottom: 80px;
}
#home-wrapper{
padding-bottom: 80px;

}
/*body.home.page{
padding-top: 0px;
}*/

} 
/*Ajax search*/
@media screen and (min-width: 768px){
ul.nav.navbar-nav.navbar-right{
width: 300px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
.entry-summary{
margin-bottom: 80px;
}
.post-34.page.type-page.status-publish.hentry{
margin-top: 1px;}
}

header.entry-header{
padding-left: 5px;
}

p#breadcrumbs {padding: 10px; font-size: 20px; color: #FFFFFF;}

.comments-area{
display:none;
}

/*==================================== Ryan ==================================================*/

@font-face {
	font-family: "DIN Bold";
	src: url(https://help-test.online.uts.edu.au/fonts/dinweb-bold.eot);
	src: url(https://help-test.online.uts.edu.au/fonts/dinweb-bold.eot?#iefix) format("embedded-opentype"),
		 url(https://help-test.online.uts.edu.au/fonts/dinweb-bold.woff) format("woff"),
		 url(https://help-test.online.uts.edu.au/fonts/dinweb-bold.ttf) format("truetype"),
		 url(https://help-test.online.uts.edu.au/fonts/dinweb-bold.svg#DINBold) format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	background: url('/wp-content/uploads/2022/06/landingPageImage.jpg') no-repeat fixed top;
	background-size: cover;
}

.navbar-help {
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 0px;
}

.navbar-help .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-help .navbar-brand {
	height: 60px;
	padding: 15px 15px 15px 20px;
}

.navbar-help .navbar-brand img {
	height: 30px;
}

.navbar-help .navbar-collapse {
	text-align: center;
}

.navbar-help .navbar-nav.navbar-center {
	float: none;
	display: inline-block;
}

.navbar-help .navbar-nav > li {
    padding: 15px 5px;
}

.navbar-help .navbar-nav > li > a {
    color: #FFF;
    /*font-family: "DIN Bold";*/
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
    font-size: 16px;
    padding: 6px 10px 4px 10px;
}

.navbar-help .navbar-nav > li:hover > a, 
.navbar-help .navbar-nav > li:focus > a,
.navbar-help .navbar-nav > li > a:focus
{
    color: white;
    background-color: #555;
    border-radius: 3px;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
    transition-delay: initial;
}

.navbar-help .navbar-nav>.open>a,
.navbar-help .navbar-nav>.open>a:focus,
.navbar-help .navbar-nav>.open>a:hover
{
	border-radius: 3px 3px 0px 0px;
	color: white;
    	background-color: #555;
	transition-duration: 0s;
}

.navbar-help .navbar-nav > li > .dropdown-menu {
	margin: -10px 0px 0px 5px;
        color: white !important;
        background-color: #D0D0D0;
}

.navbar-help .search-box {
	margin: 9px 0px;
}

.navbar-help .navbar-toggle {
	margin: 13px 15px 13px 0px;
}

ul.dropdown-menu{

background-color: #D0D0D0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
      }
.navbar-help #gsce-query {
width: 300px;	
}

/* Custom Homepage Styling */
#home-wrapper article.page {
	background: none;
}

h2.entry-title {
	font-weight: 700;
	color: #FFFFFF;
}

.entry-summary {
	padding: 20px;
	background: rgba(255,255,255,0.95);
}

/* Footer */
.footer {
	background: #252b2b;
	clear: both;
	height: auto;
	margin-left: 0px;
	margin-right: 0px; 
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
}

.footer h3 {
	color: white;
}

.footer ul li {
	display: inline-block;
	padding: 0px 3px;
}

.footer .top > div {
	border-bottom: 1px solid #363636;
}

/* Footer social media images */
.s-links a, .s-links p { 
	fill: white;
	margin: 23px 5px;
	vertical-align: middle;
}

.s-link.fb,
.s-link.li,
.s-link.ig {
	display: inline-block;
	height: 40px; 
	width: 40px;
}

.s-link.tw { 
	display: inline-block; 
	height: 32px; 
	width: 40px;
}

.s-link.yb {
	display: inline-block;
	height: 32px;
	width: 44px;
}

/* Copyright section */
.f-copyright {
	color: #b0b0b0; 
	padding: 10px; 
	text-align: left;
}
.f-copyright p { 
	font-size: 12px; 
	margin-bottom: 0px; 
}

.f-copyright a { 
	color: #FFFFFF;
}

.f-copyright #copyright {
	margin: 0px;
}

.f-copyright .newCopyright {
	color: #b0b0b0;
	font-size: 12px;
	padding: 0px 12px 0px 60px;
}

.f-copyright .newCopyright .logo {
	top: -12px;
}

/* Overrides for large screen only */
@media (min-width: 1200px) {
	body > div.container-fluid { 
		min-height: 100%; 
		padding-bottom: 80px;
	}
	
	.footer { 
		height: 150px;
		margin-top: -150px;
	}
	
	.footer > div {
		border: 1px solid #363636;
	}
	
	.footer .top > div {
		border-bottom: none;
	}
	
	.footer .top > div:first-child {
		border-right: 1px solid #363636;
	}
	
	.footer .bottom {
		border-top: 1px solid #363636;
	}

	.s-links a, .s-links p { 
		fill: white;
		margin: 32px 5px;
		vertical-align: middle;
	}
	
	.s-link.fb,
	.s-link.li,
	.s-link.ig {
		display: inline-block; 
		height: 20px; 
		width: 20px;
	}
	.s-link.tw {
		display: inline-block; 
		height: 16px; 
		width: 20px;
	}
	.s-link.yb {
		display: inline-block; 
		height: 16px; 
		width: 22px;
	}
}
