/*
Theme name: Flat Iron School
Description: Custom Theme
*/
/******* /Flat Iron School WordPress CSS *******/

@font-face {
    font-family: 'nimbus_sans_conbold';
    src: url('css/fonts/nimbus-sans-becker-dcon-bold-webfont.eot');
    src: url('css/fonts/nimbus-sans-becker-dcon-bold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/nimbus-sans-becker-dcon-bold-webfont.woff2') format('woff2'), url('css/fonts/nimbus-sans-becker-dcon-bold-webfont.woff') format('woff'), url('css/fonts/nimbus-sans-becker-dcon-bold-webfont.ttf') format('truetype'), url('css/fonts/nimbus-sans-becker-dcon-bold-webfont.svg#nimbus_sans_becker_dconbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nimbus_sans';
    src: url('css/fonts/nimbus_sans_l_cy_regular-webfont.eot');
    src: url('css/fonts/nimbus_sans_l_cy_regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/nimbus_sans_l_cy_regular-webfont.woff2') format('woff2'), url('css/fonts/nimbus_sans_l_cy_regular-webfont.woff') format('woff'), url('css/fonts/nimbus_sans_l_cy_regular-webfont.ttf') format('truetype'), url('css/fonts/nimbus_sans_l_cy_regular-webfont.svg#nimbus_sans_l_cyregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'nimbus_sans';
    src: url('css/fonts/nimbus_sans_l_cy_bold-webfont.eot');
    src: url('css/fonts/nimbus_sans_l_cy_bold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/nimbus_sans_l_cy_bold-webfont.woff2') format('woff2'), url('css/fonts/nimbus_sans_l_cy_bold-webfont.woff') format('woff'), url('css/fonts/nimbus_sans_l_cy_bold-webfont.ttf') format('truetype'), url('css/fonts/nimbus_sans_l_cy_bold-webfont.svg#nimbus_sans_l_cybold') format('svg');
    font-weight: 700;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
}
a[href^="http://flatironschool.wpengine.com/category/uncategorized/"], a[href^="http://blog.flatironschool.com/category/uncategorized/"] {
    display: none !important;
}
html, body {
    height: 100%;
}
body {
    background: #f9f9f9;
    font: 20px/24px 'nimbus_sans', Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
a img {
    border: 0;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}
textarea {
    overflow: auto;
}
input[type="submit"] {
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
}
:-moz-placeholder {
    color: inherit;
    opacity: 1;
}
::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
}
.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    width: 100%;
    content: '';
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
    display: block;
}
.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.left, .alignleft {
    float: left;
    display: inline;
}
.right, .alignright {
    float: right;
    display: inline;
}
.centered {
    text-align: center;
}
.nimbus_sans_conbold {
    font-family: 'nimbus_sans_conbold';
}
h2, h3, h4 {
    font-weight: 400;
}
h1 {
    font-size: 56px;
    line-height: 60px;
}
h2 {
    font-size: 44px;
    line-height: 48px;
}
h2 {
    font-size: 31px;
    line-height: 38px;
}
h3 {
    font-size: 30px;
    line-height: 35px;
}
h4 {
    font-size: 28px;
    line-height: 32px;
}
h5 {
    font-size: 22px;
    line-height: 26px;
}
h6 {
    font-size: 20px;
    line-height: 24px;
}
.entry h2, h4 {
    color: #14b3d9;
}
.entry h2 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    text-align: center;
}
.entry h3 {
    display: table;
    margin: 0 auto;
    vertical-align: top;
    color: #000000;
    border-bottom: 3px solid #00b5dd;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 20px;
}
p {
    padding-bottom: 30px;
}
p:last-child {
    padding-bottom: 0;
}
ul, ol {
    list-style-position: outside;
    margin: 0 0 20px 20px;
}
nav ul, .social-icons {
    list-style-type: none;
    margin: 0;
}
nav li, .social-icons li {
    display: inline-block;
    vertical-align: middle;
}
/* ==========================================================================
    # Buttons
========================================================================== */

