/*
THEME NAME: About Islam
DESCRIPTION: Custom theme developed by DaddyDesign.com for About Islam
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
* {
    margin: 0;
    padding: 0;
}


img {
    border: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', cursive;
    font-size: 18px;
    background: #fff;
}

p {
    margin-bottom: 20px;
    line-height: 30px;
}

a {
    color: #fe9601;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

/* Loader */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #021b3f;
    text-indent: -9000px;
    z-index: 9;
}

#loader {
    position: fixed;
    z-index: 9999999;
}

.loader:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(255, 255, 255, .5);
    border-right: 6px solid rgba(255, 255, 255, .5);
    border-bottom: 6px solid rgba(255, 255, 255, .5);
    border-top: 6px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    text-indent: -9000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader.big:before {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* Box Method */
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Center */
.center {
    text-align: center;
}

/* Shadow */
.shadow {
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
}

/* Button */
.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 24px;
    margin: 6px 6px 6px 0;
    background-color: #021b3f;
    vertical-align: top;
}

a:hover.btn {
    color: #b7aa55;
}

.btn.big {
    font-size: 22px;
    padding: 16px 32px;
}

/* With Background Image */
.with_bg {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.with_bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    z-index: 1;
}

/* Image Resizing */
.img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* Container */
#container {
    width: 100%;
    min-width: 350px;
    height: 100%;
    float: left;
    position: relative;
}

#header {
    padding: 15px 20px;
    background: #000;
}

#header h1#logo {
    width: 245px;
    /*height: 60px;*/
	height: 80px;
    display: block;
    text-indent: -9000px;
    z-index: 9999;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
}

#header h1#logo a {
    display: block;
    width: 245px;
    /*height: 60px;*/
    height: 80px;
    background: url(images/logo_1.svg) no-repeat center!important;
    background-size: 245px;

}

#header .header-wrap:after {
    content: "";
    display: table;
    clear: both;
}

#header .button-menu-wrap {
    float: right;
    width: calc(100% - 245px);
    padding-top: 5px;
    float: right;
    position: relative;
    padding-right: 48px;
}

#header #nav {
    width: auto;
    float: left;
    position: relative;
}

#header #nav .wrap {
    float: left;
    position: relative;
}

#header #nav ul.menu {
    width: auto;
    float: left;
    list-style: none;
}

#header #nav ul.menu li {
    width: auto;
    float: left;
}

#header #nav ul.menu li a {
    display: block;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
}

#header #nav ul.menu li a:hover {
    color: #b7aa55;
}

#header ul.button-menu {
    max-width: 100%;
    float: right;
}

#header ul.button-menu li {
    display: block;
    margin: 0 0px 5px 8px;
    float: left;
}

#header ul.button-menu li a {
    display: block;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 17.5px;
    line-height: 28px;
    padding: 7px 18px 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
}

#header ul.button-menu li a span.wrap-text,
#header ul.button-menu li a span.count,
#header ul.button-menu li a span.hash {
    display: none;
}


#home #header .button-menu-wrap {
    width: 100%;
    float: none;
    padding: 0;
    float: none;
}

/* Header */
#home #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    background: transparent;
}

#home #header .header-wrap {
    position: absolute;
    top: 88px;
    left: 70px;
}

#home #header h1#logo {
    width: 360px;
    /*height: 83px;*/
	height: 110px;
    display: block;
    text-indent: -9000px;
    z-index: 9999;
    margin-bottom: 22px;
    margin-left: -12px;
    float: none;
}

#home #header h1#logo a {
    display: block;
    width: 360px;
    /*height: 83px;*/
    height: 110px;
    /*background: url(images/logo_1.svg) no-repeat center;*/
    background: url(images/Ramadan-Logo-1440.png) no-repeat center;
    background-size: 360px;

}

#home #header .wrap {
    float: right;
    padding: 20px;
    background: transparent;
}

#nav_btn {
    display: none;
}

#header .toggle {
    display: block;
}

#home #header #nav {
    width: auto;
    float: left;
    position: relative;
}

#home #header #nav .wrap {
    float: left;
    position: relative;
}

#home #header #nav ul.menu {
    width: auto;
    float: left;
    list-style: none;
}

#home #header #nav ul.menu li {
    width: auto;
    float: left;
}

#home #header #nav ul.menu li a {
    display: block;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
}

#home #header #nav ul.menu li a:hover {
    color: #b7aa55;
}

#home #header ul.button-menu {
    width: 350px;
    max-width: 100%;
}

#home #header ul.button-menu li {
    display: inline-block;
    margin: 0 5px 10px 0;
    vertical-align: top;
}

#home #header ul.button-menu li a {
    display: block;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 28px;
    padding: 7px 18px 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    height: 48px;
}

#home #header ul.button-menu li a span {
    display: none;
}

#home #header ul.button-menu li a span.hash {
    display: inline-block;
    font-size: 38px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

#home #header ul.button-menu li.youth a {
    height: auto;
    padding-bottom: 20px;
    padding-right: 35px;
}

#home #header ul.button-menu li a span.wrap-text {
    display: block;
    margin-left: 30px;
}

#home #header ul.button-menu li.youth a span.count {
    display: block;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    margin-left: 30px;
}

#header ul.button-menu li.discovering-islam a {
    background: #00d2f1;
}

#header ul.button-menu li.shariah a {
    background: #00b796;
}

#header ul.button-menu li.videos a {
    background: #cacc13;
}

#header ul.button-menu li.family-life a {
    background: #cc0063;
}

#header ul.button-menu li.fatwa-counseling a {
    background: #06a52f;
}

#header ul.button-menu li.muslim-news a {
    background: #e42121;
}

#header ul.button-menu li.youth a {
    background: #fe9601;
}

#header .search-form {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10;
}

#header .search-form input[type="text"] {
    display: none;
}


#header .search-form input[type="submit"] {
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url(images/search.svg) no-repeat center;
    background-size: 20px 20px;
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    top: 0;
    right: 0;
    background-color: #808080;
    border-radius: 5px;
    cursor: pointer;
}

#home #header .search-form {
    display: block;
    width: 352px;
    max-width: 100%;
    position: relative;
    margin-bottom: -10px;
    top: -20px;
    position: relative;
}

#home #header .search-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    background: rgba(225, 225, 225, 0.5);
    outline: 0;
    border: 0;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 36px;
    padding: 7px 48px 5px 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
}

#home #header .search-form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#home #header .search-form input[type="text"]::-moz-placeholder {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#home #header .search-form input[type="text"]:-ms-input-placeholder {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#home #header .search-form input[type="text"]:-moz-placeholder {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#home #header .search-form input[type="submit"] {
    overflow: hidden;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    background: url(images/search.svg) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}

#search-mobile,
#nav_btn {
    display: none;
}

#header .toggle {
    display: block;
}

.wf {
    font-family: 'Catamaran', sans-serif;
}

/* Section */
.section {
    width: 100%;
    float: left;
    position: relative;
}

.section .wrapper {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}

.wrapper {
    width: 1600px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.main-hero-banner:after {
    content: "";
    display: table;
    clear: both;
}

.main-hero-banner {
    overflow: hidden;
    position: relative;
}

.hero .with_bg:before {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/* Hero */
.hero {
    width: 100%;
    height: 680px;
    float: left;
    background-color: #333;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero.main {
    border-bottom: 6px solid;
}

#home .hero .header {
    width: 80%;
    max-width: 710px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
    margin-left: 155px;
}

.hero .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

#home .hero .wrapper {
    width: 100%;
}

.hero .header {
    width: 80%;
    max-width: 710px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    z-index: 9;
    margin-left: 155px;
}

.hero .header h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 10px;
}

.hero .header p {
    font-size: 20px;
    line-height: 28px;
}

