@import url(https://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext,cyrillic-ext,greek-ext,cyrillic);

body{
  background: none;
  font-family: 'Didact Gothic', sans-serif;
}


body.home #header {
    border-top: none;
    height: 399px;
    background: url(../images/header_v4.jpg) top center no-repeat;
}

body #header{
    border-top: none;
    height: 250px;
    background: url(../images/header_v4_s.jpg) top center no-repeat;
}

#container, #footer, #header {
    box-shadow: none;
    margin: 0 auto;

}

#wrap-container {
    padding-top: 0px;
}


#menu {
    border-bottom: none;
    border-top: none;
    float: left;
    padding: 0;
    position: relative;
    width: 1100px;
    z-index: 2;
    background: #ee0435;
}


#menu ul.menu-listing > li > div > a {
    color: #FEFEFE;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 20px;
    text-transform: uppercase;
}

#menu ul.menu-listing > li > div > a:hover, #menu ul.menu-listing > li.hover > div > a, #menu ul.menu-listing > li.current-menu-item > div > a {
    background: #fff;
    color: #ee0435;
}

#menu ul.menu-listing > li {
    border-left: none;
    border-right: none;
    float: left;
    position: relative;
}

#menu ul.menu-listing > li.hover, #menu ul.menu-listing > li.current-menu-item {
    border-left: none;
}

#menu ul.menu-listing > li.haskids > ul {
    background: none repeat scroll 0 0 #FEFEFE;
    border-top: medium none;
    box-shadow: 2px 4px 3px #D2D2D2;
    display: none;
    left: 0;
    margin-left: -1px;
    position: absolute;
    top: 48px;
}

#menu ul.menu-listing li.haskids ul a {
    color: #444444;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#menu ul.menu-listing li.current-menu-item > div > a {
    font-weight: normal;
}

#header .inner {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
}

body.home #header .inner a.logo{
    position: absolute;
    top: 100px;
    left: 160px;
}


#header .inner a.logo {
    left: 300px;
    position: absolute;
    top: 30px;
}

#header .inner a.logo img{
    width: 80%;
}

body.home #header .inner a.logo img{
    width: 100%;
}

#content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 0;
    position: relative;
    width: 1100px;
    z-index: 1;
}


#left-col {
    float: left;
    min-height: 300px;
    padding-right: 28px;
    position: relative;
    width: 822px;
}

#content #right-col > .block:first-child{
  margin-top: 0px;
}


.block h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #EE0435;
    border-radius: 0;
    color: #EE0435;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
}



.footer-block{
  margin: 20px 0;
}

.footer-block .custom {
    color: #212121;
    text-align: center;
}

#footer a {
    color: #212121;
}


.above_footer table, .under_footer table {
    width: 100%;
}


.breadcrumbs {
    border-bottom: none;
    display: block;
    font-size: 13px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
}

#content p {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    max-width: 800px;
    text-shadow: none;
}

.content .blog_post_content ul li{
  list-style: disc;
  list-style-position: inside;
}


#left-col > h1, #one-col > h1 {
    border-bottom: medium none;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-right: 60px;
}

#content .home-pos1 .post_entry{
  float: left;
  /*width: 290px;*/
  padding: 10px;
  position: relative;
}

#content .home-pos1 .post_entry:before {
    border: 1px solid #E2E2E2;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#content .home-pos1 .post_cover{
    border: none;
    margin: 0;
    padding: 0;
}

.cover_box{
  position: relative;
}

.cat_title{
  position: absolute;
  color: #fff;
  background: #EE0435;
  padding: 5px 10px;
  top: 20px;
  left: 0;
}

.cat_title a{
  color: #fff;
  text-decoration: none;
}

.cat_title a:hover{
  text-decoration: underline;
}


.cat_post_title {
    clear: both;
    font-size: 22px;
    margin: 10px 0;
}

.cat_post_title a{
  color: #212121;
  text-decoration: none;
}

.cat_post_title a:hover{
  text-decoration: underline;
}

.cat_post_content{
  font-size: 16px;
}


#content .block p {
    font-size: 14px;
    line-height: 20px;
}


#content .block p:last-child {
    margin-bottom: 10px;
}


.post_entry .read_more {
    color: #EE0435;
    float: left;
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 8px;
    text-decoration: none;
}

.post_entry .read_more:hover {
  text-decoration: underline;
}

#content .post_entry{
  float: right;
  /*width: 470px;*/
  width: 100%;
  padding: 10px;
  position: relative;
    margin-bottom: 30px;
}

#content .home-pos2 .post_entry:before {
    border: 1px solid #E2E2E2;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#content .home-pos2 .post_cover {
    border: none;
    margin: 0;
    padding: 0px;
}

#content .home-pos1{
  /*width: 310px;*/
  width: 100%;
}

#content .home-pos2{
  /*width: 490px;*/
  width: 100%;
  float: right;
}

.block .post_entry{
  margin-bottom: 15px;
}

.block .post_entry:last-child{
  margin-bottom: 0px;
}

.home-pos2 .cover_box {
    float: right;
    padding: 0 0 10px 20px;
}

.home-pos2 .post_entry .read_more {
    float: left;
}

.home-pos2 .cat_post_title{
  clear: none;
  margin-top: 0;
}

.home-pos2 .cat_title{
  left: 20px;
}

#content .block{
  clear: none;
}

.side-block .post_entry{
  float: right;
  width: 225px;
  padding: 10px;
  position: relative;
}

.side-block .post_entry::before {
    border: 1px solid #E2E2E2;
    bottom: 0;
    content: " ";
    left: 0px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: -1;
}


.side-block .post_cover {
    border: none;
    margin: 0;
    padding: 0px;
}

.home-pos3{
  width: 100%;
  clear: both;
}

#content .home-pos5 .post_entry{
  float: right;
  width: 290px;
  padding: 10px;
  position: relative;
}

#content .home-pos5 .post_entry:before {
    border: 1px solid #E2E2E2;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#content .home-pos5 .post_cover{
    border: none;
    margin: 0;
    padding: 0;
}

#content .home-pos5 {
    width: 310px;
    float: right;
    clear: both;
}

#content .home-pos4 .post_entry{
  float: right;
  width: 470px;
  padding: 10px;
  position: relative;
}

#content .home-pos4 .post_entry:before {
    border: 1px solid #E2E2E2;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#content .home-pos4 .post_cover {
    border: none;
    margin: 0;
    padding: 0px;
}

#content .home-pos4{
  width: 490px;
  float: left;
  clear: left;
}


.home-pos4 .cover_box {
    float: left;
    padding: 0 20px 10px 0px;
}

.home-pos4 .post_entry .read_more {
    float: left;
}

.home-pos4 .cat_post_title{
  clear: none;
  margin-top: 0;
}

.home-pos4 .cat_title{
  left: 0px;
}



.post_cover {
    border: 1px solid #CCCCCC;
    margin: 0 15px 15px 0;
    padding: 5px;
    float: left;
}

.post_block .read_more{
  margin-top: 0;
}


.content.blog h2, .content.post_list h2 {
    color: #444444;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 15px;
}

#left-col > h1{
    border-bottom: medium none;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-right: 60px;
}


#left-col {
    margin-right: 30px;
    padding: 20px;
    width: 780px;
}

body.home #left-col {
    margin-right: 30px;
    padding: 0px;
    width: 820px;
}

.blog_post_content p{
  padding-bottom: 0;
}

.blog_post_content ul{
  margin-bottom: 20px;
}

.blog_post_content ul{
  list-style: disc;
  list-style-position: outside;
  margin-left: 15px;
}

.blog_post_content ul li {
    list-style: disc inside none;
}

.post_block .read_more a {
    background: none ;
    border: none;
    border-radius: 0px;
    float: right;

    color: #EE0435;
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 8px;
    text-decoration: none;
}

.post_block .read_more a:hover{
    text-decoration: underline;
    background: none;
    color: #EE0435;
}

.fb .fb-like span{
  vertical-align: top!important;
}

.post_info {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    color: #666666;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    padding: 10px 0;
}

.blog_category_listings .cat_title{
  border-bottom: none;
}

.blog_category_listings .cat_title a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

#content .blog_post h1 {
    border-bottom: medium none;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 0;
}

#left-col > h1, #one-col > h1{
  font-weight: normal;
}


.blog_category_listings .cat_post_title a {
    font-size: 22px;
}

.list_style_select{
    display: none;
}


#left-col .product_list {
    float: left;
    position: relative;
    width: 100%;
}

