 /**-------vogue theme css ----*/
 /**------header css ------*/
header.entry-header {
    display: none;
}
.page div#primary {
    padding-top: 0px;
    padding-bottom: 0px;
}
/**-----logo css ----*/
.site-branding a img {
    /*width: 235px;*/
	width:340px;
}
/**----site heading  ----*/
h1.site-title {
    font-size: 34px;
}
/**-----menu css ------*/

/**----media query for logo ----*/
@media only screen and (min-width: 981px)  {
.main-navigation li a {
    /**padding: 100px 20px 25px;*/
         padding: 40px 20px 25px;
}
}
/**-------home page css start ------*/
h1.mainheading {
    color: #4CADC9;
    text-align: center !important;
}
/**------service section images css -------*/
h4.serviceheading {
    text-align: center !important;
    margin: 5px;
}
.single-service-colum .vc_icon_element-outer {
    margin: 15px;
}
/**-----parllax css ----*/
.parllax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/**-----parllax background with button ----*/
.white-text-with-bg p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 24px;
}
h1.parllax-with-bg {
    color: #fff;
    text-align: center !important;
}
/**--------home page css end ------*/
/**-----subpages css -----*/
/**-----page header css ----*/
.parllax-header {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
h1.pageheading {
    text-align: center !important;
    font-weight: 800;
    color: #fff;
}
/**-----subpages css end-------*/
/**------footer css ----*/
.site-footer-standard {
    background-color: #000;
    box-shadow: 0 1px 0 #fff;
    color: #FDFDFD;
}
.site-footer .widgettitle, .site-footer .widget-title {
    border-bottom: 1px dotted #fff;
    color: #fff;
   }
/**-------Single POST CSS -----*/
.single-post div#primary {
    width: 100%;
    box-shadow: none;
}
.comments-area {
    display: none;
}
.hentry {
    border-bottom: none;
}
footer.entry-footer {
    display: none;
}
.single-post div#primary {
    padding-top: 0px;
}
.single-post .title-bar-centered header.entry-header {
    padding: 0 0 15px;
    text-align: center;
    display: none;
}
/**-----single custom post header ------*/
.rowfullwidth {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    left: 50%;
    height: 250px;
    margin-bottom: 50px;
}
h1.wps-post-heading {
    text-align: center;
    padding-top: 110px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.wps-post-header {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.overylay {
    background: rgba(0, 0, 0, 0.54) !important;
    width: 100%;
    height: 100%;
}

/*adjusted by CTS*/

.main-navigation li {
    margin-bottom: 12px;
}
.site-topbar-left-ad {
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
padding-top:0;
}

.main-navigation {
    position: relative;
    right: 0;
}
.site-topbar-right-no {
    font-size: 20px;
}

.site-topbar-right-no .fa {
    font-size: 32px;
}

.site-topbar-right a{
	color:#2D2D2D;
}

.site-topbar-right {
    text-align: right;
}
