/*
Theme Name: Pawn RI 20
Theme URI: www.pawnri.com
Description: custom theme by Gordon Multimedia.
Author: Gordon Multimedia
Version: 1.0
*/

html, body {
	height: 100%;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, #nav a {
	font-family: 'Lato', Helvetica, sans-serif !important; 
}
h1.main {
    color: #005196;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: "Georgia", serif !important;
    text-shadow: 0px 2px 5px #fff;
	text-align: center;
	font-weight: 700;
}
#mainSection h2 {
    margin: 1rem 0 2rem;
    font-weight: 600;
}
a {
    color: #16373a;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
body {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#preNav {
	background: #1d4458;
	color: #fff;
	font-size: .9rem;
	text-align: center;
	padding: .5rem 0;
	display: none;
}
#preNav a {
	color: rgba(256,256,256,.8);
	font-weight: 600;
	display: inline-block;
    border: 1px solid rgba(256,256,256,.25);
    padding: 0 .25rem;
    border-radius: 3px;
}
.bigscreen {
	display: none;
}
@media (min-width:992px){
	#preNav {
		display: block;
	}
	.smallscreen {
		display: none;
	}
}
#header {
	background-image: url("images/background-header3.jpg");
	background-position: top center;
	background-size: cover;
}
#icon {
	width: 350px;
	height: auto;
	display: inline-block;
    margin: 2rem 0 1rem;
}
.socialBar {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.socialBar li {
	display: inline-block;
	margin-left: .5em;
}
.socialBar a {
	color: #696969;
	font-size: 1.2em;
}
.ctaLink {
	font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    display: inline-block;
    padding: 0 .5rem;
    margin: 0 0 .5rem;
}
.mainCta {
	background: #04A0E1;
}
#mainSection {
	padding-bottom: 200px;
    background: red;
    background: -webkit-linear-gradient(#45bdbe,#23546b); 
    background: -o-linear-gradient(#45bdbe,#23546b);
    background: -moz-linear-gradient(#45bdbe,#23546b);
    background: linear-gradient(#45bdbe,#23546b);
	color: #FFF;
	position: relative;
	overflow: hidden;
}
#mainSection:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 200px solid #1184bb;
    border-left: 3000px solid transparent;
}
.buttonNavWrap {
	display: block;
	text-align: center;
}
.buttonNavWrap:hover {
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
}
.buttonNavWrap h4 {
	color: #FFF;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.5rem 0;
}
.buttonNavWrap img {
	display: inline-block;
	padding: 5px;
	border: 1px solid #FFF;
	border-radius: 50%;
}
.buttonNavWrap.activePage img {
	border: 6px solid #8B2900;
    -webkit-box-shadow: -1px 3px 23px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: -1px 3px 23px 0px rgba(0,0,0,0.9);
    box-shadow: -1px 3px 23px 0px rgba(0,0,0,0.9);
}
.tooltip-inner {
    background-color: #1496BA;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #1496BA !important;
}
.sectionStyles {
	padding: 0 1rem;
}
.sectionStyles h3 {
	font-weight: 600;
}
.sectionStylesDescription {
	padding: 3rem 0 2rem;
}
#section1 {
	background-color: #21a3a5;
    background: url("images/content-section-a.jpg") no-repeat top center;
    background-size: cover;
}
#section2 {
	background-color: #45bdbe;
}
#section3 {
	background-color: #21a3a5;
    background: url("images/content-section-c.jpg") no-repeat top center;
    background-size: cover;
}
#section4 {
	background: -webkit-linear-gradient(#45bdbe,#23546b);
    background: -o-linear-gradient(#45bdbe,#23546b);
    background: -moz-linear-gradient(#45bdbe,#23546b);
    background: linear-gradient(#45bdbe,#23546b);
}
#preFooter {
	background-color: #1184bb;
	color: #FFF;
	font-family: 'Lobster', serif;
	font-size: 3rem;
	padding-bottom: 2rem;
}
#preFooter a {
	color: #55d5e1;
	text-decoration: none;
}
.singleTestimonial{
	background-image: url("images/quote-left.png");
	background-repeat: no-repeat;
	background-size: 40px;
	padding-left: 60px;
	margin-bottom: 3rem;
}
.singleTestimonialInner {
	background-image: url("images/quote-right.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 40px;
	padding-right: 60px;
	font-size: 1.2rem;
	font-family: Georgia, serif;
	font-style: italic;
}
.singleCustomerReview {
	text-align: right;
    font-style: normal;
    font-size: 1.25rem;
}
.textHolder {
	background: #255369;
	padding: 1rem;
	margin-bottom: 1rem;
}
/* ------- add the following two styles to the CSS to center align the menu items - also requires 2 styles to be added to css
*/
.navbar-collapse.center {
    text-align: center;
}
.navbar-collapse.center .navbar-nav {
    display:inline-block;
    float: none;
}
/*------- end of center align menu styles */
/*-------- menu styles ---------*/

#nav-bar {
	/*background-image: url("images/header-top.png");*/
	background: rgb(41,95,123);
background: -webkit-linear-gradient(rgba(41,95,123,1) 0%, rgba(30,70,92,1) 100%);
background: -o-linear-gradient(rgba(41,95,123,1) 0%, rgba(30,70,92,1) 100%);
background: linear-gradient(rgba(41,95,123,1) 0%, rgba(30,70,92,1) 100%);
}

#nav {
	clear: both;
	height: 70px;
	text-align: center;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
#nav ul li {
	position: relative;
	display: inline-block;
}
#nav ul li:hover {
	background: #f7f7f7;
}
#nav ul li a {
	display: block;
	padding: 0px 5px 0px 5px;
	line-height: 70px;
	font-size: 1rem;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 600;
}
#nav ul li a:hover {
	color: #8bc4d5;
}
#nav ul li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 90000;
	text-align: left;
	background: #FFF;
}
#nav ul li ul li {
	display: block;
	white-space: nowrap;
}
#nav ul li ul li:hover {
	background-color: #f7f7f7;	
}
#nav ul li ul li a {
	text-transform: none;
	line-height: 30px;
	color: #55d5e1;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li:hover ul li ul {
	top: -5px;
	left: 100%;
	display: none;
}
#nav ul li ul li:hover ul {
	display: block;	
}
#responsive_menu_pro_button {
	display: none !important;
}
#menuTrigger {
	color: #fff;

	text-align: right;
	cursor: pointer; 
}
#menuTrigger i {
	line-height: 70px;
	font-size: 1.5rem;
}
@media only screen and (min-width : 992px) {
	#menuTrigger {
		display: none;
	}
}
@media only screen and (min-width : 1200px) {
	#nav ul li a {
		display: block;
		padding: 0px 8px 0px 8px;
		line-height: 70px;
		font-size: 1.15rem;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
	}
}
/*------ end of menu styles -------*/
#footer {
	background-color: #f8f8f8;
	padding: 2rem 1rem 15rem;
	font-size: .9rem;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width:768px){
	#footer {
		padding: 2rem 1rem 2rem;
	}
}
.social {
	text-align: center;
}
.social a {
	color: rgba(256, 256, 256, 0.6);
}
.social a:hover {
	color: rgba(256, 256, 256, 0.3);
}
.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;	
}
.alignleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;	
}
.attachment-thumbnail {
	max-width: 100%;
	height: auto;	
}
.google-maps {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
hr {
	clear: both;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	font-size: 1.5em;
	border: none;	
}

/* ---------- styles for carousel -----*/
.carousel-caption {
	position: relative;	
	left: 0%;
	right: 0%;	
}
.carousel-caption h3, .slideShowHeader {
	font-size: 2em;
}
.carousel-indicators {
	bottom: 0px !important; 	
}
/*end of styles for carousel ----*/
/* styles to vertically center bootstrap modal window */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*-------- styles for home.php -----*/
.archive-thumb {
	text-align: right;
	padding-top: 15px;	
}
.archive-item {
	margin-top: 20px;	
}
.archive-item h4 {
	font-size: 1.2em;
	color: #000;
}
.postedOn {
	font-style: italic;
	color: #888;
    position: relative;
    top: -10px;
    font-size: .9em;
}
.pager {
	margin-top: 3em;
}
.pager li>a, .pager li>span {
	border-radius: 0;
}
/*----------- end of styles for home.php --------*/

.dateBox {
	border: 1px solid #CCC;
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-top: .4em;
}
.day {
	float: left;
    font-size: 2em;
    padding-right: .1em;
	padding-left: .1em;
    border-right: 1px dotted #ccc;	
}
.monthYear {
	padding-left: .3em;
	padding-right: .3em;
	float: left;	
}


/*------- styles for contact footer ----------*/
.contact-footer a {
	color: rgba(256, 256, 256, .8);	
}
.contact-footer a:hover {
	color: rgba(256, 256, 256, 1);	
	text-decoration: none;
}
/*---------- end of styles for contact footer --------*/
.size-large, .size-medium, .size-full {
	max-width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.navbar {
		border-radius: 0px !important;	
	}
	.navbar-default .navbar-nav>li>a {
		color: rgba(256, 256, 256, .8);	
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: rgba(256, 256, 256, 1) !important;	
		background-color: rgba(0, 68, 124, 1);	
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current-menu-ancestor>a {
		color: rgba(256, 256, 256, 1);
		background-color: rgba(0, 68, 124, .8);	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(256, 256, 256, 1);	
	}
	.navbar-toggle { /*this is for the collapsed button to activate menu*/
		display: none;
	}
	.navbar-default {
		border: none;
		background-color: rgba(0, 68, 124, .8);	
		margin-bottom: 0px;
	}
	.equalheight {
		margin-bottom: -99999px !important;
		padding-bottom: 99999px !important;	
	}
	.carousel-caption {
		bottom: 0px !important;	
	}
	.carousel-caption h3, .slideShowHeader {
		font-size: 3em;
		text-shadow: 1px 1px 3px rgba(0,0,0,1)	;
	}

}