.product_block{
    width: 100%;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    height: auto;
}


.product_block .pdesc {
    clear: none;
    float: right;
    padding: 0 30px;
    width: 470px;
}

.product_block .pdesc h2{
    padding: 20px 0 10px ;
    font-size: 25px;
}

.product_block .preview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: medium none;

    bottom: -1px;
    height: 207px;
    left: 32px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 200px;
}

.product_block{
    position: relative;
}

#content .testimonial_desc p{
    font-style: italic;
    color: #555;
}

.footer-menu ul {
    display: table-row;
}

.footer-menu div > .menu-listing{
    text-align: left;
    width: 100%;
}

.footer-menu div > .menu-listing > li{
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #222;
    padding: 5px 0;
}

.footer-menu div > .menu-listing > li > div a{
    font-size: 18px;

}

.footer-menu div > .menu-listing > li li{
    float: left;
    margin: 0;
}

.footer-menu div > .menu-listing > li > div{
    float: left;
    padding-right: 20px;
    min-width: 170px;
}

.footer-menu div > .menu-listing > li .menu-listing li{
    position: relative;
    padding: 5px 10px;
}

.footer-menu div > .menu-listing > li .menu-listing li:after{
    content: " ";
    position: absolute;
    border-right: 1px solid #666;
    top: 12px;
    bottom: 10px;
    right: 0;
}

.footer-menu div > .menu-listing > li .menu-listing li:last-child:after{
    border: none;
}

.footer-menu div > .menu-listing > li .menu-listing li a{
    font-size: 14px;
}


#wrap-footer{
    background: #111;
    color: #eee;
}

#wrap-footer a, #wrap-footer p{
    color: #eee;
}


.aparitii-in-media .post_content a{
    text-decoration: none;
}

.aparitii-in-media .post_content a:hover{
    text-decoration: underline;
}

.aparitii-in-media  .read_more, .aparitii-in-media .post_info{
    display: none;
}

.aparitii-in-media #left-col h1{
    border-bottom: 1px solid #666;
}

.post_block .read_more{
    clear: none;
}


.left_part input.normal_w {
    width: auto;
}

.captcha_check{
    font-size: 20px;
}


.captcha_check span{
    font-size: 14px;
}

/* RESPONSIVE */

.header-banner{
    height: 250px;
    background: url(../images/header_v4_s.jpg) top center no-repeat;
}

body.home .header-banner{
    height: 399px;
    background: url(../images/header_v4.jpg) top center no-repeat;
}

body.home .header-banner a.logo {
    position: absolute;
    top: 100px;
    left: calc(50% - 300px);
}

.footer{
    background: #111;
    color: #eee;
}

#footer{
    background: none;
}

#footer a, #footer p {
    color: #aaa;
}

#footer .logo{
    text-align: center;
    margin: 20px 50px;
}

#footer .logo img{
    max-width: 300px;
}

#menu .menu-listing{
    margin: 0;
}

.media {
    margin-top: 0px;
}

.post_cover img {
    float: right;
    width: 100%!important;
    height: auto!important;
}

.search_input input {
    height: 40px;
    width: 85%;
    border: 1px solid #ebebeb;
    border-right: none;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    float: left;
    font-size: 14px;
    font-family: inherit;
    padding: 0 0 0 4px;
    text-indent: 5px;
}

.search_input input.submit_button, #content .search_input input.submit_button {

    height: 40px;
    width: 15%;
    border: 1px solid #ebebeb;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    float: left;
}

#content .block.block_search{
    margin-bottom: 0px;
}

.newsletter_block {
    box-shadow: 0 0 0 1px #ebebeb inset;
    padding: 5%;
    width: 100%;
}

.newsletter_block input {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #EBEBEB inset;
    display: block;
    margin: 8px 0;
    padding: 5px 2%;
    width: 100%;
}

.cookie_terms {
    position: fixed;
    background: #f9edbe;
    border-top: 1px solid #f0c36d;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    z-index: 100;
}

.cookie_terms p {
    margin-bottom: 15px;
}

