/* Style Override by PRELOM doo, 16/09/2019 */

/* Body */
body {
    padding-top: 0 !important;
    border: 20px solid #ffffff;
    background: #ffffff !important;
}

body::selection, *::selection {
    color: #ffffff !important;
    background: #f1592b !important;
}

@media only screen and (max-width: 767px) {
    body {
        border: 15px solid #ffffff;
    }
}

/* Header */
#main-header {
    background: #000000 !important;
}

#top-menu .container {
    padding: 0 !important;
}

#et-logo, #top-menu nav {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

@media only screen and (max-width: 767px) {
    #top-menu nav {
        display: none !important;
    }

    #top-menu #et_mobile_nav_menu {
        display: inline-block !important;
        vertical-align: middle !important;
        width: calc(100% - 200px) !important;
    }
}

#et-logo {
    margin-top: 0 !important;
    width: 150px !important;
    margin-left: -20px !important;
}

@media only screen and (max-width: 767px) {
    #et-logo {
        margin-top: 5px !important;
    }
}

#et-logo img {
    max-height: 150px !important;
}

@media only screen and (max-width: 1023px) {
    #et-logo img {
        max-height: 100px !important;
    }
}

#top-menu nav {
    width: calc(100% - 160px) !important;
}


#top-menu {
    position: absolute !important;
    top: 40px;
    left: 0;
    width: 100% !important;
    background: none !important;
    box-shadow: none !important;
    z-index: 99 !important;
}

@media only screen and (max-width: 1023px) {
    #top-menu {
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #top-menu {
        top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    #top-menu {
        top: 15px;
    }
}

#top-menu.et-fixed {
    position: fixed !important;
    background: #2f3c44 !important;
    height: 75px !important;
}

#top-menu.et-fixed #et-logo {
    display: inline-block !important;
}

#top-menu.et-fixed #et-logo img {
    height: 70px !important;
}

#top-menu.et-fixed nav {
    margin-top: 25px !important;
}


#top-menu #menu-main-menu, #top-menu #menu-main-menu-slo, #top-menu #menu-main-menu-romanian, #top-menu #menu-main-menu-cro, #top-menu #menu-menu-1, #top-menu #menu-menusk {
    text-align: right !important;
}

#top-menu ul.nav > li:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
    color: #637680;
}

#top-menu ul.nav > li:last-child:after {
    display: none;
}

#top-menu a {
    transition: all 0.3s ease-in-out;
}

#top-menu ul.nav > li:hover > a, #top-menu ul.nav > li .sub-menu a:hover {
    color: #f1592b;
}

#top-menu li.current-menu-item > a, #top-menu li.current-menu-item > a, .et_mobile_menu li.current-menu-item > a {
    color: #f1592b !important;
    font-weight: 600 !important;
}

#top-menu ul.nav > li > a:before, #top-menu ul.nav > li.current-menu-parent > a:before {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #f1592b;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#top-menu ul.nav > li:hover > a:before, #top-menu ul.nav > li.current-menu-parent > a:before {
    opacity: 1;
}

#top-menu ul.nav > li > a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

#top-menu ul.nav > li > .sub-menu {
    left: auto !important;
    right: 0 !important;
    background: #000000 !important;
}

#top-menu.et-fixed ul.nav > li .sub-menu {
    background: #2f3c44 !important;
}

@media only screen and (max-width: 991px) {
    #top-menu ul.nav > li > a {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
}

.nav.sf-arrows > li.menu-item-has-children > a:after {
    display: none;
}

#top-menu ul.nav > li.wpml-ls-menu-item > a > span {
    display: none;
}

#et_mobile_nav_menu {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
}

#et_mobile_nav_menu .desktop-text, #et_mobile_nav_menu .mobile-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    #et_mobile_nav_menu .desktop-text, #et_mobile_nav_menu .mobile-text {
        font-size: 14px;
    }
}

#et_mobile_nav_menu .desktop-text {
    display: none !important;
}

#et_mobile_nav_menu .mobile-text {
    display: block !important;
}

#et_mobile_nav_menu .mobile_nav {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .et_mobile_menu {
        left: auto;
        right: -34px;
        width: calc(100vw - 33px);
    }
}

@media only screen and (max-width: 767px) {
    .mobile_nav > .et_mobile_arrow {
        width: 12px;
        height: 8px;
        top: 4px;
        background-size: contain !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #top-menu a {
        padding: 0 5px;
    }
}


/* Top area */


