/*

Theme Name: The Trivedi Effect

Author: Mahendra Kumar Trivedi 

Description: The The Trivedi Effect theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: trivedi





*/


/**

 * 1.0 Reset

 *

 * Modified from Normalize.css to provide cross-browser consistency and a smart

 * default styling of HTML elements.

 *

 * @see http://git.io/normalize

 * ----------------------------------------------------------------------------

 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,400i,600,700');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;

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

audio,
canvas,
video {
    display: inline-block;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /*overflow-y: inherit;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
     overflow-y: scroll !important;
}

html,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

body {
    color: #413a5f;
    /*line-height: 1.5;*/
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

a {
    color: #ff8400;
    text-decoration: none;
    transition: all 0.5s;
    font-style: normal;
}

a:visited {}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Bitter, Georgia, serif;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

h1 {
    font-size: 65px;
    margin: 33px 0;
    text-transform: uppercase;
}

h2 {
    font-size: 46px;
    margin: 25px 0;
    line-height: 46px;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    margin: 22px 0;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 16px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 30px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    /*border-top: 1px solid #ededed;*/
    padding: 6px 10px 6px 0 !important;
    text-align: center !important;
}
td p
{
    text-align: center !important;
}
del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}


/**

 * 2.0 Repeatable Patterns

 * ----------------------------------------------------------------------------

 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}


/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}


/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/* Form fields, general styles first. */

button,
input,
textarea {
    border: 2px solid #d4d0ba;
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    border: 2px solid #c3c0ab;
    outline: 0;
}


/* Buttons */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}


/* Placeholder text color -- selectors need to be separate to work. 

::-webkit-input-placeholder {

    color: #7d7b6d;

}



:-moz-placeholder {

    color: #7d7b6d;

}



::-moz-placeholder {

    color: #7d7b6d;

}



:-ms-input-placeholder {

    color: #7d7b6d;

}

*/


/*

 * Responsive images

 *

 * Fluid images for posts, comments, and widgets

 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}


/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}


/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
}


/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}


/**

 * 3.0 Basic Structure

 * ----------------------------------------------------------------------------

 */

.site {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

.site-main {
    position: relative;
}

.woocommerce .site-main {
    margin-top: 80px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.site-main .sidebar-container {}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}


/**

 * 4.0 Header

 * ----------------------------------------------------------------------------

 */


/**

 * 4.1 Site Header

 * ----------------------------------------------------------------------------

 */
header
{
    line-height: 0;
}
.site-header {
    position: relative;
    width: 100%;
    background: #fff;

}

.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}

.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}


/**

 * 4.2 Navigation

 * ----------------------------------------------------------------------------

 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0 0px 0 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    color: #141412;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
    background-color: none;
    color: #ff8400 !important;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #220e10;
    border: 2px solid #f7f5e7;
    border-top: 0;
    display: none;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
    background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
    display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #ff8400 !important;
}

.menu-toggle {
    display: none;
}


/* Navbar */

.navbar {
    float: left;
}

.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}

.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}


/**

 * 5.0 Content

 * ----------------------------------------------------------------------------

 */

.hentry {
    padding: 0px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {}


/**

 * 5.1 Entry Header

 * ----------------------------------------------------------------------------

 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}

.entry-header {
    margin-bottom: 0px;
}

.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
}

.entry-title a {
    color: #141412;
}

.entry-title a:hover {
    color: #ea9629;
}


/**

 * 5.2 Entry Meta

 * ----------------------------------------------------------------------------

 */

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #bc360a;
}

.entry-meta a:hover {
    color: #bc360a;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
}

.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
}

.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}

.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**

 * 5.3 Entry Content

 * ----------------------------------------------------------------------------

 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content a,
.comment-content a {
    color: #ff8400;
}

.entry-content a:hover,
.comment-content a:hover {
    color: #413A5F;
}

.entry-content blockquote {
    font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: 0px;
}

footer.entry-meta {
    margin-top: 24px;
}

.format-standard footer.entry-meta {
    margin-top: 0;
}


/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}


/* Mediaelements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}


/**

 * 5.4 Galleries

 * ----------------------------------------------------------------------------

 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**

 * 5.5 Post Formats

 * ----------------------------------------------------------------------------

 */


/* Aside */

.format-aside {
    background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
    margin-top: 0;
}

.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}

.format-aside cite {
    font-size: 100%;
    text-transform: none;
}

.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}


/* Audio */

.format-audio {
    background-color: #db572f;
}

.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3;
}

.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
    height: 30px !important;
    /* Override mediaelement.js style */
    margin: 20px 0;
    max-width: 400px !important;
    /* Override mediaelement.js style */
}

.format-audio audio {
    max-width: 100% !important;
    /* Avoid player width overflow. */
}


/* Chat */

.format-chat {
    background-color: #eadaa6;
}

.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19;
}

.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}

.format-chat .entry-meta .author {
    display: none;
}

.format-chat .chat {
    margin: 0;
}

.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}

.format-chat .chat .fn {
    font-style: normal;
}


/* Gallery */

.format-gallery {
    background-color: #fbca3c;
}

.format-gallery .entry-header {
    margin-bottom: 15px;
}

.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19;
}


/* Image */

.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
    display: none;
}


/* Link */

.format-link {
    background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}

.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}

.format-link .entry-title a {
    color: #bc360a;
}

.format-link div.entry-meta {
    display: inline;
}


/* Quote */

.format-quote {
    background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7;
}

.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a;
}

.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.format-quote .entry-content cite a:hover {
    text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px;
}

.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}

.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}

.format-quote .entry-meta .author {
    display: none;
}


/* Status */

.format-status {
    background-color: #722d19;
    padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}

.format-status .entry-content a {
    color: #eadaa6;
}

.format-status .entry-meta a {
    color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
    display: none;
}


/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {
    background-position: left top;
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px;
}

.format-status .entry-content p:last-child {
    margin-bottom: 0;
}

.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
    content: "\f105";
}


/* Video */

.format-video {
    background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3;
}

.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}

.format-video .entry-meta {
    color: #220e10;
}


/**

 * 5.6 Attachments

 * ----------------------------------------------------------------------------

 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}


/**

 * 5.7 Post/Paging Navigation

 * ----------------------------------------------------------------------------

 */

.navigation .nav-previous {
    float: left;
}

.navigation .nav-next {
    float: right;
}

.navigation a {
    color: #bc360a;
}

.navigation a:hover {
    color: #ea9629;
    text-decoration: none;
}

.paging-navigation {
    background-color: #e8e5ce;
    padding: 40px 0;
}

.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
    padding: 13px 0;
}

.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    background-color: #e63f2a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    background-color: #ea9629;
    text-decoration: none;
}

.post-navigation {
    background-color: #fff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}


/**

 * 5.8 Author Bio

 * ----------------------------------------------------------------------------

 */

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px;
}

.author-link {
    color: #ca3c08;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**

 * 5.9 Archives

 * ----------------------------------------------------------------------------

 */

.archive-header {
    background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}


/**

 * 5.10 Search Results/No posts

 * ----------------------------------------------------------------------------

 */

.page-header {
    background-color: #e8e5ce;
}

.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}


/**

 * 5.11 404

 * ----------------------------------------------------------------------------

 */

.error404 .page-header {
    background-color: #fff;
}

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-title:before {
  /*  color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;*/
}

.error404 .page-wrapper {
    background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}


/**

 * 5.12 Comments

 * ----------------------------------------------------------------------------

 */


/**
* Hiding footer and breadcrumbs
*/

.woocommerce-breadcrumb {
    visibility: hidden;
}

.right_section {
    display: none;
}


/**
* Hiding recipient fields from gift product and cart
*/

.variation-Recipient-SFContactId {
    display: none !important;
}

.product-addon-recipient {
    display: none;
}


/**
* recipeint select style
*/

select#gift_recipient_id {
    margin-bottom: 1em;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 604px;*/
    width: 100%;
}
.comments-title
{
    font-size: 24px;
    color:#272c82;
    text-transform: inherit;  
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}

.comments-title {}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

.comment-list .children {
    margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
    /*background: url(images/dotted-line.png) repeat left top;*/
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-body {
    padding: 5px 0;
    position: relative;
}

.comment-author {
    float: left;
    max-width: 74px;
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}

.comment-author .fn {
    word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.says {
    display: none;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}

.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
   /* float: right;*/
   /* width: 79%;*/
    /*width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);*/
}

.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}

.comment-meta a:hover {
    color: #ea9629;
}

.comment-metadata {
    margin-bottom: 20px;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}


/* Comment form */

.comment-respond {
    background-color:transparent;
    /*padding: 30px 0;*/
    /*padding: calc(1% * 5);*/

}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-reply-title {

    color: #1d1d1d;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Verlag bold',sans-serif; 
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}

.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}

.comment-form .required {
    color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}

.comment-form textarea {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    /*padding-top: 24px;*/
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}


/**

 * 5.13 Multisite

 * ----------------------------------------------------------------------------

 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}


/**

 * 6.0 Sidebar

 * ----------------------------------------------------------------------------

 */

.site-main .widget-area {
    height: auto !important;
}


/**

 * 6.1 Widgets

 * ----------------------------------------------------------------------------

 */

/*.widget {
    background-color: rgba(247, 245, 231, 0.7);
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
    position: static !important;
}*/

/*.widget .widget-title {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px;
}*/

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    padding: 3px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget a {
    color: #bc360a;
}

.widget a:hover {
    color: #ea9629;
}


/* Search widget */

.search-form .search-submit {
    font-size: 15px;
    padding: 10px 23px;
}


/* RSS Widget */

.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}


/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}


/**

 * 7.0 Footer

 * ----------------------------------------------------------------------------

 */

.site-footer {
    background-color: #e8e5ce;
    color: #686758;
    font-size: 14px;
    text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left;
}

.site-footer a {}

.site-footer .sidebar-container {
    background-color: #220e10;
    padding: 20px 0;
}

.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}

.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 245px;
}

.sidebar .site-footer .widget {
    width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0;
}

.site-footer .widget a {
    color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #fff;
}

.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

#wpstats {
    display: block;
    margin: -10px auto 0;
}


/**

 * 8.0 Media Queries

 * ----------------------------------------------------------------------------

 */

@media (max-width: 1599px) {
    .site {
        border: 0;
    }
}

@media (max-width: 1069px) {
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }
    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0;
    }
    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }
    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info,
    .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }
    .error404 .page-title:before {
        font-size: 554px;
    }
    .attachment .image-navigation {
        max-width: 724px;
    }
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static;
    }
    .site-main .widget-area {
        margin-right: 0px;
    }
}

@media (max-width: 999px) {
    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px;
    }
    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }
    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }
    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }
    .format-status .entry-content {
        padding-top: 40px;
    }
    .format-status .entry-meta {
        padding-bottom: 40px;
    }
    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }
    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px;
    }
    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }
    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }
    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        position: relative;
        top: 20px;
    }
    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
}


/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 767px) {
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }
    .gallery-caption {
        display: none;
    }
}

@media (max-width: 643px) {
    .site-title {
        font-size: 30px;
    }
    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        /*padding-left: 20px;
        padding-right: 20px;*/
        padding-left: 0px;
        padding-right:0px;
    }
    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }
    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
        padding: 12px 0 12px 20px;
    }
    .menu-toggle:after {
        content: "\f502";
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px;
    }
    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }
    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }
    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
        background-color: #db572f;
        color: #fff;
    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
    #content .featured-gallery {
        padding-left: 24px;
    }
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }
    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 22px;
        font-weight: bold;
    }
    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px;
    }
    .format-quote blockquote small,
    .format-quote blockquote cite {
        font-size: 13px;
    }
    .error404 .page-title {
        padding: 40px 0 0;
    }
    .error404 .page-title:before {
        content: normal;
    }
    .comment-author {
        margin-right: 30px;
    }
    .comment-author .avatar {
        height: auto;
        max-width: 100%;
    }
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px);
    }
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .comment-form textarea {
        height: 80px;
        /* Smaller field for mobile. */
    }
    /* Audio */
    .format-audio .entry-content:before {
        display: none;
    }
    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
}


