@charset "utf-8";
/*
Theme Name: Sisters of Mercy
Version: 1.0
*/

/* CSS Document */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {    margin: 0;  padding: 0; border: 0;  font-size: 100%;    font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {    display: block;}body {  line-height: 1;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after {   content: '';    content: none;}table {  border-collapse: collapse;  border-spacing: 0;}
* {margin:0; padding:0}

/* CSS STYLE RESET CODE */

article, aside, footer, nav, header, section, figure {display:block;}

.clearfix:after, .clearfixmobile:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .clearfixmobile {clear: both; }

blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
    display: block;
    height: auto;
    max-width: 100% !important;
}
table { border-collapse: collapse; border-spacing: 0;}
img.alignright {float:right; margin:0 0 15px 15px}
img.alignleft {float:left; margin:0 15px 15px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
article:after { content:''; display:block;  clear:both;}
img.alignleft, img.alignright, img.aligncenter { margin-bottom:15px;}

/* Typography */
body { font-size: 100%; font-size:15px; background:#fff !important; color: #5a5a5a; line-height: 1.4; }    

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { 
    font-family: 'Open Sans', sans-serif; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: bold; font-family:"trajan-pro-3",sans-serif; }
 
h1 { font-size: 26px; line-height: 2;}
h2 { font-size: 22px; line-height: 2;}
h3 { font-size: 20px; line-height: 1.5; }
h4 { font-size: 16px; line-height: 1.2; }
h5 { font-size: 12px; line-height: 1; }
h6 { font-size: 10px; line-height: 1;}
 
.postentry h1 { font-size: 35px; line-height: 2;}
.postentry h2 { font-size: 30px; line-height: 2;}
.postentry h3 { font-size: 25px; line-height: 1.5;}
.postentry h4 { font-size: 22px; line-height: 1.2;}
.postentry h5 { font-size: 16px; line-height: 1;}
.postentry h6 { font-size: 10px; line-height: 1;}

.postentry h1,
.postentry h2,
.postentry h3,
.postentry h4,
.postentry h5,
.postentry h6 { line-height: 120%;}

.postentry ul, ol { margin: 0 0 10px; }
.postentry ul { list-style-type: circle; list-style-position:inside;}
.postentry li { line-height: 1.5; list-style: outside none none; margin-bottom: 12px; margin-left: 45px; }
.postentry ul li::before {
    content: "";
    font-family: "fontawesome";
    font-size: 17px;
    margin-left: -25px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.postentry ol { list-style-type: decimal; } 

#content .content li {margin-left:30px; }
#content .content ul, ol { margin: 0 0 10px; }
#content .content ul { list-style-type: circle; list-style-position:inside;}
#content .content li {line-height:21px; margin-bottom:8px; }
#content .content ol { list-style-type: decimal; }  

::selection {
  background: #015677;
  color: #fff;
}
::-moz-selection {
  background: #015677;
  color: #fff;
}


/* Text elements */ 
p {margin: 0 0 8px;} 
#header p { margin-bottom: 0;}
 
abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #009; text-decoration: none; outline: 0 !important;}
a:hover { text-decoration:none; color:red ;}
img:hover { text-decoration:none; }

u { text-decoration:underline;}
b, strong{ font-weight:bold;}
em, i{ font-style:italic;}
s, strike{text-decoration:line-through;}
sup {vertical-align:super;}
sub {vertical-align:sub;}
blockquote { margin: 5px 30px 10px; padding:15px; background:#ccc;}
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
font-family: Baskerville, Palatino, "Book Antiqua", serif;
font-style: italic;}
ul.icons-ul {list-style-type: none !important; margin-left: 2.14286em !important; text-indent: -0.714286em;}

.transition {
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
}

/* THE ERROR 404 PAGE */
.div404 {
    clear: both;
}
.vlocallogo {
    display: inline-block;
    float: none !important;
    width: 250px;
}
.the404 {
    display: inline-block;
    float: none !important;
    height: 200px;
    width: 500px;
}
.error404 h2.posttitle {
    border-bottom: 1px solid #E4E4E4;
    color: #2B83BD;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.the404 h2 {
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    margin-top: 35px;
    text-align: center;
    vertical-align: middle;
}
.the404 {
    display: inline-block;
    height: 200px;
}
.the404 h4 {
    font-size: 18px;
    font-weight: 600;
}

/* COMMENT SECTION */
li.comment.depth-1 {
    margin-left: 0;
}
.comment-body {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}
#respond {
    border: 1px solid #ddd;
    margin-bottom: 40px;
    padding: 20px;
}
small #cancel-comment-reply-link {
    display: block;
    float: right;
    font-size: 15px;
    font-weight: 400 !important;
}
#commentform label {
    display: none;
}
#commentform textarea {
    border: 1px solid #bbb;
    width: 100%;
}
.form-submit input {
    background: #0b64b9 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 11px 26px;
}

