/*
 Theme Name:   Custom
 Theme URI:    https://www.3sfmedia.com/
 Description:  Divi theme customized by scoopy
 Author:       Scoopy
 Author URI:   http://www.scoopy.us
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  custom
*/

body.custom-background {
	background-attachment: fixed !important;
}

h2 { font-style: italic; }

#top-menu li li:hover, .et_mobile_menu li a:hover {
	border-left: 12px solid #660099;
}

#copyright {
	clear: left;
}

#copyright a {
	color: #aaa;
}

#main-content {
	background-color: #fff !important;
}

#main-content .container {
	padding-top: 48px;
}

.et_pb_widget_area_right {
	padding-top: 48px;
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 8% 4%;
}

p img {
	border: thin solid #aaa;
}

.entry-content table {
	border: none;
	margin: 0;
}

.entry-content tr td {
	border-top: none;
}

.et_portfolio_image:hover .et_overlay, 
.et_shop_image:hover .et_overlay {
	opacity: .4;
}

img.alignright {
	margin-bottom: 1em;
}

p:last-of-type {
	padding-bottom: 1em;
}

.screen-reader-text {
	display: none;
}

.tagcloud a:hover {
	background: #e1c3ff;
}

#woocommerce-product-search-field {
	margin-bottom: 10px;
}

#woocommerce-product-search-field-0 {
	padding: 6px;
}

.woocommerce-product-search input[type="submit"] {
	margin-top: 8px;
	padding: 4px;
}

#woocommerce-product-search-field-0 {
	padding: 6px;
}

.woocommerce-product-search input[type="submit"] {
	margin-top: 8px;
	padding: 4px;
}

/* Responsive Tables */
table { margin-bottom: 0 !important; }

.table {
    border-radius: 10px;
    background: #e1c3ff;
    color: #6600CC;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.subhead {
	text-align: center;
	padding-bottom: 0;
}

.col2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.col3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.col2 li, .col3 li {
    margin-left: 20px;
}

.buy-now {
	padding: 5px 20px;
	background: #eee;
	border: thin solid #660099;
	border-radius: 4px;
}

.buy-now:hover {
    color: #CC00CC;
	border: thin solid #CC00CC;
}

.opacity:hover img {
    opacity: .3;
}

/* Hosting Plans */
.plan {
    border: thin solid #A46CDD;
    float: left;
    margin: 10px;
}

.plan tr td { padding: 12px 24px; }

.our-plans {
    margin: 0 auto;
    width: 100%;
}

.subhead {
	background-color: #A46CDD;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 6px;
}
	
.row1 {
        background-color : #EFE0FF;
	text-indent: 4px;
	}

.row2 {
	background-color : #E1C3FF;
	text-indent: 4px;
	}

/* Domain Search */

.domain-box {
	background-image: url('https://www.3sfmedia.com/images/domain-bg.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	width: 100%;
	height: 60px;
	margin: 20px auto;
	}

.domain-name br {
	display: none;
}

.domain-name input {
	margin-left: 50px;
}

.domain-name {
	margin: 16px;
}

p input#checkdomain {
	left: 380px;
	top: -22px;
	position: relative;
}

.freedomain {
	font-variant: normal;
	margin: 40px 0;
	text-decoration: underline;
	}

/* My Search */

.my-search input[type=text] {
    margin-right: 10px;
    padding: 10px;
    width: 60%;
}

.my-search input[type=submit] {
    padding: 8px;
}

/* Responsive Styles Larger */

@media all and (max-width: 1024px) {
#et_mobile_nav_menu {
	display: block;
	}
 
#top-menu {
	display: none;
	}

.plan {
	margin-left: 20px;
}
}

@media all and (min-width: 981px) and (max-width: 1024px) {

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 16% 5%;
}

.et_pb_slide_description .et_pb_slide_title { font-size: 42px; }
}


/* Responsive Styles Tablet And Below */

@media all and (max-width: 980px) {
#copyright {
	float: none;
	text-align: center;
}
}

@media all and (max-width: 767px) {
.col3 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.domain-box {
	background-image: none;
	color: inherit;
}

.plan {
    float: none;
    margin: 10px;
    min-width: 80%;
    margin-left: 20px;
}
}

@media all and (max-width: 480px) {
.buy-now {
	padding: 5px;
	}

	.col2, .col3 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.plan {
	margin-left: 20px;
	width: 90%;
}
}