#top-area {
    position: relative;
    padding: 300px 0 100px 0 !important;
}

@media only screen and (max-width: 1400px) {
    #top-area {
        padding: 250px 0 100px 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    #top-area {
        padding: 200px 0 100px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #top-area {
        padding: 150px 0 50px 0 !important;
    }
}

#top-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#top-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 60%);
    opacity: 0.4;
}

.page-template-page-home #top-area {
    background: none !important;
    padding: 0 !important;
}

.page-template-page-home #top-area:before, .page-template-page-home #top-area:after {
    display: none !important;
}


#top-area .container .title {
    margin: 0;
    padding: 0;
}

#top-area h1.title, .soliloquy-container .soliloquy-caption-inside h2 {
    font-size: 47px;
    line-height: 1.1 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.035em;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #ffffff;
    padding: 0 15px !important;
}

@media only screen and (max-width: 1400px) {
    #top-area h1.title, .soliloquy-container .soliloquy-caption-inside h2 {
        font-size: 45px;
        letter-spacing: 0.02em;
    }
}

@media only screen and (max-width: 767px) {
    #top-area h1.title, .soliloquy-container .soliloquy-caption-inside h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 520px) {
    #top-area h1.title, .soliloquy-container .soliloquy-caption-inside h2 {
        font-size: 35px;
        letter-spacing: 0.01em;
    }
}

#top-area h1.title:after, .soliloquy-container .soliloquy-caption-inside h2:after {
    content: '';
    display: block;
    margin: 30px auto 0 auto;
    width: 50px;
    height: 1px;
    background: #ffffff;
}

.soliloquy-container .soliloquy-caption-inside h2 {
    text-align: left !important;
    max-width: 100%;
    padding-left: 0 !important;
}

.soliloquy-container .soliloquy-caption-inside h2:after {
    margin: 25px 0;
    width: 150px;
}

.soliloquy-container .soliloquy-caption-inside {
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 !important;
    max-width: 800px !important;
    white-space: normal !important;
}

.soliloquy-container .soliloquy-caption-inside .read-more-links {
    text-align: left !important;
    margin-top: 30px !important;
}

.soliloquy-container .soliloquy-caption-inside .read-more-links a:first-child, .soliloquy-container .soliloquy-caption-inside .read-more-links a:first-child mark {
    margin-left: 0 !important;
}

.soliloquy-container .soliloquy-caption-inside p {
    font-style: italic !important;
    line-height: 1.6 !important;
    max-width: 500px !important;
}