.grid {
    position: relative;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid .one-half {
    width: 50%;
    float: left;
}

.grid .one-third {
    width: 33.33%;
    float: left;
}

.grid .one-quarter {
    width: 25%;
    float: left;
}

.grid .one-fifth {
    width: 20%;
    float: left;
}

.grid .two-third {
    width: 66.66%;
    float: left;
}

.hero.main a {
    color: #fff;
}

.hero.main .custom-buttons {
    padding-top: 20px;
}

.hero.main .custom-buttons a {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 19px;
    line-height: 38px;
    padding: 7px 25px 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    height: 48px;
    text-transform: none;
}

.main-hero-banner .go-to-section {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    padding: 25px 30px;
    border-radius: 12px 0 0 0;
}

.ask-the-scholar .go-to-section {
    background: #00b796;
}

.main-hero-banner .go-to-section h2 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.main-hero-banner .go-to-section select {
    width: 290px;
    height: 50px;
    border: 0;
    border-radius: 12px;
    font-family: 'Catamaran', sans-serif;
    outline: 0;
    padding: 4px 20px 0;
    color: #fff;
    font-weight: 900;
    font-size: 21px;
    margin-left: 20px;
}

.display_category a,
.post-category a {
    color: #fff;
}

.reading-islam .post-category,
.reading-islam.post-article .post-category {
    background: #00d2f1;
}

.reading-islam.post-article .display_category {
    border-color: #00d2f1;
}


.muslim-issues.single,
.muslim-issues.post-article .post-category,
.slider-post .muslim-issues .slider-content .post-category {
    background: #e42121;
}

.muslim-issues .hero,
.muslim-issues.post-article .display_category {
    border-color: #e42121;
}

.muslim-issues.archive-featured-categories h2 span {
    color: #e42121 !important;
}

.muslim-issues.single,
.family-life.post-article .post-category,
.slider-post .family-life .slider-content .post-category {
    background: #cc0063;
}

.family-life .hero,
.family-life.post-article .display_category {
    border-color: #cc0063;
}

.family-life.archive-featured-categories h2 span {
    color: #e42121 !important;
}

.ask-about-islam {
}

.ask-about-islam.post-article .post-category,
.slider-post .ask-about-islam .slider-content .post-category {
    background-color: #00d2f1;
}

.ask-about-islam .post-category a {
    color: #00d2f1;
}

.ask-about-islam .post.with_image .header {
    background-color: #00d2f1;
}

.counseling .ask-about-islam .post.with_image .header:before {
    border-color: transparent transparent #00d2f1 transparent;
}

.ask-about-islam.post-article .display_category {
    border-color: #00d2f1;
}

.ask-the-scholar {
}

.ask-the-scholar .archive-section-title h2,
.ask-the-scholar .post-category a {
    color: #00b796;
}

.ask-the-scholar .post.with_image .header,
.slider-post .ask-the-scholar .slider-content .post-category {
    background-color: #00b796;
}

.counseling .ask-the-scholar .post.with_image .header:before {
    border-color: transparent transparent #00b796 transparent;
}

.ask-the-scholar .archive.counseling .post .header {
    background-color: #00b796;
    color: #fff;
}

.ask-the-scholar .archive.counseling .post .header:before {
    border-color: transparent transparent #00b796 transparent;
}

.ask-the-scholar .archive.counseling .post.even .header {
    background: #fff;
    color: #00b796;
}

.ask-the-scholar .archive.counseling .post.even .header:before {
    border-color: transparent transparent #fff transparent;
}

.ask-the-scholar .custom-block-1-2-1.ask-the-scholar .grid .grid__item .wrap {
    background-color: #00b796;
}

.ask-the-scholar .hero {
    border-color: #00b796;
}

.ask-the-scholar .counseling.featured-categories .secondary-featured-categories .wrap,
.ask-the-scholar .counseling.featured-categories .secondary-featured-categories .post .header {
    background-color: #00b796;
}

.ask-the-scholar .counseling.featured-categories .secondary-featured-categories .post .header .post-author,
.ask-the-scholar .counseling.featured-categories .secondary-featured-categories .post .header .post-title {
    color: #fff;
}


.youth-q-and-a {
}

.youth-q-and-a .post-category a {
    color: #fe9601;
}

.youth-q-and-a .post.with_image .header {
    background-color: #fe9601;
}

.counseling .youth-q-and-a .post.with_image .header:before {
    border-color: transparent transparent #fe9601 transparent;
}

.counseling {
}

.counseling.single,
.counseling.post-article .post-category {
    background: #00d2f1;
}

.counseling .hero,
.counseling.post-article .display_category {
    border-color: #00d2f1;
}

.counseling.archive-featured-categories h2 span {
    color: #00d2f1 !important;
}

.ask-the-counselor {
}

.ask-the-counselor .post-category a {
    color: #ff66cc;
}

.ask-the-counselor .post.with_image .header {
    background-color: #ff66cc;
}

.counseling .ask-the-counselor .post.with_image .header:before {
    border-color: transparent transparent #ff66cc transparent;
}

.blog-posts .post-article .post-category {
    background: #fff500;
    color: #000;
}

.blog-posts .post-article .display_category {
    border-color: #fff500;
}

.shariah.single,
.shariah .hero,
.shariah.post-article .post-category {
    background-color: #00b796;
}

.shariah .hero,
#breadcrumbs.shariah li a,
#post .footer .author_name,
.shariah.post-article .display_category {
    border-color: #00b796;
}


.shariah .font-resizer span.active,
.shariah #post .header .post-meta .author .author-details .name,
#breadcrumbs.shariah li a,
#post .header .post-main-title.shariah,
#post .quote-text.shariah,
#post .featured-post.text-format.shariah h4 {
    color: #00b796;
}

#post .footer.shariah .post-tags a {
    color: #fff;
}


.multimedia {
}

.multimedia.single,
.multimedia.post-article .post-category {
    background: #cacc13;
}

.multimedia .hero,
.multimedia.post-article .display_category {
    border-color: #cacc13;
}

.multimedia.archive-featured-categories h2 span {
    color: #cacc13 !important;
}

.post-article .post-category {
    position: absolute;
    right: 0;
    bottom: -1px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    z-index: 1;
    padding: 0 18px 0 10px;
    border-radius: 5px 0 0 0;
    background: #021b3f;
}

.post-article .display_category {
    border-bottom: 5px solid;
    position: relative;
}

.padded-section {
    padding: 60px 30px;
}

.feauted-posts .feauted-posts-blocks {
    margin: 0 -20px;
}