/* NAVIGATION DROPDOWN */

/* ----------------- DEFAULT STYLING ------------> */

#main-nav li {
    position:relative;
    display:inline-block;
    }
#main-nav b.caret {
    display: none !important;
}
#menu2 {
    box-shadow: none !important;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    padding: 5px 20px;
}

/* ----------------- FIRST LEVEL ------------> */
#main-nav > li {
    display: inline-block;
}
#main-nav > li > a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 35px;
    text-transform: uppercase;
    
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#main-nav li.current_page_item > a, #main-nav a:hover {
    background: transparent none repeat scroll 0 0;
}

/* ----------------- SECOND LEVEL (UNDER THE MAIN NAV) ------------> */

#main-nav ul li {
    background-color: #029ee6;
    display: block;
    float: none;
    height: auto;
    line-height: 21px;
    width: 240px;
}
ul#main-nav ul {
    display: none;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    z-index: 999;
}
#main-nav li:hover > ul.dropdown-menu {
    display: block;
}
#main-nav .menu-item li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;

    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.dropdown-menu > li > a:hover {
    background-color: #1884b9 !important;
}

/* ----------------- MORE LEVEL ------------> */
#main-nav ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    min-width: 200px;
    top: 0;
}

/* ----------------- NAVIGATION DEFAULT ------------> */

.linebars {
    background: #ffffff none repeat scroll 0 0;
    display: block !important;
    height: 3px;
    margin-bottom: 5px;
    width: 24px;
}
.menu-btn {
    cursor: pointer;
}

/* ------------------------------------------------------- */

/* PUSHY MENU */
#mobile-navigation {
    background-color: #029ee6;
    background-image: url("/wp-content/uploads/2016/07/blue-abstract-background.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #fff;
}
.pushy a {
    color: #fff !important;
}
.pushy a:hover {
    background-color: #1884b9;
    color: #fff;
}
#mobile-navigation .social-media-header a {
    display: inline-block;
    padding: 0;
}
#mobile-navigation .push-bottom {
    padding: 15px 30px;
}
#mobile-navigation .push-bottom .search-field {
    background: #fff none repeat scroll 0 0;
    color: #015677;
    height: 15px !important;
    width: 215px;
}
#mobile-navigation .push-bottom .search-submit {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.pushy-submenu > a::after {
    background: rgba(0, 0, 0, 0) url("http://devsite2.kimmolano.ph/wp-content/themes/sistersofmercy/images/arrow.svg") no-repeat scroll 0 0;
}
.mobile-affiliates > a::after {
    content: "";
    font-family: "fontawesome";
    position: absolute;
    right: 15px;
}

/* HEADER SECTION */
#header {
    background-image: url("/wp-content/uploads/2016/07/headerbg.png");
    background-size: cover;
    height: auto;
    padding: 30px 0;
}
#top-navigation {
    background-color: #029ee6;
}
.social-media-header .fa {
    color: #fff;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
}
.social-media-header .fa.fa-facebook {
    background-color: #015677;
}
.social-media-header .fa.fa-user {
    background-color: #ee3156;
}
#header .search-submit, #mobile-navigation .search-submit {
    background-color: #015677;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "fontawesome";
    font-size: 18px;
    height: 45px;
    padding: 0;
    text-align: center !important;
    width: 45px;
}
#header .search-field, #mobile-navigation .search-field {
    background: #1876a1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 25px !important;
    margin-right: -5px;
    max-width: 100%;
    padding: 10px;
    vertical-align: top;
    width: 240px;
}

