/* =============================================================================
Theme Name: Phlox Child
Theme URI: http://phlox.child/
Author: averta
Author URI: http://www.averta.net
Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, business, agency, news & magazine, food & restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, 30 exclusive widgets and elements, 19 demo sites for one-click import, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor, Visual Composer and SiteOrigin page builders. Phlox is architect from scratch by the team behind the famous "Master Slider" project, so relax and be assured that you are supported by a good company. Phlox is the only theme that you have ever need to use and look no further. Start exploring the demos: http://demo.phlox.pro/default/
Template: phlox-pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-colors, editor-style, featured-images, featured-image-header, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, translation-ready, e-commerce, portfolio, food-and-drink, threaded-comments, custom-logo
Text Domain: phlox-child
==============================================================================*/


img {
  image-rendering: auto;
  max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}
a:focus,
a:hover {
    outline: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btns a {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    font-weight: 600;
    margin: 10px 15px;
    padding: 15px 15px;
    display: inline-block;
}
.btns a:hover {
    color: rgba(255,255,255,1);
}


/************************************************************

    Common elements

*************************************************************/


/* Forms elements
*************************************/
select.year-select {
    border: 1px solid #b6b6b6;
    padding: .35rem 1rem .25rem .5rem;
    border-radius: 4px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #777;
    font-size: .825rem;
    margin-bottom: .35rem;
}

select:not(:last-child) {
    margin-right: .5rem;
}


/* Filters
*************************************/
.no-results {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #f84700;
    border: 1px solid #f84700;
    padding: .5rem;
    margin-bottom: .6rem;
}


/* Transitions
*************************************/
.transition-2,
.project-item .project-hover,
.project-hover a.ion-search,
.gallery-item a:after,
.blog-item .title,
.blog-item .date,
.btns a {
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.transition-3,
.gallery-item,
.gallery-item a:before,
.blog-item,
.blog-item a:before,
.blog-item a:after {
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}


/************************************************************

    Inner page

*************************************************************/

/* Body content
*************************************/
.body-content [class^="col-"] > h4 {
    margin: 0 0 1rem;
}
.body-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #478195;
    margin: 0 0 1rem;
}
.body-content h6 {
    font-weight: 600;
}
.body-content p {
    font-size: .825rem;
    font-weight: 400;
    color: #333;
    line-height: 1.375rem;
}
.body-content p.italic {
    font-size: .9rem;
    font-style: italic;
}
.body-content p a {
    color: #555;
}
.body-content p a:hover {
    color: #f84700;
}
.body-content p:not(:last-child) {
    margin-bottom: .7rem;
}


/* Gallery items
*************************************/
/* Filters */
.filters-container {
    margin-top: 1.25rem;
}
ul.gallery-filters {
    margin: 0;
    text-align: left;
}
.gallery-filters > li {
    display: inline-block;
    margin-bottom: .7rem;
}
.gallery-filters > li:not(:last-child) {
    margin-right: .5rem;
}
/* Items */
.gallery-item-outer {
    padding: .5rem;
}
.gallery-item {
    position: relative;
    width: 100%;
    padding-bottom: 61.80469715698393%;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.gallery-item:hover {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 15px rgba(0,0,0,.15);
}
.gallery-item a {
    display: block;
    position: absolute;
    top: .35rem;
    right: .35rem;
    bottom: .35rem;
    left: .35rem;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

/* Gallery hover effect */
.gallery-item a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fa709a;
    background: -moz-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,8,20,0.8)), color-stop(100%, rgba(2,8,20,0.1)));
    background: -webkit-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: -o-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: -ms-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    opacity: 0;
}
.gallery-item a:hover:before {
    opacity: 1;
}
.gallery-item a:after {
    content: "\f21f";
    font-family: "Ionicons";
    font-size: 1rem;
    color: #f84700;
    opacity: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 0 0 12px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.gallery-item.video a:after {
    content: "\f4cd" !important;
}
.gallery-item a:hover:after {
    opacity: 1;
    top: 50%;
}

/* Gallery trend items */
.gallery-item.trend {
    padding: .35rem !important;
}
.gallery-item.trend a {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.gallery-item.trend a:after {
    content: "Read";
    font-weight: 700;
    font-size: .875rem;
    width: 50px;
    height: 50px;
    padding: 14px 0 0 12px;
}
.gallery-item.trend .issue {
    font-weight: 600;
    font-size: .75rem;
    padding: .3rem .5rem;
    color: #fff;
    background-color: #333;
    position: absolute;
    right: .35rem;
    bottom: .35rem;
    z-index: 3;
}

/* Gallery press items */
.gallery-item.press {
    padding: .25rem !important;
}
.gallery-item.press a {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}


/* Blog items
*************************************/
.blog-item {
    position: relative;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.gallery-items {
    width: auto;
}
.gallery-items > div .blog-item {
    margin: 1rem 0;
}
.blog-item:hover {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 15px rgba(0,0,0,.15);
}
.blog-item a {
    display: block;
    position: relative;
}

.blog-item .content {
    padding: 1.5rem;
}
.blog-item .content > *:not(:last-child) {
    margin-bottom: .5rem;
}
.blog-item .date {
    font-style: italic;
    font-size: .75rem;
    display: block;
}
.blog-item:hover .date {
    color: #666;
}
.blog-item .title {
    color: #fff;
}
.blog-item:hover .title {
    color: #fa709a;
}
.blog-item .desc {
}

/* Blog hover effect */
.blog-item a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fa709a;
    background: -moz-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,8,20,0.8)), color-stop(100%, rgba(2,8,20,0.1)));
    background: -webkit-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: -o-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: -ms-linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    background: linear-gradient(135deg, #fa709a 0%, rgba(41, 94, 103, 0.1) 100%);
    opacity: 0;
}
.blog-item a:hover:before {
    opacity: 1;
}
.blog-item a:after {
    content: "\f21f";
    font-family: "Ionicons";
    font-size: 1rem;
    color: #f84700;
    opacity: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 0 0 12px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.blog-item a:hover:after {
    opacity: 1;
    top: 50%;
}

/* Pagination */
.pagination {
    font-size: .875rem;
    text-align: center;
    margin-top: 2.5rem;
    display: block !important;
    padding-left: auto;
    border-radius: 0;
}
.pagination a {
    position: relative;
    display: inline-block;
    min-width: 2rem;
    margin: 3px;
    border-radius: 4px;

    padding: 7px 14px;
    border: 1px solid #d3d3d3;
    color: #777;
    font-size: .875rem;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pagination [class^="ion-ios"] {}
.pagination a:hover {
    border-color: #f84700;
    color: #f84700;
}
.pagination a.active,
.pagination a.active:hover {
    border-color: #f84700;
    color: #f84700;
    cursor: default;
}
.pagination a.no-active,
.pagination a.no-active:hover {
    border: 1px solid #d3d3d3;
    color: #777;
    cursor: default;
}


/* Isotope dynamic pagination
*************************************/
.onyx-pagination > div > *:before {
    content: "";
    display: block;
    background-image: url(assets/images/loading.gif);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    z-index: 0;
    opacity: 0;

    -webkit-animation: fadein forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein forwards; /* Firefox < 16 */
        -ms-animation: fadein forwards; /* Internet Explorer */
         -o-animation: fadein forwards; /* Opera < 12.1 */
            animation: fadein forwards;

    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
            animation-delay: 1s;
}
div:not(.gallery-container) .onyx-pagination > div > *:before {
    top: 40%;
}
div.gallery-container .onyx-pagination > div > *:before {
    top: 50%;
}

/* Fix for images on responsive */
.onyx-pagination img {
    max-height: 100%;
    max-width: 100%;
}

/* Animation */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .35; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .35; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .35; }
}
/* Internet Explorer */
/*@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .35; }
}*/
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: .35; }
}