/* Mobile devices */

@media (max-width: 359px) {
    .gallery {
        margin-left: 0;
    }
    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }
    .gallery br {
        display: none;
    }
    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    /* Comments */
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }
    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%;
    }
}


/**

 * 9.0 Print

 * ----------------------------------------------------------------------------

 */


/* Retina-specific styles. */

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .site-header .search-field {
        background-image: url(images/search-icon-2x.png);
    }
    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
    .site {
        max-width: 98%;
    }
    .site-header {
        background-image: none !important;
    }
    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }
    .site-title {
        color: #000;
        font-size: 21pt;
    }
    .site-description {
        font-size: 10pt;
    }
    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }
    .page-title,
    .entry-title {
        font-size: 21pt;
    }
    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .format-image .entry-content .size-full {
        margin: 0;
    }
    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }
    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .comment-metadata {
        float: none;
    }
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}

.entry-thumbnail {
    float: left;
    padding-right: 14px;
}


/*Custom Css*/

.clear {
    clear: both;
}

.home .combine {
    height: 100%;
}

.home .combine.loading {
    height: 100%;
    width: 100%;
    background: #fff url(images/loader.gif) no-repeat center;
    position: fixed;
    overflow: hidden;
}

.home .combine.loading #page {
    opacity: 0;
}

.home .site-main {
    /*padding-top: 116px;*/
}

.center {
    width: 1173px;
    margin: 0 auto;
}

.btn {
    background: #ff8400;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 23px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn:hover {
    background: #413a5f;
}

.videos {
    position: relative;
    float: left;
    width: 100%;
    background: #000;
    margin-top: 20px;
}

.home .videos {
    margin-top: 0 !important;
}

.videos .video {
    float: left;
    width: 100%;
}

.videos .video .video-thumb {
    float: left;
    width: 100%;
}

.videos .video .video-thumb img {
    width: 100%;
    height: auto;
}

.videos .video-icon {
    background: rgba(0, 0, 0, 0.2) url(images/video-icon.png) no-repeat center;
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.videos .video-icon:hover {
    background: rgba(0, 0, 0, 0.2) url(images/video-icon-hover.png) no-repeat center;
}

.videos .video-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

select {
    height: 60px;
    width: 100%;
    background: #e2e2e2 url(images/arrow-select.png) no-repeat 90% center;
    font-size: 20px;
    color: #413a5f;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -os-appearance: none;
    text-transform: uppercase;
    padding: 18px 20px;
    position: relative;
}

select option {
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}

.overflow {
    overflow: hidden !important;
}

.no-more {
    display: none;
}


/*serach*/

.search-top {
    position: fixed;
    top: 0;
    width: 100%;
    background: #413A5F;
    left: 0;
    z-index: 9999;
    padding: 15px 0 20px;
    display: none;
}

.search-top .search-submit {
    display: none;
}

.search-top input[type="search"] {
    float: left;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /*width: 93.2%;*/
    width: 95%;
    height: 35px;
    line-height: 35px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    font-size: 25px;
    color: #fff;
    max-width: none;
    line-height: 35px;
    margin-left: 17px;
    margin-top: 5px;
    -webkit-appearance: none;
}

.search-top .close {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-left: -1px;
    cursor: pointer;
    opacity: 1;
}

.search-form label {
    width: 98%;
    float: left;
}

.search-top .close:hover {
    color: #FD8204;
    opacity: 1;
}


/*header*/

.site-header {
    position: static;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.6s;
    text-align: center;
    height: 116px;
}


/*.home .site-header { position: absolute; bottom:0; top: inherit;  }

    .home .fixed { position: fixed; top: 0; bottom: inherit; transition: all 0.6s; }*/

.site-header.pt {
    top: 78px;
    transition: all 0.6s;
}

.site-header .logo {
    float: left;
    margin: 39px 0 45px 17px;
    position: absolute;
    left: 0;
}

.site-header .navbar {
    float: none;
    margin: 0px 0 0 0px;
    display: inline-block;
}

.site-header .navbar ul {
    margin: 0;
    padding: 0;
}

.site-header .navbar ul li {
    text-align: center;
    float: left;
    display: table;
    margin: 0 10px;
    position: relative;
    padding-bottom: 37px;
    margin-top: 42px ;
}

.site-header .navbar ul li a {
    line-height: 15px;
    /*font-weight: 700;*/
    font-family: 'verlag Bold';
    font-size: 15px;
    color: #413a5f;
    text-transform: capitalize;
    padding: 0;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
}

.site-header .navbar ul li a:hover {
    background: none;
    color: #ff8400;
}

/*.site-header .navbar ul li:nth-child(1) {
    width: 130px;
}

.site-header .navbar ul li:nth-child(2) {
    width: 90px;
}

.site-header .navbar ul li:nth-child(3) {
    width: 75px;
}

.site-header .navbar ul li:nth-child(4) {}

.site-header .navbar ul li:nth-child(5) {
    width: 75px;
}

.site-header .navbar ul li:nth-child(6) {
    width: 60px;
}*/

.site-header .navbar .mobilemenu {
    display: none;
}

.site-header.top1 {
    top: 32px;
}

.mobilemenu .fa-times {
    display: none;
}

.mobilemenu.close2 .fa-times {
    display: block;
}

.mobilemenu.close2 .fa-bars {
    display: none;
}

.site-header .right-fixed {
    float: right;
    background: #e2e2e2;
    width: 51px;
    text-align: center;
    padding: 14.4px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.site-header .right-fixed a {
    color: #413a5f;
    font-size: 18px;
    display: block;
    padding: 1px 0;
}

.site-header .right-fixed a:hover {
    color: #ff8400;
}

.single-member #menu-item-27 a,
.single-study #menu-item-26 a,
.single-masters #menu-item-28 a,
.post-type-archive-tribe_events #menu-item-21 a,
.single-tribe_events #menu-item-21 a {
    color: #ff8400;
}

.site-header .navbar ul li.current-page-ancestor a {
    color: #ff8400;
}


/*sub menu*/

.site-header .navbar ul ul {
    position: absolute;
    width: 250px;
    top: 75px;
    border: 0;
}

.site-header .navbar ul ul li {
    width: 100% !important;
    padding: 0;
    text-align: left;
    margin: 0;
}

.site-header .navbar ul ul li a {
    background: #4d4769;
    padding: 15px;
    color: #fff;
}

.site-header .navbar ul ul li a:hover,
.site-header .navbar ul ul li.current-menu-item a {
    background: #F37F06;
    color: #fff !important;
}


/*home banner*/

.home-banner {
    /*height: 90vh !important; max-height: 22000px;*/
    width: 100%;
    position: fixed;
    z-index: 0;
    overflow: hidden;
}

.home-banner .flexslider {
    float: left;
    width: 100%;
}

.home-banner .flexslider ul {
    padding: 0;
    margin: 0;
}

.home-banner .flexslider ul li {
    list-style: none;
    position: relative;
}

.home-banner .flexslider ul li img {
    width: 100%;
}

.home-banner .flexslider ul li .img {
    /*height: 90vh !important; max-height: 90vh;*/
    width: 100%;
    background-position: top center !important
}

.home-banner .center {}

.home-banner .caption {
    position: absolute;
    z-index: 99;
    top: 0;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    top: 11%;
}

.home-banner .caption .heading {
    display: inline-block;
    font-size: 65px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px;
    width: 1060px;
    background: url(images/trivedi-logo.png) no-repeat top center;
    padding-top: 145px;
    margin-bottom: 30px;
}

.home-banner .caption .content {
    display: inline-block;
    width: 830px;
    margin: 0;
    padding: 0;
}

.home-banner .caption .content p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

.home-banner .caption a {
    background: #ff8400;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.home-banner .caption a:hover {
    background: #413a5f;
}

.home-banner .flexslider ul.flex-direction-nav {
    display: none;
}

.home-banner .flexslider ol.flex-control-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 24%;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.home-banner .flexslider ol.flex-control-nav li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.home-banner .flexslider ol.flex-control-nav li a {
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
}

.home-banner .flexslider ol.flex-control-nav li a.flex-active,
.home-banner .flexslider ol.flex-control-nav li a:hover {
    background: #0e4493;
}

.home-banner .arrow-down {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 12%;
    transition: all 0.3s;
    z-index: 99;
}

.home-banner .arrow-down:hover {
    opacity: 0.7;
}


/*view research*/

.view-research {
    /*margin-top: 90vh !important;*/
    width: 100%;
    background: url(images/bg.jpg) no-repeat;
    background-size: cover;
    min-height: 392px;
    text-align: center;
    color: #fff;
    position: relative;
    float: left;
}

.view-research h2 {
    margin: 0;
    padding-top: 50px;
}

.view-research p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto 27px;
    width: 710px;
    padding-top: 45px;
    line-height: 35px;
}


/*what trivedi*/

.what-trivedi {
    width: 100%;
    text-align: center;
    color: #413a5f;
    position: relative;
    float: left;
    background: #fff;
}

.what-trivedi h2 {
    line-height: 46px;
    margin: 0 auto 35px;
    width: 770px;
    padding-top: 60px;
    text-transform: uppercase;
}

.what-trivedi p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto 60px;
    width: 865px;
    line-height: 35px;
}

.what-trivedi .videos .video .video-thumb {
    float: left;
    width: 25%;
}


/*join movement*/

.join-movement {
    width: 100%;
    background: #0a375d url(images/testi-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 518px;
    text-align: center;
    color: #fff;
    position: relative;
    float: left;
}

.join-movement h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 60px 0 55px;
}

.join-movement p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto 30px;
    width: 725px;
    line-height: 35px;
}

.join-movement a.btn {
    margin-top: 50px;
}


/*program services*/

.program-services {
    width: 100%;
    text-align: center;
    color: #413a5f;
    padding-bottom: 100px;
    position: relative;
    float: left;
    background: #fff;
}

.program-services h2 {
    margin: 0;
    padding: 40px 0;
}

.program-services p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto 65px;
    width: 680px;
    line-height: 35px;
}

.program-services a.btn {
    background: #413a5f;
    padding: 15px 35px;
}

.program-services a.btn:hover {
    background: #ff8400;
}

.program-services .services .icon-text {
    float: left;
    width: 335px;
    margin: 0 27px;
}

.program-services .services .icon-text .text p {
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
}

.program-services .services .icon-text h3 {
    margin: 0 0 5px;
}

.program-services .services .icon-text .icon {
    margin-bottom: 30px;
}

.program-services .services {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


/*inner banner*/

.inner-banner {
    min-height: 187px;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #666 !important;
}

.inner-banner h1 {
    color: #fff;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 56%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    font-family: 'Verlag Bold';
       text-shadow: 3px 3px 3px #000;
       font-size: 36px;
}

.inner-banner h1 span {
    font-size: 36px;
}

.page-template-program-services .inner-banner {
    min-height: 449px;
}


/*program-services*/

.content {
    text-align: center;
    margin: 60px auto auto;
    width: 750px;
    padding-bottom: 30px;
}

.content h3 {
    color: #4d4769;
    margin: 0;
    line-height: 30px;
    margin: 30px 0 0;
    padding-bottom: 40px;
}

.content p {
    color: #4d4769;
    line-height: 30px;
}

.content a:hover {
    color: #413A5F;
}

.page-template-program-services .effect-program {
    text-align: center;
    background: url(images/effect-program.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 296px;
    padding-bottom: 30px;
}

.page-template-program-services .effect-program h2 {
    color: #fff;
    margin: 0;
    padding: 50px 0 35px;
}

.page-template-program-services .effect-program p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    width: 810px;
}

.services-inner .serv {
    padding: 0 4.5px;
}

.services-inner .serv .box {
    float: left;
    margin: 9px 4.5px 45px;
    width: 32.5%;
    text-align: center;
    color:
}

.services-inner .serv .box .image {
    margin-bottom: 40px;
}

.services-inner .serv .box .image img {
    width: 100%;
}

.services-inner .serv .box h3 {
    margin: 0;
    color: #413a5f;
    display: table;
    width: 100%;
    line-height: 36px;
}

.services-inner .serv .box h3 span {
    display: table-cell;
    vertical-align: middle;
    height: 104px;
}

.services-inner .serv .box:nth-child(1) h3 span {
    height: auto;
}

.services-inner .serv .box:nth-child(2) h3 span {
    height: auto;
}

.services-inner .serv .box:nth-child(3) h3 span {
    height: auto;
}

.services-inner .serv .box h5 {
    margin: 15px 0 20px;
    color: #413a5f;
    width: 100%;
    line-height: 20px;
}

.services-inner .serv .box p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #413a5f;
    line-height: 20px;
    margin: 0 auto;
    width: 92%;
    min-height: 150px;
}

