/*
Theme Name: Growing Well Garden Design
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/

@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('css/slicknav.css');
@import url('css/font-awesome/css/font-awesome.min.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
h1 {
	font-size:34px;
	margin:0 0 20px 0;
	line-height:40px;
	color:#222;
}
h2 {
	font-size:28px;
	margin:0 0 30px 0;
	line-height:32px;
	color:#222;
}
h3 {
	font-size:24px;
	margin:0 0 25px 0;
	line-height:26px;
	color:#222;
	font-weight:400;
}
h4 {
	font-size:18px;
	margin:0 0 20px 0;
	line-height:24px;
	color:#222;
}
p {
	font-size:15px;
	line-height:22px;
	margin:0 0 20px 0;
}
.clear {
	clear:both;
}
.container {
	width:1140px;
	margin:0 auto;
	position:relative;
}
#topbar {
	background:#434343;
	padding:10px 0;
}
.phone {
	float:left;
	color:#fff;
	font-size:14px;
	padding:10px 0 0 0;
}
.phone a {
	text-decoration:none;
	color:#428bca;
	font-weight:700;
}
.social {
	float:right;
}
.social a {
	display:block;
	float:right;
	width:40px;
	height:40px;
	margin:0 0 0 15px;
}
.facebook {
	background:url(images/facebook.png) no-repeat;
}
.instagram {
	background:url(images/instagram.png) no-repeat;
}
#header {
	position:relative;
	z-index:998;
	padding:20px 0;
}
#header .container {
	position:relative;
}
.slicknav_menu {
	display:none;
}
.logo {
	float:left;
}
.menu {
	list-style-type:none;
	margin:55px 0 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline;
	margin:0;
	padding:0;
}
.menu li a {
	transition:all .5s;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	padding:3px 6px;
	border:1px solid #333;
}
.menu li a:hover {
	border:1px solid #fff;
}
.menu li.current-menu-item a {
	border:1px solid #fff;
}
#banner {
		width:100%;
		height:280px;
		padding:40px 0 0 0;
		background:url(images/backgroundbright.jpg) no-repeat bottom center;
		/*/	background:url(images/background2.jpg) no-repeat bottom center;*/
	}
.banner {
	width:470px;
	padding:30px 30px 50px 30px;
	background:#434343;
	color:#fff;
}

.banner h2 {
	color:#fff;
	font-size:26px;
	line-height:28px;
	margin:0 0 5px 0;
	font-weight:300;
	text-transform:uppercase;
}
.banner p {
	color:#fff;
	font-size:14px;
}
.banner_btn {
    text-align: center;
}
.banner_btn a {
	color:#fff;
	text-decoration:none;
	padding:11px 25px;
	border-radius:8px;
	border:1px solid #fff;
	position:relative;
	top:10px;
	font-weight:300;
	text-transform:uppercase;
	transition:all .5s;
}
.banner_btn a:hover {
	background:#858585;
}

.banner-vertical {
    text-align:center;
	padding:30px;
	float:right;
	background:#3B5998;
	color:#fff;
	font-size:15px;
	display:inline-block;
	line-height:28px;
	margin:60px 0 5px 0;
	font-weight:300;
	text-transform:uppercase;
}
@media only screen and (max-width: 1200px) {
	.banner-vertical {
		width:80%;
		text-align:center;
		padding:15px 5%;
		background:#3B5998;
		color:#fff;
		font-size:15px;
		display:block;
		line-height:28px;
		margin:40px 5% 0 5%;
	}
}
#content {
	padding:80px 0;
	background:#f3f3f3;
}
#welcome {
	padding:50px 0;
	background:#f3f3f3;
}
#welcome h3 {
	text-align:center;
}
#services {
	padding:50px 0 80px 0;
	background:#f3f3f3;
}
.serv {
	width:45%;
	margin:0 0 0 0;
}
.serv2 {
	width:45%;
	margin:0 0 0 0;
}
.serv2 p {
	text-align:center;
	padding:0 20px;
	margin:0 0 0 0;
}
.serv-left {
	float:left;
}
.serv-right {
	float:right;
}
.serv p {
	width:90%;
	margin:0;
	background:#fff;
	padding:10px 5%;
	font-weight:700;
	font-style:italic;
}
.serv img {
	width:100%;
	transition:all .5s;
}
.serv2 img {
	width:100%;
	transition:all .5s;
	margin:0 0 15px 0;
	transition:all .5s;
}
.serv2 img:hover {
	opacity:0.8;
}
.serv a.btn {
	padding:12px 20px;
	text-decoration:none;
	font-size:18px;
	border:2px solid #333;
	color:#333;
	position:relative;
	top:30px;
	border-radius:4px;
}
.serv2 a.btn {
	padding:12px 20px;
	text-decoration:none;
	font-size:18px;
	border:2px solid #2ea3f2;
	color:#2ea3f2;
	position:relative;
	top:30px;
	border-radius:4px;
	display:inline-block;
	margin:0 auto;
	transition:all .5s;
}
.serv2 a.btn:hover {
	background:#e6e6e6;
	border-color:#e6e6e6;
}
#bottom {
	padding:50px 0 80px 0;
	background:#f3f3f3;
	margin:0 0 50px 0;
}
#bottom h3 {
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	margin:0 0 40px 0;
}
.committed {
	background:#fff;
	padding:20px;
}
.committed ul {
	width:45%;
	float:left;
	margin:0 0 0 0;
	list-style-type:none;
}
.committed ul li {
	border-bottom:1px solid #ddd;
	color:#555;
	padding:10px 0;
}
.committed img {
	width:50%;
	float:right;
}
#inner {
	width:100%;
	height:250px;
	background:url(images/background2.jpg) no-repeat center center;
	position:relative;
}