/* Upcoming fair
*************************************/
.upcoming-fair:not(:last-child) {
    margin-bottom: 1rem;
}
.upcoming-fair > *:not(:last-child) {
    margin-bottom: .35rem;
}
.upcoming-fair .date {
    display: block;
    font-style: italic;
    font-size: .825rem;
}

#popular_resources .popular_resource {
    float: left;
    width: 33.33%;
    padding: 10px 15px;
}

#popular_resources.skype-for-business .popular_resource,
#popular_resources.microsoft-teams .popular_resource,
#popular_resources.unified-communications .popular_resource,
#popular_resources.workstream-collaboration .popular_resource {
    width: 100%;
}

#popular_resources .popular_resource:nth-child(4n) {
    clear: both;
}

#featured_resources_slider .popular_resource .image img,
#popular_resources .popular_resource .image img {
    border-radius: 10px;
    box-shadow: 0 0px 15px #ccc;
}

.popular_resource .section {
    text-align: center;
    margin: -90px auto 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 15px #ccc;
    width: 80%;
    z-index: 1;
    padding: 5%;
    position: relative;
}

.popular_resource .section h3 {
    font-size:20px;
    line-height:normal;
    color:#154d71;
}

#popular_resources .popular_resource .section .entry-date {
    font-family: "Lato", Sans-serif;
    color: #565759;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 00px;
    display: inline-block;
}

