/**
 * Theme Name: Seal Securities (Foundation Theme)
 * Author: ZURB.Foundation
 * Author URI: http://foundation.zurb.com/
 * Version: 5.5.0
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { 
    height:21px;
    max-width:208px;
    display:inline-block;
    margin:0;
}
input[type="submit"] {
    color:#000;
    border:none;
    padding:3px 7px;
    border:1px solid #929292;
    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}
textarea[rows] {
    height:50px;
}
input[type="file"], input[type="checkbox"], input[type="radio"], span.wpcf7-list-item {
    margin:0;
}
span.wpcf7-list-item label {
    margin-left:5px;
    vertical-align:top;
}
span.wpcf7-list-item label input,
span.wpcf7-list-item label span {
    vertical-align:top;
}
span.wpcf7-list-item label input {
    margin-top:4px;
}

embed, iframe, object { max-width: 100%; }
label {
    color:#fff;
    font-size:12px;
    line-height:22px;
}
/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
[class*="column"]+[class*="column"]:last-child {
    float:left
}


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;color:#fff;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a {
    color:#fff;
}
a:hover, a:focus {
    color:#fff;
}
p, ul li {
    color:#fff;
    font-size:13px;
    line-height:22px;
}
p {margin:0 0 12px;}

h1, h2 {
    font-weight:800;
    font-style:italic;
    text-transform: uppercase;
    font-size:21px;
    line-height:23px;
    margin:10px 0;
    color: #d7ca97;
}
.title-gradient {
    font-weight:800;
    display:block;
    font-style:italic;
    text-transform: uppercase;
    font-size:21px;
    line-height:23px;
    margin:10px 0;
    color: #d7ca97;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #a99557;
  margin:0 0 10px;
}
h6  {
    font-weight:600;
    font-size:13px;
    line-height:22px;
}


/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ------------------------------------
    Slider
------------------------------------- */
#home-slider .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;

    padding: 5px 10px;
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.slider-caption h2 {
    font-size: 24px;
}

@media only screen and (max-width: 640px) {
    #home-slider .slider-caption{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background: #000;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    #home-slider .slick-prev, .slick-next{
        display: none !important;
    }
    #home-slider .slider-caption p{
        font-size: 12px;
        text-shadow: none;
        font-weight: 600;
    }

}
/* ------------------------------------
    Basic Styles
------------------------------------- */
body.custom-background.admin-bar {
    background-position:50% 32px;
}



/* ------------------------------------
    Header Styles
------------------------------------- */
.logo a {
    display:inline-block;
    margin:14px;
    -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
}
.logo {
    margin-left:1px;
    height:219px;
    width:100%;
    vertical-align: middle;

}
.logo-holder {
    display:table-cell;
    vertical-align:middle;
    height:100%;
    height:219px;
}
.logo-wrapper {
    display:inline-block;
}
.taglline {
    display:block;
}
.tagline-text {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 600px;
    font-weight: 800;
    width: auto;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    color: #c3b477;
    padding-top:20px;
    padding-bottom:20px;
    text-shadow: 0 0 10px #000000;
}
.tagline-shadow {
    display:none;
    overflow:hidden;
    width:100%;
    text-align:center;
    position: relative;
    z-index: 1;
}
.top-news-btn {
    width:200px;
    height:63px;
    display:block;
    color:#fff;
    line-height:63px;
    font-weight:800;
    font-size:34px;
    padding-left:20px;
    float:right;
    text-transform: uppercase;
    background:url(images/news-button.png) no-repeat;
}
.top-news-btn:hover {
    color:#c3b477;
}
.header-padding {
    padding-left:15px;
    padding-right:15px;
}
/* ------------------------------------
    Content Styles
------------------------------------- */
.page-holder {
    position:relative;
}
#page-background-top {
    background:url(images/page-background-top.png) no-repeat;
    background-size:100% auto;
    padding-left:30px;
    padding-right:30px;
    width:100%;
    height:100px;
    position:relative;

}
.page-content {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    padding-top:40px;
    padding-left:35px;
    padding-right:30px;
}
#page-repeated-bg {
    background:url(images/23.png) repeat-y;
    background-size:100% auto;
}
.footer-img {
    z-index:100;
    position:relative;
    margin-bottom:-100px;
}
.footer-img img {
    max-width:none;
    width:100%;
   
}
.content-wrapper {
    padding-left:55px;
    padding-top:15px;
    overflow:hidden;
    margin-right:6%;
    position:relative;
    min-height:200px;
}
.home .content-wrapper {
    padding-left:50px;
}
.content-title {
    display:block;
    padding-left:55px;
    min-height:56px;
    position:relative;
    overflow:hidden;
    padding-bottom:10px;
    margin-right:6%;
    background:url(images/round.png) no-repeat 0 100%;
}
.home .content-title,
.home content-wrapper {
    padding-left:50px;
}
.home .content-wrapper ul {
    padding-left:0;
    margin:0 0 11px;
}
.content-title:after {
    content:"";
    display:block;
    width:100%;
    bottom:10px;
    left:0;
    position:absolute;
    height:1px;
    background:#a99557;
}
.content-wrapper:before,
.content-title:before {
    content:"";
    display:block;
    width:1px;
    height:100%;
    bottom:0px;
    left:29px;
    position:absolute;
    background:#a99557;
}
.content-wrapper ul {
    margin:0 0 14px 0;
    padding:0 0 0 15px;
}
.content-wrapper ul>li {
    list-style: none;
    margin:0;
    padding-left: 15px;
    line-height: 22px;
    background: url(images/bullet.jpg) no-repeat 0 5px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
}
.content-wrapper ul li>ul {
    padding-left: 16px;
    list-style: square;
    margin:14px 0;

}
.content-wrapper ul li ul>li {
    background:none;
    padding-left: 5px;
    line-height: 18px;
    font-size: 12px;
    list-style: square;
    font-style: normal;
    color: #fff;
}
.content-wrapper ul li ul li ul>li {
    list-style: disc;

}

