/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@font-face {
	font-family: 'GothamLight';
	src: url('fonts/Gotham-Light.eot');
	src: url('fonts/Gotham-Light.eot#iefix') format('embedded-opentype'),  url('fonts/Gotham-Light.woff') format('woff'),  url('fonts/Gotham-Light.ttf') format('truetype'),  url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
.d-flex, .d-flex-col .uncont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-row, .d-flex-col.flex-row .uncont {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-items-end, .d-flex-col.align-items-end .uncont {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.justify-content-center, .d-flex-col.justify-content-center .uncont{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between, .d-flex-col.justify-content-between .uncont{
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-end{
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.align-items-center, .d-flex-col.align-items-center .uncont {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.justify-content-around, .d-flex-col.justify-content-around .uncont{
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.flex-wrap, .d-flex-col.flex-wrap .uncont {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-flex-col .uncont .clear{
	display: none;
}
.menu-light .menu-smart > li.active > a, .menu-light .menu-smart > li a.active, .menu-light .menu-smart > li.current-menu-ancestor > a, .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a, body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a:hover {
    color: #715DF5;
}
a.overlay-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
}
b, strong {
    font-weight: 900;
}
.featured-content-box, .featured-content-box-inner{
    position: relative;
}
.featured-icon-box-img{
    position: relative;
    width: 100%;
    padding-bottom: 115%;
    background-size: cover;
    background-position: center center;
}
.featured-icon-box-content{
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    height: 22px;
    overflow: hidden;
     -webkit-transition: all 0.15s ease;-moz-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;
}
.featured-icon-box-content h3{
    font-size: 20px;
    color: #FFF;
    font-family: "Roboto Slab";
    font-weight: bold;
}
.featured-icon-title-h3{
    margin-top: 0;
}
.featured-icon-box-content p{
    font-size: 16px;
    color: #FFF;
    line-height: 1.4;
     opacity: 0;
    -webkit-transition: all 0.15s ease;-moz-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;
}
.featured-icon-btn{
   opacity: 0;
    -webkit-transition: all 0.15s ease;-moz-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;
}
.featured-content-box:hover .featured-icon-box-content{
    height: auto;
}
.featured-content-box:hover .featured-icon-box-content p, .featured-content-box:hover .featured-icon-box-content .featured-icon-btn{
    opacity: 1;
}
.btn-xl.btn-round{
    font-size: 33px !important;
    letter-spacing: 0;
    font-family: "Roboto Slab" !important;
    text-transform: none !important;
    padding: 25px 30px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}
.style-dark a:not(.btn-text-skin):hover{
    color: rgba(255,255,255,0.5);
}
footer .footer-menu-1 ul li a{
    font-family: "Roboto Slab" !important;
    font-size: 21px;
    font-weight: bold;
}
.footer-contact-textblock{
    padding-top: 5px;
    padding-left: 30px;
}
.footer-contact-textblock p{
    font-size: 17px !important;
    margin-top: 7px;
}
.footer-contact-textblock strong{
    font-family: "Roboto Slab" !important;
}
.site-footer p{
    font-size: 15px;
    color: #004CA6;
}
.site-footer .footer-contact-textblock p{
    color: #FFF;
}
footer .footer-menu-2 ul li a{
    font-size: 15px;
    color: #004CA6;
    padding: 0 8px;
}
.main-container .footer-copy-right-row.row-container .row-parent{
    padding-top: 18px;
    padding-bottom: 18px;
}
.submenu-light .menu-horizontal .menu-smart ul {
    background-color: rgba(255,255,255,0.8);
}
.menu-smart ul > li > a, .menu-smart ul > li > ul > li > a {
    padding: 4px 0px 4px 0px;
    font-weight: 600;
}
 body[class*=hmenu-] .submenu-light .menu-smart ul a:hover,
  body[class*=hmenu-] .submenu-light .menu-smart ul a:focus {
    color: #715DF5;
    background-color: transparent;
  }
/*popup section*/
.popup-contain-row{
	z-index: 5;
	position: absolute !important;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	
	transform: translateY(30px);
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.show-popup-contain-row{
	visibility:visible;
	opacity: 1;
	transform: translateY(0px);
}
a.service-popup-close-btn{
	right: 0;
	top: 0;
	position: absolute !important;
	width: 17px;
	height: 17px;
	display: table;
	background-size: cover;
	background-image: url('images/close-btn.svg');
	margin-top: 0 !important;
}

.single-popup-grid-box{
	width: 50%;
	padding: 18px;
	position: relative;
}
.popup-grid-nav{
	margin-left: -18px;
	margin-right: -18px;
}
.popup-grid-col-3 .single-popup-grid-box{
	width: 33.33333333333333333%;
}
.single-popup-grid-box-inside{
	width: 100%;
	position: relative;
}
.popup-grid-nav-container, .single-popup-content-inner{
	position: relative;
	max-width: 1200px;
	padding-left: 36px;
	padding-right: 36px;
	margin: auto;
}
.single-popup-grid-box-image{
	position: relative;
	width: 100%;
    padding-bottom: 115%;
    overflow: hidden;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.single-popup-grid-box-image img {
    max-width: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 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%);
}
.single-popup-grid-box-overlay-bg {
    opacity: 1;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.obg1{
     background: rgb(27,117,187);
background: linear-gradient(180deg, rgba(27,117,187,1) 0%, rgba(38,169,224,1) 87%);
    opacity: .5;
}
.obg2{
    background-color: #715DF5;
    opacity: 0;
}
.single-popup-grid-box-content{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	z-index: 2;
}
.single-popup-grid-box-content-inner {
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #FFF;
    width: 100%;
}
.single-popup-grid-box-content-inner h4{
	padding-left: 18px;
	padding-right: 18px;
	font-size: 20px;
	margin-top: 0;
	color: #FFF;
    font-weight: 900;
    font-family: Muli, Muli;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}

.single-popup-grid-box-inside:hover .obg1, .active-single-popup-close-btn .obg1{
	opacity: 0;
}
.single-popup-grid-box-inside:hover .obg2, .active-single-popup-close-btn .obg2{
	opacity: .5;
}
.single-popup-content-inner-c h3, .single-popup-content-inner-c h5{
    font-weight: 900;
    font-family: Muli, Muli;
    font-size: 18px;
    color: #004CA6;
    margin-top: 0;
}
.single-popup-content-inner-c h5{
    font-style: italic;
    margin-top: 15px;
    font-weight: 600;
}
.single-popup-content-inner-c p{
    margin-top: 15px;
}
.single-popup-content-inner{
	padding-top: 18px;
	padding-bottom: 18px;
}
.popup-content-full{
	position: absolute;
	z-index: 19;
	width: 100%;
}
.single-popup-content{
	padding-top: 36px;
	padding-bottom: 36px;
	width: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(255,255,255,.9);
	transform: translateY(30px);
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.show-single-popup-content{
	visibility:visible;
	opacity: 1;
	transform: translateY(0px);
}
a.single-popup-close-btn{
	right: 36px;
	top: 0px;
	position: absolute !important;
	width: 26px;
	height: 26px;
	display: table;
	background-size: cover;
	background-image: url('images/close-btn.svg');
	background-repeat: no-repeat;
	margin-top: 0 !important;
    z-index: 21;
}
.single-popup-content-inner .style-light p, .single-popup-content-inner .style-light a, .single-popup-content-inner .style-light ul li, .single-popup-content-inner .style-light h3{
	color: #FFF;
}
.single-popup-content-inner .style-light .top-line hr {
	    border-color: #FFF !important;
}
.single-popup-content-inner .limit-width{
	padding: 0 !important;
}

/*list child pages*/
.child-page-icon-container{
    margin-left: -18px;
    margin-right: -18px;
}
.child-page-icon{
	text-align: center;
	position: relative;
	min-width: 33.33333333333333%;
    padding: 18px;
}
.child-page-icon-inner{
    position: relative;
}
.child-page-icon .sicon{
	width: 145px;
	height: 145px;
	background-size: 145px 290px;
	display: table;
	margin: auto;
	background-position: 0 0;
	
	-webkit-transition: transform 0.5s ease-in-out;
   -moz-transition: transform 0.5s ease-in-out;
   -o-transition: transform 0.5s ease-in-out;
   -ms-transition: transform 0.5s ease-in-out;
   transition: transform 0.5s ease-in-out;
   
   -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
   transform-style: preserve-3d;
   
   -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.child-page-icon h5{
	font-size: 40px;
    text-align: center;
    color: #FFF;
    width: 100%;
}
.child-page-thumbnail-single{
	padding-top: 36px;
	position: relative;
	margin-bottom: 36px;
}
.child-page-icon:hover .obg1, .child-page-icon-active .obg1{
	opacity: 0;
}
.child-page-icon:hover .obg2, .child-page-icon-active .obg2{
	opacity: .5;
}
.main-container .row-container .row-parent .single-internal-gutter .uncont > .child-page-thumbnail-container{
    margin-top: 0;
}
a.child-page-thumbnail-btn{
	right: 0px;
	top: 54px;
	position: absolute !important;
	width: 26px;
	height: 26px;
	display: table;
	background-size: cover;
	background-image: url('images/close-btn.svg');
	background-repeat: no-repeat;
	margin-top: 0 !important;
    z-index: 3;
}
.child-page-thumbnail-single-title{
	position: relative;
}
.child-page-thumbnail-single-title h3{
	margin:0;
	font-size: 50px;
	color: #715DF5;
}
.child-page-thumbnail-btn-gradient-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1c24+50,ed1c24+100&0+50,1+100 */
background: -moz-linear-gradient(top, rgba(237,28,36,0) 50%, rgba(237,28,36,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,28,36,0) 50%,rgba(237,28,36,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,28,36,0) 50%,rgba(237,28,36,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed1c24', endColorstr='#ed1c24',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.child-page-thumbnail-btn-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ed1c24;
	opacity: 0;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
a.child-page-thumbnail-btn:hover .child-page-thumbnail-btn-bg{
	opacity: 0.55;
}
a.child-page-thumbnail-btn:hover .child-page-thumbnail-btn-gradient-bg{
	opacity: 0;
}
.child-page-thumbnail-single.inactive{
	display: none;
}
.child-page-thumbnail-single.inactive .child-page-main-content{
	
}
.child-page-main-content p strong{
    font-weight: 900;
    color: #004CA6;
}

/*Accodion Item*/
.accordion-item-box{
    position: relative;
}
.accordion-item-box-heading{
    position: relative;
    overflow: hidden;
}
.accordion-item-open-btn{
    position: absolute;
    width: 36px;
    height: 15px;
    background-size: 26px 15px;
    background-image: url(images/down-icon.svg);
    background-repeat: no-repeat;
    background-position: right top;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    padding-left: 12px;
    z-index: 3;
}
.accordion-item-box-heading-title{
    font-size: 18px !important;
    color: #004CA6 !important;
    position: relative;
    width: auto;
    display: table;
    padding-right: 15px;
    background-color: #FFF;
    z-index: 2;
}
.accordion-item-box-heading-line{
    position: absolute;
    font-weight: 900;
    color: #004CA6;
    word-wrap: normal;
    bottom: 0px;
    /*top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}
.accordion-item-box-close-btn{
    width: 26px;
    height: 15px;
    background-image: url(images/up-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    float: right;
    margin-top: 36px;
}
.accordion-item-box-close-btn:hover{
    cursor: pointer;
}
.accordion-item-box-heading.active .accordion-item-open-btn{
    transform: rotateX(180deg);
}
.accordion-item-box-open .accordion-item-box-close-btn{
    display: block;
}
.accordion-item-box-content{
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-box-heading:hover{
    cursor: pointer;
}
.style-light .accordion-item-box-content-inner a{
    color: #ED1C24;
    text-decoration: underline;
}
ol li ul{
    margin-bottom: 18px;
    margin-top: 0 !important;
}
.isotope-filters ul li a{
    font-size: 30px !important;
    font-family: "Roboto Slab" !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
.t-entry-text-tc.single-block-padding{
    padding-top: 18px;
}
.tmb-light.tmb .t-entry-text .t-entry-title a{
    color: #004CA6;
}
.tmb .t-entry p.t-entry-meta span{
    font-size: 15px;
    color: #004CA6 !important;
}
p.t-entry-meta{
    margin-top: 0 !important;
}

.isotope-footer .pagination > li{
	margin-left: 10px;
	margin-right: 10px;
}
.pagination > li > a, .pagination > li > span {
    width: 56px;
}
.pagination > li .page-numbers, .navigation > li .page-numbers {
	color: #004CA6;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0;
	font-size: 20px;
	font-weight: 400;
	border: 1px solid #004CA6;
}
.pagination > li .page-numbers:hover, .navigation > li .page-numbers:hover{
	color: #715DF5 !important;
	border-color: #715DF5;
}
.pagination > li .current, .navigation > li .current, .pagination > li .current:hover, .navigation > li .current:hover, .pagination > li .current:focus, .navigation > li .current:focus {
    z-index: 2;
    background-color: transparent;
    color: #715DF5 !important;
    cursor: default;
	border-color: #715DF5;
}
.pagination .page-next, .pagination .page-prev{
	float: none;
	height: 56px;
	line-height: 56px;
	width: 30px;
}
.pagination .page-next i, .pagination .page-prev i{
	display: none;
}
.pagination .page-next a:before{
	content: '»';
	font-size: 44px;
	font-weight: normal;
	color: #004CA6;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-family: 'GothamLight';
	position: relative;
}
.pagination .page-prev a:before{
	content: '«';
	font-size: 44px;
	font-weight: normal;
	color: #004CA6;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-family: 'GothamLight';
	position: relative;
}
.pagination .page-next .btn-link, .pagination .page-prev .btn-link {
    padding: 0px !important;
	display: block;
	text-align: center;
	transform: translateY(5px);
}
.pagination .page-next .btn-link:hover:before, .pagination .page-prev .btn-link:hover:before{
	color: #715DF5 !important;
}

.post-info{
	display: none;
}
.single .main-container .row-container .double-top-padding{
	
}
.single .post-content{
	padding-top: 27px;
}
#text-2 .widget-title{
	font-size: 20px;
    font-weight: 900;
    color: #004CA6;
	padding-bottom: 8px;
	border-color: #715DF5;
	
}
#text-2 .textwidget{
	font-size: 15px;
    color: #004CA6;
    font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #715DF5;
}
#text-3{
	margin-top: 30px;
}
#text-3 p{
	font-size: 20px;
}
.row-navigation.row-navigation-light {
    outline-color: transparent;
    background-color: transparent;
}
.row-navigation .post-navigation{
	width: 75%;
	float: right;
	padding-left: 16px;
}
.post-navigation .navigation{
	margin-bottom: 30px;
}
.navigation .page-prev i, .navigation .page-next i{
	display: none;
}
.navigation .page-prev .btn span, .navigation .page-next .btn span, .row-navigation.row-navigation-light .btn-disable-hover{
	letter-spacing: 0;
	font-size: 20px !important;
	font-weight: 600 !important;
}
.navigation .page-prev .btn, .navigation .page-next .btn{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.navigation .page-prev .btn:before{
	content: '«';
	font-size: 20px;
	font-weight: normal;
	margin-right: 5px;
}
.navigation .page-next .btn:after{
	content: '»';
	font-size: 20px;
	font-weight: normal;
	margin-left: 5px;
}
#text-3 a{
    font-weight: bold;
    color: #004CA6;
    font-size: 20px;
}
h1.post-title{
    font-size: 25px;
    font-weight: 900;
}
.style-light .post-navigation .text-default-color{
    color: #004CA6;
}
.isotope-filters ul{
    border-bottom: 1px solid #715DF5 !important;
    margin-bottom: 30px;
}
.isotope-filters ul.menu-smart > li > span{
    padding-bottom: 12px;
}
.isotope-filters ul li{
    margin-left: 15px;
    margin-right: 15px;
}
.custom .tp-bullet{
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #FFF;
}
.custom .tp-bullet.selected, .custom .tp-bullet:hover {
    background: #715DF5;
}
.footer-menu-1 .sub-menu{
    display: none !important;
}
@media (max-width: 1150px){
    body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 959px){
    body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a{
        padding-left: 35px;
        padding-right: 35px;
    }
    .menu-smart ul > li > a{
        padding-left: 35px;
        padding-right: 35px;
    }
    body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
    margin-left: 15px;
}
    .child-page-icon h5{
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .popup-grid-col-3 .single-popup-grid-box, .child-page-icon {
    width: 100%;
}
    .footer-contact-textblock {
    padding-top: 0px;
    padding-left: 0px;
        text-align: center;
}
    .d-flex-col.justify-content-center .uncont, .d-flex-col.justify-content-between .uncont{
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
        -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    }
    
    .footer-logo{
        margin-bottom: 20px;
    }
    .footer-menu-2{
        padding-top: 10px;
    }
    .accordion-item-open-btn{
        top: 40px;
    }
    .accordion-item-box-heading-line{
        display: none;
    }
    .accordion-item-box-heading-title{
        padding-right: 40px;
    }
    .footer-copy-right-row .uncode_text_column, .footer-menu-2 ul li{
        text-align: center;
    }
    .single .post-content, .single .main-container .row-inner > div:not([class*=col-md]) {
    padding-top: 0px !important;
}
    .main-container .row-container .col-widgets-sidebar .double-bottom-padding {
    padding-bottom: 36px;
}
    .main-container #page-header .row-inner, .header-wrapper{
        height: 130px !important;
        min-height: 0  !important;
    }
    .header-wrapper .header-bg-wrapper + div, .header-wrapper .header-bg-wrapper:only-child {
     height: 130px !important;
        min-height: 0  !important;
}
    .child-page-thumbnail-single-title h3{
        font-size: 40px;
        padding-right: 50px;
    }
    a.child-page-thumbnail-btn{
        top: 45px;
    }
    .contact-page-details .h4{
        font-size: 18px !important;
    }
    .footer-menu-1 ul.menu-smart > li > a{
        font-size: 18px;
    }
    a.single-popup-close-btn{
        top:-15px;
    }
}