@media (max-width: 1030px)  {
    .fb_iframe_widget {
        display: none !important;
    }
}
h3 a {
    color: #4f58a7 !important;
font-weight: bold;}
.p-ttl {color: #4f58a7;}
.blog-itm .blog-ttl a {
    color: #4f58a7;
font-weight: bold;
}
.category-itm .category-ttl a {
    color: #4f58a7;
font-weight: bold;}

/**
 * Override logo
 */
.logo {
    /*width:width_of_logo;
    height:height_of_logo;
    background:url('Logo url') no-repeat;
    */ 
}

@media(max-width: 768px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}

@media(max-width: 480px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}

@media(max-width: 320px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}
/** End override logo */

.main-menu .mn-menu .nav > li > a:hover {
  border-top: 3px solid #4f58a7;
}

/** Override header --------------------------- */

.social-top a{
    margin-right:0;
}
.social-top a.insta:hover{
  background:#adbe2a;
}
.social-top a.yt:hover{
  background:#adbe2a;
}
.social-top a.tu:hover{
  background:#adbe2a;
}
.social-top a.fb:hover{
  background:#adbe2a;
}
.social-top a.vm:hover{
  background:#adbe2a;
}
.fa.fa-gift {font-size: 20px;}

.social-top a.giff:hover{
	background:#adbe2a;
}

/** End header */


/** Footer ---------------------------------------*/

.list-logo{
  text-align: center;
}
.list-logo a{
  display: inline-block;
  margin:0 20px;
  vertical-align: middle;
}
.menu-footer{
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.menu-footer > li{
  display: inline-block;
  padding:0 0 0 130px;
  width: 150px;
  vertical-align: top;
}
.menu-footer h3{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color:#fff;	
}
.menu-footer a{
  line-height: 1;
  text-decoration: none;
  color:#fff;
}
.menu-footer a:hover{
  text-decoration: underline;
}
.menu-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer ul li{
  padding: 3px 0;
}
.bg-gray{
  padding: 20px 0;
  border-top: 0px solid #fff;
  background: #791e7d;
}
.footer {
  border-top: 1px solid #1d2675;
  background: #1d2675;
  padding: 20px 0;
  color: #fff;
}
.footer > .inner > section.row {
  padding: 0 10px;
  box-sizing: border-box;
}
.copyright {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  background: #ffffff;
  text-align: center;
}
.network{
  padding:10px;
  font-size: 11px;
  background: #ffffff;
  color:#666;
}
.network a{
  white-space: nowrap;
  line-height: 1.7em;
  color:#999;
}
.network a:hover{
  text-decoration: underline;
}
section.network a:hover {
    color: #222222;
}

/** End footer */

/**  Horizontal line -------------- */
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #adbe2a;
}