.left-section-content p {
    line-height:30px;
    font-size:14px;
}
.training-head {
    background:url(images/train-top-center.png) repeat-x;
    height:61px;
    margin-left:7px;
    margin-right:73px;
    position:relative;
}
.training-head:before {
    content:"";
    position:absolute;
    left:-7px;
    top:0;
    background:url(images/train-top-left.png) repeat-x;
    height:61px;
    width:7px;
}
.training-head:after {
    content:"";
    position:absolute;
    right:-73px;
    top:0;
    background:url(images/train-top-right.png) repeat-x;
    height:61px;
    width:73px;
}
.training-holder {
    background:transparent;
    position:relative;
    margin-left:7px;
    margin-right:7px;
    margin-top:-60px;
    padding-bottom:10px;
}
.training-holder:before {
    content:"";
    position:absolute;
    left:-7px;
    top:60px;
    bottom:0;
    background:url(images/train-center-left.png) repeat-y 0 0;
    width:7px;
}
.training-holder:after {
    content:"";
    position:absolute;
    right:-7px;
    top:60px;
    bottom:0;
    background:url(images/train-center-right.png) repeat-y 0 0;
    width:7px;
}
.training-footer {
    background:url(images/train-bottom-center.png) repeat-x;
    height:64px;
    margin-left:59px;
    margin-right:64px;
    position:relative;
}
.training-footer:before {
    content:"";
    position:absolute;
    left:-59px;
    top:0;
    background:url(images/train-bottom-left.png) repeat-x;
    height:64px;
    width:59px;
}
.training-footer:after {
    content:"";
    position:absolute;
    right:-64px;
    top:0;
    background:url(images/train-bottom-right.png) repeat-x;
    height:64px;
    width:64px;
}
.training-title {
    display:block;
    padding-top:9px;
    padding-left:10px;
    padding-right:61px;
    min-height:59px;
}
.training-wrapper {
    margin:0 auto 10px;
    max-width:400px;
    padding-right:5px;
}
.training-content {
    padding-left:10px;
    padding-right:10px;
}
.training-content img {
    border:1px solid #999; 
}
.content-wrapper .row .columns:last-child .training-wrapper {
    padding-right:0;
}
.news-wrapper {
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    display:block;
    margin:0 auto;
    max-width:640px;
    border:1px solid #666;
}
.news-holder {
    margin-bottom:50px;
}

.pagination {
    text-align: center;
}
.pagination .pagination {
    margin:0 auto;
    padding:0;
    display:inline-block;
}

.pagination .pagination li {
    background:none;
    height:38px;
    
}
.pagination .pagination .pagination.current {
    display:inline-block;
    width:38px;
    height:38px;
    text-align:center;
    line-height:38px;
    color:#000;
    font-size:14px;
    color:#fff;
    font-weight:700;
    background:#c3b477;
}
.pagination .pagination a {
    display:inline-block;
    width:38px;
    height:38px;
    text-align:center;
    line-height:38px;
    color:#fff;
    font-size:14px;
    font-weight:400;
    background:#000;
    border: 1px solid #666;
}
.pagination .pagination a:hover {
    background:#c3b477!important;
}
.pagination .page-of {
    color:#959595;
    font-size:14px;
    vertical-align: top;
    margin-top:5px;
    display:inline-block;
}
.pagination.dots {
    line-height:38px;
}
.pagination ul.pagination li a:focus {
    background:#c3b477;
}