.services-inner .serv .box:nth-child(3) p {
    min-height: 130px;
}

.services-inner .serv .box a.learn {
    width: 196px;
    border: 3px solid #ff8400;
    text-align: center;
    color: #ff8400;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 0;
    box-sizing: border-box;
}

.services-inner .serv .box a.learn:hover {
    background: #413A5F;
    border: 3px solid #413A5F;
    color: #fff;
}

.services-inner .serv .box a.begin {
    margin-top: 15px;
    width: 196px;
    border: 3px solid #ff8400;
    background: #ff8400;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 0;
    box-sizing: border-box;
}

.services-inner .serv .box a.begin:hover {
    background: #413A5F;
    color: #fff;
    border: 3px solid #413A5F;
}

.page-template-program-services .review {
    width: 100%;
    background: url(images/programs_quote_theresa.jpg) no-repeat center;
    background-size: cover;
    min-height: 375px;
    text-align: center;
}

.page-template-program-services .review .rv {
    float: right;
    margin-top: 80px;
    margin-right: 110px;
    color: #413a5f;
}

.page-template-program-services .review .rv p {
    font-weight: 700;
    color: #413a5f;
    line-height: 30px;
    margin: 0 0 40px;
}

.page-template-program-services .review .rv span {
    font-size: 16px;
}

.page-template-program-services .inner-banner h1 {
    top: 65%;
    transform: translateY(-65%);
}

.page-template-program-services .videos,
.page-template-transformation .videos,
.page-template-common-template .videos {
    margin-bottom: 40px;
}


/*services-inner-page*/

.services-inner-page .inner-banner {
    min-height: 300px;
}

.inner-content {
    padding: 48px 18px 0 45px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.services-inner-page .inner-content .image {
    float: right;
}

.services-inner-page .inner-content .left-content {
    float: left;
    width: 63%;
    font-size: 20px;
}

.services-inner-page .inner-content .left-content p {
    font-size: 20px;
}

.inner-content .full-content {
    float: left;
    width: 100%;
}

.services-inner-page .inner-content .left-content h3 {
    margin: 0 0 10px;
}

.services-inner-page .inner-content .left-content h5 {
    margin: 0 0 20px;
}

.services-inner-page a.begin {
    margin-top: 15px;
    width: 196px;
    border: 3px solid #ff8400;
    background: #ff8400;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 0;
    box-sizing: border-box;
}

.services-inner-page a.begin:hover {
    background: #413A5F;
    color: #fff;
    border: 3px solid #413A5F;
}

.services-inner-page .inner-content .full-content {
    margin: 65px 0 30px;
}

.inner-content .full-content {
    margin: 0px 0 30px;
}

.inner-content .full-content h5 {
    margin: 0 0 15px;
}

.inner-content .full-content p {
    font-size: 16px;
    margin: 0 0 27px;
}

.inner-content .full-content ul,
.inner-content .full-content ol {
    margin: 0 0 27px;
    padding: 0;
}

.inner-content .full-content ul li,
.inner-content .full-content ol li {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.inner-content .full-content ol li {
    list-style: inside none decimal;
    padding-left: 0;
}

.inner-content .full-content ul li:before {
    content: '.';
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 25px;
}

.single-services li#menu-item-24 a {
    color: #ff8400;
}

.services-inner-page .who-is {
    width: 100%;
    background: url(images/who-is.jpg) no-repeat center;
    background-size: cover;
    min-height: 506px;
    float: left;
    text-align: center;
    color: #fff;
}

.services-inner-page .who-is h2 {
    width: 620px;
    margin: 0 auto 35px;
    padding-top: 55px;
}

.services-inner-page .who-is p {
    width: 750px;
    margin: 0 auto 40px;
    font-size: 16px;
}

.single-services .site-footer .site-info .left-menu ul li.current_page_parent a,
.single-member .site-footer .site-info .left-menu ul li.current_page_parent a,
.single-study .site-footer .site-info .left-menu ul li.current_page_parent a,
.single-masters .site-footer .site-info .left-menu ul li.current_page_parent a,
.post-type-archive-tribe_events .site-footer .site-info .left-menu ul li.current_page_parent a,
.single-tribe_events .site-footer .site-info .left-menu ul li.current_page_parent a {
    color: #fff;
}

.single-services .site-footer .site-info .left-menu ul li.current_page_parent a:hover,
.single-member .site-footer .site-info .left-menu ul li.current_page_parent a:hover,
.single-study .site-footer .site-info .left-menu ul li.current_page_parent a:hover,
.single-masters .site-footer .site-info .left-menu ul li.current_page_parent a:hover,
.post-type-archive-tribe_events .site-footer .site-info .left-menu ul li.current_page_parent a:hover,
.single-tribe_events .site-footer .site-info .left-menu ul li.current_page_parent a:hover {
    color: #FF8400;
}

.services-inner-page .call-now {
    color: #ff8400;
    font-size: 20px;
    text-transform: uppercase;
}

@media(max-width: 800px) {
    .services-inner-page .call-now span {
        display: block;
    }
}


/*page-template-transformation*/

.page-template-transformation .inner-banner {
    min-height: 300px;
}

.page-template-transformation .content h3 {
    width: 100%;
}


/*featured-story*/

.featured-story {
    background: #0e4493;
    width: 100%;
    color: #fff;
    float: left;
}

.center.flex {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.featured-story .left-info {
    float: left;
    width: 50%;
    padding: 75px 65px 75px 35px;
    box-sizing: border-box;
    background: url(images/member-trivedi-icon.png) no-repeat right top;
    min-height: 300px;
}

.featured-story .right-info {
    float: right;
    width: 50%;
    padding: 75px 65px 75px 35px;
    box-sizing: border-box;
    text-align: center
}

.featured-story .left-info h3 {
    margin: 0 0 15px;
}

.featured-story .left-info p {
    font-size: 16px;
}

.featured-story .left-image {
    float: left;
    width: 50%;
}

.featured-story .left-image img {
    width: 100%;
}

.featured-story .right-image {
    float: right;
    width: 50%;
}

.featured-story .right-image img {
    width: 100%;
}


/*member-info*/

.member-info {
    margin: 57px 0 50px;
    width: 100%;
    float: left;
}

.member-info .left-info {
    float: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}

.member-info .left-info h3 {
    margin: 0 0 20px;
    line-height: 28px;
    display: inline;
}

.member-info .left-info h1,
.member-info .left-info h2,
.member-info .left-info h3,
.member-info .left-info h4,
.member-info .left-info h5,
.member-info .left-info h3 {
    display: inline;
}

.member-info .left-info .story {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
}

.member-info .left-info p {
    margin-bottom: 20px;
    font-size: 16px;
}

.member-info .right-image {
    float: right;
    margin-right: 20px;
}

.member-info .left-info .align-right {
    float: right;
    margin: 5px 0 5px 25px;
}


/*result*/

.result {
    width: 100%;
    background: url(images/result-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    min-height: 387px;
    float: left;
}

.result h2 {
    margin: 0 0 40px;
    padding-top: 65px;
}

.result p {
    font-size: 16px;
    width: 755px;
    margin: 0 auto;
}


/*other-member*/

.other-member {
    float: left;
    width: 100%;
    text-align: center;
}

.other-member h3 {
    margin: 50px 0 45px;
}

.other-member .box {
    width: 33.3%;
    float: left;
    position: relative;
}

.other-member .box a:hover {
    opacity: 0.8;
}

.other-member .box img {
    width: 100%;
}

.other-member .box span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.other-member a {
    color: #fff;
}

.other-member .box h3 {
    position: absolute;
    margin: 0;
    bottom: 40px;
    left: 0px;
    width: 100%;
    display: block;
}

.other-member a#loadmore,
.other-member #noresults,
.other-member a#loadmore_new,
.other-member #noresults_new {
    color: #ff8400;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}

.other-member a#loadmore:hover,
.other-member a#loadmore_new:hover {
    color: #413A5F;
}

.other-member .autold {
    float: left;
    width: 100%;
}

.other-member .more div {
    float: left;
    width: 100%;
    position: relative;
    padding: 45px 0;
}

.other-member #wait,
.other-member #wait_new {
    position: absolute;
    bottom: 20px;
    width: 100%;
    background: url(images/load-more.gif) no-repeat center;
    height: 30px;
}

.other-member .gap_cls .box {
    float: none;
    display: inline-block;
    margin-left: -5px;
}


/*filter*/

.filter {
    text-align: center;
}

.filter .top {
    display: inline-block;
    padding: 65px 0;
    position: relative;
}

.filter .top label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 40px;
}

.filter .top select {
    width: 236px;
    margin-right: 50px;
    cursor: pointer;
}

.filter .box {
    width: 25%;
    float: left;
    position: relative;
}

.filter .box a:hover {
    opacity: 0.8;
}

.filter .box img {
    width: 100%;
}

.filter .box span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.filter a {
    color: #fff;
}

.filter .box h3 {
    position: absolute;
    margin: 0;
    bottom: 40px;
    left: 0px;
    width: 100%;
    display: block;
}

.filter .top #wait_res {
    position: absolute;
    bottom: 5px;
    right: 155px;
    width: 30px;
    background: url(images/load-more.gif) no-repeat center;
    height: 30px;
}

.filter .gap_cls .box {
    float: none;
    display: inline-block;
    margin-left: -5px;
}

.filter #all_cont {
    min-height: 100px;
}


/*study*/

.study h3.title1 {
    margin: 0;
    padding: 25px 200px 0;
}

.filter.study .top {
    padding: 40px 0;
}


/*Common Template*/

.content2 {
    margin-top: 40px;
    padding-bottom: 10px;
}

.content2 h3 {
    color: #4d4769;
    margin: 0;
    line-height: 30px;
    margin: 0px 0 0;
    padding-top: 30px;
    padding-bottom: 40px;
}

.content2 p {
    color: #4d4769;
    line-height: 24px;
    font-size: 16px;
}


/*Doctor Section*/

.doctor-section p {
    margin-bottom: 30px;
}

.doctor-section a.btn {
    padding: 15px 50px
}

.doctor-section .left-info {
    padding-right: 100px;
}

.masters a.btn {
    padding: 15px 50px
}


/*doctor-video*/

.doctor-video {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
}

.doctor-video.show {
    display: block;
}

