Skip to content

Instantly share code, notes, and snippets.

@placidrod
Created March 1, 2015 11:57
Show Gist options
  • Save placidrod/300d138d3ec1ae19f2ed to your computer and use it in GitHub Desktop.
Save placidrod/300d138d3ec1ae19f2ed to your computer and use it in GitHub Desktop.
chewy-divi-custom-css
.chewy-no-display {
display: none;
}
.chewy-header {
background-color: #e55621;
}
.chewy-history {
font-size: 16px;
}
.chewy-contact p {
font-size: 17px;
}
/**** Footer ****/
#footer-logo {
width: 200px;
margin-left: auto;
margin-right: auto;
}
#main-footer{
background-color: #FFEFA0;
font-size: 85%;
}
#footer-info a {
font-weight: normal !important;
/*color: #e24704 !important;*/
}
#footer-bottom{
background-color:transparent !important;
}
#developer-info a {
color: #666 !important;
}
.et_fixed_nav #logo {
max-height: 79px;
margin-bottom: 0px;
margin-top: -20px;
}
#et-top-navigation .et-cart-info {
display: none;
}
#et_top_search {
display: none;
}
#top-menu li {
font-size: 18px;
}
/*.et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description h2 {
text-shadow: 0px 0px 6px #ccc;
/*text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25),
0 10px 10px rgba(0,0,0,.2),
0 20px 20px rgba(0,0,0,.15);
} */
.et_pb_bg_layout_light .et_pb_more_button, .et_pb_pricing_table_button, .et_pb_promo_button, a.et_pb_more_button, .et_pb_newsletter_button, .comment-reply-link, .form-submit input, .et_pb_contact_submit, .et_pb_contact_reset, .single_add_to_cart_button .button {
background-color: #AB4624;
border: 2px solid #AB4624;
border-bottom: 3px solid #AB4624;
color: white !important;
}
.et_pb_bg_layout_light .et_pb_more_button:hover, .et_pb_promo_button:hover, a.et_pb_more_button:hover, .et_pb_newsletter_button:hover {
background-color: #BB5331;
border: 2px solid #BB5331;
border-bottom: 3px solid #7D2F17;
padding: 6px 20px !important;
}
.et_pb_bg_layout_light .et_pb_more_button, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, a.et_pb_more_button:after, .et_pb_newsletter_button:after, .comment-reply-link:after {
content: "";
}
/*
#chicken-mushroom-soup {
background-image: url("http://bdwebdev.com/chewy/wp-content/uploads/2015/02/slide2bg.jpg");
}*/
/*.et_pb_portfolio_grid:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 99;
}*/
.et_pb_portfolio_grid h2 {
text-align:center;
}
#top-menu a:hover, .fullwidth-menu a:hover {
color: #e55621;
}
.soup-table {
border: 0 !important;
}
.soup-table table {
border: 0 !important;
margin-bottom: 10px !important;
}
.soup-table tr td {
padding: 0px !important;
padding-right: 10px !important;
border: 0 !important;
}
/**** Quiz Form ****/
.chewy-quiz-h {
color: #FFFFFF;
font-size: 20px;
padding: 22px;
text-align: center;
background: #763D2A;
margin-bottom: 29px;
/* border: 15px solid #773E2B; */
border-radius: 8px;
box-shadow: 5px 5px 5px #DDBB67;
}
.chewy_input, .chewy_textarea {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.et_pb_contact_form_label {
display: inline;
}
.chewy_pb_contact_left {
width: 100%;
float: left;
}
.chewy_pb_contact_left p:nth-child(2) {
margin-right:0 !important;
}
.chewy_pb_contact_left p {
width: 48.5%;
float: left;
margin-right: 3%;
padding-bottom: 20px;
}
.chewy_pb_contact_submit {
display: block;
float: left;
margin: 8px auto 0;
cursor: pointer;
background-color: #AB4624 !important;
border: 2px solid #AB4624 !important;
border-bottom: 3px solid #AB4624 !important;
color: white !important;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
.chewy-question-label {
padding-bottom: .1em !important;
}
div.wpcf7-response-output {
margin: 4em 0.5em 1em;
}
/********** Responsive ***********
**********************************/
@media screen and (min-width: 980px) {
.contact-image-padding-top {
padding-top: 73px;
}
/**** Footer ****/
#footer-logo {
position: absolute;
right: -31px;
bottom: 42px;
width: 200px;
}
#developer-info {
float: right;
margin-right: -29px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment