@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
font-size:16px;
font-family: "Manrope", system-ui;
font-weight 400;
} a {
color: royalblue;
}
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .overlay-div {
height: 100vh;
width: 100vw;
z-index: 50;
position: fixed;
top: 0;
left: 0;
display: none;
}
.overlay-background {
height: 100vh;
width: 100vw;
z-index: 50;
background-color: black;
opacity: 0.75;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: none;
}
.offcanvas-contents-left-1 {
height: 100vh;
width: 100vw;
max-width: 500px;
z-index: 51;
background-color: #313cd0;
position: fixed;
top: 0;
left: -100vw;
transition: left 1s;
}
.offcanvas-contents-right-1 {
height: 100vh;
width: 100vw;
max-width: 500px;
z-index: 51;
background-color: #313cd0;
position: fixed;
top: 0;
right: -100vw;
transition: right 1s;
}
.offcanvas-contents-left-1-added {
left: 0;
}
.offcanvas-contents-right-1-added {
right: 0;
}
.offcanvas-base {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
bottom: 0;
z-index: 500;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
width: 340px;
background-color: #fff;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease,-webkit-transform .25s ease;
max-width: 100%;
}
.offcanvas-menu {
left: 0;
right: auto;
width: 340px;
-webkit-transform: translate3d(-340px,0,0);
transform: translate3d(-340px,0,0);
visibility: hidden;
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
max-width: 100%;
}
.offcanvas-filters {
left: 0;
right: auto;
-webkit-transform: translate3d(-340px,0,0);
transform: translate3d(-340px,0,0);
visibility: hidden;
max-width: 100%;
}
.offcanvas-cart {
right: 0;
left: auto;
-webkit-transform: translate3d(340px,0,0);
transform: translate3d(340px,0,0);
visibility: hidden;
max-width: 100%;
}
.offcanvas-opened {
-webkit-transform: none;
transform: none;
visibility: visible;
z-index: 9999999;
}
.offcanvas-close-side {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
opacity: 0;
visibility: hidden;
background-color: rgba(0,0,0,.7);
transition: opacity .25s ease,visibility 0s ease .25s;
}
.offcanvas-close-side-opened {
opacity: 1;
visibility: visible;
transition: opacity .25s ease,visibility 0s ease;
}
.off-cart-footer {
flex: 0 0 auto;
padding-bottom: 15px;
}
.off-filters-footer {
flex: 0 0 auto;
padding-bottom: 15px;
}
.off-menu-footer {
flex: 0 0 auto;
padding-bottom: 0px;
}
.off-cart-footer .woocommerce-mini-cart__buttons {
padding-right: 15px;
padding-left: 15px;
display: block;
margin-bottom: 0;
text-align: center;
}
.off-filters-footer .woocommerce-filter__buttons {
padding-right: 15px;
padding-left: 15px;
display: block;
margin-bottom: 0;
text-align: center;
}
.off-cart-footer .woocommerce-mini-cart__buttons a {
width: 100%;
margin-bottom: 10px;
}
.off-filters-footer .woocommerce-filter__buttons a {
width: 100%;
margin-bottom: 10px;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-cart {
background-color: #f7f7f7;
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
background-color: #F3F3F3;
color: #3E3E3E;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: 0;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-checkout {
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
background-color: #83b735;
color: #fff;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: 0;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-filters-footer .woocommerce-filter__buttons .btn-filters {
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
background-color: #000;
color: #fff;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: 0;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.woocommerce-mini-cart__total {
border-color: rgba(129,129,129,.2);
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-top: 2px solid;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 5px;
}
.woocommerce-mini-cart__total strong {
color: #2d2a2a;
text-transform: uppercase;
font-weight: 600;
font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
font-weight: 600;
font-size: 20px;
}
.off-cart-header {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: flex-start;
padding: 20px 15px 20px 15px;
border-bottom: 1px solid;
border-color: rgba(129,129,129,.2);
}
.off-cart-header .widget-title {
flex: 1 1 auto;
margin: 0px;
font-size: 20px;
color: #2d2a2a;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
}
.wd-cross-button {
position: relative;
display: inline-block;
cursor: pointer;
line-height: 30px;
}
.off-cart-header .close-side-widget {
flex: 0 0 auto;
}
.wd-cross-button[class*=wd-with-text], .widget_layered_nav_filters ul li a {
color: #2d2a2a;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 600;
font-size: 13px;
}
.wd-cross-button.wd-with-text-left {
padding-right: 18px;
}
.wd-cross-button:after, .wd-cross-button:before {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color: #000;
transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.wd-cross-button:before, .widget_layered_nav_filters ul li a:before, .woocommerce-remove-coupon:before, td.product-remove a:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.wd-cross-button:after, .widget_layered_nav_filters ul li a:after, .woocommerce-remove-coupon:after, td.product-remove a:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.wd-cross-button.wd-with-text-left:after, .wd-cross-button.wd-with-text-left:before {
right: 0;
}
.off-widget_shopping_cart {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
position: relative;
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
}
.off-widget_shopping_filters {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
position: relative;
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
}
.off-widget_mob_navigation_menu {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
position: relative;
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
}
.off-widget_shopping_cart_content {
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
justify-content: space-between;
}
.widget_shopping_cart_content {
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
justify-content: space-between;
}
.widget_shopping_filters_content {
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
justify-content: space-between;
}
.widget_mob_navigation_menu_content {
display: flex;
flex: 1 1 auto;
align-items: stretch;
flex-direction: column;
justify-content: space-between;
}
.off-widget-scroll {
position: relative;
flex: 1 1 auto;
overflow: hidden;
width: 100%;
height: 100%;
}
.off-widget-scroll-content {
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
position: absolute;
padding-right: 0;
max-height: none;
}
.off-widget-scroll-content .woocommerce-mini-cart__total, .off-widget-scroll-content .woocommerce-mini-cart__buttons{
display:none;
}
.off-widget-scroll-content .woocommerce-mini-cart {
padding: 15px;
} .govgr-scroll {
position: relative;
flex: 1 1 auto;
overflow: hidden;
width: 100%;
height: 100%;
}
.off-widget_shopping_cart .govgr-scroll-content {
position: absolute;
padding-right: 0;
max-height: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
position: absolute;
padding-right: 0;
max-height: none;
}
.off-widget_shopping_filters .govgr-scroll-content {
position: absolute;
padding-right: 15px;
padding-left: 15px;
max-height: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
position: absolute;
padding-right: 15px;
max-height: none;
}
.off-widget_mob_navigation_menu .govgr-scroll-content {
position: absolute;
padding-right: 15px;
padding-left: 15px;
max-height: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
position: absolute;
padding-right: 15px;
max-height: none;
}
.off-widget_shopping_cart .product_list_widget {
margin-bottom: 0;
text-align: left;
padding: 0px;
}
.woocommerce .off-widget_shopping_cart ul.product_list_widget .mini_cart_item {
margin-bottom: 0;
padding: 15px;
transition: background-color .3s ease;
}
.off-widget_shopping_cart .mini_cart_item {
position: relative;
display: flex;
align-items: flex-start;
flex-direction: row;
}
.widget_shopping_cart_content .mini_cart_item {
margin-bottom: 0;
padding: 15px;
transition: background-color .3s ease;
}
.product_list_widget>li>a {
display: block;
margin-bottom: 8px;
}
.off-widget_shopping_cart .cart-item-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
font-size: 0;
}
.off-widget_shopping_cart .mini_cart_item a {
margin-bottom: 0;
}
.off-widget_shopping_cart .remove {
position: absolute;
top: 13px;
right: 10px;
z-index: 99999;
margin-bottom: 0;
padding-right: 0;
width: 20px;
height: 20px;
border-radius: 50%;
color: rgba(0,0,0,.8);
text-align: center;
font-size: 21px;
line-height: 20px;
}
.off-widget_shopping_cart .mini_cart_item a {
margin-bottom: 0;
}
.cart-widget-side .off-widget_shopping_cart .remove {
top: 13px;
right: 10px;
}
.off-widget_shopping_cart .remove:after {
font-weight: 700;
font-size: 8px;
content: "X";
font-family: govgr-font;
display: none;
}
.off-widget_shopping_cart .cart-item-image {
position: relative;
flex: 0 0 auto;
overflow: hidden;
margin-right: 15px;
}
.off-widget_shopping_cart .mini_cart_item a {
margin-bottom: 0;
}
.product_list_widget>li img {
float: left;
margin-right: 15px;
min-width: 65px;
max-width: 65px;
height: auto;
}
.off-widget_shopping_cart .cart-item-image img {
float: none;
margin-right: 0;
transition: opacity .6s ease;
}
.off-widget_shopping_cart .cart-info {
flex: 1 1 auto;
padding-right: 20px;
}
.off-widget_shopping_cart .product-title {
display: block;
margin-bottom: 6px;
}
.off-widget_shopping_cart .product-title {
transition: all .25s ease;
}
.product_list_widget>li .product-title {
margin-bottom: 8px;
font-size: 14px;
}
.off-widget_shopping_cart .quantity {
display: inline-flex;
vertical-align: top;
white-space: nowrap;
font-size: 0;
}
.off-widget_shopping_cart .quantity {
display: block;
color: #BBB;
font-size: 13px;
}
.off-widget_shopping_cart .amount {
font-weight: 600;
font-size: 14px;
}
.shopping-cart-widget-footer {
display: none;
} .offcanvas-menu {
margin-top: 0px;
}
.offcanvas-menu .offcanvas-close-menu svg{
display: inline-block;
fill: #000;
vertical-align: middle;
background: none;
pointer-events: none;
width: 15px;
height: 15px;
stroke-width: 1.5px;
}
.offcanvas-close-menu {
position: relative;
vertical-align: middle;
line-height: 15px;
}
.offcanvas-menu .offcanvas-close-menu:before {
position: absolute;
content: '';
top: -8px;
right: -12px;
left: -12px;
bottom: -8px;
transform: translateZ(0);
}
.navbar-collapse {
display: block!important;
height: auto!important;
padding-bottom: 0;
overflow: visible!important;
}
.govgr-scroll-content .navbar-collapse  {
padding: 0px;
}
.off-widget_mob_navigation_menu .govgr-scroll-content {
padding-left: 30px;
padding-right: 30px;
}
.off-widget_mob_navigation_menu  .navbar-nav {
margin: 0px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item {
border-bottom: 1px solid #d9d9d9;
border-color: rgb(140 140 140 / 0.25); 
overflow: hidden;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a {
display: block;
position: relative;
width: 100%;
padding: 20px 0;
text-align: left;
cursor: pointer;
text-transform: uppercase;
}
.off-widget_mob_navigation_menu .nav>li>a:focus, .off-widget_mob_navigation_menu .nav>li>a:hover {
text-decoration: none;
background-color: transparent;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 0px;
vertical-align: middle;
border-top: 0px dashed;
border-right: 0px solid transparent;
border-left: 0px solid transparent;
position: absolute;
right: 0;
top: calc(50% - (11px / 2));
width: 11px;
height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
position: absolute;
content: '';
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
background-color: currentColor;
transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before {
width: 11px;
height: 1px;
opacity: 1;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
width: 1px;
height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before{
opacity: 0;
}
.off-widget_mob_navigation_menu .dropdown-menu {
display: block;
height: 0;
visibility: hidden;
transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
overflow: hidden;
padding-bottom: 18px;
margin-left: 16px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open .dropdown-menu {
visibility: visible;
transition: height 0.35s ease-in-out;
overflow:visible;
height: auto;
}
.off-widget_mob_navigation_menu .navbar-nav .open .dropdown-menu>li>a {
padding: 13px 0px 13px 0px;
font-size: 13px;
}
.secondary-mob-menu-item-first {
margin-top: 30px;
}
.secondary-mob-menu-item {
margin-bottom: 18px;
padding: 0px;
}
.secondary-mob-menu-item a {
line-height: 21px;
font-size: 13px;
}
.navbar-nav>.secondary-mob-menu-item>a {
padding: 0px;
color:#888;
text-transform: none;
font-size: 13px;
}
.off-widget_mob_navigation_menu {
opacity: 0;
transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
transform: translateX(-65px);
}
.offcanvas-opened .off-widget_mob_navigation_menu {
opacity: 1;
transform: translateX(0);
transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-cart-header {
opacity: 0;
transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
transform: translateX(-65px);
}
.offcanvas-opened .off-cart-header {
opacity: 1;
transform: translateX(0);
transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-menu-footer {
opacity: 0;
transform: translateY(45px);
transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.offcanvas-opened .off-menu-footer {
opacity: 1;
transform: translateY(0);
transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.off-widget_mob_navigation_menu .navbar-nav>li {
float: none;
width: 100%;
}
.off-widget_mob_navigation_menu .navbar-nav {
float: none;
margin: 0;	
} #mobileheader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 18px;
background-color: #000;
}
.mobile-menu-icon svg {
height: 14px;
width: 20px;
fill: #fff;
}
.mobile-cart-icon svg {
height: 20px;
fill: #fff;
stroke-width: 1.5px;
}
.mobile-branding img {
width: 350px;
max-width: calc(100% - 40px);
}
.mobile-branding {
text-align:right;
} .woocommerce table.shop_table {
border: 0px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px;
}
th.product-remove {
width: 40px;
}
th.product-thumbnail {
width: 10px;
}
th.product-name {
text-align: left;
}
table th {
padding: 15px 10px;
border: none;
border-bottom: 2px solid #EFEFEF;
color: #2d2a2a;
vertical-align: middle;
text-align: left;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
font-family: 'GothamGreek-Bold';
}
.woocommerce table.shop_table td {
padding: 15px 12px;
border: none;
border-bottom: 1px solid #E6E6E6;
text-align: left;
font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
text-align: right;
}
td.product-remove {
padding: 0;
text-align: center;
}
@media (min-width: 768px) {
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.cart-actions .coupon {
display: flex;
align-items: center;
flex-direction: row;
}
.cart-actions .coupon label {
display: none;
}
.cart-actions .coupon .input-text {
margin-right: 10px;
max-width: 230px;
}
.cart-actions input {
padding: 0 15px;
max-width: 100%;
width: 100%;
height: 42px;
border: 2px solid rgba(129,129,129,.2);
border-radius: 0;
background-color: transparent;
box-shadow: none;
vertical-align: middle;
font-size: 14px;
transition: border-color .5s ease;
}
.woocommerce .cart-actions [type=submit]{
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
background-color: #F3F3F3;
color: #3E3E3E;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
outline: 0;
border-width: 0;
border-style: solid;
border-color: transparent;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
letter-spacing: .3px;
font-weight: 600;
cursor: pointer;
transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
td.product-thumbnail>a {
display: block;
overflow: hidden;
}
td.product-thumbnail img {
min-width: 80px;
max-width: 80px;
}
.cart-actions.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .cart-totals-inner {
padding: 25px;
border: 3px solid #EFEFEF;
}
.woocommerce .cart-totals-inner h2 {
text-transform: uppercase;
font-size: 22px;
margin-bottom: 5px;
padding-left: 6px;
font-family: 'GothamGreek-Bold';
margin-top: 0px;
}
.cart-subtotal th {
border-bottom: 1px solid #E6E6E6;
text-transform: none;
font-size: 14px;
}
.woocommerce-shipping-totals th {
border-bottom: 1px solid #E6E6E6;
text-transform: none;
font-size: 14px;
}
.cart-subtotal .woocommerce-Price-amount{
color: #777;
}
.order-total .woocommerce-Price-amount {
font-size: 16px;
font-family: 'GothamGreek-Bold';
}
.woocommerce-remove-coupon, td.product-remove a {
width: 30px;
height: 30px;
vertical-align: middle;
font-size: 0;
position: relative;
display: inline-block;
cursor: pointer;
line-height: 30px;
}
@media (min-width: 769px) {
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.col-md-automa {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
}
@media (max-width: 1024px) {
.cart-content-wrapper .cart-data-form {
margin-bottom: 40px;
padding-top: 0;
}
}
@media (max-width: 768px) {	
.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
display: block;
}
.shop_table_responsive tr {
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(129,129,129,.2);
}
.woocommerce-cart-form__contents tr {
margin-bottom: 25px;
padding-bottom: 25px;
padding-left: 115px;
min-height: 136px;
}
.shop_table_responsive tr:last-child {
margin-bottom: 0;
}
.woocommerce-cart-form__contents td {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 5px;
padding: 0;
}
.woocommerce-cart-form__contents td:not(:last-child) {
border-bottom: 1px dashed rgba(129,129,129,.2);
}
.shop_table_responsive td {
display: block;
margin-bottom: 8px;
padding: 0 0 8px;
border-bottom: none;
text-align: right;
}
.shop_table_responsive td:before {
content: attr(data-title);
float: left;
padding-top: 3px;
color: #2d2a2a;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
}
.woocommerce-cart-form__contents td:before {
flex: 1 1 auto;
margin-bottom: 5px;
padding-top: 0;
text-align: left;
font-size: 11px;
}
.group_table td>*, .woocommerce-cart-form__contents td>* {
margin-bottom: 5px;
}
.woocommerce table.shop_table td.product-thumbnail {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin-bottom: 0;
padding-bottom: 0;
max-height: 115px;
border-bottom: none;
}
.woocommerce-cart-form__contents td.product-thumbnail img {
min-width: 100px;
max-width: 100px;
}
.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
display: block;
}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
display: block;
}
.shop_table_responsive {
display: block;
}
.shop_table_responsive th, .shop_table_responsive thead {
display: none;
}
th.product-name {
text-align: left;
}
td.product-name:before {
display:none;
}
.woocommerce .woocommerce-cart-form__contents td.product-remove {
position: absolute;
top: -7px;
right: -7px;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.woocommerce .woocommerce-cart-form__contents td.product-name {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
text-align: left!important;
padding: 15px 12px;
}
.woocommerce  .woocommerce-cart-form__contents td.product-name a {
margin-bottom: 10px;
padding-right: 30px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent;
}
.woocommerce table.shop_table td {
padding: 4px 12px;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.cart-actions .button {
width: 100%;
}
.woocommerce table.shop_table {
margin-bottom: 40px;
}
.woocommerce .cart-actions button.button:disabled, .woocommerce .cart-actions button.button:disabled[disabled] {
padding: 12px 20px;
}
.cart-actions .coupon {
justify-content: center;
margin-top: 30px;
padding: 25px;
border: 2px dashed rgba(129,129,129,.2);
}
.cart-actions .coupon {
flex-direction: column;
}
.cart-actions .coupon .input-text {
max-width: 100%;
margin-right: 0px;
margin-bottom: 10px;
}
.woocommerce .cart-totals-inner table.shop_table td {
border-bottom: 0px solid #E6E6E6;
margin-bottom: 0px;
}
body .select2-container, body .ui-widget.ui-datepicker {
z-index: 99!important;
}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #6ca300;
color: #fff;
-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #83c305;
color: #fff;
} .govgr-table-wrapper {
overflow-x: auto;
margin-bottom: 20px;
padding: 5px 15px;
background-color: #FFF;
box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-terms-and-conditions-wrapper {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid;
}
input[type=radio], input[type=checkbox] {
box-sizing: border-box;
margin-top: 0;
margin-right: 5px;
padding: 0;
vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
position: relative;
margin-top: 4px;
margin-left: 0px;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
position: relative;
margin-bottom: 40px;
padding: 30px;
background-color: #F8F8F8;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
max-width: 50%;
width: 50%;
}
th.product-name {
text-align: left;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
text-align: right;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
max-width: 50%;
width: 50%;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box {
position: relative;
margin-top: 15px;
padding: 15px;
background-color: #FFF;
box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box:before {
position: absolute;
top: -4px;
left: 25px;
color: #FFF;
font-size: 32px;
line-height: 0;
content: "\f151";
font-family: woodmart-font;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box p:last-child {
margin-bottom: 0;
}
.checkout-order-review:after, .checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:after, .woocommerce-order-pay .entry-content>.woocommerce:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
background-size: 15px 15px;
}
.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
top: -10px;
background-position: -3px -5px,0 0;
}
#ship-to-different-address label {
display: inline;
margin: 0;
margin-right: 5px;
color: #2d2a2a;
}
.header-branding {
background-color: #003375;
border-bottom: 5px solid #1071D5;
position: relative;
top: 0;
width: 100%;
z-index: 100;
height: 12rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-branding img {
max-height:70px;
max-width:100%;
}
@media (min-width: 1340px) and (max-width: 1500px) {
.container.container-full {
max-width: 1310px;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 1500px) and (max-width: 1600px) {
.container.container-full {
max-width: 1470px;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 1600px) {
.container.container-full {
max-width: 1570px;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
} .navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: 0px solid transparent;
}
.navbar-default {
background-color: #fff;
border-color: #fff;
}
.navbar-default {
background-image: none;
filter: none;
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
} .header-navi {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #D8D8D8;
} .site-footer {
background-color: #ebebeb;
background-color:#f2f2f2;
padding: 30px 0;
min-height: 150px;
border-top: 4px solid #044587;
}
#footer-widgets {
padding: 20px 0px;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#copyrights {
border-top:1px solid #dddddd;
padding: 20px 0px;
}
.site-footer .developer {
font-size: 14px;
margin-top: 2px;
}
.site-footer .developer a {
color: #0149A7;
font-weight: 500;
}
.footer-logo img {
max-height: 60px;
}
.footer-second-menu ul{
display:inline-block;
margin:0px;
}
.footer-second-menu ul li {
border-right: 2px solid #0149a74a;
color: #0149A7;
display: inline-block;
font-size: 12px;
font-weight: 700;
padding: 0 .5em;
text-transform: uppercase;
padding-right: 11px;
}
.footer-second-menu ul li:last-child {
border-right: 0px solid #0149A7;
}
.hero-slider {
position: relative;
background-color: #000;
}
.hero-slider-image img {
width:100%;
}
.divider-hero-shape {
transform: rotate(180deg);
bottom:-1px;
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
}
.divider-hero-shape svg {
width: calc(209% + 1.3px);
height: 90px;
position: relative;
left: 50%;
transform: translateX(-50%);
display: block;
}
.divider-hero-shape svg path {
fill: #fff;
transform-origin: center;
transform: rotateY(0deg);
}
.parental-features {
padding-top:110px;
padding-bottom:110px;
}
.section-title-centered h2 {
text-align:center;
color: #003476;
color:#353535;
font-size: 45px;
font-weight: 700;
text-transform: none;
line-height: 1.2em;
letter-spacing: -0.5px;
}
.section-title-centered h2 span {
color:#156fec;
}
.section-title-centered p {
margin-top:20px;
text-align:center;
}
.section-label {
text-align:center;
}
.section-label span {
color: #156fec;
text-align: center;
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
background-color: #f1f5fe;
padding: 9px 21px;
border-radius: 39px;
}
.feature-box {
padding: 40px 40px 40px 40px;
background-color: #f8f8f8;
border-radius:10px;
margin-bottom:30px;
transition: 0.4s;
text-align:center;
}
.feature-box.colored {
background-color: #f1f5fe;
}
.feature-box img {
width: 130px;
max-width: 100%;
margin-bottom:20px;
transition: 0.4s;
}
.feature-box:hover img {
transform: rotate(15deg);
transition: 0.4s;
}
.feature-box:hover {
transition: 0.4s;
background-color: #f1f5fe;
}
.features-row {
margin-top:60px;
}
.feature-box p {
color: #808080;
margin-top: 15px;
}
.feature-box h3 {
font-weight: 500;
color: #0f71d5;
color:#265381;
letter-spacing: -0.3px;
display: flex;
align-items: center;
font-weight:600;
}
.mansory-margin {
margin-top:30px;
}
.underline-effect {
position:relative;
}
.underline-effect:after {
content: '';
background-image: url(https://parco.gov.gr/wp-content/uploads/2024/10/undeline-animation.svg);
width: 100%;
bottom: -12px;
left: 0px;
position: absolute;
height: 26px;
background-size: 100%;
background-repeat: no-repeat;
z-index: -1;
transform: scale(-1, -1);
}
.zikzak-divider {
margin-bottom: -1px;
overflow: hidden;
transform: rotate(180deg);
}
.zikzak-divider.inverted {
bottom: -1px;
overflow: hidden;
transform: rotate(0deg);
}
.zikzak-divider svg {
z-index: -1;
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
transform: translateX(-50%);
width: calc(240% + 1.3px);
}
.zikzak-divider svg path {
fill: #044587;
transform-origin: center;
transform: rotateY(0deg);
}
.odigies-section {
background-color:#044587;
min-height:400px;
padding-top: 80px;
padding-bottom:380px;
background-image: url(https://parco.gov.gr/wp-content/uploads/2024/10/price-shape1.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.odigies-section .section-title-centered h2 span {
color: #ffff00;
}
.odigies-section .section-title-centered h2 {
color: #fff;
}
.odigies-section .section-label span {
color: #f1f5fe;
text-align: center;
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
background-color: transparent;
padding: 9px 21px;
border-radius: 39px;
border: 1px solid #f1f5fe;
}
.odigies-section .section-title-centered p {
margin-top: 20px;
text-align: center;
color: #80bfff;
}
.odigies-section .underline-effect:after {
content: '';
background-image: url(https://parco.gov.gr/wp-content/uploads/2024/10/highlight-6.png);
width: 110%;
bottom: -8px;
left: -8px;
position: absolute;
height: 66px;
background-size: 100%;
background-repeat: no-repeat;
z-index: -1;
transform: scale(1, 1);
}
.odigies-section .section-title-centered h2 span.underline-effect {
color: #044587;
z-index: 2;
}
.video-em {
position:relative;
overflow: hidden;
border-radius: 31px;
background-color: #000;
margin-top: -350px;
display: flex;
box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.3);
padding-bottom: 56.25%;
}
.resp-video {
position:relative;
overflow: hidden;
border-radius: 31px;
background-color: #000;
display: flex;
box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.3);
padding-bottom: 56.25%;	
}
.video-em iframe {
position: absolute;
top: 0;
left: 0;
width: 101%;
height: 100%;
}
.resp-video iframe {
position: absolute;
top: 0;
left: 0;
width: 101%;
height: 100%;	
}
.faq-section {
padding-top: 80px;
padding-bottom:80px;
}
.faq-accordion {
margin-top: 40px;
}
.faq-item {
border-radius: 10px;
background-color: rgb(246 249 251);
border: 1px solid rgba(12, 90, 219, 0.15);
width: 80%;
margin: 0 auto;
margin-bottom: 15px;
}
.faq-header {
padding: 20px;
font-weight:600;
position:relative;
padding-right:50px;
}
.faq-content {
padding: 20px;
position:relative;
display: none;
}
.faq-content p {
color: #808080;
}
.faq-icon {
position: absolute;
right: 0;
margin-right: 30px;
top: 50%;
transform: translate(0%, -50%);
}
.faq-icon svg {
height: 13px;
transform: rotate(0deg);
transition: 0.4s;
}
.faq-item.expanded .faq-icon svg {
height: 13px;
transform: rotate(90deg);
transition: 0.4s;
}
.faq-divider {
background: rgba(4, 20, 36, 0.15);
width: calc(100% - 40px);
height: 1px;
position: absolute;
top: 0px;
left: 50%;
transform: translate(-50%, 0%);
}
.instructions-cta {
margin-top: 60px;
margin-bottom: 110px;
}
.instructions-btn {
color: #3d4248;
text-align: center;
display: inline-block;
letter-spacing: 0px;
font-size: 18px;
background-color: #f1f5fe;
padding: 15px 35px;
border-radius: 39px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: inherit;
width: fit-content;
min-width: 300px;
transition: 0.4s;
}
.instructions-btn{
color: #ffffff;
text-align: center;
display: inline-block;
letter-spacing: 0px;
font-size: 18px;
background-color: #064487;
padding: 15px 35px;
border-radius: 39px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: inherit;
width: fit-content;
min-width: 300px;
transition: 0.4s;
}
.instructions-btn a{
color: #ffffff;	
}
.instructions-btn:hover a {
color: #3d4248;
}
.instructions-btn:hover {
color: #3d4248;
text-align: center;
display: inline-block;
letter-spacing: 0px;
font-size: 18px;
background-color: #f1f5fe;
padding: 15px 35px;
border-radius: 39px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: inherit;
width: fit-content;
min-width: 300px;
transition: 0.4s;
}
.instructions-btn svg path {
fill:#fff;
transition: 0.4s;
}
.instructions-btn:hover svg path {
fill:#000;
transition: 0.4s;
}
.instructions-btn-wrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.instructions-btn:first-child {
margin-right:15px;
}
.instructions-btn strong {
margin-right:7px;
}
.instructions-icon {
width: 24px;
height: 24px;
margin-right: 10px;
}
.instructions-icon svg {
width:24px;
height:24px;
}
.intructions-description-select {
text-align:center;
margin-bottom:30px;
}
.social-icons-footer {
padding-left: 0;
margin-bottom: 0;
margin-top: 0px;
list-style: none;
float: right;
}
.social-icons-footer li {
background: #0149A7;
color: #fff;
padding: 7px;
border-radius: 30px;
margin-right: 8px;
display: inline-block;
width: 40px;
height: 40px;
}
.social-icons-footer li img {
width: 100%;
}
#main-menu.navbar-nav {
display: inline-block;
float: none;
margin-bottom: -5px;
}
ul.steps {
font-size: 2rem;
line-height: 1.4;
margin-bottom: 3rem;
counter-reset: step;
}
ul.steps .step {
border-top: 1px solid #1071d559;
display: block;
margin-bottom: 1rem;
padding: 4rem 0;
position: relative;
border-top: 1px solid #1071d559;
display: block;
margin-bottom: 0px;
padding: 4rem 0;
position: relative;
padding-bottom: 0px;
}
ul.steps .step:before {
color: #1071D5;
content: counter(step);
counter-increment: step;
display: block;
font-size: 9rem;
font-style: italic;
font-weight: 900;
left: 0;
position: absolute;
top: -.6rem;
}
ul.steps .step:first-child {
border-top:0px;
}
ul.steps .step:last-child {
border-bottom: 1px solid #1071d559;
}
ul.steps .with-photo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-left: 13rem;
}
ul.steps .with-photo .sub {
padding-right: 2rem;
}
ul.steps .step-image {
-webkit-box-flex: 1;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.step-description h2 {
margin-top:0px;
padding: 0;
margin-bottom: 1.5rem;
}
.step-image {
text-align:center;
}
.step-image img {
max-height: 350px;
max-width:100%;
}
.page-id-41 #main-content {
background-color:#FFF5ED;
background-color:#FFF;
}
.page-id-41 .entry-title {
text-align:center;
margin-bottom:30px;
margin-top:60px;
}
ul.steps {
margin-top:60px;
padding-left: 0px;
}
#mobileheader {
background-color: #003375;
border-bottom: 5px solid #1071D5;
}
.navbar-default .navbar-nav>li>a:hover:after{
background-color: #0149A7;
height: 3px;
width: 100%;
left: 0;
content: "";
display: block;
position: absolute;
bottom: -2px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
background-image: none;
filter: none;
background-repeat: repeat-x;
-webkit-box-shadow: none;
box-shadow:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #013375;
background-color: #fff;
}
.post-42 .entry-title {
display:none;
}
.post-44 .entry-title {
display:none;
}
.post-38 .entry-title {
text-align:center;
}
.post-40 .entry-title {
text-align:center;
} @media (max-width: 768px) {
.faq-item {
width: 100%;
}
.instructions-btn-wrapper {
display: block;
}
.instructions-btn {
margin-bottom:15px;
width:100%;
}
.instructions-btn:hover {
margin-bottom:15px;
width:100%;
}
.instructions-btn:first-child {
margin-right: 0px;
}
.section-title-centered h2 {
font-size: 25px;
}
.odigies-section .underline-effect:after {
content: '';
width: 110%;
bottom: -35px;
left: -6px;
position: absolute;
height: 66px;
background-size: 100%;
background-repeat: no-repeat;
z-index: -1;
transform: scale(1, 1);
}
#footer-widgets {
display:block;
text-align:center;
}
.social-icons-footer {
padding-left: 0;
margin-bottom: 0;
margin-top: 0px;
list-style: none;
float: none;
margin-top: 32px;
}
ul.steps .step:before {
color: #1071D5;
content: counter(step);
counter-increment: step;
display: block;
font-size: 39px;
font-style: italic;
font-weight: 900;
left: 0;
position: absolute;
top: 17px;
}
ul.steps .with-photo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: block;
padding-left: 30px;
}
.step-description h2 {
margin-top: 0px;
padding: 0;
margin-bottom: 1.5rem;
font-size: 22px;
}
.step-description p {
font-size: 16px;
}
.feature-box h3 {
font-weight: 500;
color: #0f71d5;
color: #265381;
letter-spacing: -0.3px;
display: block;
align-items: center;
font-weight: 600;
text-align: center;
}
.feature-box {
text-align: center;
}
.video-em {
margin-top: -150px;
}
.odigies-section {
padding-bottom: 180px;
}
}
.instructions-btn-wrapper a {
text-decoration:none;
}
#platforms {
background-color: rgb(246 249 251);
padding-top: 80px;
padding-bottom: 80px;
}
#platforms .instructions-btn-wrapper {
margin-top:30px;
}