#inner.blog-new {
    width:100%;
    height: 250px;
	background: url(images/banner-1-blog-page-banner.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}
#inner.contact-new {
    width:100%;
    height: 250px;
	background: url(images/contact-us-page-banner-photo.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}

#inner.about-new {
    width:100%;
    height: 250px;
	background: url(images/about-1.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}

#inner.home-new {
    width:100%;
    height: 250px;
	background: url(images/n) no-repeat center center;
	background-size: cover;
	background-color:red;
	position:relative;
}


#inner.vertical-new {
    width:100%;
    height: 250px;
	background: url(images/vertical-banner-new.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}


#inner.services-new {
	background: #fefedc url(images/services-banner.jpg) no-repeat center center;
	height: 400px;
}

#inner.services-new h1{
	top: 340px;
}


#inner .container {
	position:relative;
}
#inner h1 {
	color:#333;
	background:#fff;
	display:inline-block;
	padding:0 40px;
	position:absolute;
	left:0;
	top:190px;
	margin:0;
	line-height:60px;
	height:60px;
	font-weight:300;
	text-transform:uppercase;
	font-size:30px;
}
#content ul {
	margin:0 0 20px 25px;
}
#content ul li {
	font-size:15px;
	margin:0 0 10px 0;
}
.caption {
	font-size:14px;
	margin:-10px 0 0 0;
}
#number_link {
	color:#333;
}
.number_link {
	color:#333;
}
.post h2 a {
	text-decoration:none;
	color:#444;
}
.post p a {
	color:#333;
}
.gallery-box {
	width:27%;
	float:left;
	position:relative;
	margin:0 6% 30px 0; 
}
.gallery-box img {
	width:100%;
	position:relative;
	z-index:0;
}
.gallery-box h3 {
	position:absolute;
	bottom:20px;
	left:20px;
	color:#fff;
	background:#000;
	z-index:100;
	font-size:18px;
	text-transform:uppercase;
	display:inline-block;
	padding:5px 10px;
	margin:0;
}
.design-folio {
	font-weight:400;
	text-transform:uppercase;
}
#col-left {
	float:left;
	width:52%;
}
.alignleft {
	float:left;
	margin:0 2% 20px 0;
	width:30%;
	height:auto;
}

.gallery-item {
	float: left;
	margin:0 2% 20px 0 !important;
	text-align: center;
	width: 30% !important;
	max-height:170px;
	overflow:hidden;
}
.gallery-item img {
	border: none !important;
	width:100% !important;
	height:auto !important;
	transition:all .5s;
}
.vgallery img {
	width:48%; height: auto;
	float:left;
	margin:0 2% 30px 0;
	transition:all .5s;
}
.gallery-item img:hover {
	opacity:0.8;
}
.vgallery {
	max-height:240px;max-height:none;
	overflow:hidden;
	margin:0 0 50px 0; margin: 0;
	clear:both;
	padding:10px 0 0 0;
}
#main {
	float:left;
	width:70%;
}

#gallery-1.galleryid-18 .gallery-item {
    width: 18% !important;
}


