/*
Theme Name: Blinds Factory Direct
Theme URI: https://wordpress.org/themes/blindsfactorydirect/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Blinds Factory Direct brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blindsfactorydirect
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
 .home .vc_column_container>.vc_column-inner{padding:0px}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Myriad Pro", Myriad, sans-serif;
}
			div, a {
				box-sizing: border-box;
				text-decoration: none;
				text-overflow: ellipsis;
			}
			#banner {
				width: 100%;
				height: 80px;
				box-shadow: 0px 0px 2px #ccc;
				display: flex;
				justify-content: center;
				align-items: center;
				position: fixed;
				background-color: rgba(255,255,255,.70);
				z-index: 2;
			}
			#banner-content {
				width: 80%;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
			.main-container{ padding-top: 88px;}
			#phone-number {
				width: 253px;
				height: 40px;
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: #92f3ff;
				border-radius: 10px;
				font-size: 24px;
				font-weight: bold;
				color: #262626;
				border: 1px solid #262626;
				transition: .5s ease-in-out;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
			}
			#phone-number:hover {
				background: #13b1c5;
				color: #ffffff;
				transition: .5s ease-in-out;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				border: 1px solid #262626;
			}
			#video-section {
				width: 100%;
				padding-top: 80px;
				margin-bottom: 120px;
			}
			.video-text {
				width: 100%;
				display: flex;
				justify-content: center;
				align-items: center;
				font-weight: bold;
				color: #13b1c5;
      
			}
			.video-text h2 {
				font-size: 300%;
				text-align: center;
			}
			.video-text h1 {
				font-size: 250%;
				text-align: center;
			}
			.videoContainer {
				width: 100%;
				display: flex;
				justify-content: center;
			}
			.video {
				width: 560px;
			}
			#information {
				width: 100%;
				display: flex;
				justify-content: center;
				margin-bottom: 50px;
			}
			.information-section {
				width: 850px ;
				max-width: 100%;
				height: 100%;
				display: block;
				border: 1px solid #333;
				border-radius: 20px;
				position: relative !important;
				padding-top: 90px; margin: 0 auto
			}
			.information-phone {
				width: 80%;
				height: 90px;
				margin-left: 10%;
				position: absolute;
				display: flex;
				justify-content: center;
				align-items: center;
				border: 1px solid #fff;
				background-color: #92f3ff;
				color: #262626;
				font-size: 250%;
				z-index: 1;
				transition: .5s ease-in-out;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
			}
			#top {
				top: -45px;
			}
			#bottom {
				bottom: -45px;
			}
			.information-phone:hover {
				background: #13b1c5;
				color: #ffffff;
				transition: .5s ease-in-out;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				border: 1px solid #262626;
			}
			.information-text-large {
				width: 80%;
				margin-bottom: 40px;
				margin-left: 10%;
				font-size: 220%;
				display: flex;
				text-align: center;
				line-height: 150%;
			}
			.information-text-small {
				width: 80%;
				margin-bottom: 40px;
				margin-left: 10%;
				font-size: 132.5%;
				display: flex;
				text-align: center;
				line-height: 150%;
			}
			#information-phone-small {
				width: 60%;
				height: 70px;
				margin-left: 20%;
				margin-bottom: 40px;
				display: flex;
				background-color: #92f3ff;
				color: #262626;
                border: 1px solid #262626;
				font-weight: bold;
				font-size: 175%;
				justify-content: center;
				align-items: center;
				transition: .5s ease-in-out;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
			}
            #information-phone-small:hover{
	            background: #13b1c5;
				color: #ffffff;
				transition: .5s ease-in-out;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				border: 1px solid #262626;
            }
			#list-header {
				justify-content: center;
			}
			#list {
				display: block;
				text-align: left;
				width: 80%;
				margin-bottom: 30px;
				margin-left: 10%;
				font-size: 170%;
			}
			#list li {
				margin-bottom: 10px;
				list-style-image: url("http://defeatourdebt.com/wp-content/uploads/2017/12/Mini-Check-Debt-Consolidation-Hotline.png");
			}
			.trust-box {
				width: 100%;
				height: 200px;
				justify-content: center;
				align-items: center;
				display: flex;
			}
			#psychic-box {
				width: 100%;
				margin-bottom: 40px;
				display: flex;
				justify-content: center;
			}
			#psychics {
				width: 100%;
				display: flex;
				justify-content: space-around;
			}
			#social-icons {
				width: 100%;
				display: flex;
				justify-content: center;
				margin-bottom: 80px;
			}
			.social-box {
				margin-left: 20px;
			}
			#top-link {
				width: 100%;
				display: flex;
				justify-content: center;
				align-items: flex-end;
			}
			#arrow-link {
				display: flex;
				align-items: flex-end;
				bottom: 2px;
			}
			#footer {
				width: 100%;
				height: 50px;
				background-color: #13b1c5;
				color: #262626;
				display: flex;
				justify-content: center;
				align-items: center;
				text-align: center;
				position: absolute;
				bottom: 0;
			}

			#footer a {
                color:#28393b;
                -webkit-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                -o-transition: .5s ease-in out;
                -moz-transition: .5s ease-in-out;
            }
            
            #footer a:hover{
                color:#004c56;
            }

			#additional-information {
				font-size: 0.01px;
				color: #191919;
				background-color: #191919;
			}
			#call-button {
			    height: 0px;
			    overflow: hidden;
			}
			@media (max-width: 760px) {
.vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
}
				#banner {
					height: 160px;
				}
				#banner-content {
					display: block;
				}
				#logo-box {
					width: 100%;
					display: flex;
					justify-content: center;
					align-items: center;
					margin-bottom: 10px;
				}
				#phone-box {
					width: 100%;
					display: flex;
					justify-content: center;
				}
				#video-section {
					padding-top: 160px;
				}
			}
			@media (max-width: 740px) {
				.information-phone {
					font-size: 150%;
				}
				#call-button {
				    width: 100%;
				    height: 60px;
				    display: flex;
				    overflow: auto;
				    justify-content: center;
				    align-items: center;
				    background-color: #51c883;
				    position: fixed;
				    bottom: 0px;
				    z-index: 1;
				}
				#call-button a {
					width: 100%;
					display: flex;
					justify-content: center;
					align-items: center;
				}
			}
			@media (max-width: 700px) {
				.information-text-large {
					font-size: 180%;
					transition: .5s ease-in-out;
					-webkit-transition: .5s ease-in-out;
					-moz-transition: .5s ease-in-out;
					-o-transition: .5s ease-inout;
				}
			}
			@media (max-width: 665px) {
				#information-phone-small {
					font-size: 125%;
				}
			}
			@media (max-width: 630px) {
				.information-phone {
					font-size: 110%;
				}
			}
			@media (max-width: 600px) {
				.information-text-small {
					font-size: 100%;
				}
			}
			@media (max-width: 520px) {
				.video-text h2 {
					font-size: 180%;
				}
				.video-text h1 {
					font-size: 130%;
				}
			}
			@media (max-width: 500px) {
				.information-phone {
					font-size: 110%;
				}
				#information-phone-small {
					font-size: 100%;
				}
				#list {
					margin-left: 3%;
				}
				li {
					font-size: 80%;
				}
			}
			@media (max-width: 492px) {
				#psychics {
					width: 164px;
					display: block
				}
			}
			@media (max-width: 430px) {
				.information-text-large {
					font-size: 130%;
				}
			}
			@media (max-width: 385px) {
				.extra {
					visibility: hidden;
					width: 0%;
					height: 0%;
				}
			}