.soliloquy-container .soliloquy-caption {
    background: none !important;
    padding: 0 !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.soliloquy-container .soliloquy-image {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

/*@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {*/
/*    .soliloquy-container .soliloquy-image {*/
/*        height: auto !important;*/
/*        width: 100% !important;*/
/*        position: absolute !important;*/
/*        top: 50% !important;*/
/*        left: 50% !important;*/
/*        transform: translateX(-50%) translateY(-50%) !important;*/
/*        object-fit: none !important;*/
/*    }*/
/*}*/

@media only screen and (max-width: 1023px) {
    .soliloquy-container .soliloquy-image {
        opacity: 0.8 !important;
    }
}

.soliloquy-container {
    max-width: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
}

.soliloquy-container .soliloquy-item {
    height: calc(100vh - 40px) !important;
    min-height: 550px !important;
}

.soliloquy-controls-direction {
    display: none !important;
}

.soliloquy-container .soliloquy-pager {
    height: 14px !important;
    bottom: 30px !important;
    left: 50% !important;
    z-index: 999 !important;
    text-align: left !important;
    transform: translateX(-50%) !important;
}

@media only screen and (max-width: 1023px) {
    .soliloquy-container .soliloquy-pager {
        bottom: 20px !important;
    }
}

.soliloquy-container .soliloquy-pager-item {
    margin: 0 3px !important;
    width: 14px !important;
    text-align: center !important;
}

.soliloquy-container .soliloquy-pager-link {
    background: #ffffff !important;
    border-radius: 100% !important;
    width: 8px !important;
    height: 8px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: all .3s ease-in-out !important;
}

.soliloquy-container .soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active {
    background: #f1592b !important;
    transform: scale(1.7) !important;
}


@media only screen and (min-width: 1400px) {
    .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-pager {
        width: 1280px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-pager {
        width: 960px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-pager {
        width: calc(100% - 70px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-pager {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .soliloquy-container .soliloquy-item {
        height: calc(100vh - 30px) !important;
    }
}

@media (max-width: 600px) {
    .soliloquy-container .soliloquy-pager, .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-controls-auto {
        display: block !important;
    }

}


#top-area .container {
    z-index: 2 !important;
}

@media only screen and (max-width: 767px) {
    #top-menu .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


@media only screen and (min-width: 1400px) {
    .container {
        width: 1280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 767px) {
    .container, .et-description, .footer-widget {
        width: auto;
    }
}

.home-block header h1 {
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    padding-left: 0 !important;
}

/* Section */
.home-block {
    padding: 120px 0;
}

@media only screen and (max-width: 767px) {
    .home-block {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 479px) {
    .home-block {
        padding: 80px 0;
    }
}


.et-even {
    position: relative;
    border-color: #f2f3f5;
    background-color: #f2f3f5;
    box-shadow: none;
}

.et-even:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -60px;
    height: 120px;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.et-slider-area.et-even {
    border-color: #ffffff;
    background-color: #ffffff;
}

.et-slider-area.et-even:before {
    display: none;
}


/* News post */
.post-grid.grid .element_0, #post-grid-1182 .element_0, .h2-black-text, .animal h5, .h3-black-text, .ug-videoskin-right-thumb .ug-thumb-title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-align: left !important;
    padding: 0 !important;
}

.animal h5 {
    display: block;
    text-align: center !important;
}

.h3-black-text, .ug-videoskin-right-thumb .ug-thumb-title {
    font-size: 15px !important;
}


.animal img {
    margin-bottom: 10px;
}

.animal p:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .animal {
        margin-bottom: 30px !important;
    }
	.animal img {
		width: 150px;
	}
}

.post-grid.grid {
    background: none !important;
}

.post-grid .grid-nav-top {
    margin-bottom: 0 !important;
}

.post-grid.grid .element_0:not(:last-child), #post-grid-1182 .element_0:not(:last-child) {
    margin-bottom: 30px !important;
}

.post-grid.grid .element_1, #post-grid-1182 .element_1 {
    color: #6f7287 !important;
    line-height: 1.5 !important;
    text-align: left !important;
    padding: 0 !important;
}

.skin.flat .layer-content {
    padding: 40px !important;
    /*border: 1px solid #e8e8e9;*/
    /*border-top: none;*/
    position: relative !important;
}

@media only screen and (max-width: 1023px) {
    .skin.flat .layer-content {
        padding: 30px !important;
    }
}


/* News posts grid */
.post-grid .grid-items {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;
    flex-flow: row wrap !important;
    margin: -15px !important;
}

.post-grid.grid .item, #post-grid-1182 .item {
    position: relative !important;
    margin: 15px !important;
    border: 1px solid #e8e8e9 !important;
    border-top: none !important;
    flex: 1 40% !important;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
    .post-grid.grid .item, #post-grid-1182 .item {
        flex: 1 100% !important;
    }
}

@media only screen and (max-width: 650px) {
    .post-grid.grid .item, #post-grid-1182 .item {
        flex: 1 100% !important;
    }
}

.post-grid.grid .item:after, #post-grid-1182 .item:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: #f1592b !important;
}

.post-grid.grid .item .layer-media, #post-grid-1182 .item .layer-media {
    height: 180px !important;
}

@media only screen and (max-width: 650px) {
    .post-grid.grid .item .layer-media, #post-grid-1182 .item .layer-media {
        height: 200px !important;
    }
}


/* Team members */
#team-members {
    padding: 0 !important;
}

#team-members {
    margin-top: -30px;
}

body.home .team-member {
    margin-bottom: 0;
    margin-top: 90px;
}

.team-member {
    position: relative;
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    text-align: center;
    padding: 0;
    width: calc(100% / 3);
    margin-top: 70px !important;
}

@media only screen and (max-width: 767px) {
    .team-member {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 479px) {
    .team-member {
        width: 100%;
        float: none;
    }
}

.team-member:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    height: 4px;
    width: 40px;
    background: #f1592b;
}

@media only screen and (max-width: 479px) {
    .team-member:after {
        bottom: -20px;
    }
}

.member-image, .member-image img {
    border-radius: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.member-image {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    .member-image {
        max-width: 170px !important;
    }
}

.member-image:not(:last-child) {
    margin-bottom: 25px;
}

.member-image:before {
    display: none;
}

.title h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

#team-members .team-member .title p {
    font-size: 14px;
    color: #6f7287 !important;
    line-height: 1.5 !important;
}

.team-member .title {
    padding: 0 15px;
}