#popular_resources .popular_resource .section a h3 {
    font-family: "Oxygen", Sans-serif;
    color: #154d71;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.subfooter.aux-subfooter > .aux-wrapper > .aux-container {
    padding-top: 55px;
    margin-bottom: 60px;
}

.subfooter.aux-subfooter .aux-widget-area .widget-title {
    padding: 0;
    border-bottom: 0px #DEDEDE solid;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
}

.site-header-section .aux-logo-header .aux-logo-anchor {
    max-width: 310px;
}

.site-header-section .menu-item > a.aux-item-content {
    cursor: pointer;
    color: #3caded;
    font-size: 18px;
    font-family: Oxygen;
    font-weight: 400;
}

.site-header-section .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content:after {
    display: none !important;
}

.circle-container {
    position: absolute;
    width: 600px;
    height: 600px;
    border: 2px solid #3caded;
    border-radius: 100%;
    top: -100px;
    z-index: 9999999;
}

.circle-container a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10em;
    height: 10em;
    margin: -5em;
    background-color: #dcedff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding-top: 10px;
    box-shadow: 0px 3px 5px #333;
}

.circle-container a.center {
    background-color: transparent;
    width: 100%;
    height: auto;
    top: 21%;
    position: absolute;
    left: 21%;
    box-shadow: none !important;
}

.circle-container a img {
    width: 50px;
    height: 50px;
    margin: 30px auto 0;
}

.circle-container a.center img {
    background-color: transparent;
    width: 88%;
    height: 340px;
    transform: translate(0%, 0%) scale(1);
    transition: opacity 1.3s ease-in-out, transform 1.3s ease-in-out, -webkit-transform 1.3s ease-in-out;
}

.circle-container a .span {
    width: 100%;
    height: 75px;
    text-align: center;
}

.circle-container a .span p {
    display: none;
}

.circle-container .active-circle {
    display: block;
    width: 15em;
    height: 15em;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 1px 12px #ddd;
    padding: 10px;
}

