/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
body {
    background-color: #fff !important;
}
header#header .site-branding {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
}
.site-title-container {
    padding: 0 0 0 20px;
    color: #fdd11b;
}
.site-title-container a {
    
}
.site-branding .site-logo-container {
    height: unset;
    width: 80px;
}

.ct-header [data-row*="bottom"]  {
    
}
.ct-header [data-row*="bottom"] ul.menu > li > a{
    color: #000;
}
.ct-header [data-row*="bottom"] ul.menu > li:hover > a {
    background: #000 ;
    color: #fff;
}
.ct-header [data-row*="bottom"] ul.menu .sub-menu {
    /*background: #333;*/
}
.ct-header [data-row*="bottom"] ul.menu .sub-menu li {
    background: #000
}
.ct-header [data-row*="bottom"] ul.menu .sub-menu li:hover {
    background: #fdd11b;
}
.ct-header [data-row*="bottom"] ul.menu .sub-menu li:hover a {
    color: #000;
}
#footer [data-row*="middle"] {
    background: #fdd11b;
}
#footer [data-row*="middle"] * {
   color: #000;
}
#footer [data-row*="bottom"] {
    background: #000;
}
#footer [data-row*="bottom"] a {
    color: #fdd11b;
}
.site-main .hero-section .entry-header .page-title {
  --theme-font-size: 50px;
}

.entry-content hr {
    margin-left: 0 !important;
}
.RoboGalleryV5 {
    max-width: 1290px !important;
}
.entry-content hr {
    margin: 30px 0 0 !important;
    background: red;
    display: inline-block;
}
[data-menu*="type-3"] > ul > li[class*="current-menu-"] > a {
    background-color: #000 !important; 
    color: #fff !important;
}
.entry-content {
    background: #fff !important;
    padding: 30px;
    max-width: 1290px !important;
    margin: 0 auto;
}
article .hero-section {
    /*border-left: 2px solid #F50000;
    border-right: 2px solid #0219E5;*/
    margin: 0 auto !important;
    padding: 50px 30px;
    background: #F6F2E6;
    background: linear-gradient(180deg, rgba(246, 242, 230, 1) 25%, rgba(255, 255, 255, 1) 95%);
    position: relative;
}
article .hero-section:before {
    content: "";
    left: 0;
    height: calc(100% + 2px);
    top: -2px;
    position: absolute;
    width: 2px;
    background: #F50000;;
}
article .hero-section:after {
    content: "";
    right: 0;
    height: calc(100% + 2px);
    top: -2px;
    position: absolute;
    width: 2px;
    background: #0219E5;;
}
article .hero-section h1 {
    color: #333;
}
article .ct-featured-image  {
    /*border-bottom: 2px solid #fff;*/
    padding: 0;
}
[data-vertical-spacing*="bottom"] {
    padding-bottom: 0 !important;
}
.entry-content {
    position: relative;

}

.entry-content::before {
    position: absolute;
    content: "";
    top: 0px;
    width: 2px;
    height: 20%;
    background: #F50000;
    background: linear-gradient(180deg, rgba(245, 0, 0, 1) 25%, rgba(255, 255, 255, 1) 75%);
    left: 0;
    display: unset !important;
}


.entry-content::after {
    position: absolute;
    content: "";
    top: 0px;
    width: 2px;
    height: 20%;
    background: linear-gradient( 180deg, rgba(2, 26, 254, 1) 25%, rgba(255, 255, 255, 1) 75%);
    right: 0;
    display: unset !important;
}