.doctor-video .frame-video {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.doctor-video .frame-video iframe {
    background: #000;
    border: 10px solid #fff;
    height: 600px;
    box-sizing: border-box;
}

.doctor-video .frame-video .full-show {
    background: #fff;
    border: 10px solid #fff;
    padding: 0 15px;
    max-height: 600px;
    box-sizing: border-box;
    overflow-y: auto;
    color: #413a5f;
}

.doctor-video .frame-video .full-show .member-info {
    margin: 15px 0;
    text-align: left;
}

.doctor-video .frame-video .full-show .member-info .right-image {
    margin-right: 10px;
}

.doctor-video .frame-video .full-show .member-info .left-info {
    margin-left: 0;
    padding: 0 20px;
}

.doctor-video .frame-video .full-show .right-align {
    float: right;
    width: 30%;
    margin: 0 0 20px 20px;
}

.doctor-video .frame-video .full-show h3 {
    margin-bottom: 20px;
    display: inline;
    top: 0;
    translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    position: relative;
    bottom: 0;
}

.doctor-video .frame-video .full-show p {
    margin-top: 15px;
    font-size: 16px;
}

.doctor-video .close {
    color: #413a5f;
    font-size: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    padding: 0 15px;
}

.doctor-video .close:hover {
    color: #fff;
    background: #FF8400;
}


/*effect-proven*/

.effect-proven {
    width: 100%;
    background: url(images/effect-proven.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 10px;
    min-height: 385px;
    float: left;
    color: #fff;
    text-align: center;
}

.effect-proven h3 {
    margin: 0 0 50px;
}

.effect-proven ul {
    float: left;
    width: 46%;
    padding-left: 4%;
    text-align: left;
}

.effect-proven ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    position: relative;
    padding-left: 10px;
    padding-bottom: 40px;
}

.effect-proven ul li:before {
    position: absolute;
    content: '.';
    font-size: 20px;
    top: -5px;
    left: 0;
}


/*top-university*/

.top-university {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 50px;
}

.top-university .top-un h4 {
    font-size: 24px;
    text-transform: none;
    padding: 0 100px;
    margin: 0;
}

.top-university .top-un .logo {
    float: left;
    width: 100%;
    margin: 50px 0 100px;
}

.top-university .top-un .logo .logos {
    display: inline-block;
    margin: 0 25px 20px;
}


/*field-images*/

.field-images {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 50px;
}

.field-images .field-images-inner h4 {
    font-size: 24px;
    text-transform: none;
    padding: 0 100px;
    margin: 0;
}

.field-images .field-images-inner .field-images-wrapper {
    float: left;
    width: 100%;
    margin: 50px 0 100px;
}

.field-images .field-images-inner .field-images-wrapper .field-image {
    display: inline-block;
    margin: 0 25px 20px;
}

@media(max-width: 900px) {
    .field-images .field-images-inner h4 {
        padding: 0;
    }
}


/*navigation*/

.navigation .wp-paginate li {
    display: inline-block;
}


/*footer*/

.site-footer .view-research {
    background: url(images/explore_science.jpg) no-repeat center;
    min-height: 430px;
    background-size: cover;
}

.site-footer .view-research h2 {
    margin: 0;
    padding-top: 60px;
}

.view-research p {
    padding-top: 40px;
    margin: 0 auto 25px;
}

.site-footer {
    background: none;
    margin-top: 0 !important;
    position: relative;
    float: left;
    width: 100%;
}

.site-footer .trivedi-story {
    background: #b4561b;
    width: 100%;
    color: #fff;
    text-align: left;
    float: left;
}

.site-footer .trivedi-story .center {
    min-height: 409px;
    position: relative;
}

.site-footer .trivedi-story .left {
    float: left;
    width: 430px;
    margin: 65px 0 0 98px;
}

.site-footer .trivedi-story .left h3 {
    text-transform: uppercase;
    margin: 0 0 25px;
}

.site-footer .trivedi-story .left p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 55px;
}

.site-footer .trivedi-story .left a {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer .trivedi-story .left a:hover {
    color: #413a5f;
    text-decoration: none;
}

.site-footer .trivedi-story .image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.site-footer .stay-connected {
    background: url(images/footer-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 323px;
    width: 100%;
    color: #fff;
    text-align: center;
    float: left;
}

.site-footer .stay-connected h3 {
    margin: 0;
    text-transform: uppercase;
    padding: 45px 0 35px;
}

.site-footer .stay-connected .mailchimp {
    display: inline-block;
    position: relative;
    width: 100%;
}

.site-footer .stay-connected .mailchimp .formError {
    margin-left: -431px;
    top: 63px !important;
}

.site-footer .stay-connected .mailchimp .widget {
    padding: 0;
    width: 100%;
    margin: 0;
}

.site-footer .stay-connected .mailchimp .widget h3.widget-title {
    display: none;
}

.site-footer .stay-connected .mailchimp .widget label {
    display: none;
}

.site-footer .stay-connected .mailchimp p {
    display: inline-block;
    margin: 0;
    float: left;
}

.site-footer .footer-content {
    background: url(images/footer-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    float: left;
}

.site-footer .footer-content h3 {
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}

.site-footer .footer-content .text {
    display: inline-block;
    position: relative;
    width: 620px;
    max-width: 90%;
}

.site-footer .footer-content .text .formError {
    margin-left: -431px;
    top: 63px !important;
}

.site-footer .footer-content .text .widget {
    padding: 0;
    width: 100%;
    margin: 0;
}

.site-footer .footer-content .text .widget h3.widget-title {
    display: none;
}

.site-footer .footer-content .text .widget label {
    display: none;
}

.site-footer .footer-content .text p {
    display: inline-block;
    margin: 0;
    float: left;
    width: 100%;
}

.sharpspring_form {
    height: 97px;
}

.sharpspring_form ul.form_fields li.field label {
    display: none;
}

.sharpspring_form ul.form_fields li.field label.error {
    box-shadow: none;
    display: block;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 60px;
}

.sharpspring_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.sharpspring_form form {
    padding: 0 !important;
}

.sharpspring_form ul.form_fields {
    margin: 0;
    padding: 0;
    float: left;
    width: 70%;
}

.sharpspring_form ul.form_fields li.field .field_value input[type="text"] {
    width: 100%;
    height: 60px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #413a5f;
    padding: 10px 17px;
    margin: 0;
    float: left;
    max-width: none;
}

.sharpspring_form ul.form_fields li.field {
    margin: 0px !important;
}

.sharpspring_form ul.form_fields li.clear {
    margin: 0px !important;
}

.sharpspring_form ul.form_fields li.field .field_value input[type="text"]:focus {
    box-shadow: none !important;
}

.sharpspring_form p.clear {
    float: left;
    width: 30%;
    clear: none !important;
    margin: 0px !important;
}

.sharpspring_form p.clear button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    width: 100% !important;
    background: #0e4493;
    box-shadow: none;
    text-transform: uppercase;
    height: 60px;
    border: 0;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    padding: 0;
    display: inline-block;
}

.formError {
    margin-left: 200px;
}

.sharpspring_form p.clear button:hover {
    background: #ff8400;
}

@media only screen and (max-width: 479px) {
    .sharpspring_form ul.form_fields li.field .field_value input[type="text"] {
        height: 45px;
        font-size: 16px;
    }
    .sharpspring_form p.clear button {
        height: 45px;
        font-size: 16px;
    }
    .sharpspring_form ul.form_fields li.field label.error {
        top: 45px;
    }
    .sharpspring_form {
        height: 83px;
    }
}

.site-footer .stay-connected .mailchimp .updated {
    background: none;
    border: 0;
    padding: 5px;
}

.site-footer .stay-connected .mailchimp .updated ul li {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}


/*newsletter*/

.site-footer .stay-connected .mailchimp iframe {
    overflow: hidden !important;
}

.site-footer .stay-connected .social-icons {
    margin-top: 0px;
}

.site-footer .stay-connected .social-icons a {
    font-size: 42px;
    color: #fff;
    margin: 0 30px;
}

.site-footer .stay-connected .social-icons a:hover {
    color: #ff8400;
}


/*speaking engagements form*/

.site-footer .footer-content .text iframe {
    overflow: hidden !important;
}

.site-footer .footer-content .social-icons {
    margin-top: 0px;
}

.site-footer .footer-content .social-icons a {
    font-size: 42px;
    color: #fff;
    margin: 0 30px;
}

.site-footer .footer-content .social-icons a:hover {
    color: #ff8400;
}

.site-footer .site-info {
    width: 100%;
    max-width: none;
    background: #0e4493;
    padding: 40px 0;
    float: left;
}

.site-footer .site-info .left-menu {
    float: left;
}

.site-footer .site-info a:hover {
    color: #ff8400;
}

.site-footer .site-info .left-menu .widget_nav_menu {
    margin: 0;
    padding: 0;
    width: auto;
}

.site-footer .site-info .left-menu h3 {
    display: none;
}

.site-footer .site-info .left-menu ul li {
    float: left;
    margin-left: 15px;
    padding: 0;
}

.site-footer .site-info .left-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer .site-info .left-menu ul li a:hover,
.site-footer .site-info .left-menu ul li.current-menu-item a,
.site-footer .site-info .left-menu ul li.current_page_parent a {
    color: #ff8400;
}

.site-footer .site-info .right-copy {
    float: right;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.site-footer .site-info .right-copy h3 {
    display: none;
}

.site-footer .site-info .right-copy .widget {
    width: auto;
    margin: 0;
    padding: 0;
}

.site-footer .site-info .right-copy .copy {
    float: left;
}

.site-footer .site-info .right-copy ul {
    margin: 3px 10px 0 6px;
    float: left;
}

.site-footer .site-info .right-copy ul li {
    float: left;
    padding: 0;
    border-left: 1px solid #fff;
    line-height: 16px;
}

.site-footer .site-info .right-copy ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 6px;
}

.site-footer .site-info .right-copy ul li a:hover,
.site-footer .site-info .right-copy ul li.current-menu-item a {
    color: #ff8400;
}


/*Error*/

.error404 h1.page-title {
    padding: 160px 0 20px;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 165px;
    line-height: 100px;
}

.error404 h1.page-title span {
    display: block;
    font-size: 65px;
    font-weight: 400;
    text-transform: none;
    color: #ff8400;
}

.error404 .erro {
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
}

.formError .formErrorContent {
    height: 40px;
    overflow: hidden;
}


/*Blog*/

.inner-con {
    padding: 50px 32px 0;
    overflow: hidden;
}

.inner-con .navigation {
    float: left;
    width: 100%;
}

.leftBlogBox {
    float: left;
    width: 830px;
    margin-right: 30px;
}

.leftBlogBox .postLoop {
    margin: 0;
    overflow: hidden;
    padding: 0px 0 50px;
    width: 100%;
}

.leftBlogBox .postLoop .image {
    float: left;
    margin: 0px 40px 0px 0;
    min-height: 371px;
}

.leftBlogBox .postLoop h3 {
    display: inline;
    margin: 0 0 15px;
    color: #413a5f;
    line-height: 28px;
}

.leftBlogBox .postLoop h3 a {
    color: #413a5f;
}

.leftBlogBox .postLoop h3 a:hover {
    color: #413a5f;
    text-decoration: none;
}

.leftBlogBox .postLoop h5 {
    display: inline-block;
    margin: 0 0 25px;
}

.leftBlogBox ul.dateBar {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    display: none;
}

.leftBlogBox ul.dateBar li {
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    padding: 0;
}

.leftBlogBox ul.dateBar li strong {}

.leftBlogBox .postLoop p {
    display: inline;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

.leftBlogBox .postLoop a.btn {
    margin-top: 40px;
    padding: 15px 35px;
}

.leftBlogBox .comments-area {
    background: none !important;
    padding: 0;
    margin: 25px 0 0;
}

.leftBlogBox .comments-area .comment-respond {
    padding: 0;
    background: none !important;
}

.leftBlogBox .comments-area .comment-respond h3.comment-reply-title {
    max-width: none;
    padding: 0;
    font-style: normal;
    font-weight: 700;
}

.leftBlogBox .comments-area .comment-respond .comment-form {
    max-width: none;
    padding: 0;
}

.leftBlogBox .comments-area .comment-respond .comment-form input[type="text"],
.leftBlogBox .comments-area .comment-respond .comment-form input[type="tel"],
.leftBlogBox .comments-area .comment-respond .comment-form input[type="email"],
.leftBlogBox .comments-area .comment-respond .comment-form input[type="url"],
.leftBlogBox .comments-area .comment-respond .comment-form textarea {
    border: 1px solid #ddd;
    width: 60%;
    height: 40px;
    max-width: none;
    border-radius: 0;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #413a5f;
}

.leftBlogBox .comments-area .comment-respond .comment-form textarea {
    height: 110px;
    resize: none;
    padding: 10px 5px;
}

.leftBlogBox .comments-area .comment-respond .comment-form p {
    margin: 0 0 15px !important;
}

.leftBlogBox .comments-area .comment-respond .comment-form p.form-submit {
    padding-left: 120px;
}

.leftBlogBox .comments-area .comments-title {
    max-width: none;
    padding: 0;
    font-style: normal;
    font-weight: 700;
}

.leftBlogBox .comments-area ol.comment-list {
    padding: 0;
}

.leftBlogBox .comments-area ol.comment-list a:hover {
    color: #413A5F;
}

.leftBlogBox .comments-area .comment-body {
    padding: 0 0 20px;
}

.leftBlogBox .comments-area .comment-body .comment-metadata {
    width: 88%;
}

.leftBlogBox .comments-area .comment-reply-link {
    color: #ff8400;
}

.leftBlogBox .comments-area .comment-awaiting-moderation {
    width: 88%;
    float: right;
}

.leftBlogBox .wp-caption {
    text-align: center;
    border: 1px solid #000;
}

.leftBlogBox .wp-caption img {
    width: 100%;
}

.leftBlogBox .wp-caption .wp-caption-text {
    font-style: normal;
    color: #413a5f;
    margin: 5px 0;
}

.alignnone {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.leftBlogBox ul,
.leftBlogBox ol {
    margin: 0 0 15px;
    padding: 0;
}

.leftBlogBox ul li,
.leftBlogBox ol li {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.leftBlogBox ul li:before {
    content: '.';
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 25px;
}

.leftBlogBox ol li {
    list-style: inside none decimal;
    padding-left: 0;
}

.leftBlogBox ol.comment-list li {
    list-style: none;
    padding-bottom: 0;
}

.rightBlogBox {
    float: right;
    width: 245px;
}

.rightBlogBox .widget {
    padding: 0;
    margin: 0 0 0px;
    background: none;
}

.rightBlogBox .widget h5.side-title {
    /*margin: 0 0 23px;*/
}

.rightBlogBox .widget ul li {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 5px;
}

.rightBlogBox .widget ul li a {
    color: #4d4769;
}

.rightBlogBox .widget ul li a:hover,
.rightBlogBox .widget ul li.current-cat a {
    color: #ff8400;
}

.single-blog .inner-con {
    padding: 150px 32px 50px;
    overflow: hidden;
}

.single-blog .leftBlogBox h3,
.single-bl .leftBlogBox h3 {
    margin: 0 0 15px;
    color: #413a5f;
    line-height: 28px;
}

.single-blog .leftBlogBox h5,
.single-bl .leftBlogBox h5 {
    margin: 0 0 25px;
}

.single-blog .leftBlogBox .entry-thumbnail,
.single-bl .leftBlogBox .entry-thumbnail {
    float: none;
    margin: 0 0 20px !important;
    padding: 0;
}

.single-blog .leftBlogBox p,
.single-bl .leftBlogBox p,
.comment-content p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.single-bl .inner-con {
    padding: 50px 32px;
}

.single-bl .entry-content h3 {
    margin: 25px 0;
}

.single-bl .entry-content h5 {
    margin: 20px 0;
}

.search .leftBlogBox h3 {
    margin: 0 0 15px;
    color: #413a5f;
    line-height: 28px;
}

.search .leftBlogBox h3 a {
    color: #413a5f;
}

.search .leftBlogBox .entry-thumbnail {
    float: left;
    margin: 10px 30px 10px 0;
}

.search .leftBlogBox .entry-summary p {
    font-size: 16px;
}

.search .leftBlogBox a.read-more {
    background: #ff8400;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    display: inline-block;
    margin-top: 0px;
    text-transform: uppercase;
}

.search .leftBlogBox a.read-more:hover {
    background: #413a5f;
}

.search .leftBlogBox .hentry {
    margin-bottom: 50px;
}

.search .leftBlogBox input[type="search"] {
    border: 1px solid #ddd;
    width: 40%;
    height: 40px;
    max-width: none;
    border-radius: 0;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #413a5f;
}


/*event calendor*/

#tribe-bar-form .tribe-bar-filters {
    background: #413a5f;
    border-radius: 5px;
    text-align: center;
    width: 150px;
}

#tribe-events-bar .label-tribe-bar-date {
    color: #fff;
    font-size: 14px !important;
}

#tribe-events-bar * {
    padding: 2px;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
    background: #fff url(images/1456242076_calendar.png) no-repeat 98% center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    max-width: none;
    width: 100%;
    height: 23px;
    font-weight: 300;
    padding: 0 2px;
}

.tribe-bar-disabled .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter {
    width: 100%;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    background: #413a5f;
    border-radius: 0;
    color: #fff;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    color: #fff;
    background: #ff8400;
}

.datepicker table tr td span {
    color: #413a5f;
}

.datepicker table tr td span.active.active,
.datepicker table tr td.active.active {
    background: #ff8400;
}

.datepicker table tr td span.active.active:hover,
.datepicker table tr td.active.active:hover {
    color: #413a5f;
    text-shadow: none;
}

ul.tribe-events-sub-nav li:before {
    display: none;
}

ul.tribe-events-sub-nav li {
    padding: 0 !important;
}

ul.tribe-events-sub-nav li a {
    background: #ff8400;
    border: 3px solid #ff8400;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 15px;
    text-align: center;
    text-transform: uppercase;
}

ul.tribe-events-sub-nav li a:hover {
    background: #413a5f;
    border: 3px solid #413a5f;
}

.tribe-events-calendar th {
    background: #413a5f;
    color: #fff;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    color: #fff;
    background: #413a5f;
    border-radius: 5px;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title:hover {
    background: #ff8400;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
    color: #fff;
    display: block;
    padding: 5px;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    border: 0;
    padding: 4px 0;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background: #ff8400;
}

.tribe-events-viewmore {
    border: 0;
}

#tribe-events-content .tribe-events-tooltip h4 {
    color: #fff;
    background: #ff8400;
}

.tribe-events-tooltip .tribe-events-event-body {
    background: #fff;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    border: 1px solid #ddd;
    color: #413a5f;
}

.tribe-events-event-body p {
    font-size: 12px !important;
    line-height: 18px;
}

.tribe-events-event-body p:empty {
    display: none;
}

.tribe-events-tooltip .duration {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
}

.tribe-events-tooltip .tribe-events-event-thumb {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
}

.tribe-events-tooltip .tribe-events-arrow {
    background-image: url(images/tribe-tooltips.png);
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    color: #413a5f;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    color: #fff;
    background: #413a5f;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
    color: #fff;
    background: #ff8400;
}

.tribe-events-notices {
    margin: 25px 0;
}

.tribe-events-notices ul {
    margin: 0 !important;
}

.tribe-events-notices ul li:before {
    display: none;
}

.tribe-events-notices ul li {
    text-shadow: none;
    font-size: 16px !important;
    font-weight: 400;
    padding: 0px !important;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
    background: #413A5F;
    color: #fff;
    margin-bottom: 0;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 0;
}

.tribe-events-list .type-tribe_events {
    padding: 15px 0 15px;
}

a.tribe-events-read-more:hover {
    color: #413A5F;
}

.tribe-events-event-body h5 {
    margin: 0 0 10px;
}

.tribe-events-event-body ul {
    padding: 0;
    margin: 0 0 20px !important;
}

.tribe-events-event-body ul li {
    padding: 0 0 0 12px;
    margin: 0;
    position: relative;
    list-style: none;
}

.tribe-events-event-body ul li:before {
    content: ".";
    font-size: 25px;
    left: 0;
    position: absolute;
    top: -16px;
}

#tribe-events-content-wrapper {
    margin: 0 auto 30px;
    width: 1173px;
    box-sizing: border-box;
    padding: 48px 18px 0 45px;
}

.single-tribe_events .services-inner-page .inner-content .left-content {
    width: 100%;
}

.single-tribe_events .services-inner-page .inner-content .image {
    margin: 0 0 20px 30px;
}

.single-tribe_events .services-inner-page .inner-content .left-content h3,
.single-tribe_events .services-inner-page .inner-content .left-content h5 {
    display: inline;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    color: white;
    background-repeat: no-repeat;
}

.flex .center-content {
    width: 72%;
}

.flex .right-content {
    width: 22%;
}

.flex .right-content .center {
    width: auto;
}

.page-template-template-media-page .inner-banner {
    height: 570px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    background-size: auto !important;
    background-repeat: no-repeat;
    background-position: bottom center !important;
}

.page-template-template-media-page .inner-banner .title {
    display: none;
}

.page-template-template-media-page .right-content .field-more-content {
    margin: 20px;
}

.page-template-template-media-page .right-content .field-more-content .photo,
.page-template-template-media-page .right-content .field-more-content .photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}

