/*
 ::Table Of Content

 1.) Global Typography
 1.1.) Default Style
 1.2.) Comments
 2.) Header Section
 3.) Footer Section
 4.) Flex Slider
 -----------------------------------------------*/

/*
 1.) Global Typography
 -----------------------------------------------*/
/*
 1.1.) Default Style
 -------------------------------------*/
#wrapper {
    width: 100%;
    max-width: 1755px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    background-color: #ffffff;
}

/*************Clearfix****************/

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
/********Clear***********/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text elements */
p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}
ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}
ul li, ol li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
ul ul li, ol ol li {
    font-size: 14px;
    font-weight: 400;
}
ul {
    list-style: square;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
#header ul, #footer ul {
    list-style: none;
    margin: 0;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
    font-size: 14px;
}
dd {
    margin-bottom: 20px;
    font-size: 14px;
}
.squire, .check-mark, .number-list {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}

.squire .list-group-item, .check-mark .list-group-item, .number-list .list-group-item {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}
.squire .list-group-item:before {
    background: #9ad1df;
    content: "";
    display: inline-block;
    height: 7px;
    position: relative;
    top: 8px;
    margin-right: 15px;
    vertical-align: top;
    width: 7px;
}
.check-mark .list-group-item {
    padding-left: 22px;
}
.check-mark .list-group-item:before {
    position: absolute;
    left: 0;
    top: 3px;
    height: 10px;
    width: 13px;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 13px;
    color: #9ad1df;
}
.single ol li {
    margin-bottom: 20px;
}
.single ol {
    padding-top: 20px;
    padding-bottom: 15px;
}

.squire .list-group-item, .check-mark .list-group-item, .number-list .list-group-item {
    margin-bottom: 20px;
}
/*------Form Elements-----------*/

input, textarea {
    color: #69767a;
    font-size: 14px;
    font-weight: 400;
    /*line-height:49px;*/
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
    background: #f9fafb;
    border: 1px solid #d4d9dd;
    color: #69767a;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, textarea:focus {
    color: #69767a;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
    padding: 10px;
    height: 50px;
}
textarea {
    line-height: 1.2;
    padding: 10px;
    resize: none;
    height: 160px;
}
input[type="submit"].wpcf7-submit {
    background: #7fccdf;
    color: #f7f8f8;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    min-width: 108px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}
.wpcf7-form p {
    margin-bottom: 19px;
}
.wpcf7-form input, .wpcf7-form textarea {
    margin-top: 10px;
}
.wpcf7-validation-errors {
    display: none !important;
}
div.wpcf7-response-output {
    margin: 0 !important;
}
.wpcf7-mail-sent-ok {
    background-color: #dff1d8;
    border: 1px solid #bfdcb3 !important;
    color: #6a895e;
    padding: 15px !important;
    font-size: 14px;
}

/*---------------- Gravity Form -------------------*/
.gform_wrapper input, .gform_wrapper textarea {
    width: 100% !important;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px !important;
    font-size: 14px !important;
}
.gform_wrapper textarea {
    padding: 10px !important;
    line-height: 1.2;
}
.gform_wrapper .button.gform_button {
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    background: #7fccdf;
    border: medium none;
    color: #f7f8f8;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    width: 108px !important;
    text-transform: uppercase;
}
.button.gform_button:hover {
    color: #ffffff !important;
    opacity: 0.9;
}
/*------------------- BBPress Forums --------------------*/
.bbp-search-form {
    margin-bottom: 20px;
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 69%;
    border: none;
    color: #5d5c5d;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 1;
    padding: 0 10px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
    background: #7fccdf;
    color: #fff;
    float: left;
    height: 38px;
    position: static;
    text-align: center;
    width: 31%;
    border: none;
    opacity: 1;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover,.bbp-submit-wrapper #bbp_reply_submit:hover{
    opacity: 0.9;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar{
    margin-bottom: 0 !important ;
    vertical-align: middle;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
    font-size: 14px;
    line-height: 1.2;
}
.bbp-submit-wrapper #bbp_reply_submit{
    background:#7fccdf;
    border:none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 15px;
}




/*
 1.2.) Comments
 ----------------------------------------------- */
.comments-title {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 35px;
}
.comments-title a:hover {
    text-decoration: none;
}
.post-comment-form ol {
    list-style: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eaeced;
}
.commentlist {
    padding: 0 35px;
}
.commentlist, .commentlist .children {
    list-style: none;
}
.post-comment-form .avatar {
    float: left;
    margin-right: 19px;
}
.date-author cite {
    font-size: 14px;
    color: #3c4c50;
    text-transform: capitalize;
    display: block;
}
.date-author .post-date-section {
    color: #b6b6b6;
    font-style: italic;
    font-size: 13px;
}
.comment-meta {
    margin-bottom: 20px;
}
.post-comment-form li {
    margin-bottom: 40px;
}
.comment-reply {
    text-align: right;
    border-bottom: 1px solid #eaeced;
    margin-bottom: 10px;
}
.comment-reply a {
    font-size: 14px;
    color: #3c4c50 !important;
    font-weight: 400;
    display: inline-block;
    padding: 0 18px;
    height: 29px;
    line-height: 29px;
    background: #eaeced;
}
.comment-reply a:hover {
    text-decoration: none;
}
.post-comment-form .children {
    margin-left: 40px;
}
.post-comment-form .children li {
    margin-top: 40px;
    margin-bottom: 0;
}
.comment-respond {
    padding: 0 35px 0;
}
.single #content {
    border-bottom: 1px solid #eaeced;
}
.comment-reply-title {
    font-size: 30px;
    margin-bottom: 33px;
}
.comment-respond ul, .comment-respond li {
    list-style: none;
    margin: 0;
    position: relative;
}
.comment-respond li {
    width: 100%;
    margin-bottom: 20px;
}
.comment-respond li label {
    width: 60px;
    font-weight: 400;
    color: #a2a2a2;
    font-size: 14px;
    margin-bottom: 0;
}
.comment-respond li input {
    width: 100%;
    height: 42px;
}
.comment-respond li input, .comment-respond li textarea {
    background: #f3f3f3;
    border: none;
}
.comment-respond li .nb-required {
    border: 1px solid #b51f24;
}
.comment-respond li textarea {
    height: 166px;
}
.comment-respond li:last-child {
    width: 100%;
    position: relative;
}
.comment-respond li:last-child .last {
    display: none;
}
.comment-respond li label.last {
    display: none;
}
.form-allowed-tags {
    display: none;
}
.form-submit {
    clear: both;
    text-align: right;
}
.form-submit input {
    border: none;
    background: #7fccdf;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 25px;
    line-height: 1;
}
a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover, .tab-nav li.active, .nav.nav-tabs li.active a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a {
    outline: none;
}