/* Footer */
#main-footer, .bg-grey-concrete {
    background-color: #2f3c44;
    background-image: url(../jpg/bg-footer.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-grey-concrete h1, .ug-videoskin-right-thumb .ug-thumb-title {
    color: #ffffff !important;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

.my-video-gallery {
    padding-bottom: 0 !important;
}

.ug-videoskin-right-thumb .ug-thumb-icon, .ug-videoskin-right-thumb .ug-thumb-right {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.ug-videoskin-right-thumb .ug-thumb-icon {
    width: 170px !important;
    height: 100px !important;
}

.ug-videoskin-right-thumb .ug-thumb-right {
    width: calc(100% - 200px) !important;
}

.ug-videoskin-right-thumb .ug-thumb-title {
    height: auto !important;
    width: 100% !important;
}

.ug-videoskin-right-thumb .ug-thumb-selected .ug-thumb-icon {
    border: none !important;
}

.ug-videoskin-right-thumb .ug-thumb-wrapper {
    height: auto !important;
    border-bottom-color: rgba(232, 232, 233, 0.15) !important;
}

.ug-videoskin-right-thumb .ug-thumb-inner {
    padding-bottom: 12px !important;
}

.ug-videoskin-right-thumb .ug-strip-panel, #video-gallery, .ug-videoskin-right-thumb .ug-thumb-wrapper, .ug-gallery-wrapper .ug-videoplayer {
    background: none !important;
}

.ug-videoskin-right-thumb .ug-thumb-wrapper.ug-thumb-selected {
    background: rgba(232, 232, 233, 0.15) !important;
}


.ug-videoplayer {
    width: 65% !important;
}

.ug-strip-panel {
    width: 35% !important;
}

.ug-thumb-wrapper, .ug-thumbs-strip-inner, .ug-thumbs-strip {
    width: 100% !important;
}

@media only screen and (max-width: 1023px) {
    .ug-videoskin-right-thumb .ug-thumb-right {
        display: none !important;
    }

    .ug-gallery-wrapper .ug-videoplayer, #video-gallery, .ug-strip-panel, .ug-thumbs-strip {
        min-height: 300px !important;
    }

    .ug-videoskin-right-thumb .ug-thumb-icon {
        width: 80px !important;
        height: 80px !important;
    }

    .ug-videoplayer {
        width: calc(100% - 80px) !important;
    }

    .ug-strip-panel {
        width: 80px !important;
    }

    .ug-videoskin-right-thumb .ug-thumb-inner {
        padding: 0 !important;
    }

    .ug-thumb-wrapper .ug-thumb-icon {
        opacity: 0.5 !important;
    }

    .ug-thumb-wrapper.ug-thumb-selected .ug-thumb-inner {
        background: #f1592b !important;
    }
}

@media only screen and (max-width: 767px) {
    #main-footer {
        padding: 30px 0;
    }

}

.footer-widget {
    margin-right: 0;
    font-size: 15px;
    line-height: 1.6;
}

.footer-widget b {
    color: #f1592b !important;
}

.text-my-grey-light {
    color: #9ca5af !important;
}

.footer-widget:first-child, .footer-widget:last-child {
    width: 330px;
}

@media only screen and (max-width: 1400px) {
    .footer-widget:first-child, .footer-widget:last-child {
        width: 280px;
    }
}

.footer-widget:nth-child(2) {
    width: calc(100% - 660px);
}

@media only screen and (max-width: 1400px) {
    .footer-widget:nth-child(2) {
        width: calc(100% - 560px);
    }
}

@media only screen and (max-width: 991px) {
    .footer-widget:first-child, .footer-widget:nth-child(2) {
        width: 50% !important;
    }

    .footer-widget:last-child {
        width: 100% !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget:first-child, .footer-widget:nth-child(2) {
        width: auto !important;
        text-align: center !important;
        padding: 0 20px;
        float: none;
    }

    .footer-widget:last-child {
        width: auto !important;
        text-align: center !important;
        padding: 0 20px;
        float: none;
    }
}

h4.widgettitle {
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
    h4.widgettitle {
        text-align: center !important;
    }
}

.footer-widget:nth-child(2) #media_image-2 {
    text-align: center !important;
    margin: 0 50px;
}

