/*!
Theme Name: pooldues
Theme URI: http://pooldues.com/
Author: PoolDues.com
Author URI: http://pooldues.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pooldues
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



input[type="text"], input[type="email"], input[type="password"], textarea, select, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select, .ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container textarea, .ginput_container select, .mymail-form input[type="text"], .mymail-form input[type="email"], .mymail-form textarea, .mymail-form select, input[type="date"], input[type="tel"], input[type="number"] {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #e3e3e3;
    font-size: 14px !important;
    height: 36px;
}
input[type="date"] {
    padding: 5px 6px;
}
textarea, .wpcf7 textarea {
    height: auto;
}


.wpcf7 input.wpcf7-captchar {
    float: left;
    width: 45%;
}

input[type="submit"], button[type="submit"], .wpcf7 input.wpcf7-submit[type="submit"], .gform_wrapper input[type="submit"], .mymail-form input[type="submit"] {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    height: auto;
    padding: 14px 22px;
    margin: 0 10px 20px 0;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    position: relative;
    overflow: hidden;
    outline: none;
    text-shadow: none;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
}

.wpcf7 input.wpcf7-submit[type="submit"] {
    float: right;
    margin-right: 0;
}

select {
    display: block;
    vertical-align: top;
    z-index: 2;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 30px 6px 15px;
    line-height: 150%;
    margin: 0 0 5px;
    background-image: url('images/down-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 12px) center;
    background-size: 9px 6px;
    border: 1px solid #e3e3e3;
}


.col-sm-sf-5 {
    width: 20%;
    padding: 0 15px;
    float: left;
}

.col-sm-sf-25 {
    width: 40%;
    padding: 0 15px;
    float: left;
}

input[type="file"] {
    padding: 10px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    width: auto;
    line-height: 0;
    margin-top: 6px;
}

/* #Page Builder Override Classes
==================================================
	Classes to override asset styling
================================================== */

.mt0 {
    /* Clear Margin Top */
    margin-top: 0 !important;
}

.mb0 {
    /* Clear Margin Bottom */
    margin-bottom: 0 !important;
}

.mr0 {
    /* Clear Margin Right */
    margin-right: 0 !important;
}

.ml0 {
    /* Clear Margin Left */
    margin-left: 0 !important;
}

.pt0 {
    /* Clear Padding Top */
    padding-top: 0 !important;
}

.pb0 {
    /* Clear Padding Bottom */
    padding-bottom: 0 !important;
}

.pr0 {
    /* Clear Padding Right */
    padding-right: 0 !important;
}

.pl0 {
    /* Clear Padding Left */
    padding-left: 0 !important;
}

.bt0 {
    /* Clear Border Top */
    border-top: 0 !important;
}

.bb0 {
    /* Clear Border Bottom */
    border-bottom: 0 !important;
}

.no-shadow {
    /* Remove Shadow */
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.no-arrow:after {
    /* Clear Full Width Text Arrow */
    display: none !important;
}

.pmb0 p {
    /* Clear Inner p Tags Margin Bottom */
    margin-bottom: 0 !important;
}

.ui-helper-reset {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.ui-accordion .ui-accordion-icons {
	padding: 0!important;
}


html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px; /*justin */
    -webkit-font-smoothing: antialiased;
}

body.page-transitions #main-container {
    opacity: 0;
    padding-top: 150px;
}

body.page-transitions.header-naked-light #main-container, body.page-transitions.header-naked-dark #main-container {
    padding-top: 0;
}

body.modal-open {
    margin-right: 0;
}

body.mobile-menu-open, body.mh-overlay-show {
    overflow: hidden !important;
    max-width: 100%;
}

body > .ui-datepicker {
    z-index: 100 !important;
}

a {
    outline: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 15px;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    line-height: 170%;
    margin: 0 0 24px;
}

p:empty {
    display: none;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    /*list-style: none;*/
    /*justin edit, the above was commented out before, then then switcher header designs was a problem with it gone*/
    margin: 0 0 20px;
    /*padding: 0;*/
    line-height: 160%;
}

ul.sub-menu{
   /*chrome was showing bullet point in dropdown without this */
    list-style: none ;
    
}


ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    line-height: 160%;
}

ul > li > ul, ol > li > ol {
    margin-left: 20px;
    padding-left: 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 20px;
}

dl dt, dl dd {
    line-height: 180%;
}

ul ul, ul ol, ol ol, ol ul {
    margin-left: 0;
}

.fluid-width-video-wrapper {
    padding-top: 56.25% !important;
}

.impact-text, p.impact-text {
    font-size: 24px;
    line-height: 32px;
}

.impact-text-large, p.impact-text-large {
    font-size: 36px;
    line-height: 44px;
}

i[class^="fa-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.text-link {
    border-bottom: 1px dotted #e3e3e3;
}

.modal-dialog {
    margin: 6% auto !important;
}

.clearfix {
    clear: none !important;
}

.carousel-items {
    opacity: 0;
}

#header-search {
    opacity: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#header-search i.ss-search {
    float: left;
    font-size: 24px;
    padding-top: 7px;
    display: inline-block;
}

#header-search form {
    float: left;
    width: 80%;
}

#header-search input {
    background: transparent;
    border: 0;
    font-size: 24px;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    line-height: 31px;
}

#header-search-close {
    float: right;
    font-size: 28px;
    padding: 10px;
    display: block;
}

#container {
    position: relative;
    z-index: 99;
}

.layout-boxed #container {
    width: 1000px;
    position: relative;
    margin: 0px auto;
    background: #fff;
}

.no-csstransforms3d #container, .ie-mobile #container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform-style: flat;
    position: inherit;
}

.mobile-menu-open #container, .mh-overlay-show #container {
    overflow: hidden !important;
}

.mobile-menu-open #container, .mobile-header-center-logo.mobile-menu-open.mobile-cart-open #container {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-header-right-logo.mobile-menu-open #container, .mobile-header-center-logo.mobile-menu-open #container, .mobile-header-center-logo-alt.mobile-cart-open #container {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

.mobile-menu-closing #container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-csstransforms .mobile-menu-open #container, .ie-mobile.mobile-menu-open #container {
    -webkit-transform: none;
    transform: none;
}

#page-bg-image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    outline: 0;
    border-radius: 0;
    box-shadow: none;
}

textarea {
    border-radius: 0;
    box-shadow: none;
}

input:focus, textarea:focus {
    box-shadow: none !important;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid #ededed;
}

table th {
    font-weight: bold;
}

table thead th {
    text-transform: uppercase;
}

table tr > th {
    padding-right: 20px;
}

table td {
    padding: 6px 10px 6px 0;
    border-top: 0px solid #ededed; /*Justin mod - testing*/
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

img {
    max-width: 100%;
    height: auto;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 0;
}

audio {
    margin: 20px 0;
}

label.hidden-label {
  display: none;
}


.blank_spacer {
    min-height: 0 !important;
}

div.entry-title {
    display: none;
}

.chat-transcript .chat-author {
    font-weight: bold;
}

.nicescroll-rails {
    background: #fff;
    width: 5px !important;
}

.nicescroll-rails > div {
    width: 5px !important;
    border: 0 !important;
    background: #666 !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

.sf-swipe-indicator {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 76px;
    width: 76px;
    margin-left: -38px;
    margin-top: -38px;
    z-index: 2;
    background: transparent url('images/swipe_indicator.png') no-repeat center center;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sf-swipe-indicator.animate {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

.spb-row-expand-text span:after {
	content: "\F501"!important;
	font-family: "SSGizmo"!important;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	padding-left: 10px;
	vertical-align: -2px;
	height: 22px;
	opacity: 0.6;
}

.spb-row-expand-text.row-open span:after {
	content: "\F500"!important;
}


/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */


.sf-video-wrap {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.sf-video-wrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-item.standard figcaption .thumb-info a {
    top: 50%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}

.curved-bar-styling {
    border: 1px solid #e4e4e4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.bar-styling {
    height: auto;
    overflow: hidden;
}

ul.page-numbers {
    float: right;
}

ul.bar-styling li, ul.page-numbers li {
    float: left;
    display: block;
}

ul.bar-styling li > a, ul.bar-styling li > div, ul.page-numbers li > a, ul.page-numbers li > span {
    padding: 8px 16px;
    border: 1px solid transparent;
    display: block;
    margin-right: -1px;
    text-decoration: none;
}

ul.bar-styling li > form input {
    border: 1px solid transparent;
    display: block;
    margin-right: -1px;
    height: auto;
    overflow: hidden;
    padding: 10px 14px;
    height: 40px;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul.bar-styling li:first-child a, ul.bar-styling li:first-child div, ul.page-numbers li:first-child a, ul.page-numbers li:first-child span {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.bar-styling li:last-child a, ul.bar-styling li:last-child div, ul.page-numbers li:last-child a, ul.page-numbers li:last-child span {
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.page-numbers li a.prev i, ul.page-numbers li a.next i {
    height: 10px;
    display: inline-block;
    vertical-align: -3px;
}

.sf-roll-button {
    display: inline-block;
    height: 40px !important;
    line-height: 40px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 14px !important;
    transition: all 0.35s;
}

.sf-roll-button:hover {
    box-shadow: none !important;
}

.sf-roll-button span {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: top 0.35s;
    width: 100%;
}

.sf-roll-button:hover span {
    top: -100%;
}

.modal-header {
    padding: 22px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header h2, .modal-header h3 {
    margin: 0;
}

.modal-header .close {
    margin-top: 2px;
    font-size: 30px;
    outline: none !important;
}

.modal-body {
    padding: 20px 30px;
}

.modal-body .container {
    max-width: 100%;
}

.viewer li {
    -webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.viewer .caption {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
    opacity: 100;
    visibility: visible;
}

.viewer .close:hover {
    color: #fff;
}

#lang_sel_list {
    z-index: 2 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #555 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    background: #666 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #999 !important;
}
