/*
 Theme Name:     Responsive Child Theme
 Theme URI:      http://www.wordpress.org
 Description:    Responsive Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.infolinkit.com.au
 Template:       responsive
 Version:        1.0.0
*/
 
@import url("../responsive/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

a{color:#ef773c; }
h1{font-size:26px; font-weight:200;}
h2{font-size:22px; font-weight:200;}
h3{font-size:18px; font-weight:200;}
h1{color:#ef773c;}
h1.post-title{border-bottom:4px solid #ef773c; padding-bottom:10px;}


.motopress-accordion-item>h3{color:#ef773c;}
.red_bg{background-color:#ffd7cb; padding:10px 20px;}

#content h2,#content h3{color:#ef773c}
#content a{text-decoration:underline;}

.widget_nav_menu{padding:10px 20px !important; background-color:#fdf4f1 !important}
.widget_nav_menu ul{margin:0px !important; padding:0px !important; list-style:none !important}
.widget_nav_menu  ul > li{}
.widget_nav_menu  ul > li ul > li{ padding-left:20px !important}

.widget-wrapper{padding:0px;  border:none; border-radius:0px; background-color:transparent;}
.widget-title{border-bottom:2px solid #ef773c; margin-bottom:20px}
.widget-title h3{font-size:18px !important; font-weight:200 !important; padding:10px 0px !important;}



.gallery {
display: block;
clear: both;
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-row {
display:block;
clear: both;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
margin: 0;
text-align: center;
list-style: none;
padding: 0;
position: absolute
bottom: 0
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
max-width: 89%;
height: auto;
padding: 1%;
margin: 0 auto;
}
.gallery-caption {
margin-left: 0;
}