/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

body {
font: 14px Verdana, Geneva, sans-serif;
 background: #f2f4f5;

}

#header {
	background-color: #363636 !important;
	display: inline-block;
	width: 100%;
}
.nav-toggle {
	margin: 0px;
}
#inner-wrapper {
background-color: #f2f4f5;
border: 0px !important;
    overflow: hidden;
}
#logo a img {
    margin-left: -15px;
    margin-bottom: -5px;
    vertical-align: bottom;
}
.post-4713, .post-1307 {
display:none;
}

/* ------------------ Home page ----------------------- */

/* General Setting */
.slideText h2 {
    font-weight: 400;
}
.boxed-layout #content {
	width:100% !important;
}

.cqhome > p {
	padding: 20px;
}
.cqhome > .post {
	margin: 0;
}

/* Content Div */
.cqhome > .type-page {
	background: #fff;
	border: none;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

.cqhome > .page .title {
	text-align: center;
	font-weight:200;
	font-size: 3em;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.cqhome > .page .title {
	text-align: center;
}

.cqhome > .page > .entry p {
	  max-width: 850px;
    width: 100%;
	  margin: 0 auto;
    font-weight: 400;
}
.boxed-layout #header, .boxed-layout #content, .boxed-layout #footer-widgets, .boxed-layout #footer {
    padding: 0px;
}
/* Image Div at the top */

.section1 .imageModule .mapOption {
    color: #fff;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 50px;
    position: absolute;
    text-align: center;
    font-size: 1.5em;
    font-weight: 200;
    letter-spacing: 1px;
    transition: .25s;
    -webkit-transition: .25s;
}

.col-md-3 {
	float: left;
}

.col-md-3 {
	width: 25%;
}

.section1 {
	display: block;
}

.section1 .col-md-3 {
    padding: 0px;
}
.imageModule {
	position: relative
}
.section1 .imageModule img {
    max-width: none;
    width: 100%;
    overflow: hidden;
	position: relative;
	z-index: 2;
}
.section1 .tint {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.section1 .imageModule img {
    max-width: none;
    width: 100%;
    overflow: hidden;
}

.section1 .imageModule:hover .mapOption {
    letter-spacing: 3px;
}
.section1 .imageModule:hover .tint {
    background-color: rgba(0,0,0,0.3);
    transition: .25s;
    -webkit-transition: .25s;
}
.section1 .row {
    margin-left: 0;
    margin-right: 0;
}

/*
.row {
background: #282525;
}
*/

.cqhome .slideText a{
	color: #424FA2 !important;
}
.cqhome .slideText a:visited {
	color: #4277A2 !important;
}
.cqhome .slideText h2 a {
    font-weight: 200;
}
.slideImage, .slideText {
	padding: 25px 0;
}

.cqhome .slideImage img {
    max-width: 500px;
	  width: 100%;
    height: auto;
    margin-top: 20px;
}
.sectionOdd {
	width: 100%;
	min-height: 50px;
	background: none;
}
.sectionEven {
        width: 100%;
        background: #fff;
        min-height: 50px;
}
.sectionEven .slideText {
	width: 50%;
	float: left;
    text-align: right;
}

.sectionOdd .slideText {
	float: right;
	width:50%;
}

.cqhome .sectionOdd, .sectionEven .col-full {
  max-width: 850px !important;
  margin: 0 auto;
}

.sectionEven .slideImage{
	width: 50%;
	float: right;
    padding-left: 15px;
    padding-right: 15px;
}
.sectionEven .slideImage img {
    float: left;
    border-radius: 100%;
}
.sectionOdd .slideImage img {
    float: right;
    border-radius: 100%;
}
.sectionOdd .slideImage {
	width: 50%;
	float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.slideText {
    padding-left: 25px;
    padding-right: 25px;
}
/*---------------------------------Login ---------------------------------*/
.loginBox {
   /* position: absolute;*/
    right: 2em;
    float: right;
    vertical-align: middle;
    display: table;
    height: 100%;
    min-height: 100px;
}

.btn {
    color: #000 !important;
}

.avatar-holder {
    margin: 1em;
}

.boxes {
    vertical-align: middle;
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
}
.userLinks .userOption, label {
    display: inline;
	  font-size: .975em !important;
	  font-weight: 400;
}
.userOption p {
	font-size: .975em;
	font-weight: 400;
}
.userLinks .userOption:nth-child(2) {
    margin-left: 5px
}
form .userBox:nth-child(3) {
    margin-left: 4px;
}
.userLinks #remember {
    margin-top: 7px;
    margin-left: 17px;
}
.userLinks {
    font-size: .975em;
}
.userLinks a {
    color: rgba(255,255,255,.8);
}
@-webkit-keyframes autofill {
    to {
	color: rgba(255,255,255,0.7);
        background: rgba(255,255,255,0.3);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.userBox{
	border: 0px;
}
.sendButton {
    border-radius: 1px;
    background-color: #19807F;
    border: 0px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 7px;
    -o-transition: .25s ease;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    transition: .25s ease;
}
.sendButton:hover {
    background-color: #74B0A8;
}
/*---------------------------------Checkbox---------------------------------*/
.userOption {
    width: 25px;
	position: relative;
}
.userOption label {
    cursor: pointer;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
    margin-left: 7px;
}
.userOption label:after {
    opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 7px;
	left: 5px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}
.userOption label:hover::after {
    opacity: .2;
}
.userOption input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.userOption #remember {
    margin-left: 7px;
}
.userOption p {
    display: inline;
    margin-left: 14px;
    color: rgba(255,255,255,0.8);
}
.userOption a:visited {
   color: rgba(255,255,255,.8);
}
/*---------------------------------END Checkbox---------------------------------*/

/* Menus, uncluding uber menus -------------------------------------------- */

/* Top Global */

ul.nav li a {
  padding: .5em 1em;
  display: block;
  color: #535353; }

ul.nav li.social-icon a {
	padding: 0.5em 0.2em;
}

/* Footer Menu */
#tertiary-menu-container {
	background: #363636;
}

.ubermenu-loc-tertiary-menu {
background: #363636 !important;
}


/* Custom Slider ----------------------------------------------------------- */
.magazine #loopedSlider li.slide {
    background: #fff;
}

#loopedSlider {
	margin-bottom: 25px;
}

/* Custom Sidebar --------------------------------------------------------- */
#sidebar {
    background: #fff;
    border: 1px solid #e8eced;
}
#sidebar
.widget {
padding: 25px;
}
#sidebar .widget img {
  float: left !important;
  margin-right: 10px;
}