/*
Woocommerce Styles
*/
#prod-col-left {
	width:47%;
	float:left;
}
#prod-col-right {
	float:right;
	width:40% !important;
	padding:20px 4% !important;
	background:#fff !important;
	box-shadow:0 0 2px rgba(0,0,0,0.25);
	min-height:400px;
}
.country_to_state {
	display:none;
}
.pp-logo {
	width:150px;
	float:right;
	margin:-150px 0 0 0;
}
.shop_table {
	background:#fff;
}
.actions .button,
.woocommerce-checkout-payment .button,
.single-product .cart .button {
	background:#3186c8 !important;
	padding:10px 20px !important;
	color:#fff !important;
}
.wc-backward {
	display:none !important;
}
.woocommerce input[type="text"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"] {
	padding:10px !important; 
}
.woocommerce textarea {
	height:100px !important; 
	padding:10px !important; 
}
.product-thumbnail img {
	width:100px !important;
}
.woocommerce-product-gallery__wrapper {
	display:none !important;
}
.woocommerce {
	
}
.woocommerce-product-gallery {
	display:none !important;
}
h1.product_title {
	margin:0 0 15px 0 !important;
	font-size:20px !important;
}
.summary .price {
	
}
.single-product {

	position:relative;
}
.posted_in {
	display:none !important;
}
.btn_shipping {
	width:150px;
	padding:20px 0;
	background:#4d4d4d;
	color:#fff;
	text-decoration:none;
	display:none !important;
}
.ewc_calc_shipping  {
	width:120px !important;
	padding:10px 0 !important;
	background:#4d4d4d !important;
	color:#fff !important;
	text-decoration:none !important;
}
.wc-tabs {
	display:none !important;
}
.woocommerce-Tabs-panel h2 {
	display:none !important;
}
#ewc_shipping_calculator {
	padding:0 0;
}
#ewc_shipping_calculator input[type="text"],
#ewc_shipping_calculator input[type="number"],
#ewc_shipping_calculatorinput[type="tel"],
#ewc_shipping_calculator input[type="email"],
#ewc_shipping_calculator select {
	padding:10px !important; 
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
    clear: both !important;
}
.price .woocommerce-Price-amount {
	display:none !important;
}
.woocommerce-MyAccount-navigation {
	width:20%;
	float:left;
}
.woocommerce-MyAccount-content {
	width:70%;
	float:right;
}
.woocommerce-MyAccount-navigation ul li a {
	color:#333;
	display:block;
	width:90%;
	text-decoration:none;
	padding:10px 5%;
	border-radius:10px;
	background:#eee;
	border:1px solid #ccc;
}
.cart-buttons {
	float:right;
	margin:10px 20px 0 0;
}
.cart-buttons a {
	color:#fff;
	text-decoration:none;
	line-height:1em;
	font-size:14px;
	margin:0 0 0 20px;
}
.shippingmethod_container {
	font-size:13px !important;
	padding:0 0 20px 0 !important;
}
.woocommerce-form-login {
	background:#fff;
}
.woocommerce-form-login input {
	padding:10px !important; 
}
.woocommerce-form-login .button {
	background:#3186c8 !important;
	padding:10px 20px !important;
	color:#fff !important;
}
.prod-list li {
	margin:0 0 5px 0 !important;
	line-height:1.2em !important;
	font-size:15px !important;
}

.product_title {
	display:none;
}
#form {
	float:right;
	width:23%;
}
#details {
	float:left;
	width:65%;
}
.wpcf7 label {
	font-size:14px;
	color:#666;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	width:90%;
	padding:5px 5%;
	background:#eee;
	line-height:24px;
	height:24px;
	border:1px solid #ccc;
}
.wpcf7 textarea {
	width:90%;
	padding:5px 5%;
	background:#eee;
	border:1px solid #ccc;
}
.wpcf7 input[type="submit"]{
	background:#000;
	float:right;
	color:#fff;
	height:50px;
	width:120px;
	border:none;
	text-transform:uppercase;
	font-weight:700;
}
#top-footer {
	text-align:center;
	padding:40px 0 40px 0;
	background:#fff;
}
#content h2 {
	font-weight:400;
}
#footer {
	padding:20px 0;
	background:#434343;
}
.copy {
	float:left;
	font-size:12px;
	margin:0;
	color:#ccc;
	padding:10px 0 0 0;
}

.serv, .serv2 {
	text-align: center;
}

.serv2.serv-left,
.serv2.serv-right{
	float: none;
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin-bottom: 40px;
}