.feauted-posts .feauted-posts-blocks .post-article {
    width: 33.33%;
    padding: 0 20px;
    float: left;
    margin-bottom: 40px;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content {
    width: 66.66%;
    position: relative;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .img {
    float: right;
    width: 50%;
    display: table;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .img img {
    display: none;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .display_category {
    border-bottom: 0;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .header {
    float: left;
    width: 50%;
    display: table;
    height: 100%;
    position: relative;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .header:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -150px;
    width: 40px;
    height: 300px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 40px;
    border-color: transparent transparent transparent #007bff;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .header:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -184px;
    width: 40px;
    height: 300px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 184px 0 184px 40px;
    border-color: transparent transparent transparent #fff;
    margin-left: -8px;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .header .excerpt {
    padding-top: 10px;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content .header .excerpt p {
    font-size: 17px;
    line-height: 23px;
}


.feauted-posts .feauted-posts-blocks .post-article.large-with-content .header > .wrap {
    display: table-cell;
    vertical-align: middle;
}

.feauted-posts .feauted-posts-blocks .post-article.large-with-content a {
    height: 100%;
}

.section.slider-post .slick-slide {
    position: relative;
}

.feauted-posts .feauted-posts-blocks .post-article .post-block {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.feauted-posts .feauted-posts-blocks .post-article .img {
    position: relative;
}

.feauted-posts .feauted-posts-blocks .post-article .header {
    padding: 40px;
}

.feauted-posts .feauted-posts-blocks .post-article .header h3 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #222;
}

.feauted-posts .feauted-posts-blocks .post-article .post-author {
    font-size: 12px;
    color: #555555;
    font-style: italic;
}

.feauted-posts.full-width .feauted-posts-blocks .post-article a {
    display: table;
    width: 100%;
}

.feauted-posts.full-width .feauted-posts-blocks .post-article.large-with-content .header {
    width: 400px;
    background: #fff;
}

.feauted-posts.full-width .feauted-posts-blocks .post-article.large-with-content .img {
    width: calc(100% - 400px);
}

ul.social {
    display: block;
    padding: 13px 0 10px;
    list-style: none;
    vertical-align: top;
}

ul.social li {
    height: 22px;
    display: inline-block;
    text-indent: -9000px;
    margin-right: 3px;
    vertical-align: middle;
}

ul.social li a {
    width: 22px;
    height: 22px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

ul.social li:last-child {
    margin-right: 0;
}

ul.social li.facebook a {
    background-image: url(images/fb.svg);
    width: 22px;
}

ul.social li.twitter a {
    background-image: url(images/tw.svg);
    width: 23px;
}

ul.social li.instagram a {
    background-image: url(images/ig.svg);
    width: 22px;
}

ul.social li.pinterest a {
    background-image: url(images/pin.svg);
    width: 22px;
}

ul.social li.googleplus a {
    background-image: url(images/gplus.svg);
    width: 31px;
}

ul.social li.youtube a {
    background-image: url(images/yt.svg);
    width: 26px;
}

ul.social li.social-1 a {
    background-image: url(images/1.svg);
    width: 33px;
}

.site-metas .social {
    text-align: center;
}

.site-metas {
    background: #f2f2f2;
}

.site-metas .grid {
    margin: 0 -20px;
}

.site-metas .grid .one-third {
    padding: 0 20px;
}

.site-metas .wrap {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.site-metas .wrap .social {
    padding: 30px;
}

.site-metas .newsletter-box {
    padding: 15px 21px;
}

.site-metas .newsletter-box .social {
    padding: 0 0 8px !important;
}

.newsletter-box .form {
    position: relative;
    border-radius: 12px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.newsletter-box .field-wrap {
    position: relative;
}

.newsletter-box .field-wrap:before {
    width: 1px;
    height: 26px;
    background: #ddd;
    position: absolute;
    content: "";
    top: 8px;
    left: 45px;
    display: block;
    z-index: 2;
}

.newsletter-box .input-field {
    width: 100%;
    background: #fff url(images/mail.svg) no-repeat;
    background-position: center left 13px;
    background-size: 20px;
    padding: 0 120px 0 57px;
    margin: 0;
    outline: 0;
    border: 0;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    height: 44px;
}

.newsletter-box input[type="submit"] {
    position: absolute;
    width: 120px;
    border-radius: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #06a52f;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 47px;
    height: 46px;
    top: -1px;
    right: -1px;
    border: 0;
}

.ad.small {
    width: 100%;
    background: #8e8f8f;
    height: 100%;
    line-height: 86px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.sectionize .section-header {
    margin-bottom: 30px;
}

.sectionize .section-header h2 {
    position: relative;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    color: #fff;
    background: #000;
    padding: 8px 22px;
    border-top: 1px solid #bec1c5;
    border-bottom: 1px solid #bec1c5;
}

.sectionize .section-header a {
    color: #fff;
}

.sectionize .section-header span {
    position: relative;
    z-index: 3;
}

.sectionize .section-header h2:before,
.sectionize .section-header h2:after {
    width: 58px;
    height: 58px;
    background: #000;
    border-radius: 100%;
    top: 50%;
    margin-top: -29px;
    content: "";
    display: block;
    position: absolute;
}

.sectionize .section-header h2:before {
    left: -28px;
}

.sectionize .section-header h2:after {
    right: -28px;
}

.sectionize .grid {
    margin: 0 -20px;
}

.sectionize .grid .one-quarter,
.sectionize .grid .grid__item {
    padding: 0 20px;
}

.sectionize .wrap {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.counseling .post-category {
    font-size: 28px;
    line-height: 42px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    padding: 16px 10px 12px;
    text-align: center;
    position: relative;
}

.counseling .post-category:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 95px 0 95px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -95px;
    z-index: 2;
}

.counseling.counseling-page .main-counsel-post .post-category {
    color: #fff;
}

.counseling.counseling-page .post.with_image .header {
    background: #fff !important;
}

.counseling.counseling-page .post .header:before {
    border-color: transparent transparent #ffffff transparent !important;
}

.counseling .post .header {
    position: relative;
}

.counseling .post .header h3 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.counseling .post .header h3 a {
    font-size: 28px;
    line-height: 36px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 35px 50px;
}

.archive.counseling .post .header h3 span {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px 30px;
    font-size: 21px;
    line-height: 26px;
}

.normal-archive-posts .right-nap .img img,
.archive-featured-categories .first .latest-posts .post .img img,
.feauted-posts .feauted-posts-blocks .post-article .img img,
.latest-posts.bottom figure img,
.blog-posts .post-article figure img,
.counseling .counseling-box figure img {
    opacity: 0;
}

.normal-archive-posts .right-nap .img,
.archive-featured-categories .first .latest-posts .post .img,
.feauted-posts .feauted-posts-blocks .post-article .img,
.latest-posts.bottom figure,
.blog-posts .post-article figure,
.counseling .counseling-box figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.archive.counseling {
    background: #f2f2f2;
}

.archive.counseling .post .header h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
}

.archive-box-counsel .counseling-box.odd a {
    color: #fff;
}

.archive-box-counsel .counseling-box.even {
    background: #fff !important;
}

.archive-box-counsel .counseling-box.even .post.with_image .header {
    background: #fff !important;
}

.archive-box-counsel .counseling-box.even .post.with_image .header:before {
    border-color: transparent transparent #fff transparent;
}

.archive-box-counsel #posts .one-quarter {
    margin-bottom: 30px;
}

.counseling.featured-categories .post .header {
    padding: 40px;
    background: #fff;
}

.counseling.featured-categories .post .header h3 {
    font-size: 32px;
    line-height: 38px;
    color: #222222;

}

.counseling.featured-categories .secondary-featured-categories .wrap {
    position: relative;
}

.counseling.featured-categories .secondary-featured-categories .one-whole {
    margin-bottom: 40px;
}

.counseling.featured-categories .secondary-featured-categories .one-whole a {
    height: 410px;
    width: 100%;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 52px;
    display: table;
    padding: 38px;
    color: #fff;
}

.counseling.featured-categories .secondary-featured-categories .one-whole a span {

    vertical-align: bottom;
    display: table-cell;
    z-index: 3;
    position: relative;
}


.counseling .post .header:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 145px 27px 145px;
    border-color: transparent transparent #ffffff transparent;
    display: block;
    content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -145px;
    z-index: 2;
}

.counseling .post.with_image .header a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/**/
.grey-background,
.blog-posts,
.live-sessions {
    background: #f2f2f2;
}

.live-sessions .wrap {
    padding: 37px 33px 35px;
}

/*.live-sessions .wrap{*/
/*	padding: 20px 10px!important;*/
/*}*/
.live-sessions .wrap .img img {
    width: 105px;
    height: 105px;
    border-radius: 105px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.live-sessions .wrap .img {
    margin-bottom: 12px;
}

.live-sessions .wrap .post-author {
    color: #222222;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

.live-sessions .wrap .post-author:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 4px;
    background: #000;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

.live-sessions .wrap .header h3 a {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
}

.live-sessions .wrap .header h3 {
    margin-bottom: 3px;
}

.live-sessions .wrap .header .post-meta {
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 40px;
}

.live-sessions .wrap .header .current_time_zone {
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 30px;
}

.live-sessions .wrap .header .btn-box .btn {
    display: block;
    margin: 0;
    width: 100%;
    height: 40px;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    border-radius: 42px;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.live-sessions .wrap .upcoming-sessions .header .btn-box .btn,
.live-sessions .wrap .upcoming-sessions .post-author:after {
    background: #008ef1;
}

.live-sessions .wrap .live-session .header .btn-box .btn,
.live-sessions .wrap .live-session .post-author:after {
    background: #06a52f;
}

.live-sessions .wrap .answered-sessions .header .btn-box .btn,
.live-sessions .wrap .answered-sessions .post-author:after {
    background: #fe9601;
}

.slider-post .slider-content {
    padding: 100px 20px 220px;
    position: relative;
    z-index: 10;
    height: 740px;
}

.slider-post .slider-content .post-category {
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    padding: 7px 18px 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 25px;
}

.prophet-birthday .post-category {
    background: #06a52f;
}

.slider-post .slider-content h3 {
    width: 710px;
    max-width: 100%;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 58px;
    line-height: 64px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.slider-post .slider-content h3 a {
    color: #fff;
}

.slider-post .excerpt {
    color: #aaaaaa;
    font-size: 20px;
    line-height: 28px;
    width: 672px;
    max-width: 100%;
}

.slider-post article {
    position: relative;
}

.slider-post article.with_bg:before {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*
*/
.similar-posts {
    position: absolute;
    left: 0;
    bottom: 96px;
    width: 100%;
    z-index: 100;
    padding: 0 20px;
}

.similar-posts .grid {
    margin: 0 -20px;
}

.similar-posts .grid .one-third {
    padding: 0 20px;
}

.similar-posts .grid .wrap {
    background: rgba(44, 44, 44, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.similar-posts a {
    position: relative;
    display: block;
}

.similar-posts .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.similar-posts h4 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 20px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    height: 80px;
    display: table;
    vertical-align: middle;
    width: 100%;
}

.similar-posts h4 span {
    display: table-cell;
    vertical-align: middle;
}

.similar-posts .title {
    padding: 0px 50px 0px 95px;
    min-height: 80px;
}

.blog-posts .header {
    padding: 25px;
}

.blog-posts .grid > div > div {
    margin-bottom: 50px;
}

.blog-posts .header h3 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 26px;
    color: #222222;
    margin-bottom: 15px;
}

.blog-posts .post-meta:after {
    content: "";
    display: table;
    clear: both;
}

.blog-posts .post-meta .author {
    width: 75%;
    float: left;
}

.blog-posts .post-meta .author .author-image {
    float: left;
    margin-right: 10px;
}

.blog-posts .post-meta .author .author-image img {
    border-radius: 100%;
}

.blog-posts .post-meta .author .author-details {
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}

.blog-posts .post-meta .author .author-details .name {
    font-weight: bold;
}

.blog-posts.padded-section {
    padding-bottom: 10px;
}

.blog-posts .post-meta .views {
    color: #555555;
    font-size: 14px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    padding: 14px 0;
    text-align: right;
}

.blog-posts .post-meta .views span.icon-view {
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background: url(images/views.svg) no-repeat center;
}

.trending-and-polls .wrap.custom {
    padding: 0 20px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.archive-section-title h2,
.trending-and-polls .section-title h2 {
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    position: relative;
    margin-bottom: 15px;
}

.archive-section-title h2:before,
.trending-and-polls .section-title h2:before {
    height: 1px;
    background: #cccccc;
    width: 100%;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 0;
    z-index: 1
}

.archive-section-title h2 span,
.trending-and-polls .section-title h2 span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 10px 0 0;
    display: inline-block
}

.trending-and-polls .trending h2 span {
    background-image: url(images/trending.svg);
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 19px;
}

.trending-and-polls .polls h2 span {
    background-image: url(images/polls.svg);
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 19px;
}

.trending-and-polls .grid .grid .one-half {
    padding: 0 20px;
}

.trending-and-polls .no-padding-wrap.wrap {
    padding: 0;
}

.trending-and-polls .feauted-posts .feauted-posts-blocks .post-article {
    padding: 0;
    width: 100%;
}

.trending-and-polls .post-article .post-category {
    background: #00b796;
    font-size: 36px;
    line-height: 50px;
}

.trending-and-polls .post-article .display_category {
    border-color: #00b796;
}

.trending-and-polls .poll {
    padding: 40px;
}

.trending-and-polls .polls .wrap {
    position: relative;
}

.trending-and-polls .poll .poll-title {
    text-align: left !important;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.trending-and-polls .poll .poll-title strong {
    font-weight: 900;
}

.trending-and-polls .poll label {
    font-weight: bold;
    font-size: 13px;
    color: #222222;
}

.trending-and-polls .poll .wp-polls-ans ul {
    margin: 0;
}

.trending-and-polls .poll .wp-polls-ans ul li,
.trending-and-polls .poll .form-field {
    margin-bottom: 9px;
}

.trending-and-polls .poll .form-field input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
}

.trending-and-polls .poll .form-field.submit {
    padding-top: 10px;
}

.trending-and-polls .poll .wp-polls .Buttons,
.trending-and-polls .poll .form-field.submit input {
    border-radius: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #06a52f;
    padding: 0 20px;
    min-width: 100px;
    margin: 0;
    outline: 0;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 47px;
    height: 46px;
    display: block;
    border: 0;
}

.poll .view-answer {
    position: absolute;
    bottom: 18px;
    left: 40px;
    font-size: 12px;
    color: #555555;
    font-style: italic;
}

.sectionize .wrap .wrap {
    overflow: visible;
}

.trending-box .trending.box {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
}

.trending-box .trending:last-of-type {
    margin-bottom: 0;
}

.trending-box .trending.box a {
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.trending-box .trending.box .wrap {
    background: transparent;
}

.trending-box .trending.box:nth-child(1) {
    background: #cc0063;
}

.trending-box .trending.box:nth-child(2) {
    background: #00d2f1;
}

.trending-box .trending.box:nth-child(3) {
    background: #cacc13;
}

.trending-box .trending.box:nth-child(4) {
    background: #00d2f1;
}

.trending-box .trending.box:nth-child(5) {
    background: #00b695;
}

.trending-box .trending.box:nth-child(6) {
    background: #e42121;
}

.trending-box .trending.box .post-title {
    font-size: 15px;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    padding: 12px 20px 5px;
}

.trending-box .trending.box .trending-number {
    padding: 0 20px;
    text-align: right;
    font-family: 'Catamaran', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    font-size: 36px;
}

.display_table {
    width: 100%;
    display: table;
    vertical-align: middle;
}

.display_table .table_cell {
    display: table-cell;
    vertical-align: middle;
}

.display_table .table_cell.small-cell {
    width: 80px;
}

.video-posts .video-wrapper {
    padding-right: 330px;
}

.video-posts .video-wrapper .video-sidebar {
    width: 300px;
    margin-right: -330px;
    float: right;
}

.border-radius {
    border-radius: 12px;
}

.video-posts .video-wrapper article.video-post.post {
    float: left;
    width: 100%;
}

.video-posts .video-wrapper article.video-post.post iframe {
    height: 530px;
    width: 100%;
    border-bottom: 6px solid #cacc13;
}

.video-posts .video-wrapper .wrap-inside {
    border-radius: 12px;
    overflow: hidden;
}

.video-posts .video-wrapper article.video-post.post .content {
    padding: 40px 50px;
}

.video-posts .video-wrapper article.video-post.post .content h3 {
    color: #222222;
    font-size: 32px;
    line-height: 26px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    margin-bottom: 15px;
    padding-right: 80px;
}

.video-posts .video-wrapper article.video-post.post .content .post-date {
    float: right;
    margin-top: -22px;
    font-size: 12px;
    color: #555555;
}

.video-posts .video-wrapper article.video-post.post .content h3 a {
    color: #222;
}

.video-posts .video-wrapper article.video-post.post .content .excerpt {
    clear: both;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    max-width: 80%;
}

.video-sidebar .video-post-lists {
    width: 300px;
    float: right;
    max-width: 100%;
}

.video-sidebar .video-post-lists .video-post-list {
    border-radius: 12px;
    margin-bottom: 15px;
}

.video-sidebar .video-post-lists .video-post-list:last-of-type {
    margin-bottom: 0;
}

.video-sidebar .video-post-lists .video-post-list a {
    border-radius: 12px;
    overflow: hidden;
}

.video-sidebar .video-post-lists .video-post-list .post-title {
    color: #222222;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    padding: 8px 20px 5px;
}

.video-sidebar .video-post-lists .section-header {
    border-bottom: 6px solid #cacc13;
    text-align: right;
    margin-bottom: 15px;
}

.video-sidebar .video-post-lists .section-header h2 {
    display: inline-block;
    background: #cacc13;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    z-index: 1;
    padding: 0 10px 0 10px;
    border-radius: 5px 0 0 0;
}

.video-sidebar .video-post-lists .section-header h2 span {
    font-size: 25px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.latest-posts .grid {
    margin: 0 -20px;
}

.latest-posts .grid .grid__item {
    padding: 0 20px 15px;
    margin-bottom: 25px;
}

.latest-posts .grid .grid__item .grid__item {
    padding: 0;
}

.latest-posts .equal.shadow {
    border-radius: 12px;
}

.latest-posts .post {
    border-radius: 12px;
    overflow: hidden;
}

.counseling.featured-categories .secondary-featured-categories .post .header,
.latest-posts .post .header {
    padding: 25px;
}

.counseling.featured-categories .secondary-featured-categories .post .header .post-title,
.latest-posts .post .header .post-title {
    color: #222222;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    margin-bottom: 15px;
}

.counseling.featured-categories .secondary-featured-categories h3 {
    text-align: left;
}

.counseling.featured-categories .secondary-featured-categories .post .header .post-author,
.latest-posts .post .header .post-author {
    font-size: 12px;
    color: #555555;
    font-style: italic;
}

.latest-posts .shadow {
    border-radius: 12px;
}

#footer {
    background: #0987fa;
    color: #fff;
}

#footer .footer-widgets {
    padding: 60px 20px;
}

#footer .widget-title h2 {
    font-size: 21px;
    line-height: 26px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
}

#footer ul, #footer ul li {
    list-style: none;
}

#footer .menu a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.display_flex {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    width: auto;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.flex_item {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 220px;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
}

.flex_item.newsletter {
    -webkit-flex: 0 1 380px;
    -moz-flex: 0 1 380px;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
}

#footer .newsletter .form {
    position: relative;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
}

#footer .newsletter .input-field {
    width: 100%;
    padding: 0 120px 0 20px;
    margin: 0;
    outline: 0;
    border: 0;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    height: 44px;
    background: transparent;
}

#footer .newsletter input[type="submit"] {
    position: absolute;
    width: 120px;
    border-radius: 5px;
    color: #0987fa;
    background: #fff;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 47px;
    height: 46px;
    top: -1px;
    right: -1px;
    border: 0;
}

#footer .newsletter .input-field::-webkit-input-placeholder {
    color: #fff;
}

#footer .newsletter .input-field::-moz-placeholder {
    color: #fff;
}

#footer .newsletter .input-field:-ms-input-placeholder {
    color: #fff;
}

#footer .newsletter .input-field:-moz-placeholder {
    color: #fff;
}

#footer .site-copy {
    width: 50%;
    float: left;
    padding: 0 0 35px;
    font-size: 11px;
    line-height: 15px;
}

#footer .footer-social {
    float: right;
    width: 50%;
}

#footer .footer-social .social {
    float: right;
    padding: 0;
    margin-top: -4px;
}