.footer-widget .fwidget img {
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-widget.last h4.widgettitle, .small-primary-title, .small-grey-title {
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #f1592b !important;
    margin-bottom: 30px;
}

.small-grey-title {
    color: #6f7287 !important;
}

.small-grey-title:last-child {
    margin-bottom: 0;
}

.h1-black-text {
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000000;
    margin: 30px 0;
}

.h1-black-text:first-child {
    margin-top: 0;
}

.h1-black-text:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .h1-black-text {
        font-size: 20px;
    }
}

.read-more-links {
    position: relative;
    display: block;
    text-align: center;
    margin: 40px 0;
}

.read-more-links:first-child {
    margin-top: 0;
}

.read-more-links:last-child {
    margin-bottom: 0;
}

.read-more-links a, .read-more-links a mark, .animal p a {
    display: inline-block;
    margin: 0 20px;
    text-decoration: none;

    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #f1592b !important;
}

.read-more-links a mark {
    background: #f1592b !important;
    color: #ffffff !important;
    padding: 0 5px;
}


.footer-widget.last .fwidget img {
    width: auto !important;
}

.footer-widget #media_image-4, .footer-widget #media_image-5 {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}

@media only screen and (max-width: 991px) {
    .footer-widget #media_image-4, .footer-widget #media_image-5 {
        margin: 0 4px !important;
    }
}

/* News Thumbs */
.description {
    width: 100%;
}

.entry .thumbnail:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 60%);
    opacity: 0.5;
}

.description h2, .entry.et-no-image h2 {
    background-color: transparent !important;
    letter-spacing: 0 !important;
    padding: 0 30px 30px 30px !important;
    margin: 0 !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    position: relative;
    z-index: 2 !important;
}

@media only screen and (max-width: 1023px) {
    .description h2, .entry.et-no-image h2 {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 767px) {
    .description h2, .entry.et-no-image h2 {
        font-size: 25px !important;
    }
}

.entry.et-no-image h2, .entry.et-no-image h2 a {
    margin: 0 !important;
    color: #000000 !important;
    background-color: transparent !important;
    padding-left: 0 !important;
}

.description h2 a, .entry.et-no-image h2 a {
    font-weight: 700 !important;
}

.entry:last-child {
    margin-bottom: 0;
}

.entry p {
    font-size: 15px !important;
    color: #6f7287 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

#main-area {
    width: 65.32% !important;
    margin-right: 4% !important;
}

@media screen and (max-width: 767px) {
    #main-area {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

#sidebar {
    width: 30.66% !important;
}

@media screen and (min-width: 992px) {
    #sidebar {
        width: calc(30.66% - 30px) !important;
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 991px) {
    #sidebar, #main-area {
        width: 100% !important;
        margin-top: 40px !important;
    }
}

#sidebar h4.widgettitle {
    text-align: center !important;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
}

#main-area .thumbnail .description .meta-info {
    padding: 8px 30px !important;
    background-color: #f1592b;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    color: #ffffff !important;
    z-index: 2 !important;
}

.thumbnail:before {
    display: none !important;
}

.entry .thumbnail img {
    height: auto !important;
    width: 100% !important;
}

#main-area .thumbnail .description .meta-info p {
    color: #ffffff !important;
}

.entry .read-more {
    display: block;
    padding-top: 0 !important;
    float: none !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #f1592b !important;
    margin-top: 10px !important;
    transition: all 0.3s ease-in-out;
}

.entry .read-more:hover {
    opacity: 0.7;
}

.entry .thumbnail {
    position: relative;
    overflow: hidden;
}


/* Form */
input[type=text], input.text, input.title, textarea, select {
    background-color: #edeef0;
    border: none;
    color: #000000;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
}

input[type="submit" i] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #ffffff;
    background-color: #f1592b;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    border: none;
}

.searchform {
    text-align: center;
}

.searchform .screen-reader-text {
    display: none !important;
}

.searchform input {
    width: calc(100% - 100px);
    display: inline-block;
}

.searchform input[type="submit" i] {
    width: 70px;
    display: inline-block;
    margin-left: -4px;
}


/* Article style */
.wp-caption {
    border: none;
    background-color: transparent;
    max-width: 100% !important;
    padding: 0;
    margin: 40px auto;
}

.wp-caption:first-child {
    margin-top: 0;
}

.wp-caption:last-child {
    margin-bottom: 0;
}

.wp-caption p.wp-caption-text {
    color: #000000 !important;
    font-size: 13px !important;
    margin-top: 5px !important;
}

.fullwidth #main-area {
    width: 100% !important;
    margin-right: 0 !important;
}

.entry .one_third.et_column_last {
    text-align: left !important;
}