/*-------------- Global Typography For Post  --------------*/

/* Wordpress core classes www */

.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.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
    box-shadow: 0 0 15px 4px #eaeced;
    z-index: 999;
}

.gallery-caption {
}

.bypostauthor {
}

/*
 2.) Header Section
 -----------------------------------------------*/
#header {
    position: relative;
    z-index: 999;
}
#content {
    position: relative;
}
.primary-header {
    text-align: center;
    border-bottom: 1px solid #eaeced;
}
.logo {
    display: block;
    width: 45%;
    /*float: left;*/
    float:none;
    max-width: 131px;
    margin: 0 auto;
}


#header .social-media {
    /*float: right;*/
    float:none;
    margin-top: 35px;
    margin-bottom: 35px;
    /*width: 45%;*/
    width: 100%;
    text-align: center;
}
.social-media {
    text-align: right;
}
.header-search {
    margin: 0 auto;
    text-align: center;
    width: 262px;
    clear: both;
}

.primary-header .container {
    padding-top: 20px;
    padding-bottom: 25px;
}

.social-media li {
    float: none;
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
.social-media li:first-child {
    margin-left: 0;
}
.social-media li a {
    color: #5d5b5c;
}
.social-media li a:hover {
    color: #ea4c89;
}
.social-media li span {
    font-size: 10px;
    color: #ffffff;
    line-height: 33px;
    height: 33px;
    display: inline-block;
    background: #ea4c89;
    border-radius: 3px;
    position: absolute;
    width: 86px;
    left: 50%;
    margin-left: -43px;
    top: -38px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.social-media li span:after {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -4px;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ea4c89;
}
.social-media li span {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.social-media li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    top: -40px;
}

.search-form .search-submit {
    border: none;
    background: none;
    content: '';
}
.search-form {
    position: relative;
}
.search-form .form-group {
    margin-bottom: 0;
    width: 100%;
}
.search-submit-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #5d5c5d;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    background: none;
    border: none;
    padding: 10px;
}
.search-submit-icon:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.search-submit-icon {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.search-submit-icon .search-submit {
    background: none;
    width: 16px;
    height: 15px;
    padding: 0;
    line-height: 15px;
}

.search-form input[type="search"], .search-form input[type="text"] {
    border: none;
    font-size: 16px;
    color: #5d5c5d;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    height: 38px;
    padding-left: 23px;
    padding-right: 35px;
    font-weight: 400;
}
.search-form input[type="text"] {
    line-height: 1;
    background: none;
}
.header-search .search-form.notvalid .form-control, .search-page404 .search-form.notvalid .form-control {
    border: 1px solid #b51f24;
}
.search-form .form-control {
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
}

.header-search .search-form {
    margin-top: 39px;
    box-shadow: none;
}
.search-form label {
    margin-bottom: 0;
}
.search-form input.form-control {
    border-color: #eaeced;
    border-left: 1px solid #eaeced;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    letter-spacing: 1px;
}
.search-form input:focus {
    border: 1px solid #eaeced;
}

.header-navigation {
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
}
.header-navigation .header-nav {
    padding: 0 15px;
}
.header-navigation .header-nav li {
    float: none;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.header-navigation .header-nav li > a {
    color: #2e3334;
    padding: 0 15px;
    display: block;
}

.header-navigation .header-nav > li:hover > a {
    color: #12a6ca;
    text-decoration: none;
}
.header-navigation {
    text-align: center;
}
.header-navigation .sub-menu {
    position: relative;
    left: 0;
    top: 60px;
    background: #7fccdf;
    width: 100%;
    padding: 15px 25px;
    z-index: 999;
}
.header-navigation .sub-menu li {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    float: none;
    text-align: left;
    margin-bottom: 0;
}
.header-navigation .sub-menu li {
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-navigation .sub-menu li a {
    color: #ffffff;
    padding: 0;
    border: none;
}
.header-navigation .sub-menu li:hover {
    border: none;
}
.header-navigation .sub-menu li a:hover {
    color: #334f56;
    border: none;
    text-decoration: none;
}
.header-nav, .main-menu-full {
    border-bottom: 1px solid #eaeced;
    background: #fff;
}

a.nav-icon {
    font-size: 18px;
    color: #2e3334;
    line-height: 30px;
    height: 30px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 10px;
    text-decoration: none;
}
.nav-icon i {
    margin-left: 25px;
}

.nav-icon:hover {
    text-decoration: none;
}
.header-navigation a:focus {
    text-decoration: none;
}

.header-navigation > ul {
    display: none;
}

.header-navigation .header-nav .sub-menu li.current-menu-item > a {
    color: #334f56 !important;
}

/*
 3.) Footer Section
 -----------------------------------------------*/
#footer {
    text-align: center;
}
#footer .container {
    padding-top: 63px;
    padding-bottom: 63px;
}
.footer-logo {
    margin-bottom: 23px;
}
.footer-desc {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.footer-desc:after {
    content: '';
    width: 115px;
    height: 2px;
    background: #7fccdf;
    left: 50%;
    margin-left: -57.5px;
    bottom: 0;
    position: absolute;
}
.footer-desc p {
    margin-bottom: 0;
}
.footer-copy-right span {
    color: #5a5a5a;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.2;
}

/*
 4.) Flex Slider
 -----------------------------------------------*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}
.flexslider .slides {
    position: relative;
    z-index: 1;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}
.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.flex-control-nav.flex-control-paging li {
    display: inline-block;
    margin: 0 4px;
}
.flex-control-nav.flex-control-paging li a {
    text-indent: -9999px;
    border-radius: 50%;
    color: #474b54;
    background: #474b54;
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
}
.flex-control-nav.flex-control-paging li a.flex-active, .flex-control-nav.flex-control-paging li a:hover {
    background: #7fccdf;
    color: #7fccdf;
}

.flex-direction-nav li:first-child {
    float: left;
}
.flex-direction-nav li {
    float: right;
    height: 100%;
    cursor: pointer;
}
.flex-direction-nav li a {
    width: 35px;
    display: block;
    height: 44px;
    background: #474b54;
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 41px;
    text-decoration: none;
    top: 50%;
    margin-top: -22px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    z-index: 5;
    opacity: 0;
}

.flex-direction-nav li a.flex-prev {
    left: -35px;
}
.flex-direction-nav li a.flex-next {
    right: -35px;
}
.flex-direction-nav li a:hover {
    background: #7fccdf;
    color: #fff;
    text-decoration: none;
    transition: all 0s ease-in-out;
}
.flexslider:hover a.flex-prev {
    left: 0;
    opacity: 1;
}
.flexslider:hover a.flex-next {
    right: 0;
    opacity: 1;
}
.flex-direction-nav li a.flex-prev:before {
    content: "\f053";
    vertical-align: middle;
    top: 0;
}
.flex-direction-nav li a.flex-next:after {
    content: "\f054";
    vertical-align: middle;
}
.video-container {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nb-video-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    background: #ffffff;
}
.nb-video-btn:before {
    content: "\f144";
    font-family: 'FontAwesome';
    font-size: 64px;
    line-height: 64px;
    font-weight: normal;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    cursor: pointer;
    color: #fb8080;
    margin-left: -25px;
    margin-top: -32px;
}
.nb-video-player {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.nb-video-wallper {
    height: 100%;
    width: 100%;
}
.nb-video-wallper img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {

    .header-navigation .header-nav li:hover .sub-menu {
        top: 60px;
    }
    .header-navigation .sub-menu {
        display: none;
    }
    .header-navigation .header-nav > li:hover > a, .header-navigation .header-nav > li.current-menu-item a {
        border-top: none !important;
    }
    .header-navigation .sub-menu {
        top: 10px !important;
    }
    .header-navigation > .header-nav, .full-width-navigation > .main-menu-full {
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 99;
        width: 100%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .full-width-navigation > .main-menu-full {
        padding: 0 15px;
    }
    .header-navigation .header-nav li .arrow-mob, .main-menu-full li .arrow-mob {
        cursor: pointer;
        float: right;
        text-align: right;
        width: 35px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .header-navigation .header-nav li .arrow-mob {
        top: 7px;
    }
    .header-navigation li > .sub-menu li ul, .main-menu-full li > .sub-menu li ul {
        padding: 0;
        top: 0 !important;
    }
    .main-menu-full li .arrow-mob {
        top: 3px;
    }
    .header-navigation li > .sub-menu li .arrow-mob {
        top: 12px;
    }

}

/*---------------Demo Page Content---------*/
.page-template-template-header-nav-effect-php .header-navigation {
    border-top: 1px solid #eaeced;
    margin-bottom: 100px;
    position: relative;
}
.page-template-template-header-nav-effect-php .header-navigation .sub-menu li {
    z-index: 999;
}

.demo-page-content h2 {
    margin-bottom: 50px;
}
.demo-page-content .tab-nav {
    margin-bottom: 50px;
}
.demo-page-content .tab-nav li {
    margin-bottom: 10px;
}
.demo-page-content .tab-nav li:first-child {
    margin-left: 15px;
}
.demo-page-content .tab-content {
    background: none;
}
.archive-header h1, .module-wrap .page-header h1,.blog-listing  .page-header h1{
    margin-top: 0;
    margin-bottom: 40px;
}
.blog-listing .page-header h1,.page-template-template-home-full-width-php .page-header h1,.page-template-template-home-boxed-php .page-header h1,.full-height-content .page-header h1{
    margin-bottom: 25px;
    margin-top: 0;
}
.module-wrap{
    margin-bottom: 20px;
}
.module-wrap .page-header,.blog-listing .page-header,.page-template-template-home-full-width-php .page-header,.page-template-template-home-boxed-php .page-header,.full-height-content .page-header{
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.blog-listing .page-header.archive-header{
    padding: 0 15px;
}
.blog-listing .page-header.archive-header,.page-template-template-home-full-width-php .page-header.archive-header,.page-template-template-home-boxed-php .page-header.archive-header,.full-height-content .page-header.archive-header{
    margin-bottom: 40px;
}
.full-height-content .page-header.archive-header{
    margin-bottom: 0px;
}
.page-template-template-header-nav-effect-php h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.module-wrap .post-content {
    border: 1px solid #eaeced;
}
.module-wrap .post-content .post-details {
    margin-bottom: 20px;
}
.module-wrap .post-content .post-content-header, .module-wrap .post-content .post-content-body {
    border: none;
}
/*header style*/
.header-wrap .secondary-header.up {
    opacity: 0.9;
    top: -78px;
}
.header-wrap .secondary-header {
    transition: all 0.5s ease-out 0s;
}
