/*
 All Shortcode Styles are here
*/


/**************************************

	00 - container
	01 - row
	02 - spacer
	03 - get_section
	04 - sec_title
	05 - icap
	06 - h
	07 - schema_address
	08 - PRIVATE
	09 - img_series
	10 - service
	11 - lead_text
	12 - img_popup
	13 - blockquote
	14 - button
	15 - divider
	16 - p
	17 - span

**************************************/

/**************************************
s00 & s01 container, row
**************************************/

.flex-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

/**************************************
s02 spacer
**************************************/

/**************************************
s03 get_section
**************************************/


/**************************************
s04 sec_title
**************************************/

.smn-title-wrapper {
    background-image: url(../images/title-background.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
}

.smn-sec-title-2 {
	font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #002D87;
    display: inline-block;
    background: #fff;
    padding: 30px 15px 30px 0;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-transform: initial;
}

.smn-title-wrapper.right {
    text-align: right;
}

.smn-title-wrapper.right .smn-sec-title-2 {
    padding: 30px 0 30px 15px;
}

.smn-title-wrapper.center {
    text-align: center;
}

.smn-title-wrapper.center .smn-sec-title-2 {
    padding: 30px 15px 30px 15px;
}

.smn-sec-title-1 {
	font-size: 28px;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-transform: initial;
}

.smn-primary-title {
	font-size: 28px;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-transform: initial;
}


/**************************************
s05 icap
**************************************/

.smn-dropcap-square {
	font-size: 50px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 50px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

/**************************************
s06 h (highlighted text)
**************************************/

/**************************************
s07 PRIVATE
**************************************/

/**************************************
s08 recent_posts
**************************************/



.smn-item-blog-post {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.smn-item-blog-post:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}


.smn-item-blog-post .thumb a {
    display: block;
    width: 100%;
    height: 149px;
    overflow: hidden;
    line-height: 0;
    background-image: url('//placehold.it/300X200');
    background-size: cover;
    background-position: center;
}

.smn-item-blog-post .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 52px;
}

.smn-item-blog-post .date .bg {
    background: #182C4D;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.smn-item-blog-post .date .text {
    color: #fff;
    height: 100%;
    line-height: 52px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    padding: 6px 4px;
}

.smn-item-blog-post .date .text span {
    display: block;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.smn-item-blog-post .date .text span.d {
    font-size: 20px;
    line-height: 24px;
}

.smn-item-blog-post .date .text span.m {
    font-size: 11px;
}

.smn-item-blog-post .content {
    padding: 22px 24px;
    background: #f6f6f6;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.smn-item-blog-post .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}

.smn-item-blog-post .title a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.smn-item-blog-post .excerpt {
    color: #666;
    margin-bottom: 32px;
}

.smn-item-blog-post .readmore {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}




/**************************************
 well
**************************************/

.smn-emphasize-text {
    background: #f1f1f1;
    padding: 30px 25px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.65em;
    margin-bottom: 30px;
}



/**************************************
 s10 service_box
**************************************/

.smn-single-service-wrapper {
    margin-bottom: 35px;
}

.smn-single-service-wrapper .smn-image-thumb {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.smn-single-service-wrapper a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.smn-single-service-wrapper .smn-service-link {
    position: absolute;
    text-align: center;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    display: block;
    z-index:2;
    opacity:0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.smn-single-service-wrapper a:hover .smn-service-link {
    opacity:1;
}

.smn-single-service-wrapper a::before {
    content: "";
    background: #324C69;
    background: rgba(15,43,83,.65);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1;
}


.smn-single-service-wrapper a::after {
    content: "";
    background: rgba(242,235,216,.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 0;
}


.smn-single-service-wrapper .smn-image-thumb img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.smn-single-service-wrapper a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2,1.2);
}

.smn-single-service-wrapper .smn-service-desc h3 {
    text-align: center;
    font-size: 18px;
    border-top: 2px solid #ffd8be;
    border-bottom: 2px solid #ffd8be;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

.smn-single-service-wrapper a:hover::before, .smn-single-service-wrapper a:hover::after {
    opacity: 1;
}


/**************************************
 s15 divider
**************************************/

.smn-divider {
    overflow: hidden;
    float: none;
    clear: both;
}

.smn-divider hr {
    border: 0;
    border-top: 1px solid #dedede;
}


/**************************************
newsletter
**************************************/

.smn-newsletter {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.smn-centered {
    justify-content: center;
}

.smn-newsletter h2 {
    margin-bottom: 0;
    margin-right: 20px;
}

.smn-newsletter input[type="email"] {
    margin-right: 10px;
    min-width: 320px;
    height: 48px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #ccc;
    outline: 0;
    background: #fcfcfc;
}

.smn-newsletter input[type="submit"] {
    background: #80bd01;
    border: 0;
    outline: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 48px;
}


/**************************************
button
**************************************/


.smn_btn {
  width:140px;
  float:left;
  margin-right: 15px;
  height:40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size:16px;
  position: relative;
  cursor: pointer;
  background: #46a;
  overflow: hidden;
}

.smn_btn span {
  color: #fff;
  display: block;
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  transition: all .3s;
}

.smn_btn::before {
  content:"";
  width:0%;
  height:100%;
  left:0%;
  top:0;
  background: #fff;
  display: block;
  position: absolute;
  transition: all .3s;
}

.smn_btn.smn_centerSwipe::before, 
.smn_btn.smn_skewSwipe::before {
  left: 50%;
}

.smn_btn.smn_skewSwipe:hover::before {
  transform: skewX(30deg);
}

.smn_btn:hover::before {
  width:100%;
  left:0%;
}

.smn_btn:hover span {
  color: #46a;
}


/* CX button 3 */

.smn_btn_3_wrapper {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 40px;
}

.smn_btn_3 {
    cursor: pointer;
    background-color: #000;
    width: 220px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
}

.smn_btn_3:before {
    top: 0;
    left: 0;
    right: auto;
}

.smn_btn_3:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.smn_btn_3:before, 
.smn_btn_3:after {
    content: '';
    background: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.smn_btn_3 span {
    color: #fff;
    display: block;
    padding-left: 35px;
    text-transform: uppercase;
    font: bold 16px/40px Arial;
    transform: scaleX(0.6);
    letter-spacing: 3px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.smn_btn_3 em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 30%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.smn_btn_3:hover {
    text-decoration: none;
}

.smn_btn_3:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.smn_btn_3:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.smn_btn_3:hover span {
    color: #000;
    text-decoration: none;
}

.smn_btn_3:hover em {
    background: #000;
    transform: scaleX(1);
}

.smn_btn_4 {
    background: #ffc845;
    color: #2b2b2b;
    padding: 14px 35px;
}