#footer .footer-logo {
    width: 140px;
    height: 28px;
    background: url(images/footer-logo.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#footer .footer-social .footer-logo {
    display: none;
}

#footer .footer-social ul.social li.facebook a {
    background-image: url(images/fb-white.svg);
    width: 22px;
}

#footer .footer-social ul.social li.twitter a {
    background-image: url(images/tw-white.svg);
    width: 23px;
}

#footer .footer-social ul.social li.instagram a {
    background-image: url(images/ig-white.svg);
    width: 22px;
}

#footer .footer-social ul.social li.pinterest a {
    background-image: url(images/pin-white.svg);
    width: 22px;
}

#footer .footer-social ul.social li.googleplus a {
    background-image: url(images/gplus-white.svg);
    width: 31px;
}

#footer .footer-social ul.social li.youtube a {
    background-image: url(images/yt-white.svg);
    width: 26px;
}

#footer .footer-social ul.social li.social-1 a {
    background-image: url(images/1-white.svg);
    width: 33px;
}

#footer.section .wrapper:after {
    clear: both;
    content: "";
    display: table;
}

.back-to-top {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    background: #fff;
    text-align: center;
    line-height: 38px;
    color: #0987fa;
    border-radius: 50%;
    margin-left: -20px;
}

.back-to-top span {
    font-weight: 900;
    font-size: 30px;
    font-family: 'Catamaran', sans-serif;
    position: relative;
    transform: rotate(-90deg);
    display: block;
    margin-left: -3px;
}

.archive-featured-categories {
    padding: 45px 0 20px;
}

.normal-archive-posts .left-nap,
.archive-featured-categories .archive-first-fc.first {
    padding-right: 20px;
}

.normal-archive-posts .right-nap,
.archive-featured-categories .archive-first-fc.second {
    padding-left: 20px;
}

.archive-featured-categories .archive-first-fc .grid {
    margin: 0 -20px;
}

.normal-archive-posts .right-nap .one-half,
.normal-archive-posts .right-nap .one-whole,
.archive-featured-categories .archive-first-fc .one-whole,
.archive-featured-categories .archive-first-fc .one-half {
    padding: 0 20px 15px;
    margin-bottom: 25px;
}

.normal-archive-posts {
    padding: 60px 0 65px;
    background: #f2f2f2;
}

.normal-archive-posts .right-nap .wrap.shadow,
.archive-featured-categories .one-whole .wrap.shadow {
    border-radius: 12px;
}

.archive-featured-categories .full-block figure {
    position: relative;
}

.archive-featured-categories .full-block header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.archive-featured-categories .latest-posts .full-block figure:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
}

.normal-archive-posts .latest-posts .header .post-title.large,
.archive-featured-categories .latest-posts .full-block .header .post-title {
    color: #fff;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
}

.normal-archive-posts .latest-posts .left-nap .header .post-title.large {
    color: #222222;
}

.normal-archive-posts .excerpt {
    padding-top: 20px;
}

.latest-posts .post.single .header .post-author {
    color: #fff;
}

.archive-trending {
    background: #f2f2f2;
}

.sectionize.archive-trending .wrap.lists {
    background: transparent;
}

.archive-trending.trending-and-polls .polls h2 span,
.archive-trending.trending-and-polls .trending h2 span {
    background-color: #f2f2f2 !important;
}


.custom-block-1-2-1 .grid {
    margin: 0 -20px;
}

.custom-block-1-2-1 .grid .grid__item {
    padding: 0 20px;
}

.custom-block-1-2-1 .grid .grid__item .wrap {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    min-height: 410px;
}

.custom-block-1-2-1 .grid .grid__item a {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    display: table;
    padding: 38px;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
}

.custom-block-1-2-1 .grid .grid__item a span {
    vertical-align: middle;
    display: table-cell;
    z-index: 3;
    position: relative;
}

.custom-block-1-2-1 .grid .grid__item a.second span {
    vertical-align: bottom;
}

.custom-block-1-2-1.ask-the-scholar .grid .grid__item .wrap {
    background: #00d2f1;
}

