/*
 Theme Name:   Scott's Flooring
 Theme URI:    http://divinotes.com/
 Description:  A Child Theme built for Divi
 Author:       divinotes
 Author URI:   http://www.divinotes.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

p#copyright {
    color: #ffffff !important;
}

header#main-header {
    border-top: 5px solid #3c3c39;
}

#top-menu li.current-menu-item > a {
    border-bottom: 5px solid #CAD9E1;
}

/* Remove line below tabs of tab module */
ul.et_pb_tabs_controls::after {
    border-top: none !important;
}

/* right border of last tab of tab module */
.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
    border-right: 2px solid;
}

/* Tab Module body background colour */
.et_pb_all_tabs {
    background: transparent;
}

/* facebook icon at bottom of screen */
a.icon.circle:before {
    color: #494944 !important;
}

@media only screen and ( max-width:1200px) {
	#et_mobile_nav_menu {
		display: block;
	}
	.et_header_style_centered nav#top-menu-nav {
		display: none;
	}
        #et_mobile_nav_menu {
                padding-bottom: 30px;
        }
}

h1, h2, h3, h4, h5, h6 {
    font-weight:600 !important;
}
/*
@media only screen and (max-width: 1920px) and (min-width: 1650px)  {
.et_pb_tabs_0 .et_pb_tabs_controls {
    margin-left: 34.2%;
}
}

@media only screen and (max-width: 1650px) and (min-width: 960px)  {
.et_pb_tabs_0 .et_pb_tabs_controls {
    margin-left: 24.2%;
}
}

@media only screen and (max-width: 960px) and (min-width: 640px)  {
.et_pb_tabs_0 .et_pb_tabs_controls {
    margin-left: 16%;
}
}
*/
/* recent projects */
h2.proj {
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
    font-weight: 600 !important;
    font-style: italic;
    font-size: 20px !important;
    color: #3e546e !important;
}

/* FB Icon Colour */
.et_pb_social_media_follow li a.icon.circle {
    background-color: #ffffff !important;
}