/*
Theme Name:     Silvertoad Child
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.domesticrow p {
    color: #fff;
}
#top-bar {
    font-size: 0.928em;
    position: relative;
    z-index: 1;
    background: #e5ae40;
}
#site-header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-id-1192 .vc_row-fluid {
    padding: 15px;
}
.cbp-item {
    height: 380px !important;
}
.vc-hoverbox-inner {
    width: 300px !important;
    height: 300px !important;
}
.vc_custom_1614072978674 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;

}
#scroll-top.show {
    bottom: 100px;
}
@media only screen and (max-width:1200px){
	.top-bar-socials {
    display: none !important;
}
}
@media only screen and (max-width:1062px){
	.bottom-bar-content {
    width: 100% !important;
}
}
@media only screen and (max-width:992px){
	div#top-bar-inner {
    width: 100%;
}
	div#site-header-inner {
    padding: 10px !important;
	}
	.mobile-button {
    margin-top: 6%;
}
	.page-id-724 .mobile-button:before, .page-id-724 .mobile-button:after, .page-id-724 .mobile-button span {
    background-color: #fff !important
}
}

@media only screen and (max-width:767px){
	img.vc_single_image-img.attachment-full {
    width: 727px;
}
	.vc-hoverbox {
    height: 630px;
    margin-bottom: 30px;
}
	.wpb_column.vc_column_container.vc_col-sm-1\/5 img.vc_single_image-img.attachment-full {
    width: 190px;
}
	.parallax .vc_column_container>.vc_column-inner {
    padding-left: 10%;
    padding-right: 10%;
}
}
@media only screen and (max-width:601px){
	.admin-bar #site-header.is-sticky {
    top: 0px;
}
	.vc-hoverbox-block.vc-hoverbox-front {
    height: 410px;
}
	.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
    height: 410px !important;
    width: 100%;
}
}
@media only screen and (max-width:480px){
	.header-style-5 #site-header {
    background-color: rgb(35 35 35);
}
}
@media only screen and (max-width:430px){
	.vc-hoverbox-block.vc-hoverbox-front {
    height: 300px;
}
	.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
    height: 300px !important;
}	
}
@media only screen and (min-width:767px){
	.desktopservices {
    display: block;
}
	.mobileservices{
		display:none;
	}
}
@media only screen and (max-width:767px){
	.desktopservices {
    display: none;
}
	.mobileservices{
		display:block;
	}
}

@media only screen and (max-width:550px){
	.vc-hoverbox-block.vc-hoverbox-front {
    height: auto !important;
    min-height: 360px;
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
}
	
}
div#adsbox {
    display: none;
}
/* ---------- TOP BAR FIX ---------- */

#top-bar .top-bar-content{
    width:100%;
}

#top-bar-text{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    line-height:1.4;
    font-size:14px;
}

/* space before each icon block */
#top-bar-text i{
    margin-left:22px;
    margin-right:6px;
}

/* remove space before first item */
#top-bar-text i:first-child{
    margin-left:0;
}

/* keep phone/email from breaking */
#top-bar-text a{
    white-space:nowrap;
}

/* keep clock text together */
#top-bar-text{
    gap:4px;
}

/* tablet */
@media (max-width:1100px){
    #top-bar-text{
        justify-content:center;
    }
}

/* mobile */
@media (max-width:768px){
    #top-bar-text{
        font-size:13px;
        row-gap:6px;
    }
}