/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


[data-header*="type-1"] .ct-header [data-row*="top"] {margin-top: -5px;}

[data-header*="type-1"] .ct-header [data-row*="middle"] {margin-top: -60px;}

[data-header*="type-1"] .ct-header [data-id="logo"] {
    --margin: 0px 0px 0px 0px !important;
}


#header-menu-2 {height: 20px;}

#header [data-row*=middle] {
    z-index: 4 !important;
}


span.ct-toggle-dropdown-desktop {
    display: none;
}


.site-branding:not([data-logo=top]) {
    align-items: center;
    background-color: #ffffff;
    padding: 30px 5px 10px 5px;
    border-radius: 5px;
}

@media (max-width: 999px){
.site-branding:not([data-logo=top]) {
    padding: 65px 5px 10px 5px;
}
}

@media (max-width: 690px){
.site-branding:not([data-logo=top]) {
    padding: 30px 5px 10px 5px;
}
}


@media (max-width: 690px){
.hero-section[data-type=type-2] {
    padding-top: 65px  !important;
}
}

@media (max-width: 999px){
[data-prefix="single_page"] .hero-section[data-type="type-2"] {
    --min-height: 180px !important;
    --container-padding: 25px 0px !important;
}
}

@media (max-width: 690px){
[data-prefix="single_page"] .hero-section[data-type="type-2"] {
    --min-height: 210px !important;
    --container-padding: 25px 0px !important;
}
}
	
	

body.search.search-results.wp-custom-logo.wp-embed-responsive.stk--is-blocksy-theme [data-row="top"] .ct-container {
	margin-top: -5px;
}

body.search.search-results.wp-custom-logo.wp-embed-responsive.stk--is-blocksy-theme [data-row="middle"] .ct-container {
    margin-top: -60px;
}



.ct-header-cta [data-size=small] {
	--theme-button-min-height: 25px !important;
}


#gt_float_wrapper {
    position: absolute !important;
	top: 20px !important;
	right: 20px !important;
}

.gt_float_switcher {
    font-size: 12px !important;
}

.gt_float_switcher img {
    width: 20px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 2px 7px !important;
    color: #333;
    font-weight: bold;
}
 
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: none !important;
}

.ct-toggle-close .ct-icon {
    margin-top: 50px;
}






.ct-sidebar .ct-widget>* ul li {
    line-height: 25px !important;
    padding-bottom: 15px !important;
	font-size: 15px !important;
}



input#mce-EMAIL {
    width: 250px;
	margin-bottom: 20px;
}

input#mce-FNAME {
    width: 250px;
    margin-bottom: 20px;
}

input#mce-LNAME {
    width: 250px;
    margin-bottom: 20px;
}




.ct-footer a {
    text-decoration: underline;
}


[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --container-spacing: 0px;
    --widgets-gap: 40px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: initial;
    width: 100%;
}


[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
  /*  --container-spacing: 35px;
    --widgets-gap: 20px;
    --vertical-alignment: center;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: 2fr 1fr 1fr; */
    max-width: 1290px;
}


[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
	margin-top: -30px;
}


[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
  /*  --container-spacing: 35px;
    --widgets-gap: 20px;
    --vertical-alignment: center;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: 2fr 1fr 1fr; */
    max-width: 1290px;
}





[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    margin-top: -50px;
}