/* TOP NAV */
.topnav-col a {
    color: #fff;
}
.topnav-parent > a {    
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    text-transform: uppercase;
}
.topnav-children {
    display: none;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 999;
}
.topnav-parent {
    position: relative;
}
.topnav-parent:hover .topnav-children {
    display: block !important;
}
.topnav-children  li {
    background-color: #029ee6;
    display: block;
    text-align: left;
    float: none;
    height: auto;
    line-height: 21px;
    width: 240px;
}
.topnav-children li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.topnav-children li.current_page_item > a, .topnav-children a:hover {
    background: transparent none repeat scroll 0 0;
}
.topnav-children > li > a:hover {
    background-color: #1884b9 !important;
}

/* INNER PAGE */
.pagetitle-wrap {
    background-image: url('./images/become-involved-banner.jpg')
}
.single-post .sidebar-menu li.theparentpage-menu {
    background-color: #E8585B;
}
.single-post .sidebar-menu li.theparentpage-menu a {
    font-family: "trajan",serif;
    font-size: 16px;
}
.single-title {
    color: #742b56;
    font-weight: bold;
}
h2.posttitle {
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.pagetitle-wrap {
    background-position: center top !important;
    background-size: cover !important;
}
.sidebar-menu li.current_page_item {
    background-color: #555;
}
.sidebar-menu > ul > li {
    background-color: #555;
    border-top: 1px solid #555;
    color: #fff;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.sidebar-menu li a .fa {
    display: none;
}
.sidebar-menu a {
    color: #fff !important;
}
.sidebar-menu li.page_item_has_children a .fa {
    display: block;
}
.sidebar-menu li {
    position: relative;
    list-style-type: none;
}
.sidebar-menu .fa {
    cursor: pointer;
}
.sidebar-menu li.current_page_item.page_item_has_children .fa.fa-angle-down,
.sidebar-menu li.current_page_item.current_page_parent .fa.fa-angle-down,
.sidebar-menu li.current_page_item.current_page_ancestor  .fa.fa-angle-down {
    display: none;
}
.sidebar-menu li a .fa {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-menu .page_item_has_children .fa {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 12px;
}
#pagecontent .current_page_parent .children, #pagecontent .current_page_item .children {
    display: block;
}
.sidebar-menu .children li {
    padding-left: 35px;
}
.sidebar-menu .children li::before {
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    margin-left: -15px;
    margin-right: 10px;
}
.sidebar-menu .fa:active {
    transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
}
.sidebar-menu .children {
    display: none;
    padding: 10px 0 5px;
}
.hidden-excerpt a{
    background-color: rgba(238, 103, 106, 0.6);
    color: #fff;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
}
.thechildbox:hover .hidden-excerpt a{
    opacity: 1;
    z-index: 1;
}
.thechildtitle {
    background-color: rgba(238, 103, 106, 0.8);
    bottom: 0;
    color: #fff;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.thechildbox:hover .thechildtitle {
    opacity: 0;
}
.postsubtitle {
    margin: 0 auto;
    max-width: 100%;
    width: 800px;
}
.nc-box img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.nc-box img:hover, .nc-box img:focus, .nc-box img:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* NEWS CENTRE */
.news-featured-image img {
    height: auto;
}
.nc-box img {
    margin: 0 auto;
    width: 150px;
}
.news-list-title h3 {
    color: #000 !important;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
.news-list-top {
    border-bottom: 1px solid #742b56;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.news-list-block {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.news-date {
    color: #742b56;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.news-more-link {
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.news-more-link:hover {
    color: #742B56;
}
.sidebar-menu > ul > li.theparentpage-menu {
    font-family: "trajan-pro-3",sans-serif;
}

.cd-dropdown.cd-active > span {
  z-index: 2005!important;
}
.cd-dropdown.cd-active ul {
  z-index: 2000!important;
}
.news-list-title a:hover {
    color: #742B56 !important;
}
.news-list-title a {
    color: #333;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.news-list-footer-right .page-list li {
    color: #5a5a5a;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 30px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.news-list-footer-right .page-list li a {
    display: block;
    height: 30px;
    width: 30px;
}
.news-list-footer-wrap {
    border-top: 2px solid #742b56;
    margin-top: 80px;
    padding-top: 15px;
}
.news-list-footer-right .page-list li a {
    color: #5a5a5a;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.news-list-footer-right .page-list li a:hover {
    color: #742B56;
}
.news-list-footer-right .page-list li.current, .news-list-footer-right .page-list li:hover {
    background-color: #742b56 !important;
    color: #fff !important;
}
.news-list-footer-right .page-list li:hover a {
    background-color: #742b56 !important;
    color: #fff !important;
}

/* CONTACT US */




/* ABOUT US */
.pagetitle-wrap-about h2 {
    padding: 0 20px;
}
.pagetitle-wrap-about {
    padding: 70px 0px;
}
.thechildbox img {
    height: auto;
}

/* BECOME INVOLVED */
.bi-featured-image img {
    height: auto;
}
.borderdivider {
    background: #ccc none repeat scroll 0 0;
    height: 1px;
    margin: 10px 30px 25px;
}
.bi-title {
    font-size: 18px;
}

/* FOOTER */
#footertop {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39a2d6+0,198cc5+100 */
background: #39a2d6; /* Old browsers */
background: -moz-linear-gradient(top,  #39a2d6 0%, #198cc5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #39a2d6 0%,#198cc5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #39a2d6 0%,#198cc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a2d6', endColorstr='#198cc5',GradientType=0 ); /* IE6-9 */

border-top:1px solid #0f6c9f;
border-bottom:1px solid #2e93c8;
padding: 15px 0;
}
svg {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
#footermid {
    padding:30px 0;
    background-color: #1ea3e3;
    border-top: 1px solid #4bace1;
}
#footermid .widget_nav_menu > h3, .lg-footer-title {
    font-family: "Open Sans",serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer a {
    color: #fff !important;
    font-size:13px;
}
#footerbot p {
    margin-bottom: 0px !important;
    font-size:12px;
}
#footerbot {
    background-color: #0d6699;
    padding: 13px 0;
}
#footerbot a:hover {
    opacity: 1;
}
.lg-footer-title .footernavtitle {
    font-size: 15px !important;
}
.footer-left p, .footer-left a {
    color: #fff;
    opacity: 0.7;
}
.mobile-footer-widget li {
    position: relative;
}
.mobile-footer-widget:first-child .fa, .mobilenav-parent:first-child .fa {
    display: none;
}
#footerbot a {
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
}
.footer-right img {
    margin: 3px 0 0 0 !important;
}