.serv2.serv-left p,
.serv2.serv-right p{
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}

.serv2.serv-left img,
.serv2.serv-right img{
	float: right;
	width: 50%;
	margin-left: 20px;
}

.serv2.serv-left .btn,
.serv2.serv-right .btn{ display: block; float: left; position: static; }

@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
}
@media only screen and (max-width: 1100px) {
	#banner {
		display:none;
	}
	.menu {
		float:none;
		clear:both;
	}
	.logo {
		float:none;
		max-width:90%;
	}
}
@media only screen and (max-width: 800px) {
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	#topbar {
		text-align:center !important;
	}
	.phone {
		width:100%;
		float:none;
	}
	#topbar .social {
		display:none;
	}
	#top-footer {
		display:none;
	}
	#header {
		text-align:center;
	}
	.copy {
		float:none;
		text-align:center;
		padding:0 0 15px 0;
	}
	#footer {
		text-align:center;
	}
	#footer .social {
		float:none;
		clear:both;
		text-align:center;
	}
	#footer .social a {
		float:none;
		display:inline-block;
	}
	.gallery-box {
		width:46%;
		float:left;
		position:relative;
		margin:0 2% 30px 2%; 
	}
	#gallery-1.galleryid-18 {
    	overflow: hidden;
	}
	#gallery-1.galleryid-18 .gallery-item {
    width: 16% !important;
		float: left !important;
	}
	#gallery-1.galleryid-18 br{
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	#welcome {
		padding-bottom:30px;
	}
	#services {
		padding-top:0;
	}
	.serv, .serv2 {
		width:96%;
		margin:0 2% 70px 2%;
		float:none;
	}
	.committed ul {
		width:96%;
		margin:0 2% 20px 2%;
		float:none;
	}
	.committed img {
		width:96%;
		float:none;
		margin:0 2% 20px 2%;
	}
	#form, #details, #main, #col-left	{
		width:100%;
		float:none;
	}
	#col-right	{
		float:none;
		width:90%;
		height:auto;
		margin:20px 0 0 0;
	}
	.gallery-item {
		float: none !important;
		margin:0 2% 20px 2% !important;
		width: 96% !important;
		max-height:300px !important;
		overflow:hidden !important;
	}
	.vgallery {
		max-height:1200px !important;
		max-height: none !important;
	}
	#prod-col-left {
		width:100%;
		float:none;
	}
	#prod-col-right {
		float:none;
		width:90% !important;
		padding:20px 5% !important;
		background:#fff !important;
		box-shadow:0 0 2px rgba(0,0,0,0.25);
		min-height:400px;
	}
	
	.serv2.serv-left,
.serv2.serv-right{
	width: auto;
}
	
	.serv2.serv-left img,
.serv2.serv-right img{
	float: none;
	width: 100%;
	margin-left: 0;
}
	
	#gallery-1.galleryid-18 .gallery-item {
    width: 29% !important;
}
	
}
@media only screen and (max-width: 500px) {
	.gallery-box {
		width:96%;
	}
}

/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/

#main.blog {
    width: 100%;
    float: none;
}

#main.blog .container{
    overflow: hidden;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}

#main.blog  .primary{ width: 60%; float: left; }
#main.blog  .secondary{width: 35%; float: right; }


#blogroll {
    min-height: 470px;
}
.block{
	overflow: hidden;
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
}
.block:last-child{
	margin-bottom: 0;
}

.block h1,
.block h2,
.block h3,
.block h4,
.blcok p{
	margin: 0 0 15px 0;
	color: #333;
	font-weight: normal;
}

.block h1{ font-size: 30px; }
.block h2{ font-size: 25px; }
.block h3{ font-size: 20px; }
.block h4{ font-size: 18px; }
.block small {
    display: block;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    color: #999;
}
.block p{}

.block p a{}
.block p a:hover{}

.block ul{ list-style: disc; }
.block ul li{ margin: 0 0 15px 0;}

.block ol{ list-style: decimal; }
.block ol li{ margin: 0 0 15px 0;}

.block .info{
	overflow: hidden;
}
.block .info h1{
	margin-bottom: 15px;
}
.block .info p{
}
.block .info small{
	margin-bottom: 15px;
}

.block .callto {
    margin-bottom: 0;
}
.block .callto a {
    display: inline-block;
    background: #90b423;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}
.block .callto a:hover{
	opacity: 0.8;
}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}