/* uber menu customization */
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: 70%;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
   padding-right: 25px;
}
.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
	/* max-width: 30%; */
}

i.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    border: none;
}

.col-full {
  max-width: 1100px !important;
}

#top-nav {
    width: 100%;
 background: #F2F4F5;
   border-bottom: 1px solid #ddd;
}
#top {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    background: #f2f4f5 !important;
    border-bottom: 1px solid #e8eced;
}

#menu-item-5491 {
   float: right;
}
#menu-item-5493 span:first-of-type:hover,
#menu-item-5483 span:first-of-type:hover, #menu-item-5485 span:first-of-type:hover, #menu-item-5482 span:first-of-type:hover,
#menu-item-5481 span:first-of-type:hover {
   color: #8e8e8e;
}

.ubermenu-nav #menu-item-5305, #menu-item-5306, #menu-item-5307, #menu-item-5308, #menu-item-5309, #menu-item-5310, #menu-item-5311 a {
    box-shadow: none;
    height: 100%;
    border: 0px;
}

.ubermenu-target .ubermenu-item-layout-default .ubermenu-item-layout-text_only {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
   padding-top: 5px;
   padding-bottom: 5px;
}
.ubermenu-submenu-id-5311 {
   min-height: 440px !important;
   overflow-y:hidden !important;
}

.ubermenu-submenu .ubermenu-submenu-id-5311 .ubermenu-submenu-type-mega .ubermenu-submenu-drop .ubermenu-submenu-align-full_width {
   box-shadow:none;
}

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
    padding-top: 0px;
    padding-bottom: 0px;
}

#top .ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
color: #363636;
}

.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
color: #f2f4f5;
}

#navigation {
background: #222;
font: 14px 'Open Sans', Helvetica, sans-serif;
font-size: 1.12em;
border-radius: 0px;
}

#navigation ul ul {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
}

#connect, #post-author {
   overflow: hidden;
}

.ubermenu-target .ubermenu-item-layout-default .ubermenu-item-layout-text_only{
 border: 0px;
}

.ubermenu-submenu-id-5483, .ubermenu-submenu-id-5485, .ubermenu-submenu-id-5493, .ubermenu-submenu-id-5482, .ubermenu-submenu-id-5481  {
   padding-top: 5px !important;
}

#tertiary-menu {
   margin: 0 auto;
   display: block;
}
#tertiary-menu-container ul.nav li a {
    padding-left: 20px;
    padding-right: 20px;
}

#cat {
 margin-left: 5px;
}

/* Customizes the Active Page Hover and Disabled Links Hover Effect*/
.ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background: #eeeeee;
    color: #111111 !important;
}