.content-wrapper div.wpcf7-mail-sent-ok {
    border:none!important;
    color:#fff!important;
}
.content-wrapper div.wpcf7-validation-errors {
    border:none!important;
    color:#f00!important;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
    padding-bottom:90px;
    background:#000000;
    z-index:1;
}
.footer .row, .footer .row .columns {
    height:100%;
}
.footer-info-holder {
    position:relative;
    z-index:999;
}
.footer-bg {
    background: rgb(233,233,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(138,138,138,1) 87%, rgba(125,125,125,1) 93%, rgba(125,125,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(87%,rgba(138,138,138,1)), color-stop(93%,rgba(125,125,125,1)), color-stop(100%,rgba(125,125,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(138,138,138,1) 87%,rgba(125,125,125,1) 93%,rgba(125,125,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(138,138,138,1) 87%,rgba(125,125,125,1) 93%,rgba(125,125,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(138,138,138,1) 87%,rgba(125,125,125,1) 93%,rgba(125,125,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(233,233,233,1) 0%,rgba(138,138,138,1) 87%,rgba(125,125,125,1) 93%,rgba(125,125,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
    
    height:100%;
    min-height:105px;
    position:relative;
    
}
.footer-bg:before {
    content:'';
    position:absolute;
    top:-7px;
    left:0;
    width:100%;
    height:7px;
    background:url(images/footer-before.png) repeat-x;
}


.footer-section-image {
    height:100%;
    min-height:105px;
    background-size:auto 100%!important;
    background:url(images/footer-section.png) repeat-y 70% 50%;
}

.footer-section-image:before {
    content:'';
    position:absolute;
    top:-7px;
    left:0;
    width:100%;
    height:7px;
    border-top:1px solid #b7b7b7;
    border-top:1px solid #b7b7b7;

    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(129,129,129,1) 20%, rgba(221,221,221,1) 40%, rgba(125,125,125,1) 75%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,1)), color-stop(20%,rgba(129,129,129,1)), color-stop(40%,rgba(221,221,221,1)), color-stop(75%,rgba(125,125,125,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(129,129,129,1) 20%,rgba(221,221,221,1) 40%,rgba(125,125,125,1) 75%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(129,129,129,1) 20%,rgba(221,221,221,1) 40%,rgba(125,125,125,1) 75%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(129,129,129,1) 20%,rgba(221,221,221,1) 40%,rgba(125,125,125,1) 75%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(221,221,221,1) 0%,rgba(129,129,129,1) 20%,rgba(221,221,221,1) 40%,rgba(125,125,125,1) 75%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */

}

.footer-info span {
    font-size:10px;
    color:#000;
    font-weight:400;
    position:relative;
    padding-left:6px;
    padding-right:7px;
    line-height:12px;
}
.menu-footer-menu-container ul li {
    position:relative;
    padding-left:6px;
    padding-right:9px;
}
.menu-footer-menu-container .inline-list,
.menu-footer-menu-container .inline-list>li {
    margin:0;
}
.footer-info {
    padding-top:5px;
}
.footer-info span:after {
    content:"|";
    display:block;
    position:absolute;
    top:1px;
    right:-1px;
    font-size:8px;
    font-weight:700;
}
.menu-footer-menu-container ul li:after {
  content: "|";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  line-height: 12px;
  color:#000;
  font-size: 10px;
  font-weight: 600;
}
.footer-info span:last-child:after,
.menu-footer-menu-container ul li:last-child:after{
    display:none;
}
.menu-footer-menu-container {
    display:inline-block;
    padding-top:9px;
}
.menu-footer-menu-container ul li a,
.footer-info a {
    font-size:10px;
    text-transform: uppercase;
    font-weight:400;
    color:#000;
    line-height:12px;

}
.menu-footer-menu-container ul li a:visited,
.footer-info a:visited {
    font-size:11px;
    font-weight:400;
    color:#333;
}
.menu-footer-menu-container ul li a:hover,
.footer-info a:hover{
    color:#9E8B51;
}

.footer-info a {
    text-transform: none;
}
.developer-copyright {
    font-size:9px;
    display:block;
    margin-top:25px;
    text-align:center;
    color:#000;
}
.developer-copyright:hover {
    color:#9E8B51;
}


/*splash page styles*/
.page-template-template-splash-page {
  background-image: url(images/splash-page-bg.jpg) !important;
}
.page-template-template-splash-page .header {
  position: relative;
  z-index: 2;
}
.page-template-template-splash-page .head-line {
  background: url(images/top-gray-strip.png) repeat-x;
  height: 118px;
}
.page-template-template-splash-page .main-page {
  margin-top: -48px;
  z-index: 1;
  position: relative;
}
.page-template-template-splash-page .main-page-mobile {
  display: none;
}
.page-template-template-splash-page .footer-header {
  height: 38px;
  background: url(images/footer-top.jpg) repeat-x;
}
.page-template-template-splash-page .footer-bottom {
  background: url(images/footer-bottom.jpg) repeat;
  min-height: 164px;
}
.page-template-template-splash-page .contact-information, 
.page-template-template-splash-page .contact-information p, 
.page-template-template-splash-page .contact-information p a {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
white-space: nowrap;
}
.page-template-template-splash-page .main-page .row {
  max-width: 75em;
}
@media only screen and (max-width: 40em) {
.page-template-template-splash-page .main-page-mobile {
  margin-top: -50px;
  display: block;
}
.page-template-template-splash-page .main-page {
  display: none;
}
.page-template-template-splash-page .contact-information, .menu-footer-menu-container ul {
  text-align: center;
}
}