.custom-block-1-2-1.ask-the-scholar .grid .grid__item .wrap a {
    color: #fff;
}

.section.breadcrumbs {
    background: #f2f2f2;
    padding: 24px 30px;
}

.section-wrapper {
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
}

.counseling-authors.section .grid__item {
    margin-bottom: 40px;
}

.counseling-authors.section .wrap {
    overflow: visible;
}

.counseling-authors.section .author-details {
    padding: 35px 30px 30px;
}

.counseling-authors.section .author-details .author-image img {
    display: block;
    margin: 0 auto 10px;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #ddd;
}

.counseling-authors.section .author-details .author-name {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #222;
    text-align: center;
}

.counseling-authors.section .live-sessions {
    background: transparent;
}

#post.single-layout {
    min-height: 800px;
}

#breadcrumbs li {
    display: block;
    float: left;
}

#breadcrumbs li a,
#breadcrumbs li span,
#breadcrumbs li strong {
    display: block;
    line-height: 30px;
    border: 2px solid #222;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    color: #222;
    font-size: 14px;
    padding: 0 15px; /* border-left:0; */
    border-radius: 0 4px 4px 0;
    position: relative;
    margin: 0 5px 5px 0;
}

#breadcrumbs li:first-child a {
    border-left: 2px solid;
    left: 0;
    border-radius: 4px;
    margin-left: 0;
}

#breadcrumbs li.separator {
    display: none;
}

#breadcrumbs li.item-custom-post-type-live_session {
    display: none;
}

.post.single.entry {
    background: #fff !important;
}

.post.single .footer.post {
    padding-top: 40px;
}

.post.single .footer .post_tags {
    margin-bottom: 20px;
}

#post .header {
    margin-bottom: 30px;
}

#post .header .post-main-title {
    font-weight: 900;
    font-size: 68px;
    line-height: 74px;
    margin-bottom: 20px;
}

#post .entry-title {
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    margin-bottom: 10px;
}

#post {
    padding: 60px 30px;
    clear: both;
    font-size: 25px;
    line-height: 38px;
}

#post p {
    line-height: 38px;
}

#post .quote {
    padding: 0 50px;
}

#post h3 {
    font-size: 38px;
    font-family: 'Catamaran';
    font-weight: 900;
    margin-bottom: 25px;
    padding-top: 80px;
}

#post blockquote:after,
#post:after {
    content: "";
    display: table;
    clear: both;
}

#post blockquote {
    position: relative;
    margin: 50px 6%;
    background: #00b796;
    padding: 30px 50px;
    color: #fff;
    font-family: 'Catamaran';
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
}

#post blockquote:before {
    content: "“";
    font-size: 92px;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -30px;
    left: -40px;
    background: #00b796;
    line-height: 133px;
    text-align: center;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
}

#post blockquote strong {
    font-weight: 900;
}

#post blockquote p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}

#post .clear {
    clear: both;
}

#post blockquote p:last-of-type {
    margin-bottom: 0;
}

#post .featured-post {
    margin: 40px 110px;
    font-size: 18px;
    border-radius: 10px;
}

#post .featured-post img {
    border-radius: 10px 0 0 10px;
}

#post .featured-post.text-format a.display_table {
    padding: 20px 0;
}

#post .featured-post.text-format .text-cell {
    text-align: center;
    width: 180px;
}

#post .featured-post.text-format.shariah h4.post-title {
    font-family: Catamaran;
    font-weight: 800;
    color: #222222;
}

#post .featured-post.text-format h4,
#post .featured-post .post-title {
    padding: 0 30px;
    font-family: Catamaran;
    font-weight: 800;
}

#post .featured-post-box {
    width: 288px;
    border-radius: 12px;
    margin: 0 auto;
}

#post .featured-post-box.right {
    float: right;
    margin: 0 0 50px 50px;
}

#post .featured-post-box.left {
    float: left;
    margin: 0 50px 50px 0;
}

#post .featured-post-box a {
    color: #222;
    text-align: left;
}

#post .featured-post-box img {
    border-radius: 12px 12px 0 0;
}

#post .featured-post-box .header {
    padding: 20px 24px;
}

#post .featured-post-box .header h4 {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    color: #222;
    margin-bottom: 5px;
}

#post .featured-post-box .header .post-author {
    font-style: italic;
    font-size: 12px;
    color: #555555;
    line-height: 25px;
}

#post .quote-text {
    width: 190px;
    margin: 0 50px 2px 0;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
}

#post .quote-text.left {
    float: left;
    margin: 0 50px 50px 0;
}

#post .quote-text.right {
    float: right;
    margin: 0 0 50px 50px;
}

#post .footer .post-tags {
    padding: 30px 0 50px;
}

#post .footer .post-tags a {
    display: inline-block;
    line-height: 30px;
    border: 2px solid;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 4px;
    position: relative;
    height: 29px;
}

#post .footer .author_name {
    font-size: 32px;
    font-weight: 900;
    line-height: 35px;
    color: #222222;
    border-bottom: 4px solid;
    display: inline-block;
    margin-bottom: 25px;
}

#post .footer .author_details {
    font-size: 19px;
    line-height: 27px;
}


#post .header .post-meta:after {
    content: "";
    display: table;
    clear: both;
}

#post .header .post-meta .author {
    width: 75%;
    float: left;
}

#post .header .post-meta .author .author-image {
    float: left;
    margin-right: 15px;
}

#post .header .post-meta .author .author-image img {
    border-radius: 100%;
    padding: 0;
}

#post .header .post-meta .author .author-details {
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0px;
}

#post .header .post-meta .author .author-details .name {
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
}

#post .header .post-meta .author .author-details .post-date {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.font-resizer {
    float: right;
}

.font-resizer span {
    font-family: 'Catamaran';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    color: #707070;
}

#font-size-21 {
    font-size: 21px;
}

#font-size-26 {
    font-size: 26px;
}

#font-size-32 {
    font-size: 32px;
}

#post .section-wrapper {
    position: relative;
}

.addtoany.shadow {
    position: absolute;
    width: 135px;
    text-align: center;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    left: -200px;
}

.addtoany.shadow .addthis_sharing_toolbox table {
    width: 100%;
    margin: 0 auto;
}

.addtoany.shadow .addthis_sharing_toolbox table tr td {
    display: block !important;
    min-width: 1px;
    width: 100%;
    padding: 0;
    border: 0;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-count-container {
    border-bottom: 5px solid;
    padding: 27px 20px;
}

.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-count,
.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-count span,
.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-title,
.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-title span {
    font-family: 'Catamaran', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-count,
.addtoany.shadow .addthis_sharing_toolbox .at4-jumboshare .at4-count span {
    font-size: 22px !important;
}

.addtoany.shadow .addthis_sharing_toolbox .at-resp-share-element .at-share-btn {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 20px;
    margin: 0 auto 5px;
}

.addtoany.shadow .addthis_sharing_toolbox .at-resp-share-element .at-share-btn .at-icon-wrapper,
.addtoany.shadow .addthis_sharing_toolbox .at-resp-share-element .at-share-btn svg {
    width: 42px !important;
    height: 42px !important;
}

.font-size-21 #post .entry-title {
    font-size: 21px;
}

.font-size-21 #post .header .post-main-title {
    font-size: 58px;
    line-height: 64px;
}

.font-size-21 #post .header .post-meta .author .author-details .name {
    font-size: 21px;
}

.font-size-21 #post {
    font-size: 18px;
    line-height: 31px;
}

.font-size-21 #post p {
    line-height: 31px;
}

.font-size-21 #post blockquote p {
    font-size: 18px;
    line-height: 25px;
}

.font-size-21 #post h3 {
    font-size: 30px;
}

.font-size-21 #post .quote-text {
    font-size: 23px;
    line-height: 29px;
}

.font-size-21 #post .footer .author_name {
    font-size: 27px;
    line-height: 30px;
}

.font-size-21 #post .footer .author_details {
    font-size: 14px;
    line-height: 22px;
}

.font-size-32 #post .entry-title {
    font-size: 30px;
}

.font-size-32 #post .header .post-main-title {
    font-size: 78px;
    line-height: 84px;
}

.font-size-32 #post .header .post-meta .author .author-details .name {
    font-size: 30px;
}

.font-size-32 #post .header .post-meta .author .author-details .country {
    font-size: 16px;
}

.font-size-32 #post {
    font-size: 30px;
    line-height: 43px;
}

.font-size-32 #post p {
    line-height: 43px;
}

.font-size-32 #post blockquote p {
    font-size: 29px;
    line-height: 35px;
}

.font-size-32 #post h3 {
    font-size: 43px;
}

.font-size-32 #post .footer .author_name {
    font-size: 37px;
    line-height: 40px;
}

.font-size-32 #post .footer .author_details {
    font-size: 24px;
    line-height: 32px;
}

.load_more {
    clear: both;
    position: relative;
}

.load_more a {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 26px;
    height: 60px;
    width: 225px;
    background: #e42121;
    display: block;
    clear: both;
    line-height: 62px;
    text-align: center;
    border-radius: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #fff;
    margin: 0 auto;
}

.load_more a:hover {
    opacity: 0.8;
}

/* Begin Images */
.content-block img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 10px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-block .aligncenter {
    display: block;
    margin: 0 auto;
}

.content-block .alignleft {
    max-width: 50%;
    display: inline-block;
    float: left;
    padding-right: 30px;
    vertical-align: top;
}

.content-block .alignright {
    max-width: 50%;
    display: inline-block;
    float: right;
    padding-left: 30px;
    vertical-align: top;
}

.content-block .alignleft img, .content-block .alignright img {
    padding-left: 0;
    padding-right: 0;
}