.page-template-template-media-page .right-content .more-content-wrap {
    border: 5px solid #cecece;
    border-width: 0 5px 5px 5px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.page-template-template-media-page .right-content .more-content-wrap .title {
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    display: table;
    text-align: center;
    height: 20px;
    width: 100%;
}

.page-template-template-media-page .right-content .more-content-wrap .title span {
    background-color: white;
    padding: 20px;
    display: inline-block;
}

.page-template-template-media-page .below-content .more-content-wrap {
    text-align: center;
    padding: 60px 0;
}

.page-template-template-media-page .below-content .more-content-wrap .title {
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-template-template-media-page .below-content .more-content-wrap .text {
    font-size: 14px;
    font-weight: bold;
    text-tranform: uppercase;
}

.page-template-template-media-page .below-content .more-content-wrap .list {
    font-size: 18px;
    font-weight: bold;
    text-tranform: uppercase;
}

.page-template-template-media-page .below-content .more-content-wrap .list .list-item {
    margin: 10px 0;
}

.page-template-template-media-page .featured-story .left-info {
    background-image: none !important;
}

.btn {
    text-align: center !important;
}

@media(max-width: 800px) {
    .flex {
        display: block;
    }
    .flex-start {
        width: 100%;
    }
    .flex-start {
        width: 100%;
    }
    .flex .center-content {
        width: 100%;
    }
    .flex .right-content {
        width: 100%;
    }
    .flex .right-content .center {
        width: auto;
    }
    .page-template-template-media-page .inner-banner {
        background-color: #04044f !important;
        background-size: cover !important;
        height: auto !important;
        padding: 40px 0;
        margin-top: 0px !important;
    }
    .page-template-template-media-page .inner-banner .title {
        display: none;
    }
    .center.flex {
        display: block;
    }
    .featured-story .right-info {
        width: 100%;
        padding: 20px;
        padding-top: 0;
    }
    .page-template-template-media-page .below-content .more-content-wrap .title {
        font-size: 2em;
    }
}

.prayer_center {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.prayer_center h3 {
    font-size: 32px;
}

.prayer_content {
    width: 760px;
    height: auto;
    margin: 30px auto;
    padding: 50px 0;
}

.prayer_exclusive {
    width: 760px;
    height: auto;
    margin: 30px auto;
    text-align: left;
}

.prayer_center .call-now {
    color: #ff8400;
}

.prayer_center .discount {
    color: #ff8400;
}

.prayer {
    width: 100%;
    float: left;
    text-align: center;
}

.prayer_center .wpb_row,
.prayer_center .wpb_content_element,
.prayer_center .wpb_button {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

.prayer_center .box img {
    width: 100%;
    height: auto;
}

.prayer_center .page-template-program-services .review {
    width: 100%;
    background: url(images/footer-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 2100px;
    text-align: center;
}

.inner-banner1 {
    width: 100%;
    min-height: 700px!important;
    float: left;
    text-align: center;
    position: relative;
    background: url(images/Special-Prayers-Hero.jpg) no-repeat left -500px top 120px !important;
    background-size: cover !important;
}

.inner-banner1 h1 {
    color: #fff;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    font-size: 72px;
}

.inner-banner1 h1 span {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
   .right_icons a i {
    color: #000;
}
.right_icons
{
    margin-top: 10px;
}
    .prayer_content {
        width: 100%;
        height: auto;
        margin: 30px auto;
        padding: 50px 0;
    }
    .prayer_exclusive {
        width: 100%;
        height: auto;
        margin: 30px auto;
        text-align: left;
        padding: 0 30px;
    }
    .inner-banner1 {
        width: 100%;
        min-height: 700px!important;
        float: left;
        text-align: center;
        position: relative;
        background: url(images/Special-Prayers-Hero.jpg) no-repeat center top 0px !important;
        background-size: cover !important;
    }
    .prayer_center p {
        padding: 10px;
    }
}


/*custom_menu css*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
    font-family: 'Open Sans', 'sans-serif';
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
    position: relative;
    padding-right: 15px;
}

.mega-dropdown-menu > li > ul > li::before {
    content: url('images/menuicon.png');
    position: absolute;
    left: 0px;
    top: 3px;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #252525;
    padding: 5px 0 5px 15px;
    font-size: 14px !important;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #fa883e;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.custom_menu {
    display: inline-block;
    width: 100%;
}

.custom_menu .navbar {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
}

.custom_menu .navbar-inverse {
    background-color: #30076d;
    border: none;
}

.custom_menu .navbar-nav > li > a {
    font-size: 15px;
    color: #fff !important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    position: relative;
    padding:10px !important; 
    margin: auto;
}

.custom_menu .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ff8b3f;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.custom_menu .navbar-nav > li > a:hover::before,
.custom_menu .navbar-nav > .selected_menu > a::before,
.custom_menu .navbar-nav > li > a:focus::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #ff8b3f;
}

.custom_menu .dropdown-menu {
    border: none;
}

.custom_menu .navbar-nav > li > .dropdown-menu {
    background: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent !important;
}

.custom_menu .drop_header {
    color: #ff8b3f;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: 1px solid #ff8b3f;
    margin: 0px 0 15px 0;
    padding: 10px 0;
}

.custom_menu .level2 li a {
    color: #252525;
    display: block;
    font-size: 12px !important;
    padding: 5px 0 0 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.custom_menu .level2 li a:hover,
.custom_menu .level2 li a:focus {
    color: #FA883E !important;
}

.custom_menu .level2 li::before {
    content: '-';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #252525;
    position: absolute;
}

.hide_before::before {
    display: none;
}

.cat_list h3 {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}


/*custom menu css*/


/* new footer css*/

.footer_new {
    background: url(images/footer_back.jpg);
    padding: 53px 0 0px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.contact_form_box {
    background: transparent;

    padding: 30px 0 20px 0;
    /*border: 1px solid #fff;*/
    width: 60%; 
    margin: 0px auto;   
}

.footer_new .contact_head h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'Verlag Bold';
    /*margin-bottom: 40px;*/
}
.footer_new .contact_head h3 {
    font-size: 44px;
    color: #fff;
    font-family: 'Verlag Bold';
    /*margin-bottom: 40px;*/
}

.contact_form_box h2 {
    color: #0e82be;
    font-size: 26px;
    font-family: 'Verlag Bold';
    margin-top: 0px;
    margin-bottom: 22px;
}

.tb_main.form-control {
    
    padding-left: 67px;
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 38px;
    border-radius: 5px;
    margin: 0 0 20px 0; 
    display: inline-block;
}

.con_sub_btn {
    width: 100px !important;
    margin-left: 10px;
    display: inline-block;
}

.contact_form_box .form-group {
    position: relative;
   /* width: 620px;*/
    display: inline-block;
    width: 80%;
}

.contact_form_box span {
    border-right: 1px dashed #ccc;
    display: inline-block;
    left: 0px;
    padding: 0 10px;
    position: absolute;
    top: 7px;
}

.con_sub_btn {
    background: #0e82be !important;
    height: 36px !important;
    color: #fff;
    font-size: 12px !important;
    border-radius: 0px !important;
    border-bottom: 2px solid #0a6899 !important;
    display: inline-block !important;
    vertical-align: top !important;
    font-family: Verdana !important;
    font-weight: normal !important;
    margin: 0px !important;
    line-height: 0 !important;
}
.more_text {
    background: #FF8B3F none repeat scroll 0 0;
    display: block;
    margin-top: 10px;
    padding: 7px 20px;
    text-align: center;
    width: 125px;
    color: #fff;
}
.more_text:hover, .more_text:focus, .more_text:active
{
    background: #7D1B93;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 767px) {
      .right_icons a {
    background: #fff none repeat scroll 0 0;
    /*color: #000;*/
    display: inline-block;
    margin: 10px 0 0 3px;
    padding: 8px;
}
    .jounral_custom a{
        font-size: 16px !important;
        word-wrap: break-word;
    }
    .contact_form_box h2 {
        font-size: 18px;
    }
    .tb_main.form-control {
        width: 99%;
        margin-bottom: 10px;
        display: inline-block;
    }
    .contact_form_box .form-group {
        width: 100%;
    }
    .contact_form_box {
        padding: 20px 8px;  
        width: 100%;
    }
    .footer_new .contact_head h1 {
        font-size: 28px;
    }
}

.footer_2 {
    background: rgba(114, 37, 131, 0.84);
    width: 100%;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 50px;
}

#footer_menu_new {
    margin-bottom: 20px;
}

#footer_menu_new .menu_new li a {
    padding: 2px 20px;
    border-right: 1px solid #fff;
    color: #fff;
    font-family: 'Verlag Bold';
    text-transform: uppercase;
    font-size: 12px;
}

#footer_menu_new .social-icon i {
    font-size: 18px;
    margin-left: 10px;
}

#footer_menu_new .social-icon a {
    padding: 0px !important;
    border-right: none !important;
}

#footer_menu_new2 .menu_new1 li a {
    color: #fff;
    font-family: "Verlag Book";
    font-size: 14px;
    padding: 2px 20px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}