.cookie_terms a {
    background: #333;
    color: #fff;
    border: 1px solid #111;
    padding: 3px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.block_search .search_input{
    width: 100%;
}

.post_info {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    color: #666666;
    font-size: 12px;
    height: 40px;
    line-height: 14px;
    overflow: hidden;
    padding: 10px 0;
}

.paging li a{
    min-width: 25px;
}

.paging li a.first, .paging li a.last {
    padding: 2px 6px;
    min-width: 25px;
    text-align: center;
}

.header-banner a.logo img{
    width: 365px;
}

.header-banner a.logo {
    position: absolute;
    top: 40px;
    left: calc(50% - 225px);
}


body.home .header-banner img{
    width: 400px;
}

table.plan_tarifar{
    margin-bottom: 25px;
}

table.plan_tarifar tr td h3{
    margin: 0 0 20px;
}

table.plan_tarifar tr td:last-child,
table.plan_tarifar tr td h3
{
    font-size: 20px;
    color: #ee0435;
}

table.plan_tarifar tr td{
    vertical-align: top;
    padding: 15px;
}

table.plan_tarifar tr td:last-child{
    white-space: nowrap;
    background: #f9e7e6;
}

table.plan_tarifar tr:nth-child(even) td:last-child{
    background: #faedec;
}

table.plan_tarifar tr:nth-child(odd){
    background: #efefef;
}

table.plan_tarifar tr:nth-child(even){
    background: #fafafa;
}

@media (min-width: 1600px){
    .container {
        width: 1130px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1130px;
    }
}

@media (max-width: 1199px){

    .container {
        width: 100%;
    }

    #content{
        width: 100%;

    }

    #container, #footer, #header {
        width: 100%;
    }

    #menu {
        width: 100%;
    }

    .menuview{
        display: none;
    }



    .burgermenu{
        text-align: center;
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        float: left;
    }


    .burgermenu i{
        color: #fff;
        font-size: 35px;
        padding: 5px;
        margin: 5px 20px;
        display: block;
        float: left;
    }

    .header-banner {
        height: 280px;
        background-size: contain;
        background-position: top right;
    }

    .header-banner img{
        width: 330px;
    }

    body.home .header-banner a.logo {
        position: absolute;
        top: 55px;
        left: calc(50% - 175px);
    }




    .search_input{
        width: 100%;
    }

    .slide{
        width: 100%!important;
        height: 250px!important;
    }

    .slide li{
        background-size: contain;
        background-repeat: no-repeat;
    }

    .side-block .post_cover{
        width: 100%;
    }

    #content .home-pos1 .post_cover {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .home-pos1 .post_cover img {
        margin-top: -34%;
    }

    #content .home-pos4 {
        width: 100%;
    }

    #content .home-pos4 .post_entry {

        width: 100%;
    }

    #content .home-pos5 {
        width: 100%;
    }

    #content .home-pos5 .post_entry {

        width: 100%;
    }

    .home-pos5 .cover_box {
        float: left;
        padding: 0 20px 10px 0px;
    }

    .home-pos5 .cat_post_title {
        clear: none;
        margin-top: 0;
    }

    .menuview.showmobile {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 10;
        left: 0;
        right: 0;
        background: #ee0435;
    }

    #menu .showmobile ul.menu-listing > li{
        float: left;
        width: 100%;
    }

    #menu .showmobile ul.menu-listing > li > div > a{
        width: 100%;
        text-align: center;
    }

    #menu .showmobile ul.menu-listing > li.haskids > ul{
        display: block!important;
        position: static;
    }

    #menu .showmobile .main-menu-block > div > div > ul.menu-listing > li:last-child{
        padding-bottom: 80px;
    }

    #menu ul.menu-listing li.haskids ul a{
        text-shadow: none;
        color: #fff;
    }

    #menu ul.menu-listing li li{
        background: #c2032b;
    }

    .closemenu{
        color: #fff;
        font-size: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 20px;
        cursor: pointer;
    }

    .menuview.showmobile .block.menu_list.main-menu-block{
        margin-top: 80px;

        overflow-y: scroll;
        height: calc(100vh - 80px);
    }

    html.mobilemenu{
        overflow: hidden;
    }

    html.mobilemenu,
    html.mobilemenu body
    {
        position: fixed;
    }

    #menu ul.menu-listing > li > div > a:hover, #menu ul.menu-listing > li.hover > div > a, #menu ul.menu-listing > li.current-menu-item > div > a {
        background: inherit;
        color: inherit;
    }

    .footer-menu div > .menu-listing > li {
        float: left;
        width: 95%;
    }

    .slide li {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .header-banner {
        height: 220px;
        background-size: cover;
        background-position: top right;
    }

    .header-banner a.logo img {
        width: 315px;
    }

    body.home .header-banner {
        height: 250px;
        background: url(../images/header_v4_s.jpg) top right no-repeat;
    }

    body.home .header-banner a.logo {
        position: absolute;
        top: 55px;
        left: calc(50% - 230px);
    }

    body.home .header-banner img {
        width: 320px;
    }

}