.content-block .wp-caption {
    width: auto !important;
    text-align: center;
    margin: 0 0 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright {
    width: 50% !important;
    padding: 0;
}

.content-block .wp-caption.alignleft {
    margin-right: 30px;
}

.content-block .wp-caption.alignright {
    margin-left: 30px;
}

.content-block .wp-caption p.wp-caption-text {
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 12px;
    margin: 0;
    background-color: #fff;
}

.content-block .wp-caption img {
    padding: 10px 10px 0;
    margin: 0 auto;
}

/* END Images */

/* Begin Image Gallery */
.content-block .gallery {
    display: block;
    max-width: 1020px;
    padding: 10px 0 30px;
    margin: 0 auto;
    overflow: hidden;
}

.content-block .gallery .gallery_item {
    width: 16.6666%;
    float: left;
}

.content-block .gallery .gallery_item a {
    display: block;
    padding: 5px;
    margin: 5px;
    background: #fff;
}

.content-block .gallery .gallery_item a img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper {
    margin: 60px 0 20px;
}

.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper {
    margin: 0;
}

.content-block embed, .content-block iframe, .content-block object {
    max-width: 100%;
}

.content-block video {
    max-width: 100%;
    height: auto;
}

.content-block p sm {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #777;
    line-height: 18px !important;
}

.content-block p.disclaimer {
    font-size: 13px;
    font-style: italic;
    line-height: 21px;
}

.content-block a:hover {
    text-decoration: underline;
}

.content-block a.btn:hover {
    text-decoration: none;
}

.content-block blockquote p {
    line-height: 25px;
}

.content-block blockquote p:last-child {
    margin-bottom: 0;
}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5 {
    font-size: 100%;
    font-weight: bold;
    padding: 20px 0 12px;
}

.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child {
    padding-top: 0;
}

.content-block h1 {
    font-size: 30px;
    line-height: 36px;
}

.content-block h2 {
    font-size: 26px;
    line-height: 32px;
}

.content-block h3 {
    font-size: 22px;
    line-height: 28px;
}

.content-block h4 {
    font-size: 20px;
    line-height: 26px;
}

.content-block h5 {
    font-size: 18px;
    line-height: 24px;
}

.content-block ul, .content-block ol {
    padding: 0 0 20px 40px;
}

.content-block ul {
    list-style: disc;
}

.content-block ol {
    list-style: decimal;
}

.content-block ul li, .content-block ol li {
    padding: 0 0 8px;
    line-height: 26px;
}

.content-block ul li p, .content-block ol li p {
    margin: 0 0 15px;
}

#post .content-block .featured-post img,
#post .content-block .featured-post-box img {
    padding: 0;
}


/* Begin Image Gallery */
.content-block .gallery {
    display: block;
    padding: 10px 0 30px;
    margin: 0 auto;
    overflow: hidden;
}

.content-block .gallery .gallery_item {
    width: 25%;
    float: left;
}

.content-block .gallery .gallery_item a {
    display: block;
    padding: 5px;
    margin: 5px;
}

.content-block .gallery .gallery_item a img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

/* Modal Window */
#modal, #mask {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
}

#mask {
    background: #000;
}

.modal_window {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 0 45px;
    z-index: 99999999;
}

.modal_window .loader {
    background-color: transparent !important;
}

.modal_window_content {
    display: none;
    width: auto;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.12);
    position: fixed;
    z-index: 999999;
}

.modal_window_content .loader {
    background-color: transparent !important;
}

.modal_window_content .close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9000px;
    background: url(images/close.svg) no-repeat center;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    z-index: 9;
    cursor: pointer;
}

.modal_window_content .close:hover {
    border-color: #396faa;
}

.controls {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99999999;
}

.controls .wrap {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -45px;
    text-align: center;
}

