.site-content {
    padding: 2em 0 0;
}

@media screen and (min-width: 48em) {

.twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
 
    height: 60vh !important; 
    max-height: 100%;
    overflow: hidden;
  
  
}
}



/* Mobile screen*/
@media screen and (max-width: 48em) {
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header
{
	/*display: table;*/
	/*height: 300px;*/
	/*height: 75vh;*/
	height: 40vh;
	/*width: 100%;*/
	}
}

@media only screen and (min-width: 768px) {


 
.site-title {
    font-size: 36px;
    font-size: 3.25rem;
}

.site-description {
    font-size: 16px;
    font-size: 1.4rem;
}

.single-featured-image-header img {
	/* display: block; */
	/* margin: auto; */

	  object-fit: cover;
    height: 36vh;
    width: 1150px;
 
}

.navigation-top .wrap {
    max-width: 1276px;
    padding: 0.75em 3.4166666666667em;
}

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  
	  object-fit: cover;
    height: 36vh;  
  width: 100%;
}

#ctf .ctf-no-bio .ctf-header-text {
    padding-top: 13px;
    padding-bottom: 25px;
}

.sfsibeforpstwpr {
    width: 100%;
    float: left;
    line-height: 18px;
    margin: 5px 0;
        margin-bottom: 5px;
    margin-bottom: 20px;
}

.wrap {
max-width: 1245px;
padding-left: 3em;
padding-right: 3em;
}

#primary {
width: 70% !important;
padding-right: 70px;

}

.has-sidebar #secondary {
width: 26% !important;
}
  }

body, button, input, select, textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
}

.vg-page-layout-below-content-sidebar {

    width: 100% !important;
    max-width: 100%;
    text-align: left;
    margin: 20px auto;
        margin-right: auto;
    position: relative;
    clear: both;
}

.widgettitle {
    color: #767676;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.archives {
    color: #222;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/* Footer*/
.site-footer { background: #000; }

.site-footer {
    color: #ffffff;
}

.site-footer a {
     color: #ffffff;

}

.site-footer a:hover {
     color: #ffffff;
}

@media screen and (min-width: 48em) {
.site-footer .widget-column.footer-widget-1 {
    float: left;
    width: 100%;
}
}

.site-footer a {
    color: #ffffff;
    text-decoration: underline;
  }

.site-footer a:hover {
      color: #527bef !important;
}

.site-footer .widget-area {
    padding-bottom: 0em;
    padding-top: 2em;
}

/* Footer end*/

.element {

    width: 350px !important;
    margin-bottom: 20px !important;
    height: 45px !important;

}


.widget {
    padding-bottom: 0em;
}


body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
}

h4 {
    padding-top: 1px !important;
}

.sfcm.sfsi_wicon {
    padding: 0;
    width: 90% !important;
    border: medium none !important;
    height: auto !important;
}

h2.widget-title {
    margin-top: 60px;
}

.menu-scroll-down {
    visibility: hidden;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {

    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
        padding-top: 0.7em;
        padding-right: 0.7em;
        padding-bottom: 0.7em;
        padding-left: 0.7em;
    width: 85% !important;
    margin-bottom: 20px;

}