#footer_menu_new2 .menu_new1 li:last-child a {
    border-right: none;
}

/*.left_mar {
    margin-left: 20px;
}*/

#footer_menu_new ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

#footer_menu_new ul li {
    display: inline-block;
}

#footer_menu_new ul li a:hover,
#footer_menu_new2 ul li a:focus,
#footer_menu_new2 ul li a:active {
    color: #ff7100;
    text-decoration: none;
}

#footer_menu_new2 ul {
    display: inline-block;
    width: auto;
    padding: 0px;
}

#footer_menu_new2 ul li {
    display: inline-block;
}

#footer_menu_new2 ul li a:hover,
#footer_menu_new2 ul li a:focus,
#footer_menu_new2 ul li a:active {
    color: #ff7100;
    text-decoration: none;
}

@media(max-width: 767px) {
    #footer_menu_new ul li,
    #footer_menu_new2 ul li {
        display: block;
        margin-bottom: 20px;
    }
    #footer_menu_new ul li a {
        border: none !important;
    }
    #footer_menu_new2 .menu_new1 li a, .copyright li span {
        border: none !important;
    }
    .left_mar {
        margin: 0px;
    }
    #footer_menu_new .social-icon {
        display: inline-block;
    }
    #footer_menu_new {
        margin-bottom: 0px;
    }
    #footer_menu_new ul {
        margin-bottom: 0px;
    }
    #footer_menu_new2 ul li {
        /*margin-bottom: 20px;*/
    }
    #footer_menu_new2 ul {
        margin-bottom: 0px;
    }
    .footer_2 {
        padding-bottom: 20px;
    }
}


/* new footer css*/


/*details page css*/

.details_heading_new {
    color: #272c82;
    font-size: 36px;
    font-family: 'Verlag Bold';
    line-height: 42px;
    margin-bottom: 10px;
    text-transform: initial;
}

.cf {
    display: none;
}

.jounral_custom {
    text-transform: capitalize;
    padding: 10px 0px;
    background: #e1e1e1;
    font-size: 18px;
    color: #272c82;
    font-family: 'Verlag Bold';
    padding-left: 15px;
}
.jounral_custom a{
   /* padding: 10px 0px;*/
    /*background: #e1e1e1;*/
    font-size: 18px;
    color: #272c82;
    font-family: 'Verlag Bold';
    /*padding-left: 15px;*/
    text-transform: capitalize;
}
.jounral_custom a:hover, .jounral_custom a:focus, .jounral_custom a:active
{
    color: #FF8B3F;
}

.jounral_custom span {
    margin-right: 10px;
    color: #6d6e71;
    font-family: 'Verlag Bold';
}

.post_img_new {
    width: 100%;
}

.custom_content p {
    font-size: 18px;
    color: #352727;
    font-family: 'Verlag Book';
    text-align: justify !important;
    line-height: 24px;  
    margin-bottom: 10px !important;
}
.custom_content table p strong
{
     text-align: center !important;
}
.custom_content table p
{
    text-align: center !important;
} 

.custom_content p strong
{
    font-size: 18px;
    color: #352727;
    font-family: 'Verlag Bold';
    text-align: left !important;   
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    margin-right: 5px;
}
.custom_content img {
    width: auto;
}
.no_pad
{
    padding: 0px !important;
}
.pad_left
{
    box-sizing: border-box;
    padding-left: 60px !important;
    width: 100%;
    display: inline-block;


}
.details_main .container
{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.gray_back
{
    background: #ededee;
}
.wh_back
{
    background: #fff;
}
.side_bar_custom
{
    padding: 0px 15px;
	margin-bottom:20px;
}
.side_bar_custom h3
{

     font-size: 18px !important;
    color: #272c82;
    font-family: 'Verlag Bold';
    padding-left: 10px;

}
 h3
}
{
    font-size: 18px;
    color: #272c82;
    font-family: 'Verlag Bold';

}
.side_bar_custom > a {
    display: inline-block;
    width: 120px;
    padding-left: 10px;
}
.down_size {
    color: #7f7f7f;
    display: inline-block;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 4px;
    width: 100%;
    font-family: 'Verlag bold';
}
.side-title
{
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: 'Verlag bold' !important;
    color: #fff !important;
    background: #ff8b3f;
    padding: 10px !important;
    margin-bottom: 0px;

}
.side-title a
{
	color: #fff;
}
.side-title a:hover, .side-title a:focus, .side-title a:active
{
	color: #fff;
	text-decoration: none;
}
.execphpwidget
{
    background: #fff;
    /*padding:10px 10px; */
}
.side_bar_cat
{
	padding-left: 10px;
}
.side_bar_cat ul li a
{
    position: relative; 
    color: #252525;
}
.side_bar_cat ul li a::before
{
    content: '\f101';
    font-family: fontawesome;
    left: -1px;
    position: absolute;
    top: 2px;

}
.side_bar_cat .nav > li > a:hover, .side_bar_cat .nav > li > a:focus
{
    background: transparent;
    color: #FF8B3F;
}
.side_bar_cat .nav > li > a
{
    padding: 2px 10px;
    margin: 5px 0;
    font-family: 'Verlag Bold';
    font-size: 14px;
}
._new ul li a::before
{
    color: #FF8B3F !important;

}
.nav.nav-list strong
{
    text-transform: uppercase;
    font-family: 'Verlag book';
    font-size: 14px;
}
.tagcloud a
{
    background: #ededee !important;
    font-family: 'Verlag Bold';
    color: #000;
    font-size: 16px !important;   
    margin-right:10px;  
    display: inline-block;
    margin-bottom:5px;  
}
.tagcloud a:hover
{
		text-decoration: none;
		color: #FF8B3F;
}
.tagcloud	
{
     background: #fff;
    padding:20px 10px; 
    margin-bottom: 50px;
}
.view_icons ul
{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;text-align: right;
    padding-left: 0px;
}
.view_icons li {
    display: inline-block;
     color: #ff8b3f;
    font-size: 14px;
    border-right: 1px solid #000;
    padding: 0px 10px;
   
}
.view_icons li a
{
    color: #ff8b3f;
    font-size: 14px;
    border-right: 1px solid #000;
    padding: 0px 10px;
}
.view_icons li a:hover
{
    color: #000;
    text-decoration: none;
}
.view_icons li:last-child
{
    border-right: 0px;
}
._new ul li
{
	border-bottom: 1px solid #d7d7d7;	
}
._new ul li:last-child
{
	border-bottom: none;	
}
/*details page css end*/
/*category page css start*/
.cat_title_new h1
{
    font-size: 24px;
    color: #272c82;
    font-family: 'Verlag Bold';
    text-transform: inherit;
    margin-bottom: 20px;
}
.cat_title_new h1 a
{
     color: #272c82;
}
.cat_dis_short
{
    width: 100%;
}
.cat_dis_short .jounral_text h4
{
    margin-top: 0px;
    font-size: 16px;
    font-family: 'Verlag bold';
    color: #272c82;
    text-transform: inherit;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; 
}
.cat_dis_short .jounral_text h4 a
{
     color: #272c82;
}
.jounral_text h4 span
{
    color: #6d6e71;
}
.jounral_text h4 a span
{
     color: #6d6e71;
}
.pad_left1
{
    padding-left: 30px !important;
}
.cat_img
{
    width: 100% !important;
}
/*.more_link_new
{
    font-size: 18px;
    font-family: 'Verlag Bold';
    text-transform: uppercase;
    background: #FF8B3F;    
    color: #fff;
      padding: 5px 30px;

}*/
.more_link_new:hover 
{

}
/* Button 5b */

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 20px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius:0px !important; 
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5 {
    background: #FF8B3F;
    color: #fff;
     font-size: 18px !important;
    font-family: 'Verlag Bold';
    text-transform: uppercase;
    height: 90px;
    min-width: auto;
    line-height: 24px;
   
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-5:active {
    background: #9053a9;
    top: 2px;
}

.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
    font-family: 'Verlag Bold';
}