.controls .btns {
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.controls .btns span {
    width: auto;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    background: #fff;
    border-right: 1px solid #000;
    vertical-align: top;
}

.controls .btns span.prev_btn, .controls .btns span.next_btn {
    font-size: 21px;
    line-height: 28px;
}

.controls .btns span.next_btn {
    border-right: 0;
}

.controls .btns .disabled {
    color: #aaa;
    padding: 0 12px;
}

.controls .btns span a {
    display: block;
    color: #333;
    padding: 0 12px;
    cursor: pointer;
}

.controls .btns span a:hover {
    color: #bf2e1a;
    text-decoration: none;
}


.live-sessions .wp-form {
    padding-top: 30px;
    float: left;
    display: none;
}

.live-sessions .wp-form .form-field {
    text-align: left;
    padding: 0 20px 20px;
    float: left;
    width: 50%;
}

.live-sessions .wp-form .form-field.full {
    width: 100%;
}

.live-sessions .wp-form .form-field label:first-child {
    display: block;
    font-size: 14px;
}

.live-sessions .wp-form .form-field label:first-child span {
    color: #f00;
}

.live-sessions .wp-form .form-field input[type="text"],
.live-sessions .wp-form .form-field textarea {
    width: 100%;
    margin: 0;
    outline: 0;
    border: 1px solid #ddd;;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    height: 44px;
    padding: 10px;
}

.live-sessions .wp-form .form-field textarea {
    min-height: 150px;
    height: auto;
}

.live-sessions .wp-form .form-field.submit input {
    width: 120px;
    border-radius: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #06a52f;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 47px;
    height: 46px;
    border: 0;
}

/* END Content Block Universal Code */


table.meta-info {
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
}

table.meta-info > tbody > tr > td {
    padding: 12px 20px;
    vertical-align: top;
    border-bottom: 5px solid #fff
}

table.meta-info > tbody > tr > td:first-child {
    background-color: #808A17;
    color: #fff;
    border-right: 4px solid #4a5006;
    width: 1%;
    font-weight: bold;
    white-space: nowrap
}

table.meta-info > tbody > tr > td:last-child {
    background-color: #e5e5e5;
    color: #333
}

table.meta-info > tbody > tr:last-child > td:last-child {
    background-color: #fff
}

table.meta-info > tbody > tr:last-child > td {
    border-bottom-color: #e5e5e5
}

table.meta-info > tbody > tr > td > p {
    line-height: 1.4em
}

table.meta-info.live-session-info {
    margin-bottom: 5px
}

table.meta-info.live-session-info > tbody > tr > td {
    padding-top: 7px;
    padding-bottom: 7px
}

table.meta-info.live-session-info > tbody > tr:last-child > td {
    border-bottom: none
}

table.meta-info.live-session-info > tbody > tr:last-child > td:last-child {
    background-color: #e5e5e5
}

table.meta-info.live-session-info > tbody > tr > td:last-child {
    font-weight: bold
}

.try-search {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 3px solid #009a8c;
}

.try-search h4 {
    margin-bottom: 10px;
}

.try-search .form-field {
    margin-bottom: 20px;
}

.try-search:after,
.try-search .form-field:after {
    clear: both;
    display: table;
    content: "";
}

.try-search .form-field ul {
    list-style: none;
}

.try-search .form-field ul li {
    list-style: none;
    margin-bottom: 10px;
}

.try-search .col-md-9 {
    width: 75%;
    float: left;
}

.try-search .form-field .col-md-9 ul li {
    float: left;
    width: 33.33%;
}

.try-search .col-md-3 {
    width: 25%;
    float: left;
}

.try-search .col-lg-6 {
    width: 50%;
    float: left;
}

.try-search {
    width: 100%;
}

.try-search .form-table {
    float: right
}

.try-search .form-control {
    display: table-cell
}

.try-search .form-control.first {
    padding-right: 10px;
}

.try-search .form-control.last {
    padding-left: 10px;
}

.try-search input[type="text"] {

    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
    font-size: 17.5px;
    line-height: 28px;
    padding: 7px 18px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
}

.try-search input[type="submit"] {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 17.5px;
    line-height: 28px;
    padding: 7px 18px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.try-search input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.question-block {
    margin-bottom: 40px;
}

.question-block .question-block-date {
    margin-bottom: 50px;
}

.question-block .main-question-block {
    position: relative;
    padding: 60px;
    background: #f2f2f2;
    border-radius: 5px;
    color: #333;
    font-style: italic;
}

.question-block .main-question-block span.question-q {
    position: absolute;
    display: block;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 52px;
    text-align: center;
    line-height: 85px;
    background: #fff;
    border-radius: 80px;
}

.content-block h2.question-answer-heading {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    border-bottom: 4px solid;
    display: inline-block;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 20px;
}


.content-block.with-question .answer {
    padding: 60px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    font-style: italic;
    border-radius: 10px;
    margin-bottom: 40px;
}

.content-block.with-question .answer h3 {
    padding: 0 !important;
    margin: 0;
}

.archive-live-sessions .one-quarter {
    margin-bottom: 40px;
}

.ad_block img {
    display: block;
    max-width: 100%;
}

.profile_pass-wrap input,
.text-wrap.label-above input,
.text-wrap.label-below input,
.text-wrap.label-inside input,
.textarea-wrap.label-above textarea,
.textarea-wrap.label-below textarea,
.textarea-wrap.label-inside textarea,
.list-dropdown-wrap.label-above select,
.list-dropdown-wrap.label-below select {
    width: 100%;
    width: 100%;
    max-width: 100%;
    background: rgba(225, 225, 225, 0.5);
    outline: 0;
    border: 0;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 36px;
    padding: 8px;
    color: #fff;
    text-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 18px;
}

.ninja-forms-form-wrap input[type="submit"] {
    border: 0;
    border-radius: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #06a52f;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 47px;
    height: 46px;
    padding: 0 40px;
}

@media only screen and (max-width: 1440px) {
    #home .hero .header,
    .hero .header {
        max-width: 585px;
        margin-left: 20%;
    }

    #header ul.button-menu li a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 1300px) {
    #header .search-form.toggle,
    #header .button-menu-wrap.toggle,
    #home #header .search-form.toggle,
    #home #header .button-menu-wrap.toggle {
        display: none;
    }

    .hero .header {
        max-width: 585px;
        margin-left: 0%;
    }

    #header,
    #header .header-wrap,
    #home #header,
    #home #header .header-wrap {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        background: #fff;
    }

    #header h1#logo a,
    #header h1#logo,
    #home #header h1#logo a,
    #home #header h1#logo {
        width: 186px;
        height: 38px;
    }

    #header h1#logo a,
    #home #header h1#logo a {
        background-size: 186px;
    }

    #header h1#logo,
    #home #header h1#logo {
        margin: 18px;
        float: left;
    }

    #header .button-menu-wrap,
    #home #header .button-menu-wrap {
        position: absolute;
        top: 74px;
        left: 0;
        background: #fff;
        z-index: 110;
        width: 100%;
        padding: 0;
    }


    #nav_btn {
        display: block;
        float: right;
        padding: 28px 20px 27px;
        cursor: pointer;
    }


    #search-mobile.active span,
    #search-mobile.active span:before,
    #search-mobile.active span:after,
    #nav_btn span, #nav_btn span:before, #nav_btn span:after {
        width: 15px;
        height: 3px;
        float: left;
        display: block;
        background: #006699;
        position: relative;
        text-indent: -9000px;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }

    #search-mobile.active span,
    #nav_btn span {
        margin: 8px 0;
    }

    #search-mobile.active span:before,
    #search-mobile.active span:after,
    #nav_btn span:before, #nav_btn span:after {
        content: '';
        position: absolute;
    }

    #nav_btn span:before {
        top: -6px;
    }

    #nav_btn span:after {
        bottom: -6px;
    }

    #search-mobile.active span {
        overflow: visible;
    }

    #search-mobile.active span,
    #nav_btn.active span {
        background-color: transparent;
    }

    #search-mobile.active span:before, #search-mobile.active span:after,
    #nav_btn.active span:before, #nav_btn.active span:after {
        top: 0;
    }

    #search-mobile.active span:before,
    #nav_btn.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #search-mobile.active span:after,
    #nav_btn.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    #search-mobile.active span {
        padding: 0;
        width: 20px; /* height: 20px; */
    }

    #search-mobile.active span:before,
    #search-mobile.active span:after {
        background: #fe9601;
    }

    #header ul.button-menu,
    #home #header ul.button-menu {
        float: none;
        clear: both;
        padding: 0 18px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    #header ul.button-menu:after,
    #home #header ul.button-menu:after {
        clear: both;
        content: "";
        display: table;
    }

    #header ul.button-menu li,
    #home #header ul.button-menu li {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
    }

    #header ul.button-menu li a span.wrap-text,
    #home #header ul.button-menu li a span.wrap-text {
        display: inline;
        margin: 0 0 0 5px;
    }

    #header ul.button-menu li a span.count,
    #home #header ul.button-menu li a span.count {
        display: none;
    }

    #header ul.button-menu li.menu-item-type-post_type_archive a,
    #home #header ul.button-menu li.menu-item-type-post_type_archive a {
        padding: 7px 18px 8px;
    }

    #header ul.button-menu li a {
        font-size: 16px;
        height: 48px;
        line-height: 36px;
    }

    #home #header ul.button-menu li a {
        font-size: 16px;
    }

    .custom-block-1-2-1 .grid .grid__item a,
    #header ul.button-menu li a span.hash,
    #home #header ul.button-menu li a span.hash {
        font-size: 24px;
    }

    #search-mobile {
        padding: 27px 0px;
        display: block;
        float: right;
        margin-right: 18px;
    }

    #search-mobile span {
        text-indent: -9999px;
        overflow: hidden;
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/search-orange.svg) no-repeat center;
        background-size: 20px;
        position: relative;
    }

    #header .search-form,
    #home #header .search-form {
        clear: both;
        padding: 13px 18px;
        margin: 0;
        background: #fff;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 42px;
        left: 0;
        width: auto;
    }

    #header .search-form input[type="submit"],
    #home #header .search-form input[type="submit"] {
        background: url(images/search-orange.svg) no-repeat center;
        background-size: 20px;
        right: 18px;
        top: 13px;
        position: absolute;
        height: 48px;
    }

    #header .search-form input[type="text"],
    #home #header .search-form input[type="text"] {
        width: 100%;
        max-width: 100%;
        background: rgba(225, 225, 225, 0.5);
        outline: 0;
        border: 0;
        font-family: 'Catamaran', sans-serif;
        font-weight: 900;
        font-size: 21px;
        line-height: 36px;
        padding: 7px 48px 5px 18px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        display: block;
        color: #006699;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 18px;
    }

    #header .search-form input[type="text"]::-webkit-input-placeholder,
    #home #header .search-form input[type="text"]::-webkit-input-placeholder {
        color: #006699;
        text-shadow: none;
    }

    #header .search-form input[type="text"]::-moz-placeholder,
    #home #header .search-form input[type="text"]::-moz-placeholder {
        color: #006699;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    #header .search-form input[type="text"]:-ms-input-placeholder,
    #home #header .search-form input[type="text"]:-ms-input-placeholder {
        color: #006699;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    #header .search-form input[type="text"]:-moz-placeholder,
    #home #header .search-form input[type="text"]:-moz-placeholder {
        color: #006699;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 1024px) {


    .hero .header,
    #home .hero .header {
        margin: 0;
        text-align: center;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .slider-post .slider-content h3,
    .feauted-posts .feauted-posts-blocks .post-article .header h3,
    .hero .header h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .slider-post .excerpt,
    .hero .header p {
        font-size: 15px;
        line-height: 22px;
    }


    .hero {
        height: 480px;
    }

    .counseling .post .header h3 a {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 10px 40px;
    }

    .counseling .post-category {
        font-size: 20px;
        line-height: 24px;
    }

    .live-sessions .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer,
    .slider-post .slider-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .similar-posts {
        width: auto;
        left: 40px;
        right: 40px;
    }

    .slider-post .slider-content {
        height: 500px;
    }

    .site-metas .grid .one-third {
        width: 50%;
        margin-bottom: 20px;
    }

    .site-metas .grid .one-third:last-of-type {
        width: 100%;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 880px) {
    .grid .one-half,
    .grid .two-third,
    .grid .one-third,
    .grid .one-quarter {
        width: 100%;
    }

    .counseling.featured-categories .secondary-featured-categories .one-whole a,
    .video-posts .video-wrapper article.video-post.post .content h3 {
        font-size: 21px;
        line-height: 26px;
    }

    .video-posts .video-wrapper article.video-post.post .content .excerpt,
    .video-posts .video-wrapper article.video-post.post .content .excerpt p,
    .slider-post .excerpt,
    .hero .header p {
        font-size: 15px;
        line-height: 22px;
    }

    .hero {
        height: 380px;
    }

    .feauted-posts .feauted-posts-blocks .post-article .header,
    .padded-section {
        padding: 25px;
    }

    .feauted-posts .feauted-posts-blocks .post-article {
        width: 100%;
    }

    .similar-posts .grid,
    .sectionize .grid,
    .site-metas .grid,
    .feauted-posts .feauted-posts-blocks {
        margin: 0 -25px;
    }

    .trending-and-polls .grid .grid .one-half,
    .similar-posts .grid .one-third,
    .sectionize .grid .one-quarter, .sectionize .grid .grid__item,
    .site-metas .grid .one-third,
    .feauted-posts .feauted-posts-blocks .post-article {
        padding: 0 25px;
        margin: 0 0 15px;
    }

    .feauted-posts .feauted-posts-blocks .post-article img {
        width: 100%;
    }

    .similar-posts .grid .one-third,
    .site-metas .grid .one-third {
        width: 100%;
        margin: 0;
    }

    .site-metas .grid .one-third:nth-child(1),
    .site-metas .grid .one-third:nth-child(2) {
        display: none;
    }

    .sectionize .grid .one-quarter, .sectionize .grid .grid__item {
        width: 100%;
    }

    .sectionize .section-header h2 {
        font-size: 17px;
        line-height: 32px;
    }

    .sectionize .section-header h2:before,
    .sectionize .section-header h2:after {
        height: 48px;
        width: 48px;
    }

    .sectionize .section-header h2:before {
        margin-top: -24px;
        left: -29px;
        border-radius: 50px 0 0 50px;
    }

    .sectionize .section-header h2:after {
        margin-top: -24px;
        right: -29px;
        border-radius: 0 50px 50px 0;
    }

    .sectionize.blog-posts .img img,
    .sectionize.counseling .img img {
        width: 100%;
    }

    .slider-post .slider-content {
        height: auto;
        padding: 40px;
    }

    .video-posts .video-wrapper article.video-post.post .content,
    .similar-posts {
        position: relative;
        bottom: 0;
        padding: 25px 25px 15px;
        left: 0;
        right: 0;
    }

    .similar-posts {
        padding: 25px 20px 15px;
    }

    .similar-posts.reading-islam {
        background-color: #00d2f1;
        left: 0;
        right: 0;
    }

    .similar-posts .grid .one-third {
        margin-bottom: 10px;
    }

    .blog-posts .grid > div > div {
        margin-bottom: 0;
    }


    .video-posts .video-wrapper {
        padding: 0;
    }

    .video-posts .video-wrapper .video-sidebar {
        margin: 0;
        width: 100%;
        padding: 25px 0 0;
    }

    .video-sidebar .video-post-lists {
        width: 100%;
    }

    .video-posts .video-wrapper article.video-post.post iframe {
        height: 160px;
    }

    .video-posts .video-wrapper article.video-post.post .content h3 {
        padding: 0;
        margin: 0 0 30px;
    }

    .video-posts .video-wrapper article.video-post.post .content .post-date {
        float: none;
        margin-bottom: 10px;
    }

    .video-posts .video-wrapper article.video-post.post .content .excerpt {
        width: 100%;
        max-width: 100%;
    }

    .latest-posts .grid .grid__item {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    #footer {
        padding-left: 0;
        padding-right: 0;
    }

    #footer .footer-widgets {
        padding: 0;
    }

    #footer .footer-widgets .footer-widget {
        border-top: 1px solid #339bfb;
        flex: 1 1 100%;
    }

    #footer .footer-widgets .menu ul {
        display: none;
    }

    #footer .menu .widget-title h2 {
        margin-bottom: 0;

        font-size: 20px;
        line-height: 25px;
        padding: 17px 25px 15px;
    }

    #footer .footer-widgets .footer-widget {
        position: relative;
    }

    #footer .footer-widgets .menu:before {
        content: "";
        background: url(images/arrow-white-down.png) no-repeat center;
        width: 21px;
        height: 13px;
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
    }

    #footer .footer-widgets .active-on-mobile .menu:before {
        transform: rotate(-90deg)
    }

    #footer .footer-widgets .active-on-mobile .menu ul {
        display: block;
        padding: 0 25px 20px;
    }

    .newsletter-box-wrap {
        padding: 25px;
    }

    #footer .footer-social,
    #footer .site-copy {
        width: 100%;
        text-align: center;
    }

    .trending-and-polls .wrap.custom {
        padding: 0 25px;
    }

    #footer .newsletter-box-wrap .widget-title h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    #footer .footer-social .social {
        float: none;
        margin: 0;
        text-align: center;
    }

    #footer .wrapper {
        padding-bottom: 50px;
    }

    #footer .footer-logo {
        display: block;
        margin: 0 auto 5px;
    }

    #footer .footer-social {
        margin-bottom: 10px;
    }

    #footer .footer-social .footer-logo {
        display: block;
    }

    #footer .site-copy .footer-logo {
        display: none;
    }

    .back-to-top {
        bottom: 25px;
    }

    .feauted-posts.full-width .feauted-posts-blocks .post-article.large-with-content .header,
    .feauted-posts.full-width .feauted-posts-blocks .post-article a,
    .feauted-posts.full-width .feauted-posts-blocks .post-article.large-with-content .img,
    .feauted-posts .feauted-posts-blocks .post-article.large-with-content .header,
    .feauted-posts .feauted-posts-blocks .post-article.large-with-content .display_category {
        width: 100%;
        display: block;
        background-color: transparent;
        background-repeat: no-repeat;
        float: none;
        height: auto;
    }

    .category-page.ask-the-counselor .counseling .post .header:before,
    .feauted-posts .feauted-posts-blocks .post-article.large-with-content .header:after,
    .feauted-posts .feauted-posts-blocks .post-article.large-with-content .header:before {
        display: none !important;
    }

    .normal-archive-posts,
    .archive-featured-categories {
        padding: 30px 20px;
    }

    .normal-archive-posts .right-nap, .archive-featured-categories .archive-first-fc.second,
    .normal-archive-posts .left-nap, .archive-featured-categories .archive-first-fc.first {
        padding: 0;
    }

    .feauted-posts .feauted-posts-blocks .post-article.large-with-content .img img {
        display: block;
    }

    .feauted-posts .feauted-posts-blocks .post-article.large-with-content {
        width: 100%;
        height: auto !important;
    }

    .custom-block-1-2-1 .grid .grid__item .wrap {
        min-height: 1px;
    }

    .custom-block-1-2-1 .grid .grid__item {
        margin-bottom: 30px;
    }

    .custom-block-1-2-1 .grid .grid__item:last-of-type {
        margin-bottom: 0;
    }

    .latest-posts .grid .grid__item .equal {
        height: auto !important;
    }


    .trending-and-polls .trending-lists .img {
        display: none;
    }

    .blog-posts .grid .grid__item:nth-child(2) .display_category {
        display: none;
    }

    .blog-posts .grid .grid__item:nth-child(3) {
        display: none;
    }

    .blog-posts .grid .grid__item:nth-child(4) {
        display: none;
    }

    .font-resizer {
        float: none;
        clear: both;
        padding: 20px 0 0;
        color: #707070;
    }

    #post .header .post-main-title {
        font-size: 32px !important;
        line-height: 44px !important;
    }

    .question-block .main-question-block span.question-q {
        top: -20px;
        left: -20px;
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 42px;
        border-radius: 40px;
    }

    .content-block.with-question .answer,
    .question-block .main-question-block {
        padding: 30px;
    }

    .normal-archive-posts .left-nap {
        margin-bottom: 30px;
    }

    .normal-archive-posts .latest-posts .header .post-title.large, .archive-featured-categories .latest-posts .full-block .header .post-title {
        font-size: 21px;
        line-height: 26px;
    }
}


