/*
Theme Name: Sunshine Coast Endovasulcar Child Theme
Description: Child Theme
Author: Waxlyric
Template: scendovascular
Version: 1.0
*/

@import url("../scendovascular/style.css");

#header #navigation > ul > li > a{ text-transform: uppercase; }

#footer .widget h3{ text-transform: uppercase; letter-spacing: 1px; }
#sidebar .widget h3{ text-transform: uppercase; letter-spacing: 1px; }

#header #navigation > ul > li.megamenu > ul > li > a{ letter-spacing: 1px; font-size: 14px; }

#header #navigation > li >  a{ text-transform: uppercase; letter-spacing: 1px; }

.postid-4815 .portfolio-detail-title,
.postid-4770 .portfolio-detail-title{ display: none; }

h6{ font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }

.font-special{ text-transform:uppercase; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{ text-transform: uppercase; }
.pricing-plan .pricing-plan-head h3{ text-transform: uppercase; font-size: 16px; }

.pricing-plan .pricing-price span.pricing-amount{ font-size:42px; font-weight: 300; }

.customclass1 .social-icon a{ background: #efefef; color: #333333; }
.customclass1 .social-icon a:hover{ background: #1cbac8; color: #ffffff; }

.header-v3 #navigation > ul > li{ background-position: right; background-image: url(./images/separator_menu.png); background-repeat: no-repeat; }
.header-v3 #navigation > ul > li > a{ padding: 20px 20px 20px 20px; margin-left:0; }
.header-v3 #navigation > ul > li:first-child a{ padding: 20px 20px 20px 0; }
.header-v3 #navigation > ul > li:last-child{ background: 0; }
.header-v3 #navigation > ul > li:last-child a{padding: 20px 0 20px 20px; }

#copyright .menu li{ background-position: left; background-image: url(./images/separator_menu.png); background-repeat: no-repeat; margin:0 0 0 0; padding-left: 5px; }
#copyright .menu li > a{ padding-left: 5px; padding-right: 5px; margin: 0 0 0 0; }
#copyright .menu li:first-child{ background: 0; }
#copyright .menu li:first-child a{padding-left: 0; }
#copyright .menu li:last-child a{padding-right: 0; }

.textwidget p{ line-height:1.25em; font-weight: 600; margin-bottom: 0; }

#footer { padding: 30px 0 30px 0; }
#footer .widget { margin-bottom: 0; }

.container .one-quarter.columns { width: 260px; border-right: 1px solid #80939a; }
.container .three-quarter.columns { max-width: 859px; }

.titlebar h1 { text-transform: uppercase; }

#sidebar .widget ul li a { font-weight: 600; }

.post-time { color: #ff530d; }

.search-page h3 { margin: 0 0 10px 0; }

.padTop h3 { margin-top: 35px; }
.toggle .toggle-title { font-weight: 700; font-size: 1.2em; }
.toggle .toggle-inner strong { font-size: 16px; font-weight: 600; color: #2b3a42; }

@media (max-width: 767px) {
	.hide {
		display: none;
	}
	.vc_responsive .wpb_row .vc_col-sm-8 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 959px) and (max-width: 1199px) {
	.widget_sponsor img {
	    max-width: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container .one-quarter.columns, .container .three-quarter.columns {
		border: none;
		display: block;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.container .one-quarter.columns, .container .three-quarter.columns {
		width: 300px;
		border: none;
		text-align: center;
		display: block;
	}
	.widget_sponsor .sponsors {
	    margin-right: 0;
	}
	.widget_sponsor img {
	    max-width: 120px;
		padding: 0 5px 0 5px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.container .one-quarter.columns, .container .three-quarter.columns {
		width: 420px;
		border: none;
		text-align: center;
		display: block;
	}
	.widget_sponsor .sponsors {
	    margin-right: 0;
		display: block;
	}
	.widget_sponsor img {
	    max-width: 140px;
		padding: 0 20px 0 20px;
	}
}

@media only screen and (max-width: 959px) {
    @media only screen and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-pixel-ratio: 1) {
        .fontweight-300{ font-weight: 400 !important; }
    }
}

@media (max-width: 768px) {
	.hideundertablet{ display: none; }
}

@media only screen and (max-width: 479px) {
	.logo img {
	    margin-top: 5px;
	}
}

.features-box img{
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
    margin-bottom: -20px;
}

.borderbutton a{
	border:1px solid #1cbac8 !important;
	padding: 10px 20px !important;
	margin-top: -11px !important;
	border-radius: 3px;
	margin-right: 15px !important;
	margin-left: 5px !important;
	color: #1cbac8 !important;
}

.borderbutton a:hover{
    background: #333333 !important;
    border-color:#333333 !important;
    color:#ffffff !important;
}

#header.header-transparent .borderbutton a{
	border: 1px solid rgba(255,255,255,0.5) !important;
	color: #ffffff !important;
}

.tp-caption a {
    color: #222222;
    border-bottom: 4px solid #1cbac8;
}

.tp-caption a:hover {
    color: #1cbac8;
    border-bottom-color: transparent;
}

.no-transform{ text-transform: none; }