.circle-container .active-circle .span {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.circle-container .active-circle .span p {
    display: block;
}

.circle-container .span h3,
.circle-container .active-circle .span h3 {
    font-size: 20px;
    line-height: normal;
    color: #546a7b;
    font-weight: 600;
}

.circle-container .active-circle .span p {
    font-size: 11px;
    line-height: normal;
    color: #546a7b;
    margin-bottom: 0;
    padding: 0 20px;
}

.circle-container a.deg170 {
    transform: rotate(8deg) translate(-16em, -13em)rotate(-8deg);
}

.circle-container a.deg90 {
    transform: rotate(90deg) translate(11em, 15em) rotate(-90deg);
}

.circle-container a.deg340 {
    transform: rotate(340deg) translate(8em, 15em) rotate(-340deg);
}

.circle-container a.deg450 {
    transform: rotate(450deg) translate(-19em, -12em) rotate(-450deg);
}

.circle-container img {
    display: block; width: 100%;
    radius:50%;
}

.circle-container .center_image {
    display: none;
}

.circle-container .display_centerimage1 .center_image1,
.circle-container .display_centerimage2 .center_image2,
.circle-container .display_centerimage3 .center_image3,
.circle-container .display_centerimage4 .center_image4 {
    display: inline-block;
}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
    
@keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    25% { -webkit-transform: translateX(2%); }
    50% { -webkit-transform: translateX(4%); }
    75% { -webkit-transform: translateX(2%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    25% { -webkit-transform: translateX(2%); }
    50% { -webkit-transform: translateX(4%); }
    75% { -webkit-transform: translateX(2%); }
    100% { -webkit-transform: translateX(0%); }
}

#events-carousel,
#event-carousel {
    
}

#events-carousel .item,
#event-carousel .item {
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

#events-carousel .item .event-carousel-inner,
#event-carousel .item .event-carousel-inner {
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    padding: 20px;
    margin: 10px 0;
}

#events-carousel .item .event-carousel-inner img,
#event-carousel .item .event-carousel-inner img {
    width: auto;
    margin: 0 auto;
    max-width: 150px;
}

#events-carousel .item .event-carousel-inner h3,
#event-carousel .item .event-carousel-inner h3 {
    color: #154d71;
    font-size: 24px;
    line-height: normal;
    font-family: "Lato";
    font-weight: 400;
}

#events-carousel .item .event-carousel-inner h4,
#event-carousel .item .event-carousel-inner h4 {
    color: #3caded;
    font-size: 24px;
    line-height: normal;
    font-family: "Lato";
    font-weight: 400;
}

#events-carousel .item .event-carousel-inner .seprator,
#event-carousel .item .event-carousel-inner .seprator {
    border: 1px solid #154d71;
    display: inline-block;
    width: 100%;
    margin: 5px auto 20px;
}

#events-carousel .item .event-carousel-inner p,
#event-carousel .item .event-carousel-inner p {
    color: #154d71;
    font-size: 16px;
    line-height: 22px;
    font-family: "Lato";
    font-weight: 400;
    text-align: left;
}

#events-carousel .item .onhover_section,
#event-carousel .item .onhover_section {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: auto;
    visibility: hidden;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#events-carousel .item:hover .onhover_section,
#event-carousel .item:hover .onhover_section {
    visibility: visible;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(21,77,113,1)));
    background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#154d71', GradientType=1 );
    color: #FFF !important;
}

#events-carousel .item .onhover_section h3,
#event-carousel .item .onhover_section h3 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    font-family: "Lato";
    font-weight: 700;
    text-align: left;
}

#events-carousel .item .onhover_section .event_content,
#event-carousel .item .onhover_section .event_content {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "Lato";
    font-weight: 400;
    text-align: left;
    height: 300px;
    overflow: auto;
}

#events-carousel .item .onhover_section .seprator,
#event-carousel .item .onhover_section .seprator {
    border: 1px solid #fff;
    display: inline-block;
    width: 100%;
    margin: 10px auto;
}

#events-carousel .item .onhover_section .social_media,
#event-carousel .item .onhover_section .social_media {
    text-align: left;
}

#events-carousel .item .onhover_section .social_media a,
#event-carousel .item .onhover_section .social_media a {
    color: #FFF;
    font-size: 20px;
}

