/* Enter Your Custom CSS Here */
@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
@import url(https://fonts.googleapis.com/css?family=Miniver);

#top-slider {
	display: none;
}
body.responsive.page-template-template-full-php #primary, body.responsive.siteorigin-panels-home #primary {
    margin-left: 10px;
    margin-right: 10px;
}
.page-template-template-full-php #primary, .siteorigin-panels-home #primary {
    margin-left: 10px;
    margin-right: 10px;
}
.clear {
	float: none;
  	clear: both;
}
#main {
    padding-top: 0px;
}
#masthead {
    padding: 0px;
}
#page {
    background: #fff;
}
#site-info {
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    color: #dee3ea;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	text-indent: -9999px;
}
.site-title {
    text-shadow: 2px 2px 2px #e80f72;
}
.site-description {
    font-family: arial;
    text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}
.hentry {
	margin-top: -60px;
}
.entry-title {
  	text-transform: uppercase;
    color: #e80f72;
	font-size: 18px;
}
#masthead .hgroup .site-title .logo-icon.default-icon {
    display: none;
}
#masthead .hgroup {
	float: none;
	margin: 0px -50px;
  	/*background: url("http://fiapropservices.com/wp-content/uploads/2016/07/back_image.png") repeat center;*/
}
#masthead .hgroup .site-title {
    /*font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-family: 'Cinzel Decorative', cursive;*/
  	font-family: 'Miniver', cursive;
  	font-size: 2em;
    font-weight: 500;
    text-align: right;
    width: 100%;
    display: block;
	padding: 0px 0px;
    margin: 0px 0px;
}
.main-navigation ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding-left: 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1em;
    color: pink;
    text-transform: uppercase;
}
#masthead .hgroup .site-title a {
    color: #f293ca;
    text-decoration: none;
    /*background: pink;*/
    margin: 5px 0px;
	padding: 0px 10px;
	display: block;
  
	height: 120px;
    background: url("/wp-content/uploads/2016/09/new_logo.png") no-repeat;
}
@media screen and (max-width: 780px) {
  #masthead .hgroup .site-title {
      
  }
}

div.left {
	width: 50%;
 	float: left;
	color: #000;
}
div.right {
	margin: 0px 0px 0px 50%;
 	text-align: right;
}
div.right h2 {
  	color: #e80f72;
	font-family: arial;
  	font-size: 16px;
}
div.left-page {
	width: 75%;
 	float: left;
	color: #000;
}
div.right-page {
	margin: 0px 0px 0px 25%;
 	text-align: right;
}
#footer-widgets {
    background: pink;
    padding: 20px 135px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	width: 100%;
    padding: 7px;
    border: 1px solid pink;
    color: #000;
}
.wpcf7-submit {
	background-color: pink !Important;
    padding: 15px !Important;
    color: #000 !Important;
    font-size: 14px !Important;
    font-weight: bold !Important;
    width: 150px !Important;
	border: 1px solid #000;
}