/* INTER ACTIVE MAP */

.interactive.map {
    margin: 0 auto 60px;
}
.map-point {
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 32px;
}
.interactive-map, .map-wrap {
    margin: 0 auto 60px;
}
.map-point {
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 32px;
  cursor:pointer;
}
#main-content {
  transform:none !important;
}
.modal {
    background-color: rgba(0, 0, 0, 0.7);
}
.map-content {
    height: 400px;
    margin: 0 auto;
    max-width: 90%;
    overflow-x: visible;
    overflow-y: scroll;
    padding: 30px;
    width: 820px;
}
.map-content-wrap {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.map-closebtn {
    background-color: #742b55 !important;
    border: 0 none !important;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    float: none !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    left: 50%;
    line-height: 100% !important;
    opacity: 1 !important;
    padding: 0 20px !important;
    position: absolute;
    text-shadow: none !important;
    top: -38px;
    transform: translateX(-50%);
    z-index: 9999;
}
.mm-content-title h2 {
    background: #742b55 none repeat scroll 0 0;
    color: white;
    font-size: 30px;
    margin-bottom: 0;
    padding: 10px 20px;
}
.mm-content {
    border: 1px solid #aaa;
    padding: 20px;
}

/* QUICKIE STYLES */

/* FONT-SIZES */
.t50 {font-size: 50px !important;} .t45 {font-size: 45px !important;}
.t17 {  font-size:17px !important; } .t18 {    font-size:18px !important; } .t19 {    font-size:19px !important; } .t20 {    font-size:20px !important; } .t21 {    font-size:21px !important; } .t22 {    font-size:22px !important; } .t23 {    font-size:23px !important; } .t24 {    font-size:24px !important; } .t25 {    font-size:25px !important; } .t26 {    font-size:26px !important; } .t27 {    font-size:27px !important; } .t28 {    font-size:28px !important; } .t29 {    font-size:29px !important; } .t30 {    font-size:30px !important; } .t31 {    font-size:31px !important; } .t32 {    font-size:32px !important; } .t33 {    font-size:33px !important; }
.t34 {  font-size:34px !important; } .t35 {    font-size:35px !important; } .t36 {    font-size:36px !important; } .t37 {    font-size:37px !important; } .t38 {    font-size:38px !important; } .t39 {    font-size:39px !important; } .t40 {    font-size:40px !important; } .t41 {    font-size:41px !important; } .t42 {    font-size:42px !important; } .t43 {    font-size:43px !important; } .t44 {    font-size:44px !important; } .t45 {    font-size:45px !important; } .t46 {    font-size:46px !important; } .t47 {    font-size:47px !important; } .t48 {    font-size:48px !important; } .t49 {    font-size:49px !important; }
.t16 {  font-size:16px !important; } .t15 {    font-size:15px !important; } .t14 {    font-size:14px !important; } .t13 {    font-size:13px !important; } .t12 {    font-size:12px !important; } .t11 {    font-size:11px !important; } .t10 {    font-size:10px !important; }
.t9 {   font-size:9px !important;  } .t8 { font-size:8px !important;  } .t7 { font-size:7px !important;  } .t6 { font-size:6px !important;  } .t5 { font-size:5px !important;  }

/* FONT-WEIGHTS */
.fw400 { font-weight:normal; } .fw300 { font-weight:300; } .fw500 { font-weight:500; } .fw600 { font-weight:600; } .fw700 { font-weight:700; } .fw800 { font-weight:800; } 
.lowercase { text-transform:lowercase; } 

/* ALIGNMENT */
.tr { text-align:right; } .tl { text-align:left; } .tc {text-align: center;}
.center { margin-left: auto; margin-right: auto; position: relative; text-align: center; }
.va-top { vertical-align: top !important;} .va-mid { vertical-align: middle !important;} .va-bot {vertical-align: bottom !important;}

/* DISPLAY */
.disblock {display: block;} .disnone {display: none;} .hvr-disblock:hover {display: block;} .hvr-disnone {display: none;}

/* LINE HEIGHT */
.lh20 {line-height: 20px;} .lh21 {line-height: 21px;} .lh22 {line-height: 22px;} .lh23{line-height: 23px;} .lh24 {line-height: 24px;} .lh25 {line-height: 25px;} .lh26 {line-height: 26px;} .lh27 {line-height: 27px;} .lh28 {line-height: 28px;} .lh29 {line-height: 29px;}
.lh30 {line-height: 30px;} .lh31 {line-height: 31px;} .lh32 {line-height: 32px;} .lh33 {line-height: 33px;} .lh34 {line-height: 34px;} .lh35 {line-height: 35px;} .lh36 {line-height: 36px;} .lh37 {line-height: 37px;} .lh38 {line-height: 38px;} .lh39 {line-height: 39px;}
.lh40 {line-height: 40px;} .lh41 {line-height: 41px;} .lh42 {line-height: 42px;} .lh43 {line-height: 43px;} .lh44 {line-height: 44px;} .lh45 {line-height: 45px;} .lh46 {line-height: 46px;} .lh47 {line-height: 47px;} .lh48 {line-height: 48px;} .lh49 {line-height: 49px;}
.lh50 {line-height: 50px;} .lh51 {line-height: 51px;} .lh52 {line-height: 52px;} .lh53 {line-height: 53px;} .lh55 {line-height: 54px;} .lh55 {line-height: 55px;} .lh56 {line-height: 56px;} .lh57 {line-height: 57px;} .lh58 {line-height: 58px;} .lh59 {line-height: 59px;}
.lh60 {line-height: 60px;} .lh61 {line-height: 61px;} .lh62 {line-height: 62px;} .lh63 {line-height: 63px;} .lh66 {line-height: 64px;} .lh65 {line-height: 65px;} .lh66 {line-height: 66px;} .lh67 {line-height: 67px;} .lh68 {line-height: 68px;} .lh69 {line-height: 69px;}

/* MARGINS */
.margin-t50 {margin-top: 50px !important;}
.margin-t5 { margin-top:5px !important; } .margin-t10 { margin-top:10px !important; } .margin-t15 { margin-top:15px !important; } .margin-t20 { margin-top:20px !important; }
.margin-t25 { margin-top:25px !important; } .margin-t30 { margin-top:30px !important; } .margin-t35 { margin-top:35px !important; } .margin-t40 { margin-top:40px !important; }
.margin-b5 { margin-bottom:5px !important; } .margin-b10 { margin-bottom:10px !important; } .margin-b15 { margin-bottom:15px !important; } .margin-b20 { margin-bottom:20px !important; }
.margin-b25 { margin-bottom:25px !important; } .margin-b30 { margin-bottom:30px !important; } .margin-b35 { margin-bottom:35px !important; } .margin-b40 { margin-bottom:40px !important; } 
.margin-l5 { margin-left:5px !important; } .margin-l10 { margin-left:10px !important; } .margin-l15 { margin-left:15px !important; } .margin-l20 { margin-left:20px !important; }
.margin-l25 { margin-left:25px !important; } .margin-l30 { margin-left:30px !important; } .margin-l35 { margin-left:35px !important; } .margin-l40 { margin-left:40px !important; }
.margin-r5 { margin-right:5px !important; } .margin-r10 { margin-right:10px !important; } .margin-r15 { margin-right:15px !important; } .margin-r20 { margin-right:20px !important; }
.margin-r25 { margin-right:25px !important; } .margin-r30 { margin-right:30px !important; } .margin-r35 { margin-right:35px !important; } .margin-r40 { margin-right:40px !important; }

/* PADDINGS */
.padding-t100 { padding-top: 100px;} .padding-b100 {padding-bottom: 100px;}
.padding-t80 { padding-top: 80px;} .padding-b80 {padding-bottom: 80px;}
.padding-tb70 {padding-top: 70px; padding-bottom: 70px; } .padding-t70 {padding-top: 70px;} .padding-b70 {padding-bottom: 70px;}
.padding-tb60 {padding-top: 60px; padding-bottom: 60px; } .padding-t60 {padding-top: 60px;} .padding-b60 {padding-bottom: 60px;}
.padding-tb50 {padding-top: 50px; padding-bottom: 60px; } .padding-t50 {padding-top: 50px;} .padding-b50 {padding-bottom: 50px;}
.padding-lr0 { padding-left:0 !important; padding-right:0px !important; } .padding-r0 {padding-right: 0px !important;} .padding-l0 {padding-left: 0 !important;}
.padding-t5 { padding-top:5px !important; } .padding-t10 { padding-top:10px !important; } .padding-t15 { padding-top:15px !important; } .padding-t20 { padding-top:20px !important; }
.padding-t25 { padding-top:25px !important; } .padding-t30 { padding-top:30px !important; } .padding-t35 { padding-top:35px !important; } .padding-t40 { padding-top:40px !important; } .padding-t50 { padding-top:50px !important; }
.padding-b5 { padding-bottom:5px !important; } .padding-b10 { padding-bottom:10px !important; } .padding-b15 { padding-bottom:15px !important; } .padding-b20 { padding-bottom:20px !important; }
.padding-b25 { padding-bottom:25px !important; } .padding-b30 { padding-bottom:30px !important; } .padding-b35 { padding-bottom:35px !important; } .padding-b40 { padding-bottom:40px !important; } .padding-b50 { padding-bottom:50px !important; }
.padding-l5 { padding-left:5px !important; } .padding-l10 { padding-left:10px !important; } .padding-l15 { padding-left:15px !important; } .padding-l20 { padding-left:20px !important; }
.padding-l25 { padding-left:25px !important; } .padding-l30 { padding-left:30px !important; } .padding-l35 { padding-left:35px !important; } .padding-l40 { padding-left:40px !important; }
.padding-r5 { padding-right:5px !important; } .padding-r10 { padding-right:10px !important; } .padding-r15 { padding-right:15px !important; } .padding-r20 { padding-right:20px !important; }
.padding-r25 { padding-right:25px !important; } .padding-r30 { padding-right:30px !important; } .padding-r35 { padding-right:35px !important; } .padding-r40 { padding-right:40px !important; }

/* PADDING COMBO */
.padding-tb10 { padding: 10px 0 10px;} .padding-tb15 { padding: 15px 0 15px;} .padding-tblr10 {padding: 10px;} .padding-tblr15 {padding: 15px;}
.padding-tblr5 {padding:5px;}

.regpad {
    padding-top: 70px;
    padding-bottom: 70px;
}

.center-block {
    float: none !important;
}

/* WIDTH */
.width100 { width:100%; } .width90 { width:90%; } .width80 { width:80%; } .width70 { width:70%; } .width60 { width:60%; }
.width50 { width:50%; } .width40 { width:40%; } .width30 { width:30%; } .width20 { width:20%; } .width10 { width:10%; }

.width95 { width:95%; } .width85 { width:85%; } .width75 { width:75%; } .width65 { width:65%; } 
.width55 { width:55%; } .width45 { width:45%; } .width35 { width:35%; } .width25 { width:25%; } .width15 { width:15%; }

/* OTHERS */
.cform-req { color:red;}
.fullcircle { border-radius: 1000px;} .capitalize {text-transform: uppercase;}
.centerflex { align-items: center; display: flex; justify-content:center;}
.pointer { cursor: pointer;} .disblock {display: block;} .disib { display: inline-block;}
.psrel { position: relative;} .psabs{position: absolute;} .psfix {position: fixed;}
.psabs.allcenter { transform: translate(-50%,-50%); top: 50%; left: 50%;}
.psabs.vertcenter { transform: translateY(-50%); top: 50%;} .psabs.horicenter { transform: translateX(-50%); left: 50%;}

/* OPACITY */
.opac10 { opacity: 1;} .opac9 {opacity: 0.9;} .opac8 {opacity: 0.8;} .opac7 {opacity: 0.7;} .opac6 {opacity: 0.6;} .opac5 {opacity: 0.5;} .opac4 {opacity: 0.4;} .opac3 {opacity: 0.3;} .opac2 {opacity: 0.2;} .opac1 {opacity: 0.1;} .opac0 {opacity: 0;}

/* SOCIAL MEDIA */
.sm { text-align: center; vertical-align: middle; display: inline-block;}
.sm15 { height:15px; width: 15px; line-height: 15px;}
.sm20 { height:20px; width: 20px; line-height: 20px;}
.sm25 { height:25px; width: 25px; line-height: 25px;}
.sm30 { height:30px; width: 30px; line-height: 30px;}
.sm35 { height:35px; width: 35px; line-height: 35px;}
.sm40 { height:40px; width: 40px; line-height: 40px;}


.bg-googleplus {background-color: #D62121;}
.bg-facebook {background-color: #405D9B;}
.bg-twitter {background-color: #29C5F6;}

.bg-googleplus-hvr:hover {background-color: #D62121;}
.bg-facebook-hvr:hover {background-color: #405D9B;}
.bg-twitter-hvr:hover{background-color: #29C5F6;}

/* BORDERS */
.noborder { border: 0 !important;! }
.border1 { height:1px;} 

/* DEFAULT COLORS */
.cwhite { color:#fff; }
.cwhiteall { color: #fff !important; }
.bgwhite {background-color: #fff;}


.cpink { color: #e8575a; }
.cblue { color: #029EE6; }
.cpink-hvr:hover { color: #e8575a; }
.cblue-hvr:hover { color: #029EE6; }
.cpurple {color: #8C3D64;}
.cpurpleall {color: #8C3D64 !important;}
.cpurple-hvr:hover {color: #8C3D64;}

.cblack { color: #222; }


.cd-dropdown.cd-active > span {
  z-index: 2005!important;
}

.cd-dropdown.cd-active ul {
  z-index: 2000!important;
}


@media (min-width: 993px) {
.interactive-map, .map-wrap {
    max-width: 920px !important;
}
}
@media (min-width: 769px) {
.interactive-map, .map-wrap {
    max-width: 720px !important;
}
}