.btn {
    display: inline-block;
    *zoom: 1;
    padding: 8px 40px;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    color: #333232;
    text-transform: uppercase;
    box-shadow: 0 0 0 3px #eaebed;
    border-radius: 5px;
    background: #fff;
}
.btn:hover {
    text-decoration: none;
    background: #1bb5da;
    color: #fff;
    box-shadow: 0 0 0 3px #1bb5da;
}
.btn-blue {
    box-shadow: 0 0 0 3px #17b0d5;
    background: #17b0d5;
    color: #fff;
}
.intro .btn-blue:hover {
    box-shadow: 0 0 0 3px #fff;
    background: #fff;
    color: #333232;
}
.btn-gray {
    box-shadow: 0 0 0 3px #fafdfc;
    background: #fafdfc
}
.btn-blue:hover, .btn-gray:hover {
    box-shadow: 0 0 0 3px #343736;
    background: #343736;
    color: #fff;
}
.btn-white {
    box-shadow: 0 0 0 3px #fff;
    color: #17b0d5;
}
.btn-white:hover {
    box-shadow: 0 0 0 3px #c9c9d4;
    background: #c9c9d4;
}
/* ==========================================================================
    # Icons
========================================================================== */

[class^='icon-'], [class*=' icon-'] {
    display: inline-block;
    background: url(images/sprite.png) no-repeat 0 0;
    border: none;
    text-align: center;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
.icon-social-twitter {
    width: 19px;
    height: 16px;
    background-position: 0 0;
}
.icon-social-linkedin {
    width: 16px;
    height: 14px;
    background-position: -23px 0;
}
.icon-social-facebook {
    width: 9px;
    height: 17px;
    background-position: -44px 0;
}
.icon-social-cat {
    width: 19px;
    height: 19px;
    background-position: -56px 0;
}
.icon-social-instagram {
    width: 18px;
    height: 17px;
    background-position: -78px 0;
}
.icon-search {
    width: 18px;
    height: 18px;
    background-position: 0 -21px;
}
.icon-mail-large {
    width: 61px;
    height: 37px;
    background-position: -50px -21px;
}
.icon-ios {
    width: 130px;
    height: 46px;
    // background-position: 0 -44px;
    background-image: url("http://blog.flatironschool.com/wp-content/uploads/2015/10/learn-w.png");
    background-size: cover;
}
.icon-share {
    width: 34px;
    height: 37px;
    background-position: -79px -63px;
}
.icon-social-mail {
    width: 23px;
    height: 15px;
    background-position: -22px -21px;
}
.icon-ios-devs {
    width: 35px;
    height: 34px;
    background-position: 0 -96px;
}
/* ==========================================================================
    # Transitions
========================================================================== */

a img {
    -webkit-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
a, input[type="submit"] {
    -webkit-transition: background-color 100ms, color 100ms;
    -o-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms;
}
.btn {
    -webkit-transition: background-color 100ms, color 100ms, box-shadow 100ms;
    -o-transition: background-color 100ms, color 100ms, box-shadow 100ms;
    transition: background-color 100ms, color 100ms, box-shadow 100ms;
}
.header-search .field, .dd-holder .dd {
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}
/* ==========================================================================
    # Containers
========================================================================== */

.shell {
    max-width: 1400px;
    margin: 0 auto;
}
.main .shell {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}
.centered {
    padding: 35px 0;
}
.section {
    padding: 60px 100px;
    background: #fdfdfe;
    border-bottom: 1px solid #e9e8ee;
}
.fsr-container {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.fsr-image {
    position: absolute;
}
.fsr-hidden {
    display: none;
}
body.home .section-title {
    display: none;
}
/* ==========================================================================
    # Header
========================================================================== */

.header {
    padding-top: 92px;
    background: #313235;
}
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #313235;
    padding: 19px 0;
    border-bottom: 1px solid #3e3e43;
}
.logo {
    display: block;
    float: left;
    width: 208px;
    height: 53px;
    margin-left: 39px;
    background: url(images/logo.png) no-repeat 0 0;
}
.form-subs {
    float: right;
    margin-right: 50px;
    padding: 4px 0;
    font-family: 'nimbus_sans_conbold';
    letter-spacing: 1px;
}
.form-subs .gform_title {
    display: none;
}
.form-subs ul {
    list-style-type: none;
    margin: 0;
}
.form-subs .gform_body {
    display: inline-block;
    vertical-align: middle;
    width: 217px;
}
.form-subs input.medium {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 12px 15px;
    font-family: 'nimbus_sans_conbold';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #71717c;
    background: #3a3b3f;
    border: 1px solid #4d4d54;
    border-radius: 5px;
}
.form-subs .gform_footer {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}
.form-subs .gform_button {
    width: 100%;
    height: 44px;
    padding: 14px;
    margin-left: 11px;
    font-family: 'nimbus_sans_conbold';
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background: #14b3d9;
    border-radius: 5px;
}
.form-subs .gform_button:hover {
    background: #e9e8ee;
    color: #333232;
}
.validation_error, .validation_message {
    display: none;
}
.gform_ajax_spinner {
    position: absolute;
}
.gfield_error input {
    color: red!important;
}
.gform_confirmation_message {
    color: green;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.header-nav {
    padding: 8px 0;
}
.header-nav .col {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    box-sizing: border-box;
    padding: 0 30px;
}
.header-nav .col:first-child {
    text-align: left;
    margin-right: 0;
}
.header-nav .col:last-child {
    padding-right: 18px;
}
.header-nav .two-fourth {
    text-align: center;
}
.gfield_required {
    display: none;
}
.one-fourth {
    width: 24%;
}
.two-fourth {
    width: 49%;
}
.header-search {
    position: relative;
}
.header-search .searchsubmit {
    display: block;
    width: 44px;
    height: 44px;
    background: #3a3b3f url(images/search-ico.png) no-repeat center center;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.header-search .field {
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    width: 220px;
    height: 44px;
    box-sizing: border-box;
    padding: 12px;
    font-family: 'nimbus_sans_conbold';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #71717c;
    background: #3a3b3f;
    border: 1px solid #4d4d54;
    border-radius: 4px;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-search.visible .field {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nav {
    text-align: center;
    font-family: 'nimbus_sans_conbold';
    font-size: 16px;
    line-height: 20px;
    color: #71717c;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav li {
    margin: 0 12px;
}
.nav a {
    color: #fff;
}
.nav a:hover {
    color: #14b3d9;
    text-decoration: none;
}
.menu-trigger {
    display: inline-block;
    height: 9px;
    padding-top: 9px;
    display: none;
}
.menu-trigger span {
    position: relative;
    display: block;
    width: 25px;
    height: 15px;
    border-top: 3px solid #14b3d9;
}
.menu-trigger span:before, .menu-trigger span:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #14b3d9;
    content: '';
}
.menu-trigger span:before {
    top: -9px;
}
.menu-trigger span:after {
    top: 3px;
}
.menu-trigger span:before, .menu-trigger span:after, .menu-trigger span {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.show-menu .menu-trigger span {
    border-color: transparent;
}
.show-menu .menu-trigger span:before, .show-menu .menu-trigger span:after {
    background: #14b3d9;
}
.show-menu .menu-trigger span:before {
    -webkit-transform: rotate(45deg) translate(2.5px, 6px);
    -ms-transform: rotate(45deg) translate(2.5px, 6px);
    -moz-transform: rotate(45deg) translate(2.5px, 6px);
    transform: rotate(45deg) translate(2.5px, 6px);
}
.show-menu .menu-trigger span:after {
    -webkit-transform: rotate(-45deg) translate(2.5px, -6px);
    -ms-transform: rotate(-45deg) translate(2.5px, -6px);
    -moz-transform: rotate(-45deg) translate(2.5px, -6px);
    transform: rotate(-45deg) translate(2.5px, -6px);
}
/* ==========================================================================
    # Footer
========================================================================== */

.footer {
    background: #313235;
}
.footer-widgets {
    border-bottom: 1px solid #3e3e43;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}
.footer-widgets .shell {
    background: url(images/footer-lines.png) repeat-y 0 0;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}
.footer-widgets .widget {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 50px;
}
.footer-widgets .widget_recent_entries a {
    color: #fff;
}
.footer-widgets .widgettitle {
    margin-bottom: 25px;
    text-align: center;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    text-align: center;
    color: #71717c;
    text-transform: uppercase;
}
.footer-widgets ul {
    list-style-type: none;
    margin: 0;
}
.footer-widgets li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 15px;
}
.footer-widgets li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #71717c;
}
.footer-widgets p a:hover, .footer-widgets li a {
    color: #14b3d9;
}
.footer-widgets p span {
    color: #71717c;
    padding-right: 12px;
}
.logo-footer {
    display: block;
    width: 196px;
    height: 97px;
    background: url(images/logo-footer.png) no-repeat 0 0;
}
.footer-copyrights {
    padding: 12px 0;
}
.footer-copyrights ul {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.footer-copyrights .social-icons {
    width: 30%;
    text-align: center;
    margin-right: -6px;
}
.footer-copyrights .copyrights {
    width: 70%;
    text-align: right;
    display: inline-block;
}
.copyrights {
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    text-align: center;
    color: #71717c;
    text-transform: uppercase;
}
.copyrights li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 70px;
}
.copyrights a:hover {
    color: #14b3d9;
}
/* ==========================================================================
    # Sidebar
========================================================================== */

.sidebar .widget {
    margin-bottom: 30px;
}
.widget-social {
    text-align: center;
}
.widget-ios {
    padding: 22px 30px;
    background: #00b3e6;
    text-align: center;
}
.widget-ios i {
    margin: 0 auto 15px;
}
.widget-ios h3 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}
.widget-ios .btn {
    display: block;
}
.widget-subs {
    padding: 40px 30px;
    text-align: center;
}
.widget-subs .gform_title {
    display: none;
}
.widget-subs i {
    margin: 0 auto 23px;
}
.widget-subs ul {
    list-style-type: none;
    margin: 0;
}
.widget-subs .gfield input {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    color: #bbbbc9;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 4px;
}
.widget-subs .gform_button {
    display: block;
    width: 100%;
    height: 44px;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background: #14b3d9;
    border: 0;
    border-radius: 4px;
}
.widget-subs .gform_button:hover {
    background: #343736;
}
/* ==========================================================================
    # Modules
========================================================================== */

.search-btn, .social-icons a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background: #3a3b3f;
    border-radius: 50%;
}
.search-btn:hover, .social-icons a:hover, .post-single-section .social-icons a:hover {
    background: #14b3d9;
}
.search-btn i, .social-icons a i, .post-share .circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post-single-section .social-icons a {
    background: #c9c9d4;
}
.nav-sub, .post-tags {
    text-align: center;
    font-family: 'nimbus_sans_conbold';
    letter-spacing: 1px;
}
.nav-sub a, .post-tags a {
    display: block;
    padding: 7px 23px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #bbbbc9;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 15px;
}
.nav-sub a:hover, .nav-sub .current a {
    background: #333232;
    text-decoration: none;
}
.nav-sub.featured-post a {
    display: inline-block;
}
.post-tags {
    margin-bottom: 30px;
}
.post-tags a {
    display: inline-block;
    vertical-align: middle;
    background: #f4f5f6;
}
.post-tags a:hover {
    background: #999898;
    color: #fff;
    text-decoration: none;
}
.intro .nav-sub {
    margin-bottom: 100px;
}
.intro {
    padding: 35px 0 25px;
}
/*.intro {background: #afadad;}*/

.intro-txt {
    max-width: 800px;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.intro-txt a.title-link {
    cursor: pointer;
    display: block;
}
.intro h1 {
    margin-bottom: 60px;
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
    color: inherit;
    letter-spacing: -0.5px;
}
#page-section-title h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #14b3d9;
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 56px;
    text-align: center;
}
.intro-meta {
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    text-align: center;
    color: #bbbbc9;
    text-transform: uppercase;
}
.intro-meta p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
}
.intro-meta a:hover {
    color: #fff;
}
.main .intro h1 {
    color: #14b3d9;
}
.main .intro-txt {
    padding-bottom: 20px;
    color: #000000;
}
.posts-section {
    position: relative;
}
.posts-section .feat-advertise {
    float: left;
    width: 50%;
}
.post-actions:before, .posts-section:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    content: '';
    background: #e9e8ee;
}
.posts-section .post {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 40px 60px 90px;
    text-align: center;
    color: #333232;
    border-bottom: 1px solid #e9e8ee;
}
.post-actions.single-item:before {
    content: none;
}
.post-img {
    margin-bottom: 30px;
}
.post-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.post-img img {
    /* new */

    width: 35%;
}
.header-main .gform_confirmation_message {
    color: #17b0d5;
    padding-top: 10px;
    font-weight: normal;
}
.posts-section h2 {
    margin-bottom: 20px;
}
.posts-section .post:nth-child(2n) h2, .posts-section .post:nth-child(3n) h2 {
    color: #14b3d9;
}
.posts-section .post:nth-child(4n) h2 {
    color: #56ccad;
}
.posts-section .post:nth-child(4n+1) h2 {
    color: #007983;
}
.posts-section .btn {
    margin: 0 5px;
}
.posts-section p {
    padding-bottom: 30px;
}
.post-footer {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 0;
    padding: 20px 0;
    border-top: 1px solid #e9e8ee;
}
.post-footer p {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-align: right;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    color: #bbbbc9;
    text-transform: uppercase;
}
.post-footer p:first-child {
    text-align: left;
    padding: 0 10px 0 0;
}
.post-footer p a:hover {
    text-decoration: none;
    color: #14b3d9;
}
.post-single-section {
    position: relative;
    padding-top: 75px;
}
.post-single-section .post {
    position: relative;
}
.post-single-section .post .entry, .post-single-section .post .post-share, .post-single-section .post .post-author {
    max-width: 55%;
    margin: 0 auto;
    margin-left: 17%;
}
.post-single-section .post .entry p:last-child:after {
    display: inline-block;
    vertical-align: middle;
    content: '//';
    color: #14b3d9;
    font-weight: 700;
    padding-left: 5px;
}
.post-single-section .post .entry .wp-caption p:last-child:after {
    content: none;
}
.post-single-section .post .sidebar {
    position: absolute;
    top: 0;
    right: 3.5%;
    width: 17%;
}
.post .entry img {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.post .entry .wp-caption {
    position: relative;
    margin-bottom: 50px;
}
.post .entry .wp-caption img {
    margin-bottom: 0;
}
.post .entry .wp-caption .wp-caption-text {
    position: absolute;
    top: 0;
    left: -33%;
    width: 30%;
    box-sizing: border-box;
    padding: 10px 30px 0 0;
    font-size: 18px;
    line-height: 20px;
    color: #b4b4c2;
    border-top: 1px solid #e1e1e7;
}
.post-share {
    padding: 60px 0;
    text-align: center;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    color: #bbbbc9;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e8ee;
}
.post-share .circle {
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #14b3d9;
    cursor: pointer;
}
.post-share .dd-trigger {
    padding-bottom: 20px;
}
.post-share .dd-holder {
    position: relative;
}
.post-share .dd-holder .dd {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e9e8ee;
    border-top: 4px solid #14b3d9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
}
.post-share .dd-holder .dd:before {
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #14b3d9;
}
.post-share .dd-holder:hover .dd {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.post-author {
    position: relative;
    padding: 60px 0 60px 135px;
    box-sizing: border-box;
}
.author-img {
    position: absolute;
    top: 60px;
    left: 0;
    width: 115px;
}
.author-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.date, .author-det span, .shared-list .post span, .post-actions a span {
    display: block;
    margin-bottom: 10px;
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    color: #bbbbc9;
    text-transform: uppercase;
}
.author-det h3 {
    margin-bottom: 10px;
    color: #00b3e6;
}
.post-actions {
    position: relative;
    border-top: 1px solid #e9e8ee;
    border-bottom: 1px solid #e9e8ee;
    text-align: center;
}
.post-actions a {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 12% 80px;
    margin-right: -4px;
    font-size: 44px;
    line-height: 48px;
    color: #333232;
}
.post-actions a:hover {
    color: #00b3e6;
}
.section-feat-shared {
    border-top: 1px solid #e9e8ee;
}
.section-feat-shared .section h2 {
    color: #00b5dd;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}
.shared-list .post {
    padding: 35px 12% 55px;
    border-bottom: 1px solid #e9e8ee;
    text-align: center;
}
.shared-list .post:hover h2 {
    color: #00b3e6;
}
.shared-list .post span {
    margin-bottom: 20px;
}
.feat-advertise {
    position: relative;
    padding-left: 50%;
    background: #56ccad;
    text-align: center;
    color: #fff;
}
.advertise-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}
.advertise-txt {
    padding: 125px 100px;
}
.advertise-txt h2 {
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 70px;
}
.advertise-txt p {
    font: 16px/20px 'nimbus_sans_conbold';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.advertise-blue {
    background: #00518d;
}
.search-no-results .posts-section:before, .error404 .posts-section:before {
    content: none!important;
}
.error404 .entry .field {
    position: static;
    float: left
}
.error404 .entry .searchsubmit {
    float: left;
    margin-left: 15px;
}
@media screen and (max-width: 1400px) {
    h1 {
        font-size: 46px;
        line-height: 50px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .entry h2, .advertise-txt h2, .section-feat-shared .section h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .section {
        padding: 30px 20px;
    }
    body {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-widgets {
        font-size: 14px;
        line-height: 18px;
    }
    .shell {} .posts-section .post {
        padding: 40px 20px 130px;
    }
    .advertise-txt {
        padding: 50px 20px;
    }
    .footer-widgets .shell {
        background: 0;
    }
    .footer-widgets .widget ul {
        max-width: 400px;
        margin: 0 auto;
    }
    .footer-widgets .widget li {
        padding-left: 0;
    }
    .footer-widgets .widget li:before {
        content: none;
    }
    .logo-footer {
        margin: 0 auto;
    }
    .footer-copyrights .social-icons, .footer-copyrights .copyrights {
        width: auto;
        margin: 0 auto 20px;
        display: block;
    }
    .footer-copyrights .copyrights {
        margin-bottom: 0;
        text-align: center;
    }
    .copyrights li {
        padding: 0 20px;
    }
    .header-nav .col, .header-nav .col:first-child, .header-nav .col:last-child {} .nav {
        padding: 10px 0;
    }
    .search-btn {
        margin: 0 auto;
    }
    .intro-txt {
        padding-bottom: 40px;
    }
    .intro .nav-sub {
        margin-bottom: 40px;
    }
    .intro h1 {
        margin-bottom: 30px;
        font-size: 50px;
        line-height: 54px;
    }
    .post-single-section .post {
        padding: 0 20px;
    }
    .post-single-section .post .entry, .post-single-section .post .post-share, .post-single-section .post .post-author {
        cursor: inherit;
    }
    .post-single-section .post .sidebar {
        width: 20%;
    }
    .post-actions {
        text-align: center;
    }
    .post-actions a {
        padding: 10px 30px 30px;
        width: 48%;
        margin: 0;
    }
    .form-subs {
        margin-right: 10px;
    }
    .logo {
        margin-left: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .post-single-section .post .entry, .post-single-section .post .post-share, .post-single-section .post .post-author {
        max-width: 60%;
        /* margin-right: 52%; */

        margin: 0 auto;
        margin-left: 10%;
    }
    .post-single-section .post .sidebar {
        width: 20%;
    }
}
@media screen and (max-width: 980px) {
    .post-single-section .post .entry, .post-single-section .post .post-share, .post-single-section .post .post-author {
        max-width: 60%;
        /* margin-right: 52%; */

        margin: 0 auto;
        margin-left: 10%;
    }
    .post-single-section .post .sidebar {
        width: 27%;
    }
}
@media screen and (max-width: 767px) {
    #page-section-title h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #14b3d9;
        line-height: 52px;
        font-weight: 700;
        letter-spacing: -0.5px;
        font-size: 35px;
        text-align: center;
    }
    .footer-widgets .widget {
        float: none;
        display: block;
        width: auto;
        padding: 20px 40px;
        text-align: center;
        border-bottom: 1px solid #3e3e43;
    }
    .header {
        padding-top: 0;
    }
    .header-main {
        position: static;
    }
    .shell {
        padding: 0 10px;
    }
    .logo {
        float: none;
        display: block;
        margin: 0;
    }
    .form-subs {
        float: none;
        margin: 0;
        text-align: center;
    }
    .form-subs .field {
        width: 170px;
    }
    .form-subs .form-btn {
        width: 100px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .entry h2, .advertise-txt h2, .section-feat-shared .section h2 {
        font-size: 34px;
        line-height: 38px;
    }
    .intro h1 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 44px;
    }
    .intro-meta p {
        padding: 0 10px;
    }
    .intro-txt {
        padding-bottom: 20px;
    }
    .posts-section .post {
        float: none;
        display: block;
        width: 100%;
        height: auto!important;
        padding: 30px 10px 0;
    }
    .post-tags {
        margin-bottom: 20px;
    }
    .post-img {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .post-footer {
        position: static;
    }
    .post-txt {
        margin-bottom: 20px;
    }
    .btn {
        padding: 4px 20px;
    }
    .feat-advertise {
        padding: 200px 0 0 0;
    }
    .advertise-img {
        width: 100%;
        height: 200px;
        bottom: auto;
    }
    .advertise-txt {
        padding: 20px;
    }
    .posts-section h2 {
        margin-bottom: 10px;
    }
    .post-single-section .post .entry, .post-single-section .post .post-share, .post-single-section .post .post-author {
        margin: 0;
        max-width: 100%
    }
    .post-single-section .post .sidebar {
        position: static;
        width: 100%;
    }
    .post .entry .wp-caption .wp-caption-text {
        position: static;
        width: 100%;
    }
    .wp-caption {
        margin-bottom: 20px;
    }
    .post-single-section .post .entry {
        margin-bottom: 40px;
        max-width: 90%;
        margin: auto;
    }
    .post-single-section {
        padding-top: 20px;
    }
    .post-single-section .post {
        padding: 0 5px;
    }
    .post-share, .post-author {
        padding: 30px 0;
    }
    .author-img {
        position: static;
        margin-bottom: 20px;
    }
    .post-actions:before, .posts-section:before {
        content: none;
    }
    .post-actions a {
        display: block;
        width: 100%;
        padding: 20px;
        font-size: 24px;
        line-height: 28px;
    }
    .post-actions a:first-child {
        border-bottom: 1px solid #e9e8ee;
    }
    .shared-list .post {
        padding: 20px;
    }
    .shared-list .post h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .menu-trigger {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header {
        position: relative;
    }
    .header-main {
        border: 0;
        margin-bottom: -20px;
    }
    .form-subs {
        display: none;
    }
    .header-nav .col.one-fourth {
        display: none;
    }
    .header-nav {
        padding: 0;
    }
    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #313235;
        -webkit-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .show-menu .nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (max-width: 750px) {
    .posts-section .feat-advertise {
        float: none;
        width: 100%;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-search, .icon-social-cat, .icon-social-twitter, .icon-social-linkedin, .icon-social-facebook, .icon-social-instagram {
        background-image: url(images/sprite@2x.png);
        -webkit-background-size: 115px 130px;
        background-size: 115px 130px;
    }
    .header-search .searchsubmit {
        background-image: url(images/search-ico@2x.png);
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .logo {
        background-image: url(images/logo@2x.png);
        -webkit-background-size: 208px 53px;
        background-size: 208px 53px;
    }
    .logo-footer {
        background-image: url(images/logo-footer@2x.png);
        -webkit-background-size: 196px 97px;
        background-size: 196px 97px;
    }
}

.wisepop-popin{
    -webkit-animation: wisepop 30s;
    animation: wisepop 30s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes wisepop {
    0% {
        transform: translateY(-9999999px);
        opacity: 0 !important;
        visibility: hidden !important;
    }
    99% {
        transform: translateY(-9999999px);
        opacity: 0 !important;
        visibility: hidden !important;
    }
    100% {
        transform: translateY(0px);
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Standard syntax */
@keyframes wisepop {
    0% {
        transform: translateY(-9999999px);
        opacity: 0 !important;
        visibility: hidden !important;
    }
    99% {
        transform: translateY(-9999999px);
        opacity: 0 !important;
        visibility: hidden !important;
    }
    100% {
        transform: translateY(0px);
        opacity: 1 !important;
        visibility: visible !important;
    }
}