/*Customize drop-down Choice boxes*/
#cat, #archives-dropdown-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #e8eced;
    text-indent: 8px;
    cursor: pointer;
    background: #fff;
    color: #555;
}

#navigation {
   margin-bottom: 0px;
}

.ubermenu-active a {
	color: #000 !important;
        font-weight: 500 !important;
}

.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
font-weight: bold !important;
}

.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	color: #f2f4f5;
}

.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color:#f2f4f5
}

#ubermenu-main-500-primary-menu {
}

.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
    font-weight: normal;
}

/*customize posts*/
.type-page, .type-post {
   /* position: relative; */
    border: 1px solid #e8eced;
    overflow: hidden;
    padding: 25px;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 25px;
}

/*customize content area*/
#content {
    background: #F2F4F5;
    padding: 0px;
}

/*customize buttons and other*/
.widget_wysija_cont .wysija-submit {
   border-radius: 2px;
}
.formError .formErrorContent {
   border-radius: 2px;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
}

.widget h3 {
  font-size: 1.5em;
}

#form-wysija-2 .wysija-paragraph {
 margin-top: 15px;
}
.entry .wp-caption {
  border-radius: 2px;
}
.wp-caption .alignnone {
  border-radius: 2px;
  border: 1px solid #e8eced;
}
.wp-caption-text {
  text-align:left !important;
  padding-top: 10px !important;
  padding-bottom 10px !important;
  padding-left: 10px !important;
}


#menu-item-5287 a, #menu-item-5288 a, #menu-item-5289 a, #menu-item-5290 a, #menu-item-5291 a, #menu-item-5292 a{
 color: #8F8F8F;
}

#menu-item-5287 a:hover, #menu-item-5288 a:hover, #menu-item-5289 a:hover, #menu-item-5290 a:hover, #menu-item-5291 a:hover, #menu-item-5292 a:hover{
   color: #000;
}

.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .nav-entries a span {
  background: #fff;
  border: 1px solid #e8eced;
  color: #A8A8A8;
}

.woo-pagination a:hover, .nav-entries a span {
   background: #D9D9D9;
}

/*Customize footer*/
#footer {
	background: #363636;
padding: 0 !important;
  overflow: hidden;
}
#footer-widgets .widget {
padding: 0;
margin: 0;
}

#footer-widgets .block {
   padding: 0;
}

.boxed-layout #footer-widgets {
 padding: 14px 35px;
    border: 0px;

}

#footer-widgets .widget .textwidget {
  font: 400 12px/1.4em 'Open Sans', Helvetica, Arial, sans-serif;
}
.entry, .entry p {
  color: #555;
  font-weight: 400;
  line-height: 1.8em;
}
#footer-widgets.col-4 {
background: none;
}

#footer-widgets.col-4 .block {
    width: 37%
}

#footer-widgets.col-4 .footer-widget-4 {
float: right !important;
}

ul.nav li.current_page_item a {
background: none;
}

#footer p {
  margin: 0;
}
.footer-nav a{
    color: #fff;
}
.custom-menu-location
{
    font-size: 0.9em;
    width: 100%;
}

#tertiary-menu a {
    color: #f2f4f5;
}

#copyright {
  margin-bottom: 0px;
  opacity: .5;
}
#credit {
  overflow: hidden;
  opacity: .5;
}

#copyright, #credit {
display:none;
}

/*Customize top navigation*/

.ubermenu-icon {
   font-size: 1.4em;
}
.ubermenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-searchbar-drop .ubermenu-search-submit {
  color: #999999 !important;
  font-size: 1.4em;
}

.ubermenu .ubermenu-search input.ubermenu-search-input {
  border: 1px solid #e8eced;
  border-radius: 2px;
}
.ubermenu .ubermenu-search .ubermenu-searchform {
 background: #fff;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
  width: auto;
}

form .ubermenu-searchform {
  margin-right: 0px !important;
  padding-right: 0px;
}

input, textarea {
    padding: 5px;
    background: #fff;
    border-color: #e8eced;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    border-radius: 1px;
}

.ubermenu-content-block .ubermenu-custom-content .ubermenu-custom-content-padded {
 padding-right: 0px !important;
}
#menu-item-5311 {
	max-width: 205px;
}
#header {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#logo {
	float: none;
	max-width: 1100px !important;
	margin: 0 auto;
	width: 100% !important;
    padding: 0;
}

.site-section-name a {
    color: #ffffff;
    text-decoration: none;
}

.bannerWrap {
    padding: 0 !important;
}

.bannerWrap

.banner-subtitle {
    color: #ffffff!important;
    font-size: 2em;

}