@media (max-width: 749px){
    .footer-menu div > .menu-listing > li {
        float: left;
        width: 100%;
    }

    .footer-menu li{
        margin: 0;
    }

    .footer-menu div > .menu-listing > li > div {
        float: left;
        padding-right: 0px;
        text-align: center;
        width: 100%;
    }

    .footer-menu div > .menu-listing > li li {
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer-menu div > .menu-listing > li .menu-listing li:after {
        content: " ";
        position: absolute;
        border-right: none;
        top: 12px;
        bottom: 10px;
        right: 0;
    }

    #footer .footer-menu div > .menu-listing > li > div a {
        font-size: 18px;
        color: #fefefe;
    }

    #footer .logo {
        text-align: center;
        margin: 20px 0;
    }

    body.home .header-banner {
        height: 200px;
        background-size: cover;
        background-position: top right;
    }

    body.home .header-banner img {
        width: 180px;
    }


    body.home .header-banner a.logo {
        position: absolute;
        top: 58px;
        left: calc(50% - 150px)!important;
    }


    .header-banner {
        height: 200px;
        background-size: cover;
        background-position: top right;
    }

    .header-banner a.logo img{
        width: 220px;
    }


    .header-banner a.logo {
        position: absolute;
        top: 50px;
        left: calc(50% - 180px)!important;
    }



    .home-pos2 .cover_box,
    .home-pos5 .cover_box,
    .home-pos4 .cover_box
    {
        float: right;
        padding: 0;
        width: 100%;
    }

    #content .home-pos2 .post_cover,
    #content .home-pos5 .post_cover,
    #content .home-pos4 .post_cover
    {
        border: none;
        margin: 0;
        padding: 0px;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .home-pos2 .post_cover img {
        margin-top: -10%;
    }

    .home-pos2 .cat_title {
        left: 0;
    }

    .slide {
        width: 100%!important;
        height: 180px!important;
    }


    .side-block .cover_box{
        height: 200px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .post_block .post_cover{
        width: 100%;
    }

    .post_info {
        height: 35px;
    }

    .top_p{
        width: 100%;
    }

    .bottom_p{
        margin-bottom: 25px;
        width: 100%;
    }



    body.articole h1{
        margin-bottom: 25px;
    }

    .breadcrumbs{
        padding-left: 5px;
    }

    .blog_post .comments {
        clear: both;
        border: 1px solid #C5C5C5;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .new_post .avatar{
        display: none;
    }

    .new_post .left_part {
        width: 90%;
        float: none;
        margin: 5%;
    }

    .new_post .right_part {
        width: 90%;
        float: none;
        margin: 5%;
    }

    .comments_title{
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .comments_title h3{
        margin: 10px 0 0;
    }

    .left_part input{
        width: 100%;
    }

    .left_part .captcha_check input {
        float: right;
        width: 50%;
        margin-right: 0px;
    }

    .new_post .right_part textarea{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .post_comment {
        background: none repeat scroll 0 0 #9D0000;
        border: 1px solid #8B0000;
        border-radius: 5px;
        color: #FEFEFE;
        float: right;
        margin: 10px 0 0;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    .post_cover {
        border: 1px solid #CCCCCC;
        margin: 0 15px 15px 0;
        padding: 5px;
        float: left;
        width: 100%;
    }
}



a.social-btn:hover{
    color: #fff;
    text-decoration: none;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    width: 250px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    text-decoration: none;
    margin: 10px 0;
    padding-left: 10px;
    transition: background-color 0.3s ease;
}

.social-btn .icon {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-btn .text {
    flex: 1;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

/* Facebook */
.facebook {
    background-color: #3b5998;
}

.facebook:hover {
    background-color: #2d4373;
}

/* Instagram */
.instagram {
    background-color: #E1306C;
}

.instagram:hover {
    background-color: #C13584;
}