.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
 /*   line-height: 2.5;*/
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-5:active:before {
    color: #703b87;
}

.btn-5b:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
.icon-cart:before {
    content: "\f101";
}
.btn-5b:before {
    left: -100%;
    top: -3px;
    color: #fff;
}

.btn-5b:hover:before {
    left: 0;
}


.jounral_text p
{
    font-size: 16px;
    font-family: 'Verlag Bold';
}
.jounral_text .btn:hover
{
    background: #FF8B3F;
    color: #fff;
}
.dis_footer
{
    margin-bottom: 20px;
    display: inline-block;  
    width: 100%;    
}
.bor_bottom
{
    border-bottom: 1px solid #bcbec0;
    margin-bottom: 10px; 
}
.summary_new > p {
    font-size: 15px;
    line-height: 19px;
    font-family: 'Verlag Bold';
    color: #fff;
}
.summary_new
{
    background: #000;
    padding: 10px 10px;
    margin-top: 20px;
    display: inline-block;
    background: url('images/summary.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
}
.summary_new h3
{
    font-family: 'Verlag Bold';
    font-size: 22px;
    margin-top: 0px;
    color: #fff;
    padding-left: 0px !important;
}
.more_small
{
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: 'Verlag Bold';
    display: inline-block;
    margin-top: 10px;
}
.more_small:hover
{
    color: #FF8B3F;
    text-decoration: none;
}
.bg_main
{
   /* background: url('images/bg1.jpg');
    background-repeat:repeat;
    
    background-position:left; 
    background-color: #ff0;
    display: inline-block;
    width: 100%;*/
}
@media(max-width: 767px){
.cat_dis_short .jounral_text h4
{
    margin-top: 10px;
}
}
.full-content
{
	word-wrap: break-word;
}
@media(max-width: 1024px) and (min-width: 768px)
{
    .contact_form_box
    {
        width: 80%;
    }
    #footer_menu_new2 ul li
    {
        margin-bottom: 10px;
    }
    .inner-banner h1
    {
        font-size: 36px;
    }
    .summary_new
    {
        width: 100% !important;
    }
}
@media(max-width: 768px)
{
    .pad_left
    {
        padding-left: 0px !important;
    }
    .full-content:last-child .bor_bottom {
    border-bottom: medium none !important;
    margin: 0;
}
.inner-banner h1
{
    font-size:20px;
}
.cat_img
{
    margin-bottom: 20px;
}
}
/*common page css*/
.pad_top
{
	padding-top:20px;}


.list_set {
    list-style: outside none none;
    margin: 10px 0 20px;
    padding: 0;
}
.list_set li::before
{
	content: "\f101";
    font-family: fontawesome;
    left: -1px;
    position: absolute;
    top: 0px;
	color:#FF8B3F;
}
.list_set li{
color: #252525;
    position: relative;
	font-size:16px;
	padding-left:10px;
	margin-bottom:10px;
	font-family:"Verlag Book";
	
}
.list_heading
{
	color:#272C82;
	font-family:'Verlag Bold';
	font-size:24px;
	
	
}
.sub_heading_new {
    color: #272C82;
    font-size: 24px;
    
	font-family:'Verlag Bold';
    text-transform: initial;
}
.pad_bottom
{
	margin-bottom:40px;
}
.color_or
{
	color: #FF8B3F;
}
.color_or:hover, .color_or:focus, .color_or:active
{
	color: #000;
	text-decoration: none;
}
.container
{
	margin-left: auto !important;
	margin-right: auto !important; 
}

/*homepage css start*/
.home_banner_head
{
	font-size: 44px;
	font-family: 'Verlag Bold' !important;
	color: #fff;
	margin-bottom: 0px;	
    margin-top: 0px;    
}
.banner_text
{
	font-size: 24px;
	font-family: 'Verlag Book' !important;
	color: #fff;
}
.home_banner
{
	padding:60px 0;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: top center;
}
.home_icon_text p
{
	font-size: 18px;
	font-family: 'Verlag Book';
	color: #fff;
    line-height:20px; 
	margin-top: 10px;
}
.home_banner_list h3
{
	font-size: 24px;
	font-family: 'Verlag Bold' !important;
	color: #fff;
	text-transform: inherit;
}
.home_list_inner ul
{
	text-align: center;

}
.home_list_inner ul li {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-family: 'Verlag Bold' !important;
    text-align: center;
    margin-right: 20px;
    position: relative;
}
.home_list_inner ul li:before
{
	/*content: '.';*/
	 font-family: 'Verlag Bold' !important;
	 color: #fff;
	font-size: 30px;
	line-height: 0px;
	font-size: 67px;
	position: absolute;
top: -3px;	left: -18px;

}
.home_icon_sec
{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
}
.dr_image{
    border: 5px solid #561465;
    width: 100%;

}
.dr_box, .dr_image {
    background: #2f076c none repeat scroll 0 0;
    height: 366px;
    border: 5px solid #d803d3;
}
.home_video_sec .vc_col-sm-6 {
    margin: 0 10px;
    width: 48%;
}
.dr_name
{
	font-size: 44px;
	font-family: 'Verlag bold' !important;
	color: #fff;

}.dr_dis p
{
	font-size: 24px;
	color: #fff;
	font-family: 'Verlag bold' !important;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;


}
.dr_desig p
{
	font-size: 18px;
	color: #fff;
	font-family: 'Verlag book' !important;	
}
.watch_btn button {
    background: #fff none repeat scroll 0 0 !important;
    font-size: 24px !important;
    height: 48px;
    line-height: 0;
    padding: 0 !important;
    width: 223px;
    color: #2f076c !important;
    font-family: 'Verlag Bold' !important;
    transition-duration: 0.5s;
}
.watch_btn button:hover, .watch_btn button:focus, .watch_btn button:active
{
	background:#d803d3 !important;
	color: #fff !important;


}

.dr_box
{
	padding: 12px;
	box-sizing: border-box;
}
.home_video_sec
{
	padding: 40px 0px;
	background-position: top center;
	background-size: cover;

}
.dr_list .home_list_inner ul li
{
	display: block !important;
	text-align: center !important;
}
.dr_list .home_list_inner ul {
    /*padding-left: 25%;*/
}
.dr_img_inner
{
	margin-bottom: 40px;
}	
.dr_image img
{
	height: 368px;
}
.banner_text p
{
	font-size: 24px;
	font-family: 'Verlag Bold' !important;
	color: #fff;	
}

.dr_home_sec
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#661663+0,a3406e+50,ec8d7c+100 */
background: #661663; /* Old browsers */
background: -moz-linear-gradient(top, #661663 0%, #a3406e 50%, #ec8d7c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #661663 0%,#a3406e 50%,#ec8d7c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #661663 0%,#a3406e 50%,#ec8d7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661663', endColorstr='#ec8d7c',GradientType=0 ); /* IE6-9 */	
padding: 50px 0;
background-position: top center;
}
.dr_name span
{
	font-size: 24px;
	text-transform: inherit !important;
}
.dr_degree p
{
	font-size: 24px;
	font-family: 'Verlag Bold' !important;
	color: #fff;
}
@media(max-width: 1024px) and (min-width: 768px)
{

    .dr_list
    {
    	padding-left: 24px !important;
    }
	.home_banner
	{
		padding: 75px 0;
	}
	.home_banner_head
	{
		font-size: 33px;
    margin-bottom: 10px;
	}
	.banner_text p
	{
		font-size: 16px;
	}
	.home_icon_text p
	{
		font-size: 16px;
	}
	.dr_name
	{
		font-size: 33px;
	}
	.dr_list .home_list_inner ul
	{
		padding-left: 0px;
	}
	.dr_dis p
	{
		font-size: 19px;
	}
}
@media(max-width: 767px) and (min-width: 320px)
{
	.dr_degree p
	{
		font-size: 20px !important;
	}
	.dr_name
	{
		font-size: 20px !important;
	}
	.dr_list .home_list_inner ul
	{
		padding-left: 0px;
	}
	.dr_img_inner .vc_column-inner
	{
		padding: 0px !important;
	}
	.home_banner_head
	{
		font-size: 18px;
	}
	.banner_text p
	{
		font-size: 14px;
	}
	.home_banner
	{
		padding: 10px;
	}
	.home_icon_sec
	{
		padding: 20px 10px;
	}
	.home_list_inner ul
	{
		padding-left: 0px;
	}
	.home_banner_list h3
	{
		font-size: 18px;
	}
	.home_list_inner ul li
	{
		font-size: 16px;
	}
	.home_list_inner ul li::before
	{
		font-size: 49px;
	}
	.dr_name
	{
		font-size: 22px;
	}
	.dr_dis p
	{
		font-size: 17px;
	}
	.dr_desig p
	{
		font-size: 14px;
	}
	.watch_btn button
	{
		font-size: 16px;
		 height: 38px;
		 width: 173px;
	}
	.dr_box {
    margin-bottom: 20px;
}
}
.home_video_sec .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home_video_sec figure {
    width: 100%;
}
.home_video_sec .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

.home_video_sec .vc_single_image-img.attachment-full
{
	width: 100%;
}
@media(max-width: 1024px)
{
	.home_video_sec .vc_col-sm-6
	{
		width: 100%;
		margin-bottom: 20px;


	}
	.dr_box, .dr_image
	{
		height: auto;
	}
}
.must-log-in > a
{
    color: #FF8B3F;
    text-decoration: none;

}
.comment-content {
    /*background: #efefef none repeat scroll 0 0;*/
    border-radius: 5px;
    margin-bottom: 10px;
   /* padding: 10px;*/
    position: relative;
}
/*.comment-content::after {
    bottom: -20px;
    content: url("images/com.png");
    position: absolute;
    right: 28px;
}*/

/*homepage css end*/

/*contact form css*/
.conntct-pannel .panel-heading
{
	font-size: 24px;
	font-family: 'Verlag Bold';
	color: #272C82;
	position: relative;

}
.conntct-pannel .panel-heading:after
{
	background:#ff8b3f;
	width: 80px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 15px;
	content: '';

}
.conntct-pannel .wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-lg
{
	margin: 0px;
	background: #FF8B3F !important;
	border: none;
	width: 150px;
	font-size: 18px;
	font-family: 'Verlag Book';
}
.conntct-pannel .form-group
{
	color: #1d1d1d;
	font-family: 'Verlag Book';
	font-size: 15px;
}
.conntct-pannel span.wpcf7-form-control-wrap
{
	margin-top: 10px 0;
}
.panel
{
	background: #fff;
	border: none;
	box-shadow: none;
}
.address_head {
    font-family: "Verlag Bold";
    font-size: 18px;
    text-transform: inherit;

}
.address_sub
{
    font-size: 18px;
    font-family: 'Verlag Bold';
    text-transform: capitalize;
}
.address_main {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize !important;
    font-family: 'Verlag Book';
}
.more_btn {
    background: #FF8B3F none repeat scroll 0 0;
    margin: 10px 0 20px !important;
    color: #fff;
}
.more_btn:hover, .more_btn:focus
{
    background: #0E82BE;
    color: #fff !important;
}

.blog_title a
{
    color: #272c82;
    font-family: "Verlag Bold";
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: inherit;
}
.blog_title
{
    color: #272c82;
    font-family: "Verlag Bold";
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: inherit;
}
.dateBar
{
    padding-left: 0px;
    list-style: none;
}
.dateBar strong
{
    color: #FF8B3F; 
    font-family: 'verlag Bold';
}
.dateBar li
{
    font-family: 'verlag Bold';   
}
.submit {
    background: #FF8B3F none repeat scroll 0 0;
    color: #fff;
    font-family: 'verlag Bold';
    border: none;
    border-radius: 0px;
}
.comment-form [for="comment"]
{
    float: none !important;
    font-family: 'Verlag Bold';
    font-size: 22px;
}
.logged-in-as a
{
    color: #FF8B3F;
    font-family: 'Verlag Bold';
}
.logged-in-as a:hover
{
    text-decoration: none;
    color: #272C82;
}
.btn-lg
{
  /*  display: none !important;*/
}
.comment-form textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
a:hover
{
    text-decoration: none !important;
}
.social_box {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
    display: inline-block;
}
.social_box > li {
    display: inline-block;

}
.social_box > li a i{
   color: #a9a9a9;
   font-size: 24px;

}
.social_box > li a i{
    margin-left:10px;  
}
.social_box > li a i:hover
{
    color: #FF8B3F;
}

.comment_box_new {
    background: #e2ecf1 none repeat scroll 0 0;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}
.date_print {
    text-align: right;
    width: 100%;
}
.date_print .comment-meta.comment-metadata {
    clear: both;
    float: left;
}
.comment-content > p
{
    float: left; 
    font-size: 16px;   
    font-family: 'Verlag Book';
    color: #352727;
}
.date_print
{
    color: #7f7f7f;
    font-size: 15px;
    font-family: 'verlag Book';
}
.date_print a
{
    color: #ff8b3f;
    font-family: 'verlag Bold';
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;

}
.cat_title_new h1 a:hover
{
	color: #FF8B3F;
}
.left_icons a
{
    color: #ebebeb;
    margin-right:10px;
    font-family: 'verlag Book';
    font-size: 15px;  
}
.top_bar
{
    background: #000;
    padding: 10px 0px;
}
.right_icons {
    /*padding-right: 186px;*/
    text-align: right;
}
.right_icons a
{
    color: #ebebeb;
    margin-right:10px;
    font-family: 'verlag Book';
    text-align: right;
    display: inline-block;
}
.right_icons a i
{
    font-size: 18px;
}
.science_select a
{
    color: #E39531 !important;
}
.home_icon_circle {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 80px;
   
    margin: 0 auto !important;
    width: 80px;
    text-align: center !important;  
}
.home_icon_circle img {
    padding-top: 17px;
}
.home_icon_text1 p
{
    font-size: 16px;
    color: #fff;
    font-family: 'Verlag Book';
    line-height: 22px;
    text-transform: capitalize;
    hyphens: none;
    -webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}
.home_icon_text1 p strong
{
    font-size: 24px;
   font-family: 'Verlag Bold';
}
#loadMore
{

    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #ededee !important;
    color: #939598 !important;
    font-size: 16px;
    font-family: 'Verlag Book';
    text-transform: uppercase;
}
#loadMore:hover, #loadMore:focus
{
    text-decoration:none;
}
.program_ser
{
   margin-top: 30px !important;
    padding: 3px 20px !important;
    height: auto;
    background: #7d1b93;

}
.program_ser a
{
text-transform: uppercase !important;
    color: #fff !important;
    font-size: 20px !important;
    font-family: 'Verlag Bold';
    }
    .program_ser a
    {
        line-height: 25px !important;
    }
    .login_box
    {
        text-align: center;
    }
    @media(max-width: 767px) and (min-width: 320px)
    {
       .footer_new .contact_head h3
       {
        font-size: 28px !important;
       }
    .custom_table
    {
        width: 100%;
        overflow-x: scroll;
    }
    .right_icons a
    {
        margin-right: 0px !important;
    }
    }
    .copyright li span
    {
        border-right: 1px solid #fff;
    color: #fff;
    font-family: "Verlag Book";
    font-size: 14px;
    padding: 2px 20px;
    text-transform: uppercase;
    }
    @media(max-width: 768px)
    {
        .search-icon
        {
            display: none;
        }
         .search-form label
        {
            width: 94% !important;
        }
        .search-top .close
        {
            font-size: 20px !important;
        }
        .search-top input[type="search"]
        {
            width: 100% !important;
        }

    }
    @media(max-width: 767px) and (min-width: 320px)
    {
        .left_icons a
{
    margin-right: 3px;
    font-size: 13px;
}
    }
.wp-pagenavi {
    clear: both;
    margin-bottom: 15px;
    margin-top: 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current
{
	background: #FF8B3F;
	color:#fff;
}
.nav.navbar-nav
{
    text-align: center;
}
.navbar-nav > li
{
    float: none !important;
}
.nav > li
{
    display: inline-block !important;
    /*margin: 0 auto !important;*/
}
.logo img {
    width: 350px;
}@media(max-width: 767px)
{
    .nav.navbar-nav
    {
        text-align: left;   }
        .nav > li
        {
            display: block !important;
        }
}
.watch_btn
{
    text-align: center;

}
.watch_btn a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-family: "Verlag Bold";
    font-size: 18px;
    padding: 10px 20px;
}
.watch_btn a:hover, .watch_btn a:focus, .watch_btn a:active
{
background: #BB00B5;
color: #fff;
}
@media (max-width: 1024px) and (min-width: 768px)
{
    .program_ser
    {
        margin-top: 0px !important;
        font-size: 16px !important;
    }
    .program_ser a
    {
        font-size: 16px !important;
    }
    .side_bar_custom > a
    {
        width: 70px;
    }
}
@media(max-width: 767px)
{
    .wh_back
    {
        display: inline-block;
    }

    .top_bar .col-md-6.col-sm-8
    {
        padding: 0px;
    }
    .pad_left1
    {
        padding-left: 15px !important;
    }
}
.press_head
{
    text-transform: initial !important;
}

/*back to  top*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
 
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media(max-width: 767px)
{
.btn, .services-inner-page a.begin
{
    padding: 4px 10px !important;
    margin:0px !important; 
}
.comment-metadata, .comment-content, .comment-list .reply
{
    width: 100% !important;
}
.date_print
{
    text-align: left;
    margin-top: 10px;
}
.comment-metadata
{
    margin-bottom: 0px;
}
}
#mc-embedded-subscribe
{
    margin: 0px !important;
}
#mc_embed_signup div.response
{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px !important;
    font-family: 'Verlag Bold';
    color: #000;
}
#mc_embed_signup #mce-success-response
{
    color: #000 !important;
}
#mc_embed_signup div.response
{
    width: 100% !important;
}
.pp_gallery
{
    display: none !important;
}

.tri-list li 
{
    font-family: 'Verlag Book' !important;
    font-size: 16px;
}
a.pp_expand, a.pp_contract
{
    right: 15px !important;
    top: -4px !important;
}

.pp_expand {
    right: 15px !important;
    top: 0 !important;
    display: none !important;
}
@media(max-width: 667px) and (min-width: 360px)
{
    .right_icons a
    {
        position: relative;
        top: -15px;
    }
}
@media(max-width: 768px) and (min-width: 1024px)
{
    .con_sub_btn
    {
        margin: 0px !important;
    }
}
.not_found .search-form .search-field {
    background: #EBEBEB none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 43px;
    width: 100%; 
}
.not_found .search-form .search-submit
{
    border-radius: 0px;
    border: none;
    background: #7D1B93;
    margin: 10px 0;
    color: #fff;
    font-family:'Verlag Bold';
    font-size: 16px;
}
.not_head {
    color: #FF8B3F;
    font-size: 24px;
    font-family:'Verlag Bold';
    text-transform: capitalize;
}
.not_found p

{
    font-size: 18px;
    font-family: 'Verlag Book';
    color: #1a1a1a;
}
.no_bor1 table
{
    border: none;
}

.thank_you{
	width:100%;
	display: inline-block;
	text-align: left;
	margin-top: 0 auto;
	margin-top: 40px;
}

.thank_you h2{
	margin:0px;
	font-size: 28px;
	font-family: "Verlag Bold";
	padding-bottom: 10px;
}
.thank_you p{
	text-align:left;
	margin:0 auto;
	font-family: "Verlag Bold";
	font-size: 18px;
	line-height: 17px;
	padding-left: 47px;
}
.fa-thumbs-up::before {
    border: 1px solid green;
    border-radius: 50px;
    color: green;
    content: "";
    font-size: 20px;
    padding: 4px 5px;
    margin-right: 5px;
}
.main_box
{
    display: flex;
}
@media(max-width: 768px)
{
.main_box
    {
        display: inline-block;
    }
}
/*.meet_button
{

}
*/


/*custom chanegs  18 may*/
@media(min-width: 768px)

{#five-col-row .wpb_column
{
    width: 20% !important;
}
}
#mc_embed_signup form
{
    padding: 0px;
}
#mc_embed_signup div#mce-responses, #mc-embedded-subscribe
{
    margin: 0px !important;
}
#mc_embed_signup div.response, #mc_embed_signup div#mce-responses
{
    width: 100% !important;
}

#mc_embed_signup #mce-success-response
{
    color: #d20000 !important;
}
.program_ser a
{
    font-size: 15px !important;
}
@media(max-width: 1024px) 
{
    .site-header .navbar ul li a
    {
        font-size: 14px;
    }
}
@media(min-width: 1024px) and (max-width: 1250px)
{
    .site-header .navbar ul li a
    {
        font-size: 14px !important;
    }
    .site-header .navbar ul li
    {
        margin-top: 0px !important;
    }
}
.nav.nav-list > li {
    width: 100%;
}
.nav.nav-list._new1 a::before {
    content: "-";
}
@media(max-width: 800px) and (min-width: 768px)
{
    .home_icon_text1 p
    {
        font-size: 15px !important;
    }
}
.dr_desig p
{
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
@media(min-width: 1260px) and (max-width: 1366px) {
    .site-header .navbar ul li {

        margin-left:5px !important;
        margin-right:5px !important;
    }
}
@media(min-width: 1024px) and (max-width:1250px) {
    .site-header .navbar ul li {

        margin-left:3px !important;
        margin-right:3px !important;
    }
    .program_ser.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-24
    {
        padding: 0px 14px !important;
    }
    .site-header .navbar ul li a
    {
        line-height: 18px !important;
    }
}
/*benifits pages css*/
.ben_ul
{
    width: 100%;
}
.ben_ul ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 20px;
}
.ben_ul ul li
{
    font-size: 16px;
    font-family: 'Verlag Book';
    color: #1a1a1a;
    position: relative;
    margin-bottom: 15px;
}
.ben_ul ul li::before
{
    content: "\f101";
    font-family: fontawesome;
    left: -15px;
    position: absolute;
    top: 2px;
    color: #FF8B3F;
}
.benifit_heading {
    font-family: "Verlag Bold";
    font-size: 24px;
    color: #1a1a1a;
}
.no_link
{
    cursor: text;
}
.no_link:hover, .no_link:focus, .no_link:active
{
    color: #252525 !important;
}
#mc_embed_signup div.response
{
    color: #d20000 !important;
}
/*disclamer css*/
.ctct-disclosure {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-top: medium none;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    padding: 15px 0;
}
.ctct-disclosure p
{
    font-size: 14px;
}
.ctct-disclosure hr
{
    display: none;
}