@media only screen and (max-width: 880px) {
    .category-page .counseling .counseling-box article {
        display: block;
    }

    .category-page .feauted-posts.full-width {
        display: none;
    }

    .counseling .counseling-box article {
        display: none;
    }

    .counseling .active-on-mobile .counseling-box article {
        display: block;
    }

    .counseling .one-quarter:not(.active-on-mobile) .counseling-box .header {
        position: relative;
    }

    .counseling .one-quarter:not(.active-on-mobile) .counseling-box .header .post-category {
        text-align: left;
        padding: 16px 20px;
    }

    .counseling .one-quarter:not(.active-on-mobile) .counseling-box .header:before {
        content: "";
        background: url(images/arrow-white-down.png) no-repeat center;
        width: 21px;
        height: 13px;
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -5px;
    }

    .main-hero-banner .go-to-section {
        position: relative;
        top: 0;
        left: 0;
        clear: both;
        border-radius: 0;
        padding: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .main-hero-banner .go-to-section h2 {
        font-size: 28px;
    }

    .main-hero-banner .go-to-section .display_table,
    .main-hero-banner .go-to-section .display_table .table_cell {
        display: block;
    }

    .main-hero-banner .go-to-section select {
        margin: 0;
    }

    .category-page .counseling .one-quarter:not(.active-on-mobile) .counseling-box .header:before,
    .category-page .counseling .one-quarter:not(.active-on-mobile) .counseling-box .header:after {
        display: none;
    }

    .site-metas .grid {
        margin: 0 !important;
    }

    .site-metas .two-thirds {
        height: auto;
    }

}

pre.wp-block-verse {
    white-space: normal !important;
    overflow: visible !important;
    font-style: italic !important;
}


/*Language Additions*/
#header ul.button-menu {
    margin-right: 45px;
}

#lang_btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 35px;
    margin: 0 10px;
    padding: 6px 7px;
    background: white;
    border-radius: 7px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
}

.language-menu-basic ul {
    display: none;
    position: absolute;
    right: 45px;
    top: 50px;
    z-index: 9999;
    background: white;
    list-style: none;
    border-radius: 7px;
}

.language-menu-basic ul li:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.language-menu-basic ul li:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.language-menu-basic ul li {
    background: #e7e0dc;
    padding: 7px 25px;
    /*height: 45px;*/
    border-bottom: 1px solid #aba7a7;
}

.language-menu-basic ul li:hover {
    background: #f5deb3;
}

.language-menu-basic li > a {
    color: #006699;
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 17.5px;
    line-height: 28px;
    padding: 7px 18px 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media only screen and (max-width: 1300px) {
    #lang_btn {
        top: 20px;
        right: 70px;
    }
    .language-menu-basic li > a {
        color: white;
    }

    .language-menu-basic ul{
        width: 100%;
        right: 0;
        top: 65px;
        background: white;
        border-radius: unset;
        text-align: center;
    }

    .language-menu-basic ul li{
        margin-bottom: 10px;
        width: 70%;
        margin-left: 10%;
        border:none;
        border-radius: 7px;
        background-color:#FF9901 ;
    }

}


.featured-img-caption{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000000a8;
    border-radius: 5px 0 0 0;
    color: #fff;
    padding: 5px 10px;
    line-height: 30px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 500;
    font-size: 17px;
}
.img_cap_it{
    font-style: italic;
}
.far.play-vid-mark{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
}
.far.fa-play-circle{
    font-family: FontAwesome;
    font-style: normal;
    color: #ffffffcf;
}
.far.vids-section{
    font-family: FontAwesome;
    position: relative;
    top: 24px;
    left: -54px;
    transform: translate(-50%, -50%);
    color: #ffffffcf;
    font-size: 27px;
    font-style: normal;
}
.far.bigvid{
    font-family: FontAwesome;
    transform: translate(-50%, -50%);
    color: #ffffffcf;
    font-style: normal;
    position: absolute;
    display: block;
    top: 259px;
    left: 38%;
    font-size: 4em;
}

@media only screen and (max-width: 1271px) {
    .far.vids-section{
        font-size:23px ;
    }
}
/*1260-881*/
@media only screen and (max-width: 1200px) {
    .far.bigvid{
        left: 35%;
    }
}
@media only screen and (max-width: 1050px) {
    .far.bigvid{
        left: 40%;
    }
}

@media only screen and (max-width: 989px) {
    .far.bigvid{
        top: 250px;
        left: 45%;
    }
}

@media only screen and (max-width: 880px) {
    .far.bigvid{
        top: 250px;
        left: 49%;
    }
    .far.vids-section{
        display: none;
    }
}

@media only screen and (max-width: 630px) {
    .far.bigvid{
        top: 112px;
        left: 49%;
    }
}

@media only screen and (max-width: 550px) {
    .youtube-icon {
        top: 100px;
        width: 25%
    }
}


.featured-play-btn {
    width: 99px;
    height: 99px;
    margin: 0 auto;
    background: gray;
    opacity:0.8;
    border-radius: 50%;
}

.featured-play-btn__svg{
    transition: 1s;
    fill:#fff;

}


}