.blog.widget .widgettitle {
    font-size: 30px;
    margin: 0 0 15px 0;
    font-weight: normal;
}
.blog.widget .widgettitle a{}
.blog.widget .widgettitle a:hover{
	opacity: 0.8;
}

.blog.widget .pis-ul{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.blog.widget .pis-ul li {
    margin: 0 0 5px 0;
    color: #90b423;
}
.blog.widget .pis-ul li p {
    line-height: normal;
	padding: 0;
	margin: 0;
}

.blog.widget .pis-ul li:last-child{
	margin-bottom: 0;
}
.blog.widget .pis-ul li a{
	text-decoration: none;
	color: #333;
	text-decoration: none;
}
.blog.widget .pis-ul li a:hover{
	opacity: 0.8;
}

#gallery-1 .gallery-item {
    max-height: none !important;
}
@media only screen and (min-width: 701px) {
    #custom #gallery-2 .gallery-item:nth-child(1) {
    
        max-height: none;
        width: 43% !important;
    
    }
    
    
    #custom #gallery-2 .gallery-item:nth-child(2) {
    
        max-height: none;
        width: 24% !important;
    
    }
    
    #custom #gallery-2 .gallery-item:nth-child(3) {
    
        max-height: none;
        width: 24% !important;
    
    }
    
    #custom #gallery-2 .gallery-item:nth-child(5) {
    
        max-height: none;
        width: 20% !important;
    
    }
    
    
    #custom #gallery-2 .gallery-item:nth-child(6) {
    
        max-height: none;
        width: 36% !important;
    
    }
    
    #custom #gallery-2 .gallery-item:nth-child(7) {
    
        max-height: none;
        width: 35.5% !important;
    
    }
    
    
    #custom #gallery-2 .gallery-item:nth-child(9) {
    
        max-height: none;
        width: 23.3% !important;
    
    }
    #custom #gallery-2 .gallery-item:nth-child(10) {
    
        max-height: none;
        width: 26% !important;
    
    }
    #custom #gallery-2 .gallery-item:nth-child(11) {
    
        max-height: none;
        width: 42.6% !important;
    
    }
}







/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
	
	#main .container{
		width: 96%;
	}

/* 1200px */
}

@media only screen and (max-width: 767px) {
	
.primary,
.secondary{
	float: none;
	width: 100%;
}

.primary{
	margin-bottom: 40px
}
	
#custom #gallery-2 .gallery-item:nth-child(1),
#custom #gallery-2 .gallery-item:nth-child(2),
#custom #gallery-2 .gallery-item:nth-child(3),
#custom #gallery-2 .gallery-item:nth-child(5),
#custom #gallery-2 .gallery-item:nth-child(6),
#custom #gallery-2 .gallery-item:nth-child(7) {
    max-height: none;
    width: 100% !important;
}
	
/* 767px */
}


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

	
	
/* 479px */
}

@media only screen and (max-width: 340px) {
	
/* 300px */
}


.text-uppercase {
    text-transform: uppercase;
}
.font-bold {
    font-weight: 700;
}
.section {
    background: #fff;
    margin-bottom: 80px;
    padding: 80px 0;
}
.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.col-50 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.img-auto {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
.contact-form-box {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 20px;
}
.contact-form-box input[type="text"].wpcf7-form-control,
.contact-form-box input[type="email"].wpcf7-form-control,
.contact-form-box textarea.wpcf7-form-control {
    background: #fff;
}
.page-id-20 #content {
    padding-top: 0;
}
#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 150px;
}
#menu-main-menu .sub-menu li {
    display: inline-block;
    padding: 5px 0 0 0;
}
#menu-main-menu .menu-item-has-children {
    position: relative;
}
#menu-main-menu .menu-item-has-children > a {
    padding-right: 20px !important;
}
#menu-main-menu .menu-item-has-children::before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f078';
    position: absolute;
    right: 10px;
    top: -2px;
}
#menu-main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}
@media only screen and (max-width: 700px) {
    .gallery-item {
        margin: 0 0 20px 0 !important;
        width: 100% !important;
    }
    img.attachment-full.size-full {
        display: block;
        max-width: none !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 500px) {
    .banner {
        box-sizing: border-box;
        width: 100%;
    }
    #verticalblue{
    display:none;
    
   }
   
}

@media only screen and (max-width: 1199px) {
    .row {
        display: block;
    }
    .col-50 {
        max-width: none;
        width: 100%;
    }
    
}