#featured_resources_slider.owl-carousel .owl-nav,
#popular_resources.owl-carousel .owl-nav,
#events-carousel.owl-theme .owl-nav,
#event-carousel.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

#featured_resources_slider.owl-carousel .owl-nav button,
#popular_resources.owl-carousel .owl-nav button,
#events-carousel.owl-theme .owl-nav button,
#event-carousel.owl-theme .owl-nav button {
    color: #2e5f7f;
    font-size: 20px;
    display: inline-block;
    width: 19px;
    height: 39px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}

#featured_resources_slider.owl-carousel .owl-nav .owl-prev,
#popular_resources.owl-carousel .owl-nav .owl-prev,
#events-carousel.owl-theme .owl-nav .owl-prev,
#event-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    background-image: url("css/images/left-arrow.png");
}

#featured_resources_slider.owl-carousel .owl-nav .owl-next,
#popular_resources.owl-carousel .owl-nav .owl-next,
#events-carousel.owl-theme .owl-nav .owl-next,
#event-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    background-image: url("css/images/right-arrow.png");
}

.popular_resource .loop_inside_type {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

#featured_resources_slider .popular_resource:hover .section,
#popular_resources .popular_resource:hover .section {
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(21,77,113,1)));
    background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(21,77,113,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#154d71', GradientType=1 );
}

#featured_resources_slider .popular_resource:hover .section .entry-date,
#featured_resources_slider .popular_resource:hover .section a h3,
#featured_resources_slider .popular_resource:hover .section a,
#popular_resources .popular_resource:hover .section .entry-date,
#popular_resources .popular_resource:hover .section a h3,
#popular_resources .popular_resource:hover .section a {
    color: #FFF !important;
}

.popular_resource .loop_inside_type li {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #ddd;
    line-height: normal;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.popular_resource .loop_inside_type li:last-child {
    border-right: 0px solid #ddd;
}

.big-demo #filters {
    background-color: #dcedff;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 50px;
}

.big-demo #popular_resources .elementor-container,
.big-demo #filters .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.big-demo #filters .elementor-container button {
    margin: 0;
    background-color: transparent;
    color: #575651;
    font-size: 18px;
    padding: 5px 20px;
}

.big-demo #filters .elementor-container button.is-checked {
    color: #6ec1e4;
}

#demo-2 .quicksearch {
    width: 15px;
    background: transparent url('css/images/search-icon-gray-25.png') no-repeat 9px center / 20px 20px;
    border: solid 0px #ccc;
    padding: 9px 10px 9px 32px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 0;
}

#demo-2 .quicksearch:hover {
    background-color: #fff;
}
#demo-2 .quicksearch:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#demo-2 input.quicksearch:-moz-placeholder {
    color: transparent;
}
#demo-2 input.quicksearch::-webkit-input-placeholder {
    color: transparent;
}

.res_dev_page .elementor-tabs-wrapper .elementor-tab-title:last-child() {
    border-right: 0px solid #fecd65 !important;
}

#filters_search .filters {
    background-color: #3D78B2;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#filters_search .filters.filters1 {
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 0;
}

#filters_search .filters.filters1 .button.is-checked {
    background-color: transparent;
    color: #28F !important;
    text-shadow: none;
}

#filters_search .filters.filters1 .button-group .button {
    color: #444;
    border-right: 2px solid #fecd65;
}

#filters_search .filters.filters1 .button-group .button:last-child {
    border-right: 0px solid #fecd65;
}

#filters_search #load-more {
    margin: 0 auto;
    text-align: center;
    display: block;
    font-weight: 700;
    font-family: "Oxygen", Sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #3caded;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 30px 10px 30px;
}

#filters_search #load-more:hover {
    background-color: #565758;
}

/*.circle-container1 .cc1 img.active {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/one-selected.png) no-repeat scroll center center;
    display: block;
    width: 203px;
    height: 217px;
}*/