.fb_iframe_widget {
    display: block;
    margin: 40px 0;
}

.fb_iframe_widget span {
    margin-left: auto;
    margin-right: auto;
}

.fb_iframe_widget:first-child {
    margin-top: 0;
}

.fb_iframe_widget:last-child {
    margin-bottom: 0;
}


.entry h2, .entry h3 {
    margin-bottom: 30px !important;
}

.entry h4 {
    margin: 30px 0 20px 0;
}

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

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


@media only screen and (max-width: 767px) {
    .alignright, .alignleft {
        float: none;
        width: 100% !important;
        margin: 0;
    }

    .wp-caption.alignright, .wp-caption.alignleft {
        margin: 0;
    }

    .wp-caption p.wp-caption-text {
        text-align: center !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.et-box.et-normal {
    display: block;
    margin: 40px 0;
    background: #f2f3f5 !important;
}

.et-box.et-normal:first-child {
    margin-top: 0;
}

.et-box.et-normal:last-child {
    margin-bottom: 0;
}

.entry table {
    border: none;
}

.entry table tr:nth-child(odd) {
    background: #f2f3f5;
}

.entry tr td {
    border-top: none;
    padding: 10px 24px;
}

@media only screen and (max-width: 767px) {
    .entry tr td {
        padding: 10px 15px;
    }
}


.member-skills {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    float: none;
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .member-skills {
        margin-bottom: 20px;
    }
}

.member-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 290px);
    padding-left: 30px;
    float: none;
}

@media only screen and (max-width: 991px) {
    .member-info {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .member-info {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .member-info *, .member-info p {
        text-align: center !important;
    }
}

.team-member .member-info .title {
    padding: 0;
}

.member-image, .member-image img {
    width: 192px !important;
    height: auto !important;
    left: 0 !important;
}

@media only screen and (max-width: 767px) {
    .member-image, .member-image img {
        width: 150px !important;
    }
}

.team-member .member-info .title span {
    display: block;
    font-size: 14px;
    color: #6f7287 !important;
    line-height: 1.5 !important;
}

.team-member .member-info .title h3 {
    font-size: 24px !important;
}

.team-member-inner {
    padding: 0;
}

.page-template-page-template-team-php .team-member {
    margin-bottom: 90px;
}


@media only screen and (max-width: 767px) {
    .fullwidth #main-area .team-member {
        margin: 0 0 70px 0 !important;
    }
}

.fullwidth #main-area .team-member:after {
    bottom: -80px;
}

@media only screen and (max-width: 767px) {
    .fullwidth #main-area .team-member:after {
        bottom: -30px;
    }
}


@media only screen and (max-width: 479px) {
    .page-template-page-template-team-php .title h3 {
        padding-bottom: 0;
    }
}


/* FB widget */
.widget-shortcode {
    text-align: center;
}

.fb_iframe_widget span, .fb_iframe_widget {
    max-width: 100% !important;
}

.fb_iframe_widget span iframe, ._2p3a, .uiScaledImageContainer {
    width: 100% !important;
}

/* Ambassadors columns - ONE HALF MIDDLE */
@media only screen and (min-width: 768px) {
    .ambassadors .row {
        margin: 50px 0;
    }

    .ambassadors .row:first-child {
        margin-top: 0;
    }

    .ambassadors .row:last-child {
        margin-bottom: 0;
    }

    .ambassadors .row-even .one_half_middle:first-child {
        order: 2;
    }

    .ambassadors .row-even .one_half_middle:last-child {
        text-align: right !important;
    }

    .one_half_middle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 4px);
    }

    .one_half_middle_content {
        padding: 0 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .one_half_middle_content {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .ambassadors .row {
        margin: 60px 0;
    }

    .ambassadors .row:first-child {
        margin-top: 0;
    }

    .ambassadors .row:last-child {
        margin-bottom: 0;
    }

    .one_half_middle_content {
        padding: 0 20px;
        text-align: center !important;
    }
}


.ambassadors .row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.ambassadors .row .one_half_middle {
    display: flex;
    flex: 1 50%;
    width: 100%;
    float: none !important;
}

.ambassador img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .ambassadors .row .one_half_middle:first-child {
        flex: 1 40%;
    }

    .ambassadors .row .one_half_middle:last-child {
        flex: 1 60%;
    }

    .one_half_middle_content {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ambassadors .row .one_half_middle {
        flex: 1 100%;
        margin-top: 20px;
    }

    .ambassadors .row .one_half_middle img {
        max-width: 550px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