#wrapper {
	width: 100% !important;
	max-width: inherit!important;
}
@media screen and (max-width:994px){
	#menu-item-5307 {
		max-width: 160px;
	}
}
@media screen and (max-width:960px) {
#header{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#top {
    display:none !important;
}
.boxes {
    vertical-align: middle;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.userBox, .sendButton {
	display:block;
	max-width: 220px;
	width: 100%;
}
.userBox:nth-child(2) {
	margin-top: 5px;
}
.userLinks .userOption:nth-child(3) {
	display:block;
	width: 200px;
}
.userOption label {
	margin-left: 0px;
}
.userLinks {
	margin-top: 5px;
}
.sendButton {
	margin-top: 5px;
	margin-left: 0px;
}
.ubermenu-skin-white.ubermenu-responsive-toggle {
   height: 50px;
   display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items:center;
  background: #222;
  color: #fff;
}
.ubermenu-skin-white.ubermenu-responsive-toggle:hover {
  background: #222;
  color: #fff;
}
#logo {
	float: none;
	max-width: 1100px !important;
	margin: 0 auto;
	width: 100% !important;
}
#logo a img {
	width: 50%;
	display: block;
	float: left;
}
.loginBox {
	display: inherit;
	width: 50%;
}
}
@media screen and (max-width:768px) {
#header {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#inner-wrapper {
	padding: 0px;
}
   #navigation ul ul {
      margin-left: 0px;
  }
  #navigation {
     -webkit-box-shadow: 10px 0px 15px -2px     rgba(0,0,0,0.15);
     -moz-box-shadow: 10px 0px 15px -2px rgba(0,0,0,0.15);
     box-shadow: 10px 0px 15px -2px rgba(0,0,0,0.15);
  }
  #navigation h3 {
     margin-top: 25px;
  }
#tertiary-menu {
   text-align: center;
   padding-top: 15px;
   padding-bottom: 15px;
}
.section1 .imageModule .mapOption{
	font-size: 1em;
	width: 100%;
	max-width: 100px;
}
.userOption {
	margin-top: 7px;
}
    #footer-widgets.col-4 .block {
        width: 100%;
    }
    #logo a img {
        margin-left: 0px;
    }
}

/*center the boxes in the mega-nav*/
.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
    text-transform: none;
    border-left: none;
    min-height: 40px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
  border: 0px;
}

ubermenu-skin-white .ubermenu-submenu.ubermenu-submenu-drop {
    background: #ffffff;
    border-bottom: 1px solid #e8eced;
    border-top: 1px solid #e8eced !important;
    border-left: 1px solid #e8eced;
    border-right: 1px solid #e8eced;
    box-shadow: none;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    margin: 0;
}

@media screen and (max-width:480px) {
	.loginBox {
		float: none;
		width: 100%;
		margin-top: 15px;
    background: none;
	}
	.userBox, .sendButton {
		max-width: inherit !important;
	}

    #logo a img {
    	width: 100%;
    	display: block;
    	float: none;
      max-width: 280px;
      margin: 0 auto;
    }

	#header {
		padding: 0px !important;
	}
.ubermenu-skin-white.ubermenu-responsive-toggle {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

	.section1 .imageModule .mapOption {
		font-size: 1em !important;
		width: 120px !important;
	}
    .userOption label {
        top: 10px;
    }
    .sectionOdd .slideImage, .sectionEven .slideImage {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        clear: both;
    }
    .slideText h2 {
        font-size: 24px;
    }
    .sectionEven .slideText, .sectionOdd .slideText {
        width: 100%;
        float: none;
        text-align: inherit;
        clear: both;
        padding-top: 5px;
    }
    #logo {
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cqhome > .page .title {
        font-size: 2.5em;
    }
    .section1 {
        display: none;
    }
    .type-page, .type-post {
        padding: 15px;
    }
    .boxed-layout #footer-widgets {
        padding: 15px;
    }
}


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */


@media only screen and (min-width: 980px) {
	/* Desktop styles go below this line */

    .entry img, img.thumbnail, #portfolio .group.portfolio-img img {
        border: none;
    }
    #inner-wrapper {
        border: none;
    }
    #top {
        background: #828282;
        color: #ffffff;
    }
    #top ul.nav li a {
        color: #ffffff;
    }
    #header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #logo {
        float: none;
        max-width: 1100px !important;
        margin: 0 auto;
	width: 100% !important;
    }

    #wrapper {
	width: 100% !important;
	max-width: inherit !important;
	padding: 0;
    }
}

.checkout label {
	color: black;
}

.field-wrap label {
	color: black;
}

.login label {
	color: black;
}