.circle-container1 .cc1.ccactive {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/one-selected.png) no-repeat scroll center center;
    display: block;
    width: 203px;
    height: 217px;
    background-size: contain;
}

.circle-container1 .cc2.ccactive {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/two-selected.png) no-repeat scroll center center;
    display: block;
    width: 203px;
    height: 216px;
    background-size: contain;
}

.circle-container1 .cc3.ccactive {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/three-selected.png) no-repeat scroll center center;
    display: block;
    width: 240px;
    height: 160px;
    background-size: contain;
}

.circle-container1 .cc4.ccactive {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/four-selected.png) no-repeat scroll center center;
    display: block;
    width: 203px;
    height: 216px;
    background-size: contain;
}

.circle-container1 .cc5.ccactive {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/five-selected.png) no-repeat scroll center center;
    display: block;
    width: 203px;
    height: 217px;
    background-size: contain;
}

.circle-container1 .cc6.ccactive {
    background: transparent url(https://www.unifysquare.com/wp-content/uploads/2019/03/six-selected.png) no-repeat scroll center center;
    display: block;
    width: 240px;
    height: 157px;
    background-size: contain;
}

.circle-container1 img {
    opacity: 1;
}

.circle-container1 .ccactive img {
    opacity: 0;
}

#events-carousel.event-carousel1 .item,
#event-carousel.event-carousel1 .item {
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 30%;
}

#events-carousel.event-carousel1 .item:nth-child(3n),
#event-carousel.event-carousel1 .item:nth-child(3n) {
    margin-right: 0;
}

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

    .elementor-top-section .elementor-element.elementor-element-23023cc {
        width: 50%;
    }

    #home_hero_banner_section {
        background-position: top center;
    }

    .circle-container {
        display: none !important;
    }

}

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

    #popular_resources .popular_resource {
        float: left;
        width: 100%;
        padding: 10px 1px;
    }

    #popular_resources .popular_resource .section a h3 {
        font-size: 16px;
    }

    .elementor-widget-theme-site-logo .elementor-image img {
        width: 100%;
    }

    #home_hero_banner_section {
        background-position: top center;
    }

    .left_image #centerblue_image {
        top: 23%;
        left: 28%;
    }

    .elementor-top-section {
        position: inherit !important;
    }

}

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

    .left_image #centerblue_image {
        top: 23%;
        left: 19%;
    }

}

@media screen and (min-width: 1100px) and  (max-width: 1370px)  {

    #home_hero_banner_section {
        background-position: top center;
    }

    #home_hero_banner_section .hero_main_banner_heading > .elementor-element-populated {
        /*margin-top: 75px !important;*/
    }

    #home_hero_banner_section .hero_content_section > .elementor-widget-container {
        /*margin: 0% 0% 30px 0% !important;
        padding: 0% 0% 0% 0% !important;*/
    }
    
    #home_hero_banner_section .bottom_four_section {
        
    }

}

@media screen and (min-width: 1370px) and  (max-width: 2000px)  {

    #site-header .aux-wrapper .aux-container.aux-fold {
        max-width: 1570px;
    }

}

@media only screen and (max-width: 1024px) {
    .left_image,
    .right_content {
        width: 98% !important;
        margin: 20px auto;
        clear: both;
    }
    .left_image {
        margin-bottom: 200px;
    }
    .left_image > ul {
        margin-top: 130px !important;
    }
}

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

    .left_image #centerblue_image {
        top: 190px;
        left: 112px;
    }

}

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

    .left_image #centerblue_image {
        top: 23.3%;
        left: 290px;
    }

}

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

    .left_image #centerblue_image {
        top: 23%;
        left: 29%;
    }

}

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

    .left_image #centerblue_image {
        top: 22.7%;
        left: 24%;
    }

}

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

    .left_image #centerblue_image {
        top: 22.7%;
        left: 22%;
    }

}

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

    .left_image {
        display: none !important;
    }

}
